openapi_5GcNrm

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_5GcNrm

OAS 3.0.1 specification of the 5GC NRM © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.

Overview

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

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

Installation

Install the following dependencies:

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

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

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

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_5GcNrm.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_5GcNrm.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_5GcNrm.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_5GcNrm.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 AllowedAccessTypeEnumValues = []AccessType{
	"3GPP_ACCESS",
	"NON_3GPP_ACCESS",
}

All allowed values of AccessType enum

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

All allowed values of AckState enum

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

All allowed values of AdministrativeState enum

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

All allowed values of AlarmNotificationTypes enum

View Source
var AllowedAlarmTypeEnumValues = []AlarmType{
	"COMMUNICATIONS_ALARM",
	"QUALITY_OF_SERVICE_ALARM",
	"PROCESSING_ERROR_ALARM",
	"EQUIPMENT_ALARM",
	"ENVIRONMENTAL_ALARM",
	"INTEGRITY_VIOLATION",
	"OPERATIONAL_VIOLATION",
	"PHYSICAL_VIOLATION",
	"SECURITY_SERVICE_OR_MECHANISM_VIOLATION",
	"TIME_DOMAIN_VIOLATION",
}

All allowed values of AlarmType enum

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

All allowed values of AnonymizationOfMdtDataType enum

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

All allowed values of CmNotificationTypes enum

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

All allowed values of CollectionPeriodM6LteType enum

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

All allowed values of CollectionPeriodM6NrType enum

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

All allowed values of CollectionPeriodRrmLteType enum

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

All allowed values of CollectionPeriodRrmNrType enum

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

All allowed values of CollectionPeriodRrmUmtsType enum

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

All allowed values of CommModelType enum

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

All allowed values of EventListForEventTriggeredMeasurementType enum

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

All allowed values of FileNotificationTypes enum

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

All allowed values of HeartbeatNotificationTypes enum

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

All allowed values of JobTypeType enum

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

All allowed values of LoggingDurationType enum

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

All allowed values of MeasurementPeriodLteType enum

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

All allowed values of MeasurementPeriodUmtsType enum

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

All allowed values of MeasurementQuantityType enum

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

All allowed values of NFServiceType enum

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

All allowed values of NFStatus enum

View Source
var AllowedNFTypeEnumValues = []NFType{
	"NRF",
	"UDM",
	"AMF",
	"SMF",
	"AUSF",
	"NEF",
	"PCF",
	"SMSF",
	"NSSF",
	"UDR",
	"LMF",
	"GMLC",
	"5G_EIR",
	"SEPP",
	"UPF",
	"N3IWF",
	"AF",
	"UDSF",
	"DN",
	"BSF",
	"CHF",
	"NWDAF",
	"PCSCF",
	"CBCF",
	"HSS",
	"UCMF",
	"SOR_AF",
	"SPAF",
	"MME",
	"SCSAS",
	"SCEF",
	"SCP",
	"NSSAAF",
	"ICSCF",
	"SCSCF",
	"DRA",
	"IMS_AS",
	"AANF",
	"5G_DDNMF",
	"NSACF",
	"MFAF",
	"EASDF",
	"DCCF",
	"MB_SMF",
	"TSCTSF",
	"ADRF",
	"GBA_BSF",
	"CEF",
	"MB_UPF",
	"NSWOF",
	"PKMF",
	"MNPF",
	"SMS_GMSC",
	"SMS_IWMSC",
	"MBSF",
	"MBSTF",
	"PANF",
	"TNGF",
	"W_AGF",
	"TWIF",
	"TSN_AF",
}

All allowed values of NFType enum

View Source
var AllowedNotificationTypeEnumValues = []NotificationType{
	"N1_MESSAGES",
	"N2_INFORMATION",
	"LOCATION_NOTIFICATION",
	"DATA_REMOVAL_NOTIFICATION",
	"DATA_CHANGE_NOTIFICATION",
	"LOCATION_UPDATE_NOTIFICATION",
	"NSSAA_REAUTH_NOTIFICATION",
	"NSSAA_REVOC_NOTIFICATION",
}

All allowed values of NotificationType enum

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

All allowed values of NullValue enum

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

All allowed values of OperationSemantics enum

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

All allowed values of OperationalState enum

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

All allowed values of PerceivedSeverity enum

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

All allowed values of PerfNotificationTypes enum

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

All allowed values of PositioningMethodType enum

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

All allowed values of RegistrationState enum

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

All allowed values of ReportAmountType enum

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

All allowed values of ReportTypeType enum

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

All allowed values of SEPPType enum

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

All allowed values of ScpCapability enum

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

All allowed values of SupportedDataSet enum

View Source
var AllowedTimeToTriggerL1TypeEnumValues = []TimeToTriggerL1Type{
	"0ms",
	"40ms",
	"64ms",
	"80ms",
	"100ms",
	"128ms",
	"160ms",
	"256ms",
	"320ms",
	"480ms",
	"512ms",
	"640ms",
	"1024ms",
	"1280ms",
	"2560ms",
	"5120ms",
}

All allowed values of TimeToTriggerL1Type enum

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

All allowed values of TraceDepthType enum

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

All allowed values of TraceReportingFormatType enum

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

All allowed values of TrendIndication enum

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

All allowed values of UsageState enum

Functions ¶

func CacheExpires ¶

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

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

func IsNil ¶ added in v1.18.2

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

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

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

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

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

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

func PtrInt ¶

func PtrInt(v int) *int

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

func PtrInt32 ¶

func PtrInt32(v int32) *int32

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

func PtrInt64 ¶

func PtrInt64(v int64) *int64

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

func PtrString ¶

func PtrString(v string) *string

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

func PtrTime ¶

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

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

Types ¶

type APIClient ¶

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

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

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

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

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

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

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AccessType ¶

type AccessType string

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

const (
	NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS"
)

List of AccessType

func NewAccessTypeFromValue ¶

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

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

func (AccessType) IsValid ¶

func (v AccessType) IsValid() bool

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

func (AccessType) Ptr ¶

func (v AccessType) Ptr() *AccessType

Ptr returns reference to AccessType value

func (*AccessType) UnmarshalJSON ¶

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

type AccessTypeRm ¶

type AccessTypeRm struct {
	AccessType *AccessType
	NullValue  *NullValue
}

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

func (*AccessTypeRm) MarshalJSON ¶

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

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

func (*AccessTypeRm) UnmarshalJSON ¶

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

Unmarshal JSON data into any of the pointers in the struct

type AckState ¶

type AckState string

AckState the model 'AckState'

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

List of AckState

func NewAckStateFromValue ¶

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

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

func (AckState) IsValid ¶

func (v AckState) IsValid() bool

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

func (AckState) Ptr ¶

func (v AckState) Ptr() *AckState

Ptr returns reference to AckState value

func (*AckState) UnmarshalJSON ¶

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

type AddressWithVlan ¶

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

AddressWithVlan struct for AddressWithVlan

func NewAddressWithVlan ¶

func NewAddressWithVlan() *AddressWithVlan

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

func NewAddressWithVlanWithDefaults ¶

func NewAddressWithVlanWithDefaults() *AddressWithVlan

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

func (*AddressWithVlan) GetIpv4Address ¶

func (o *AddressWithVlan) GetIpv4Address() string

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

func (*AddressWithVlan) GetIpv4AddressOk ¶

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

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

func (*AddressWithVlan) GetIpv6Address ¶

func (o *AddressWithVlan) GetIpv6Address() Ipv6Addr

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

func (*AddressWithVlan) GetIpv6AddressOk ¶

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

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

func (*AddressWithVlan) GetVlanId ¶

func (o *AddressWithVlan) GetVlanId() int32

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

func (*AddressWithVlan) GetVlanIdOk ¶

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

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

func (*AddressWithVlan) HasIpv4Address ¶

func (o *AddressWithVlan) HasIpv4Address() bool

HasIpv4Address returns a boolean if a field has been set.

func (*AddressWithVlan) HasIpv6Address ¶

func (o *AddressWithVlan) HasIpv6Address() bool

HasIpv6Address returns a boolean if a field has been set.

func (*AddressWithVlan) HasVlanId ¶

func (o *AddressWithVlan) HasVlanId() bool

HasVlanId returns a boolean if a field has been set.

func (AddressWithVlan) MarshalJSON ¶

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

func (*AddressWithVlan) SetIpv4Address ¶

func (o *AddressWithVlan) SetIpv4Address(v string)

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

func (*AddressWithVlan) SetIpv6Address ¶

func (o *AddressWithVlan) SetIpv6Address(v Ipv6Addr)

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

func (*AddressWithVlan) SetVlanId ¶

func (o *AddressWithVlan) SetVlanId(v int32)

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

func (AddressWithVlan) ToMap ¶

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

type AdministrativeState ¶

type AdministrativeState string

AdministrativeState the model 'AdministrativeState'

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

List of AdministrativeState

func NewAdministrativeStateFromValue ¶

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

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

func (AdministrativeState) IsValid ¶

func (v AdministrativeState) IsValid() bool

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

func (AdministrativeState) Ptr ¶

Ptr returns reference to AdministrativeState value

func (*AdministrativeState) UnmarshalJSON ¶

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

type AfEvent ¶

type AfEvent struct {
	String *string
}

AfEvent Represents Application Events.

func (*AfEvent) MarshalJSON ¶

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

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

func (*AfEvent) UnmarshalJSON ¶

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

Unmarshal JSON data into any of the pointers in the struct

type AfEventExposureData ¶

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

AfEventExposureData AF Event Exposure data managed by a given NEF Instance

func NewAfEventExposureData ¶

func NewAfEventExposureData(afEvents []AfEvent) *AfEventExposureData

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

func NewAfEventExposureDataWithDefaults ¶

func NewAfEventExposureDataWithDefaults() *AfEventExposureData

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

func (*AfEventExposureData) GetAfEvents ¶

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

GetAfEvents returns the AfEvents field value

func (*AfEventExposureData) GetAfEventsOk ¶

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

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

func (*AfEventExposureData) GetAfIds ¶

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

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

func (*AfEventExposureData) GetAfIdsOk ¶

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

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

func (*AfEventExposureData) GetAppIds ¶

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

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

func (*AfEventExposureData) GetAppIdsOk ¶

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

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

func (*AfEventExposureData) HasAfIds ¶

func (o *AfEventExposureData) HasAfIds() bool

HasAfIds returns a boolean if a field has been set.

func (*AfEventExposureData) HasAppIds ¶

func (o *AfEventExposureData) HasAppIds() bool

HasAppIds returns a boolean if a field has been set.

func (AfEventExposureData) MarshalJSON ¶

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

func (*AfEventExposureData) SetAfEvents ¶

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

SetAfEvents sets field value

func (*AfEventExposureData) SetAfIds ¶

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

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

func (*AfEventExposureData) SetAppIds ¶

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

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

func (AfEventExposureData) ToMap ¶

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

type AfSigProtocol ¶

type AfSigProtocol struct {
	NullValue *NullValue
	String    *string
}

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

func (*AfSigProtocol) MarshalJSON ¶

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

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

func (*AfSigProtocol) UnmarshalJSON ¶

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

Unmarshal JSON data into any of the pointers in the struct

type AlarmListSingle ¶

type AlarmListSingle struct {
	Top
	Attributes *AlarmListSingleAllOfAttributes `json:"attributes,omitempty"`
}

AlarmListSingle struct for AlarmListSingle

func NewAlarmListSingle ¶

func NewAlarmListSingle(id NullableString) *AlarmListSingle

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

func NewAlarmListSingleWithDefaults ¶

func NewAlarmListSingleWithDefaults() *AlarmListSingle

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

func (*AlarmListSingle) GetAttributes ¶

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

func (*AlarmListSingle) GetAttributesOk ¶

func (o *AlarmListSingle) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool)

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

func (*AlarmListSingle) HasAttributes ¶

func (o *AlarmListSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AlarmListSingle) MarshalJSON ¶

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

func (*AlarmListSingle) SetAttributes ¶

func (o *AlarmListSingle) SetAttributes(v AlarmListSingleAllOfAttributes)

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

func (AlarmListSingle) ToMap ¶

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

type AlarmListSingleAllOf ¶

type AlarmListSingleAllOf struct {
	Attributes *AlarmListSingleAllOfAttributes `json:"attributes,omitempty"`
}

AlarmListSingleAllOf struct for AlarmListSingleAllOf

func NewAlarmListSingleAllOf ¶

func NewAlarmListSingleAllOf() *AlarmListSingleAllOf

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

func NewAlarmListSingleAllOfWithDefaults ¶

func NewAlarmListSingleAllOfWithDefaults() *AlarmListSingleAllOf

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

func (*AlarmListSingleAllOf) GetAttributes ¶

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

func (*AlarmListSingleAllOf) GetAttributesOk ¶

func (o *AlarmListSingleAllOf) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool)

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

func (*AlarmListSingleAllOf) HasAttributes ¶

func (o *AlarmListSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AlarmListSingleAllOf) MarshalJSON ¶

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

func (*AlarmListSingleAllOf) SetAttributes ¶

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

func (AlarmListSingleAllOf) ToMap ¶

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

type AlarmListSingleAllOfAttributes ¶

type AlarmListSingleAllOfAttributes struct {
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	OperationalState    *OperationalState    `json:"operationalState,omitempty"`
	NumOfAlarmRecords   *int32               `json:"numOfAlarmRecords,omitempty"`
	LastModification    *time.Time           `json:"lastModification,omitempty"`
	// This resource represents a map of alarm records. The alarmIds are used as keys in the map.
	AlarmRecords *map[string]AlarmRecord `json:"alarmRecords,omitempty"`
}

AlarmListSingleAllOfAttributes struct for AlarmListSingleAllOfAttributes

func NewAlarmListSingleAllOfAttributes ¶

func NewAlarmListSingleAllOfAttributes() *AlarmListSingleAllOfAttributes

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

func NewAlarmListSingleAllOfAttributesWithDefaults ¶

func NewAlarmListSingleAllOfAttributesWithDefaults() *AlarmListSingleAllOfAttributes

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

func (*AlarmListSingleAllOfAttributes) GetAdministrativeState ¶

func (o *AlarmListSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*AlarmListSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *AlarmListSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

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

func (*AlarmListSingleAllOfAttributes) GetAlarmRecords ¶

func (o *AlarmListSingleAllOfAttributes) GetAlarmRecords() map[string]AlarmRecord

GetAlarmRecords returns the AlarmRecords field value if set, zero value otherwise.

func (*AlarmListSingleAllOfAttributes) GetAlarmRecordsOk ¶

func (o *AlarmListSingleAllOfAttributes) GetAlarmRecordsOk() (*map[string]AlarmRecord, bool)

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

func (*AlarmListSingleAllOfAttributes) GetLastModification ¶

func (o *AlarmListSingleAllOfAttributes) GetLastModification() time.Time

GetLastModification returns the LastModification field value if set, zero value otherwise.

func (*AlarmListSingleAllOfAttributes) GetLastModificationOk ¶

func (o *AlarmListSingleAllOfAttributes) GetLastModificationOk() (*time.Time, bool)

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

func (*AlarmListSingleAllOfAttributes) GetNumOfAlarmRecords ¶

func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecords() int32

GetNumOfAlarmRecords returns the NumOfAlarmRecords field value if set, zero value otherwise.

func (*AlarmListSingleAllOfAttributes) GetNumOfAlarmRecordsOk ¶

func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecordsOk() (*int32, bool)

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

func (*AlarmListSingleAllOfAttributes) GetOperationalState ¶

func (o *AlarmListSingleAllOfAttributes) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*AlarmListSingleAllOfAttributes) GetOperationalStateOk ¶

func (o *AlarmListSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

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

func (*AlarmListSingleAllOfAttributes) HasAdministrativeState ¶

func (o *AlarmListSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*AlarmListSingleAllOfAttributes) HasAlarmRecords ¶

func (o *AlarmListSingleAllOfAttributes) HasAlarmRecords() bool

HasAlarmRecords returns a boolean if a field has been set.

func (*AlarmListSingleAllOfAttributes) HasLastModification ¶

func (o *AlarmListSingleAllOfAttributes) HasLastModification() bool

HasLastModification returns a boolean if a field has been set.

func (*AlarmListSingleAllOfAttributes) HasNumOfAlarmRecords ¶

func (o *AlarmListSingleAllOfAttributes) HasNumOfAlarmRecords() bool

HasNumOfAlarmRecords returns a boolean if a field has been set.

func (*AlarmListSingleAllOfAttributes) HasOperationalState ¶

func (o *AlarmListSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (AlarmListSingleAllOfAttributes) MarshalJSON ¶

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

func (*AlarmListSingleAllOfAttributes) SetAdministrativeState ¶

func (o *AlarmListSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*AlarmListSingleAllOfAttributes) SetAlarmRecords ¶

func (o *AlarmListSingleAllOfAttributes) SetAlarmRecords(v map[string]AlarmRecord)

SetAlarmRecords gets a reference to the given map[string]AlarmRecord and assigns it to the AlarmRecords field.

func (*AlarmListSingleAllOfAttributes) SetLastModification ¶

func (o *AlarmListSingleAllOfAttributes) SetLastModification(v time.Time)

SetLastModification gets a reference to the given time.Time and assigns it to the LastModification field.

func (*AlarmListSingleAllOfAttributes) SetNumOfAlarmRecords ¶

func (o *AlarmListSingleAllOfAttributes) SetNumOfAlarmRecords(v int32)

SetNumOfAlarmRecords gets a reference to the given int32 and assigns it to the NumOfAlarmRecords field.

func (*AlarmListSingleAllOfAttributes) SetOperationalState ¶

func (o *AlarmListSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (AlarmListSingleAllOfAttributes) ToMap ¶

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

type AlarmNotificationTypes ¶

type AlarmNotificationTypes string

AlarmNotificationTypes the model 'AlarmNotificationTypes'

const (
	NOTIFY_NEW_ALARM                       AlarmNotificationTypes = "notifyNewAlarm"
	NOTIFY_CHANGED_ALARM                   AlarmNotificationTypes = "notifyChangedAlarm"
	NOTIFY_CHANGED_ALARM_GENERAL           AlarmNotificationTypes = "notifyChangedAlarmGeneral"
	NOTIFY_ACK_STATE_CHANGED               AlarmNotificationTypes = "notifyAckStateChanged"
	NOTIFY_CORRELATED_NOTIFICATION_CHANGED AlarmNotificationTypes = "notifyCorrelatedNotificationChanged"
	NOTIFY_COMMENTS                        AlarmNotificationTypes = "notifyComments"
	NOTIFY_CLEARED_ALARM                   AlarmNotificationTypes = "notifyClearedAlarm"
	NOTIFY_ALARM_LIST_REBUILT              AlarmNotificationTypes = "notifyAlarmListRebuilt"
	NOTIFY_POTENTIAL_FAULTY_ALARM_LIST     AlarmNotificationTypes = "notifyPotentialFaultyAlarmList"
)

List of AlarmNotificationTypes

func NewAlarmNotificationTypesFromValue ¶

func NewAlarmNotificationTypesFromValue(v string) (*AlarmNotificationTypes, error)

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

func (AlarmNotificationTypes) IsValid ¶

func (v AlarmNotificationTypes) IsValid() bool

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

func (AlarmNotificationTypes) Ptr ¶

Ptr returns reference to AlarmNotificationTypes value

func (*AlarmNotificationTypes) UnmarshalJSON ¶

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

type AlarmRecord ¶

type AlarmRecord struct {
	ObjectInstance          *string                  `json:"objectInstance,omitempty"`
	NotificationId          *int32                   `json:"notificationId,omitempty"`
	AlarmRaisedTime         *time.Time               `json:"alarmRaisedTime,omitempty"`
	AlarmChangedTime        *time.Time               `json:"alarmChangedTime,omitempty"`
	AlarmClearedTime        *time.Time               `json:"alarmClearedTime,omitempty"`
	AlarmType               *AlarmType               `json:"alarmType,omitempty"`
	ProbableCause           *ProbableCause           `json:"probableCause,omitempty"`
	SpecificProblem         *SpecificProblem         `json:"specificProblem,omitempty"`
	PerceivedSeverity       *PerceivedSeverity       `json:"perceivedSeverity,omitempty"`
	BackedUpStatus          *bool                    `json:"backedUpStatus,omitempty"`
	BackUpObject            *string                  `json:"backUpObject,omitempty"`
	TrendIndication         *TrendIndication         `json:"trendIndication,omitempty"`
	Thresholdinfo           *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 AmfFunctionSingle ¶

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

AmfFunctionSingle struct for AmfFunctionSingle

func NewAmfFunctionSingle ¶

func NewAmfFunctionSingle(id NullableString) *AmfFunctionSingle

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

func NewAmfFunctionSingleWithDefaults ¶

func NewAmfFunctionSingleWithDefaults() *AmfFunctionSingle

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

func (*AmfFunctionSingle) GetAttributes ¶

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

func (*AmfFunctionSingle) GetAttributesOk ¶

func (o *AmfFunctionSingle) GetAttributesOk() (*AmfFunctionSingleAllOfAttributes, bool)

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

func (*AmfFunctionSingle) GetEPN11 ¶

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

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

func (*AmfFunctionSingle) GetEPN11Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN12 ¶

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

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

func (*AmfFunctionSingle) GetEPN12Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN14 ¶

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

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

func (*AmfFunctionSingle) GetEPN14Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN15 ¶

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

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

func (*AmfFunctionSingle) GetEPN15Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN17 ¶

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

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

func (*AmfFunctionSingle) GetEPN17Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN2 ¶

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

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

func (*AmfFunctionSingle) GetEPN20 ¶

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

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

func (*AmfFunctionSingle) GetEPN20Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN22 ¶

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

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

func (*AmfFunctionSingle) GetEPN22Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN26 ¶

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

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

func (*AmfFunctionSingle) GetEPN26Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN2Ok ¶

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

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

func (*AmfFunctionSingle) GetEPN8 ¶

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

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

func (*AmfFunctionSingle) GetEPN8Ok ¶

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

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

func (*AmfFunctionSingle) GetEP_NLG ¶

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

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

func (*AmfFunctionSingle) GetEP_NLGOk ¶

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

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

func (*AmfFunctionSingle) GetEP_NLS ¶

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

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

func (*AmfFunctionSingle) GetEP_NLSOk ¶

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

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

func (*AmfFunctionSingle) GetManagedNFService ¶

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

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

func (*AmfFunctionSingle) GetManagedNFServiceOk ¶

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

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

func (*AmfFunctionSingle) GetPerfMetricJob ¶

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

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

func (*AmfFunctionSingle) GetPerfMetricJobOk ¶

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

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

func (*AmfFunctionSingle) GetThresholdMonitor ¶

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

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

func (*AmfFunctionSingle) GetThresholdMonitorOk ¶

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

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

func (*AmfFunctionSingle) GetTraceJob ¶

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

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

func (*AmfFunctionSingle) GetTraceJobOk ¶

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

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

func (*AmfFunctionSingle) HasAttributes ¶

func (o *AmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN11 ¶

func (o *AmfFunctionSingle) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN12 ¶

func (o *AmfFunctionSingle) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN14 ¶

func (o *AmfFunctionSingle) HasEPN14() bool

HasEPN14 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN15 ¶

func (o *AmfFunctionSingle) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN17 ¶

func (o *AmfFunctionSingle) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN2 ¶

func (o *AmfFunctionSingle) HasEPN2() bool

HasEPN2 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN20 ¶

func (o *AmfFunctionSingle) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN22 ¶

func (o *AmfFunctionSingle) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN26 ¶

func (o *AmfFunctionSingle) HasEPN26() bool

HasEPN26 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEPN8 ¶

func (o *AmfFunctionSingle) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEP_NLG ¶

func (o *AmfFunctionSingle) HasEP_NLG() bool

HasEP_NLG returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasEP_NLS ¶

func (o *AmfFunctionSingle) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasManagedNFService ¶

func (o *AmfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasPerfMetricJob ¶

func (o *AmfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasThresholdMonitor ¶

func (o *AmfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*AmfFunctionSingle) HasTraceJob ¶

func (o *AmfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (AmfFunctionSingle) MarshalJSON ¶

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

func (*AmfFunctionSingle) SetAttributes ¶

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

func (*AmfFunctionSingle) SetEPN11 ¶

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

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

func (*AmfFunctionSingle) SetEPN12 ¶

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

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

func (*AmfFunctionSingle) SetEPN14 ¶

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

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

func (*AmfFunctionSingle) SetEPN15 ¶

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

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

func (*AmfFunctionSingle) SetEPN17 ¶

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

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

func (*AmfFunctionSingle) SetEPN2 ¶

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

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

func (*AmfFunctionSingle) SetEPN20 ¶

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

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

func (*AmfFunctionSingle) SetEPN22 ¶

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

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

func (*AmfFunctionSingle) SetEPN26 ¶

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

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

func (*AmfFunctionSingle) SetEPN8 ¶

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

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

func (*AmfFunctionSingle) SetEP_NLG ¶

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

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

func (*AmfFunctionSingle) SetEP_NLS ¶

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

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

func (*AmfFunctionSingle) SetManagedNFService ¶

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

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

func (*AmfFunctionSingle) SetPerfMetricJob ¶

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

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

func (*AmfFunctionSingle) SetThresholdMonitor ¶

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

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

func (*AmfFunctionSingle) SetTraceJob ¶

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

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

func (AmfFunctionSingle) ToMap ¶

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

type AmfFunctionSingleAllOf ¶

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

AmfFunctionSingleAllOf struct for AmfFunctionSingleAllOf

func NewAmfFunctionSingleAllOf ¶

func NewAmfFunctionSingleAllOf() *AmfFunctionSingleAllOf

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

func NewAmfFunctionSingleAllOfWithDefaults ¶

func NewAmfFunctionSingleAllOfWithDefaults() *AmfFunctionSingleAllOf

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

func (*AmfFunctionSingleAllOf) GetAttributes ¶

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

func (*AmfFunctionSingleAllOf) GetAttributesOk ¶

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

func (*AmfFunctionSingleAllOf) HasAttributes ¶

func (o *AmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfFunctionSingleAllOf) MarshalJSON ¶

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

func (*AmfFunctionSingleAllOf) SetAttributes ¶

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

func (AmfFunctionSingleAllOf) ToMap ¶

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

type AmfFunctionSingleAllOf1 ¶

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

AmfFunctionSingleAllOf1 struct for AmfFunctionSingleAllOf1

func NewAmfFunctionSingleAllOf1 ¶

func NewAmfFunctionSingleAllOf1() *AmfFunctionSingleAllOf1

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

func NewAmfFunctionSingleAllOf1WithDefaults ¶

func NewAmfFunctionSingleAllOf1WithDefaults() *AmfFunctionSingleAllOf1

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

func (*AmfFunctionSingleAllOf1) GetEPN11 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN11Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN12 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN12Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN14 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN14Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN15 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN15Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN17 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN17Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN2 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN20 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN20Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN22 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN22Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN26 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN26Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN2Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN8 ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEPN8Ok ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEP_NLG ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEP_NLGOk ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEP_NLS ¶

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

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

func (*AmfFunctionSingleAllOf1) GetEP_NLSOk ¶

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

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

func (*AmfFunctionSingleAllOf1) HasEPN11 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN12 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN14 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN14() bool

HasEPN14 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN15 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN17 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN2 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN2() bool

HasEPN2 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN20 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN22 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN26 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN26() bool

HasEPN26 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEPN8 ¶

func (o *AmfFunctionSingleAllOf1) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEP_NLG ¶

func (o *AmfFunctionSingleAllOf1) HasEP_NLG() bool

HasEP_NLG returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOf1) HasEP_NLS ¶

func (o *AmfFunctionSingleAllOf1) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (AmfFunctionSingleAllOf1) MarshalJSON ¶

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

func (*AmfFunctionSingleAllOf1) SetEPN11 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN12 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN14 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN15 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN17 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN2 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN20 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN22 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN26 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEPN8 ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEP_NLG ¶

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

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

func (*AmfFunctionSingleAllOf1) SetEP_NLS ¶

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

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

func (AmfFunctionSingleAllOf1) ToMap ¶

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

type AmfFunctionSingleAllOfAttributes ¶

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

AmfFunctionSingleAllOfAttributes struct for AmfFunctionSingleAllOfAttributes

func NewAmfFunctionSingleAllOfAttributes ¶

func NewAmfFunctionSingleAllOfAttributes() *AmfFunctionSingleAllOfAttributes

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

func NewAmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewAmfFunctionSingleAllOfAttributesWithDefaults() *AmfFunctionSingleAllOfAttributes

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

func (*AmfFunctionSingleAllOfAttributes) GetAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributes) GetAmfIdentifier() AmfIdentifier

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

func (*AmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributes) GetAmfSetRef() string

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

func (*AmfFunctionSingleAllOfAttributes) GetAmfSetRefOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailure ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailureOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemoval ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemovalOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetCommModelList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetGUAMIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetGUAMIdListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDN() string

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

func (*AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDNOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

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

func (*AmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *AmfFunctionSingleAllOfAttributes) GetSBIFqdn() string

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

func (*AmfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetTaiList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetTaiListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetTaiRangeList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) GetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributes) GetWeightFactor() int32

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

func (*AmfFunctionSingleAllOfAttributes) GetWeightFactorOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) HasAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool

HasAmfIdentifier returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributes) HasAmfSetRef() bool

HasAmfSetRef returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfFailure() bool

HasBackupInfoAmfFailure returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfRemoval() bool

HasBackupInfoAmfRemoval returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasGUAMIdList() bool

HasGUAMIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributes) HasInterPlmnFQDN() bool

HasInterPlmnFQDN returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *AmfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributes) HasWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributes) HasWeightFactor() bool

HasWeightFactor returns a boolean if a field has been set.

func (AmfFunctionSingleAllOfAttributes) MarshalJSON ¶

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

func (*AmfFunctionSingleAllOfAttributes) SetAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributes) SetAmfIdentifier(v AmfIdentifier)

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

func (*AmfFunctionSingleAllOfAttributes) SetAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributes) SetAmfSetRef(v string)

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

func (*AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfFailure ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfRemoval ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetCommModelList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetGUAMIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributes) SetInterPlmnFQDN(v string)

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

func (*AmfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

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

func (*AmfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *AmfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

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

func (*AmfFunctionSingleAllOfAttributes) SetTaiList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetTaiRangeList ¶

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

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

func (*AmfFunctionSingleAllOfAttributes) SetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributes) SetWeightFactor(v int32)

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

func (AmfFunctionSingleAllOfAttributes) ToMap ¶

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

type AmfFunctionSingleAllOfAttributesAllOf ¶

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

AmfFunctionSingleAllOfAttributesAllOf struct for AmfFunctionSingleAllOfAttributesAllOf

func NewAmfFunctionSingleAllOfAttributesAllOf ¶

func NewAmfFunctionSingleAllOfAttributesAllOf() *AmfFunctionSingleAllOfAttributesAllOf

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

func NewAmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewAmfFunctionSingleAllOfAttributesAllOfWithDefaults() *AmfFunctionSingleAllOfAttributesAllOf

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier ¶

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRef ¶

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRefOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailure ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailureOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemoval ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemovalOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDN() string

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDNOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactor() int32

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

func (*AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactorOk ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier() bool

HasAmfIdentifier returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfSetRef() bool

HasAmfSetRef returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfFailure ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfFailure() bool

HasBackupInfoAmfFailure returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfRemoval ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfRemoval() bool

HasBackupInfoAmfRemoval returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasGUAMIdList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasGUAMIdList() bool

HasGUAMIdList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasInterPlmnFQDN() bool

HasInterPlmnFQDN returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*AmfFunctionSingleAllOfAttributesAllOf) HasWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) HasWeightFactor() bool

HasWeightFactor returns a boolean if a field has been set.

func (AmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier ¶

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetAmfSetRef ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetAmfSetRef(v string)

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfFailure ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfRemoval ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetGUAMIdList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetInterPlmnFQDN ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetInterPlmnFQDN(v string)

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

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

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

func (*AmfFunctionSingleAllOfAttributesAllOf) SetWeightFactor ¶

func (o *AmfFunctionSingleAllOfAttributesAllOf) SetWeightFactor(v int32)

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

func (AmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

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

type AmfIdentifier ¶

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

AmfIdentifier AmfIdentifier comprise of amfRegionId, amfSetId and amfPointer

func NewAmfIdentifier ¶

func NewAmfIdentifier() *AmfIdentifier

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

func NewAmfIdentifierWithDefaults ¶

func NewAmfIdentifierWithDefaults() *AmfIdentifier

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

func (*AmfIdentifier) GetAmfPointer ¶

func (o *AmfIdentifier) GetAmfPointer() int32

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

func (*AmfIdentifier) GetAmfPointerOk ¶

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

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

func (*AmfIdentifier) GetAmfRegionId ¶

func (o *AmfIdentifier) GetAmfRegionId() int32

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

func (*AmfIdentifier) GetAmfRegionIdOk ¶

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

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

func (*AmfIdentifier) GetAmfSetId ¶

func (o *AmfIdentifier) GetAmfSetId() string

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

func (*AmfIdentifier) GetAmfSetIdOk ¶

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

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

func (*AmfIdentifier) HasAmfPointer ¶

func (o *AmfIdentifier) HasAmfPointer() bool

HasAmfPointer returns a boolean if a field has been set.

func (*AmfIdentifier) HasAmfRegionId ¶

func (o *AmfIdentifier) HasAmfRegionId() bool

HasAmfRegionId returns a boolean if a field has been set.

func (*AmfIdentifier) HasAmfSetId ¶

func (o *AmfIdentifier) HasAmfSetId() bool

HasAmfSetId returns a boolean if a field has been set.

func (AmfIdentifier) MarshalJSON ¶

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

func (*AmfIdentifier) SetAmfPointer ¶

func (o *AmfIdentifier) SetAmfPointer(v int32)

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

func (*AmfIdentifier) SetAmfRegionId ¶

func (o *AmfIdentifier) SetAmfRegionId(v int32)

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

func (*AmfIdentifier) SetAmfSetId ¶

func (o *AmfIdentifier) SetAmfSetId(v string)

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

func (AmfIdentifier) ToMap ¶

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

type AmfRegionSingle ¶

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

AmfRegionSingle struct for AmfRegionSingle

func NewAmfRegionSingle ¶

func NewAmfRegionSingle(id NullableString) *AmfRegionSingle

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

func NewAmfRegionSingleWithDefaults ¶

func NewAmfRegionSingleWithDefaults() *AmfRegionSingle

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

func (*AmfRegionSingle) GetAttributes ¶

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

func (*AmfRegionSingle) GetAttributesOk ¶

func (o *AmfRegionSingle) GetAttributesOk() (*AmfRegionSingleAllOfAttributes, bool)

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

func (*AmfRegionSingle) HasAttributes ¶

func (o *AmfRegionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfRegionSingle) MarshalJSON ¶

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

func (*AmfRegionSingle) SetAttributes ¶

func (o *AmfRegionSingle) SetAttributes(v AmfRegionSingleAllOfAttributes)

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

func (AmfRegionSingle) ToMap ¶

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

type AmfRegionSingleAllOf ¶

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

AmfRegionSingleAllOf struct for AmfRegionSingleAllOf

func NewAmfRegionSingleAllOf ¶

func NewAmfRegionSingleAllOf() *AmfRegionSingleAllOf

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

func NewAmfRegionSingleAllOfWithDefaults ¶

func NewAmfRegionSingleAllOfWithDefaults() *AmfRegionSingleAllOf

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

func (*AmfRegionSingleAllOf) GetAttributes ¶

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

func (*AmfRegionSingleAllOf) GetAttributesOk ¶

func (o *AmfRegionSingleAllOf) GetAttributesOk() (*AmfRegionSingleAllOfAttributes, bool)

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

func (*AmfRegionSingleAllOf) HasAttributes ¶

func (o *AmfRegionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfRegionSingleAllOf) MarshalJSON ¶

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

func (*AmfRegionSingleAllOf) SetAttributes ¶

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

func (AmfRegionSingleAllOf) ToMap ¶

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

type AmfRegionSingleAllOfAttributes ¶

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

AmfRegionSingleAllOfAttributes struct for AmfRegionSingleAllOfAttributes

func NewAmfRegionSingleAllOfAttributes ¶

func NewAmfRegionSingleAllOfAttributes() *AmfRegionSingleAllOfAttributes

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

func NewAmfRegionSingleAllOfAttributesWithDefaults ¶

func NewAmfRegionSingleAllOfAttributesWithDefaults() *AmfRegionSingleAllOfAttributes

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

func (*AmfRegionSingleAllOfAttributes) GetAMFSetListRef ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetAMFSetListRefOk ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributes) GetAmfRegionId() int32

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

func (*AmfRegionSingleAllOfAttributes) GetAmfRegionIdOk ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetNRTACList ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetNRTACListOk ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetPlmnIdList ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetPlmnIdListOk ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetSnssaiList ¶

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

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

func (*AmfRegionSingleAllOfAttributes) GetSnssaiListOk ¶

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

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

func (*AmfRegionSingleAllOfAttributes) HasAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributes) HasAMFSetListRef() bool

HasAMFSetListRef returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributes) HasAmfRegionId() bool

HasAmfRegionId returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasNRTACList ¶

func (o *AmfRegionSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributes) HasSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfRegionSingleAllOfAttributes) MarshalJSON ¶

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

func (*AmfRegionSingleAllOfAttributes) SetAMFSetListRef ¶

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

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

func (*AmfRegionSingleAllOfAttributes) SetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributes) SetAmfRegionId(v int32)

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

func (*AmfRegionSingleAllOfAttributes) SetNRTACList ¶

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

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

func (*AmfRegionSingleAllOfAttributes) SetPlmnIdList ¶

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

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

func (*AmfRegionSingleAllOfAttributes) SetSnssaiList ¶

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

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

func (AmfRegionSingleAllOfAttributes) ToMap ¶

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

type AmfRegionSingleAllOfAttributesAllOf ¶

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

AmfRegionSingleAllOfAttributesAllOf struct for AmfRegionSingleAllOfAttributesAllOf

func NewAmfRegionSingleAllOfAttributesAllOf ¶

func NewAmfRegionSingleAllOfAttributesAllOf() *AmfRegionSingleAllOfAttributesAllOf

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

func NewAmfRegionSingleAllOfAttributesAllOfWithDefaults ¶

func NewAmfRegionSingleAllOfAttributesAllOfWithDefaults() *AmfRegionSingleAllOfAttributesAllOf

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRef ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRefOk ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionId() int32

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionIdOk ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetNRTACList ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetNRTACListOk ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetSnssaiList ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) HasAMFSetListRef ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasAMFSetListRef() bool

HasAMFSetListRef returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasAmfRegionId() bool

HasAmfRegionId returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfRegionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfRegionSingleAllOfAttributesAllOf) MarshalJSON ¶

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

func (*AmfRegionSingleAllOfAttributesAllOf) SetAMFSetListRef ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) SetAmfRegionId ¶

func (o *AmfRegionSingleAllOfAttributesAllOf) SetAmfRegionId(v int32)

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

func (*AmfRegionSingleAllOfAttributesAllOf) SetNRTACList ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

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

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

func (*AmfRegionSingleAllOfAttributesAllOf) SetSnssaiList ¶

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

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

func (AmfRegionSingleAllOfAttributesAllOf) ToMap ¶

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

type AmfSetSingle ¶

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

AmfSetSingle struct for AmfSetSingle

func NewAmfSetSingle ¶

func NewAmfSetSingle(id NullableString) *AmfSetSingle

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

func NewAmfSetSingleWithDefaults ¶

func NewAmfSetSingleWithDefaults() *AmfSetSingle

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

func (*AmfSetSingle) GetAttributes ¶

func (o *AmfSetSingle) GetAttributes() AmfSetSingleAllOfAttributes

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

func (*AmfSetSingle) GetAttributesOk ¶

func (o *AmfSetSingle) GetAttributesOk() (*AmfSetSingleAllOfAttributes, bool)

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

func (*AmfSetSingle) HasAttributes ¶

func (o *AmfSetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfSetSingle) MarshalJSON ¶

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

func (*AmfSetSingle) SetAttributes ¶

func (o *AmfSetSingle) SetAttributes(v AmfSetSingleAllOfAttributes)

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

func (AmfSetSingle) ToMap ¶

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

type AmfSetSingleAllOf ¶

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

AmfSetSingleAllOf struct for AmfSetSingleAllOf

func NewAmfSetSingleAllOf ¶

func NewAmfSetSingleAllOf() *AmfSetSingleAllOf

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

func NewAmfSetSingleAllOfWithDefaults ¶

func NewAmfSetSingleAllOfWithDefaults() *AmfSetSingleAllOf

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

func (*AmfSetSingleAllOf) GetAttributes ¶

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

func (*AmfSetSingleAllOf) GetAttributesOk ¶

func (o *AmfSetSingleAllOf) GetAttributesOk() (*AmfSetSingleAllOfAttributes, bool)

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

func (*AmfSetSingleAllOf) HasAttributes ¶

func (o *AmfSetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AmfSetSingleAllOf) MarshalJSON ¶

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

func (*AmfSetSingleAllOf) SetAttributes ¶

func (o *AmfSetSingleAllOf) SetAttributes(v AmfSetSingleAllOfAttributes)

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

func (AmfSetSingleAllOf) ToMap ¶

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

type AmfSetSingleAllOfAttributes ¶

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

AmfSetSingleAllOfAttributes struct for AmfSetSingleAllOfAttributes

func NewAmfSetSingleAllOfAttributes ¶

func NewAmfSetSingleAllOfAttributes() *AmfSetSingleAllOfAttributes

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

func NewAmfSetSingleAllOfAttributesWithDefaults ¶

func NewAmfSetSingleAllOfAttributesWithDefaults() *AmfSetSingleAllOfAttributes

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

func (*AmfSetSingleAllOfAttributes) GetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributes) GetAMFRegionRef() string

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

func (*AmfSetSingleAllOfAttributes) GetAMFRegionRefOk ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetAMFSetMemberList ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetAMFSetMemberListOk ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributes) GetAmfSetId() string

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

func (*AmfSetSingleAllOfAttributes) GetAmfSetIdOk ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetNRTACList ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetNRTACListOk ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetPlmnIdList ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetPlmnIdListOk ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetSnssaiList ¶

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

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

func (*AmfSetSingleAllOfAttributes) GetSnssaiListOk ¶

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

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

func (*AmfSetSingleAllOfAttributes) HasAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributes) HasAMFRegionRef() bool

HasAMFRegionRef returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributes) HasAMFSetMemberList() bool

HasAMFSetMemberList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasAmfSetId ¶

func (o *AmfSetSingleAllOfAttributes) HasAmfSetId() bool

HasAmfSetId returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasNRTACList ¶

func (o *AmfSetSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributes) HasSnssaiList ¶

func (o *AmfSetSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfSetSingleAllOfAttributes) MarshalJSON ¶

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

func (*AmfSetSingleAllOfAttributes) SetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributes) SetAMFRegionRef(v string)

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

func (*AmfSetSingleAllOfAttributes) SetAMFSetMemberList ¶

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

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

func (*AmfSetSingleAllOfAttributes) SetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributes) SetAmfSetId(v string)

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

func (*AmfSetSingleAllOfAttributes) SetNRTACList ¶

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

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

func (*AmfSetSingleAllOfAttributes) SetPlmnIdList ¶

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

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

func (*AmfSetSingleAllOfAttributes) SetSnssaiList ¶

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

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

func (AmfSetSingleAllOfAttributes) ToMap ¶

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

type AmfSetSingleAllOfAttributesAllOf ¶

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

AmfSetSingleAllOfAttributesAllOf struct for AmfSetSingleAllOfAttributesAllOf

func NewAmfSetSingleAllOfAttributesAllOf ¶

func NewAmfSetSingleAllOfAttributesAllOf() *AmfSetSingleAllOfAttributesAllOf

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

func NewAmfSetSingleAllOfAttributesAllOfWithDefaults ¶

func NewAmfSetSingleAllOfAttributesAllOfWithDefaults() *AmfSetSingleAllOfAttributesAllOf

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

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRef() string

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

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRefOk ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberList ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberListOk ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributesAllOf) GetAmfSetId() string

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

func (*AmfSetSingleAllOfAttributesAllOf) GetAmfSetIdOk ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetNRTACList ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetNRTACListOk ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetPlmnIdList ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetSnssaiList ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) HasAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFRegionRef() bool

HasAMFRegionRef returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasAMFSetMemberList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFSetMemberList() bool

HasAMFSetMemberList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasAmfSetId ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasAmfSetId() bool

HasAmfSetId returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*AmfSetSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *AmfSetSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (AmfSetSingleAllOfAttributesAllOf) MarshalJSON ¶

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

func (*AmfSetSingleAllOfAttributesAllOf) SetAMFRegionRef ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetAMFRegionRef(v string)

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

func (*AmfSetSingleAllOfAttributesAllOf) SetAMFSetMemberList ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) SetAmfSetId ¶

func (o *AmfSetSingleAllOfAttributesAllOf) SetAmfSetId(v string)

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

func (*AmfSetSingleAllOfAttributesAllOf) SetNRTACList ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) SetPlmnIdList ¶

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

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

func (*AmfSetSingleAllOfAttributesAllOf) SetSnssaiList ¶

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

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

func (AmfSetSingleAllOfAttributesAllOf) ToMap ¶

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

type AnonymizationOfMdtDataType ¶

type AnonymizationOfMdtDataType string

AnonymizationOfMdtDataType Specifies level of MDT anonymization. For additional details see 3GPP TS 32.422 clause 5.10.12.

const (
	NO_IDENTITY AnonymizationOfMdtDataType = "NO_IDENTITY"
	TAC_OF_IMEI AnonymizationOfMdtDataType = "TAC_OF_IMEI"
)

List of anonymizationOfMdtData-Type

func NewAnonymizationOfMdtDataTypeFromValue ¶

func NewAnonymizationOfMdtDataTypeFromValue(v string) (*AnonymizationOfMdtDataType, error)

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

func (AnonymizationOfMdtDataType) IsValid ¶

func (v AnonymizationOfMdtDataType) IsValid() bool

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

func (AnonymizationOfMdtDataType) Ptr ¶

Ptr returns reference to anonymizationOfMdtData-Type value

func (*AnonymizationOfMdtDataType) UnmarshalJSON ¶

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

type AreaConfig ¶

type AreaConfig struct {
	FreqInfo *FreqInfo `json:"freqInfo,omitempty"`
	PciList  []int32   `json:"pciList,omitempty"`
}

AreaConfig struct for AreaConfig

func NewAreaConfig ¶

func NewAreaConfig() *AreaConfig

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

func NewAreaConfigWithDefaults ¶

func NewAreaConfigWithDefaults() *AreaConfig

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

func (*AreaConfig) GetFreqInfo ¶

func (o *AreaConfig) GetFreqInfo() FreqInfo

GetFreqInfo returns the FreqInfo field value if set, zero value otherwise.

func (*AreaConfig) GetFreqInfoOk ¶

func (o *AreaConfig) GetFreqInfoOk() (*FreqInfo, bool)

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

func (*AreaConfig) GetPciList ¶

func (o *AreaConfig) GetPciList() []int32

GetPciList returns the PciList field value if set, zero value otherwise.

func (*AreaConfig) GetPciListOk ¶

func (o *AreaConfig) GetPciListOk() ([]int32, bool)

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

func (*AreaConfig) HasFreqInfo ¶

func (o *AreaConfig) HasFreqInfo() bool

HasFreqInfo returns a boolean if a field has been set.

func (*AreaConfig) HasPciList ¶

func (o *AreaConfig) HasPciList() bool

HasPciList returns a boolean if a field has been set.

func (AreaConfig) MarshalJSON ¶

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

func (*AreaConfig) SetFreqInfo ¶

func (o *AreaConfig) SetFreqInfo(v FreqInfo)

SetFreqInfo gets a reference to the given FreqInfo and assigns it to the FreqInfo field.

func (*AreaConfig) SetPciList ¶

func (o *AreaConfig) SetPciList(v []int32)

SetPciList gets a reference to the given []int32 and assigns it to the PciList field.

func (AreaConfig) ToMap ¶

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

type AreaOfInterest ¶

type AreaOfInterest struct {
	GeoAreaToCellMapping *GeoAreaToCellMapping
	ArrayOfEutraCellId   *[]EutraCellId
	ArrayOfNrCellId      *[]NrCellId
	ArrayOfTai1          *[]Tai1
	ArrayOfUtraCellId    *[]UtraCellId
}

AreaOfInterest - struct for AreaOfInterest

func ArrayOfEutraCellIdAsAreaOfInterest ¶

func ArrayOfEutraCellIdAsAreaOfInterest(v *[]EutraCellId) AreaOfInterest

[]EutraCellIdAsAreaOfInterest is a convenience function that returns []EutraCellId wrapped in AreaOfInterest

func ArrayOfNrCellIdAsAreaOfInterest ¶

func ArrayOfNrCellIdAsAreaOfInterest(v *[]NrCellId) AreaOfInterest

[]NrCellIdAsAreaOfInterest is a convenience function that returns []NrCellId wrapped in AreaOfInterest

func ArrayOfTai1AsAreaOfInterest ¶

func ArrayOfTai1AsAreaOfInterest(v *[]Tai1) AreaOfInterest

[]Tai1AsAreaOfInterest is a convenience function that returns []Tai1 wrapped in AreaOfInterest

func ArrayOfUtraCellIdAsAreaOfInterest ¶

func ArrayOfUtraCellIdAsAreaOfInterest(v *[]UtraCellId) AreaOfInterest

[]UtraCellIdAsAreaOfInterest is a convenience function that returns []UtraCellId wrapped in AreaOfInterest

func GeoAreaToCellMappingAsAreaOfInterest ¶

func GeoAreaToCellMappingAsAreaOfInterest(v *GeoAreaToCellMapping) AreaOfInterest

GeoAreaToCellMappingAsAreaOfInterest is a convenience function that returns GeoAreaToCellMapping wrapped in AreaOfInterest

func (*AreaOfInterest) GetActualInstance ¶

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

Get the actual instance

func (AreaOfInterest) MarshalJSON ¶

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

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

func (*AreaOfInterest) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type AreaScope ¶

type AreaScope struct {
	ArrayOfEutraCellId *[]EutraCellId
	ArrayOfNrCellId    *[]NrCellId
	ArrayOfTai         *[]Tai
	ArrayOfString      *[]string
}

AreaScope - struct for AreaScope

func ArrayOfEutraCellIdAsAreaScope ¶

func ArrayOfEutraCellIdAsAreaScope(v *[]EutraCellId) AreaScope

[]EutraCellIdAsAreaScope is a convenience function that returns []EutraCellId wrapped in AreaScope

func ArrayOfNrCellIdAsAreaScope ¶

func ArrayOfNrCellIdAsAreaScope(v *[]NrCellId) AreaScope

[]NrCellIdAsAreaScope is a convenience function that returns []NrCellId wrapped in AreaScope

func ArrayOfStringAsAreaScope ¶

func ArrayOfStringAsAreaScope(v *[]string) AreaScope

[]stringAsAreaScope is a convenience function that returns []string wrapped in AreaScope

func ArrayOfTaiAsAreaScope ¶

func ArrayOfTaiAsAreaScope(v *[]Tai) AreaScope

[]TaiAsAreaScope is a convenience function that returns []Tai wrapped in AreaScope

func (*AreaScope) GetActualInstance ¶

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

Get the actual instance

func (AreaScope) MarshalJSON ¶

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

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

func (*AreaScope) UnmarshalJSON ¶

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

Unmarshal JSON data into one of the pointers in the struct

type Arp ¶

type Arp struct {
	// nullable true shall not be used for this attribute. Unsigned integer indicating the ARP Priority Level (see clause 5.7.2.2 of 3GPP TS 23.501, within the range 1 to 15.Values are ordered in decreasing order of priority, i.e. with 1 as the highest priority and 15 as the lowest priority.
	PriorityLevel NullableInt32           `json:"priorityLevel"`
	PreemptCap    PreemptionCapability    `json:"preemptCap"`
	PreemptVuln   PreemptionVulnerability `json:"preemptVuln"`
}

Arp Contains Allocation and Retention Priority information.

func NewArp ¶

func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, preemptVuln PreemptionVulnerability) *Arp

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

func NewArpWithDefaults ¶

func NewArpWithDefaults() *Arp

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

func (*Arp) GetPreemptCap ¶

func (o *Arp) GetPreemptCap() PreemptionCapability

GetPreemptCap returns the PreemptCap field value

func (*Arp) GetPreemptCapOk ¶

func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool)

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

func (*Arp) GetPreemptVuln ¶

func (o *Arp) GetPreemptVuln() PreemptionVulnerability

GetPreemptVuln returns the PreemptVuln field value

func (*Arp) GetPreemptVulnOk ¶

func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool)

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

func (*Arp) GetPriorityLevel ¶

func (o *Arp) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value If the value is explicit nil, the zero value for int32 will be returned

func (*Arp) GetPriorityLevelOk ¶

func (o *Arp) GetPriorityLevelOk() (*int32, bool)

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

func (Arp) MarshalJSON ¶

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

func (*Arp) SetPreemptCap ¶

func (o *Arp) SetPreemptCap(v PreemptionCapability)

SetPreemptCap sets field value

func (*Arp) SetPreemptVuln ¶

func (o *Arp) SetPreemptVuln(v PreemptionVulnerability)

SetPreemptVuln sets field value

func (*Arp) SetPriorityLevel ¶

func (o *Arp) SetPriorityLevel(v int32)

SetPriorityLevel sets field value

func (Arp) ToMap ¶

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

type AtsssCapability ¶

type AtsssCapability struct {
	AtsssLL       *bool `json:"atsssLL,omitempty"`
	Mptcp         *bool `json:"mptcp,omitempty"`
	RttWithoutPmf *bool `json:"rttWithoutPmf,omitempty"`
}

AtsssCapability struct for AtsssCapability

func NewAtsssCapability ¶

func NewAtsssCapability() *AtsssCapability

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

func NewAtsssCapabilityWithDefaults ¶

func NewAtsssCapabilityWithDefaults() *AtsssCapability

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

func (*AtsssCapability) GetAtsssLL ¶

func (o *AtsssCapability) GetAtsssLL() bool

GetAtsssLL returns the AtsssLL field value if set, zero value otherwise.

func (*AtsssCapability) GetAtsssLLOk ¶

func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool)

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

func (*AtsssCapability) GetMptcp ¶

func (o *AtsssCapability) GetMptcp() bool

GetMptcp returns the Mptcp field value if set, zero value otherwise.

func (*AtsssCapability) GetMptcpOk ¶

func (o *AtsssCapability) GetMptcpOk() (*bool, bool)

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

func (*AtsssCapability) GetRttWithoutPmf ¶

func (o *AtsssCapability) GetRttWithoutPmf() bool

GetRttWithoutPmf returns the RttWithoutPmf field value if set, zero value otherwise.

func (*AtsssCapability) GetRttWithoutPmfOk ¶

func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool)

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

func (*AtsssCapability) HasAtsssLL ¶

func (o *AtsssCapability) HasAtsssLL() bool

HasAtsssLL returns a boolean if a field has been set.

func (*AtsssCapability) HasMptcp ¶

func (o *AtsssCapability) HasMptcp() bool

HasMptcp returns a boolean if a field has been set.

func (*AtsssCapability) HasRttWithoutPmf ¶

func (o *AtsssCapability) HasRttWithoutPmf() bool

HasRttWithoutPmf returns a boolean if a field has been set.

func (AtsssCapability) MarshalJSON ¶

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

func (*AtsssCapability) SetAtsssLL ¶

func (o *AtsssCapability) SetAtsssLL(v bool)

SetAtsssLL gets a reference to the given bool and assigns it to the AtsssLL field.

func (*AtsssCapability) SetMptcp ¶

func (o *AtsssCapability) SetMptcp(v bool)

SetMptcp gets a reference to the given bool and assigns it to the Mptcp field.

func (*AtsssCapability) SetRttWithoutPmf ¶

func (o *AtsssCapability) SetRttWithoutPmf(v bool)

SetRttWithoutPmf gets a reference to the given bool and assigns it to the RttWithoutPmf field.

func (AtsssCapability) ToMap ¶

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

type AusfFunctionSingle ¶

type AusfFunctionSingle struct {
	Top
	Attributes       *AusfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN12            []EPN12Single                      `json:"EP_N12,omitempty"`
	EPN13            []EPN13Single                      `json:"EP_N13,omitempty"`
}

AusfFunctionSingle struct for AusfFunctionSingle

func NewAusfFunctionSingle ¶

func NewAusfFunctionSingle(id NullableString) *AusfFunctionSingle

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

func NewAusfFunctionSingleWithDefaults ¶

func NewAusfFunctionSingleWithDefaults() *AusfFunctionSingle

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

func (*AusfFunctionSingle) GetAttributes ¶

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

func (*AusfFunctionSingle) GetAttributesOk ¶

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

func (*AusfFunctionSingle) GetEPN12 ¶

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

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

func (*AusfFunctionSingle) GetEPN12Ok ¶

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

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

func (*AusfFunctionSingle) GetEPN13 ¶

func (o *AusfFunctionSingle) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*AusfFunctionSingle) GetEPN13Ok ¶

func (o *AusfFunctionSingle) GetEPN13Ok() ([]EPN13Single, bool)

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

func (*AusfFunctionSingle) GetManagedNFService ¶

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

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

func (*AusfFunctionSingle) GetManagedNFServiceOk ¶

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

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

func (*AusfFunctionSingle) GetPerfMetricJob ¶

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

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

func (*AusfFunctionSingle) GetPerfMetricJobOk ¶

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

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

func (*AusfFunctionSingle) GetThresholdMonitor ¶

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

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

func (*AusfFunctionSingle) GetThresholdMonitorOk ¶

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

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

func (*AusfFunctionSingle) GetTraceJob ¶

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

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

func (*AusfFunctionSingle) GetTraceJobOk ¶

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

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

func (*AusfFunctionSingle) HasAttributes ¶

func (o *AusfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasEPN12 ¶

func (o *AusfFunctionSingle) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasEPN13 ¶

func (o *AusfFunctionSingle) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasManagedNFService ¶

func (o *AusfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasPerfMetricJob ¶

func (o *AusfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasThresholdMonitor ¶

func (o *AusfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*AusfFunctionSingle) HasTraceJob ¶

func (o *AusfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (AusfFunctionSingle) MarshalJSON ¶

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

func (*AusfFunctionSingle) SetAttributes ¶

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

func (*AusfFunctionSingle) SetEPN12 ¶

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

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

func (*AusfFunctionSingle) SetEPN13 ¶

func (o *AusfFunctionSingle) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (*AusfFunctionSingle) SetManagedNFService ¶

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

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

func (*AusfFunctionSingle) SetPerfMetricJob ¶

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

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

func (*AusfFunctionSingle) SetThresholdMonitor ¶

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

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

func (*AusfFunctionSingle) SetTraceJob ¶

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

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

func (AusfFunctionSingle) ToMap ¶

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

type AusfFunctionSingleAllOf ¶

type AusfFunctionSingleAllOf struct {
	Attributes *AusfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

AusfFunctionSingleAllOf struct for AusfFunctionSingleAllOf

func NewAusfFunctionSingleAllOf ¶

func NewAusfFunctionSingleAllOf() *AusfFunctionSingleAllOf

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

func NewAusfFunctionSingleAllOfWithDefaults ¶

func NewAusfFunctionSingleAllOfWithDefaults() *AusfFunctionSingleAllOf

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

func (*AusfFunctionSingleAllOf) GetAttributes ¶

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

func (*AusfFunctionSingleAllOf) GetAttributesOk ¶

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

func (*AusfFunctionSingleAllOf) HasAttributes ¶

func (o *AusfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (AusfFunctionSingleAllOf) MarshalJSON ¶

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

func (*AusfFunctionSingleAllOf) SetAttributes ¶

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

func (AusfFunctionSingleAllOf) ToMap ¶

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

type AusfFunctionSingleAllOf1 ¶

type AusfFunctionSingleAllOf1 struct {
	EPN12 []EPN12Single `json:"EP_N12,omitempty"`
	EPN13 []EPN13Single `json:"EP_N13,omitempty"`
}

AusfFunctionSingleAllOf1 struct for AusfFunctionSingleAllOf1

func NewAusfFunctionSingleAllOf1 ¶

func NewAusfFunctionSingleAllOf1() *AusfFunctionSingleAllOf1

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

func NewAusfFunctionSingleAllOf1WithDefaults ¶

func NewAusfFunctionSingleAllOf1WithDefaults() *AusfFunctionSingleAllOf1

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

func (*AusfFunctionSingleAllOf1) GetEPN12 ¶

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

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

func (*AusfFunctionSingleAllOf1) GetEPN12Ok ¶

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

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

func (*AusfFunctionSingleAllOf1) GetEPN13 ¶

func (o *AusfFunctionSingleAllOf1) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOf1) GetEPN13Ok ¶

func (o *AusfFunctionSingleAllOf1) GetEPN13Ok() ([]EPN13Single, bool)

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

func (*AusfFunctionSingleAllOf1) HasEPN12 ¶

func (o *AusfFunctionSingleAllOf1) HasEPN12() bool

HasEPN12 returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOf1) HasEPN13 ¶

func (o *AusfFunctionSingleAllOf1) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (AusfFunctionSingleAllOf1) MarshalJSON ¶

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

func (*AusfFunctionSingleAllOf1) SetEPN12 ¶

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

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

func (*AusfFunctionSingleAllOf1) SetEPN13 ¶

func (o *AusfFunctionSingleAllOf1) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (AusfFunctionSingleAllOf1) ToMap ¶

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

type AusfFunctionSingleAllOfAttributes ¶

type AusfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
	AusfInfo         *AusfInfo         `json:"ausfInfo,omitempty"`
}

AusfFunctionSingleAllOfAttributes struct for AusfFunctionSingleAllOfAttributes

func NewAusfFunctionSingleAllOfAttributes ¶

func NewAusfFunctionSingleAllOfAttributes() *AusfFunctionSingleAllOfAttributes

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

func NewAusfFunctionSingleAllOfAttributesWithDefaults ¶

func NewAusfFunctionSingleAllOfAttributesWithDefaults() *AusfFunctionSingleAllOfAttributes

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

func (*AusfFunctionSingleAllOfAttributes) GetAusfInfo ¶

GetAusfInfo returns the AusfInfo field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributes) GetAusfInfoOk ¶

func (o *AusfFunctionSingleAllOfAttributes) GetAusfInfoOk() (*AusfInfo, bool)

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

func (*AusfFunctionSingleAllOfAttributes) GetCommModelList ¶

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

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

func (*AusfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

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

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

func (*AusfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

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

func (*AusfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

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

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

func (*AusfFunctionSingleAllOfAttributes) GetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributes) GetPlmnInfoListOk ¶

func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

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

func (*AusfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *AusfFunctionSingleAllOfAttributes) GetSBIFqdn() string

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

func (*AusfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

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

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

func (*AusfFunctionSingleAllOfAttributes) HasAusfInfo ¶

func (o *AusfFunctionSingleAllOfAttributes) HasAusfInfo() bool

HasAusfInfo returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *AusfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (AusfFunctionSingleAllOfAttributes) MarshalJSON ¶

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

func (*AusfFunctionSingleAllOfAttributes) SetAusfInfo ¶

func (o *AusfFunctionSingleAllOfAttributes) SetAusfInfo(v AusfInfo)

SetAusfInfo gets a reference to the given AusfInfo and assigns it to the AusfInfo field.

func (*AusfFunctionSingleAllOfAttributes) SetCommModelList ¶

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

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

func (*AusfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

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

func (*AusfFunctionSingleAllOfAttributes) SetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*AusfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *AusfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

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

func (AusfFunctionSingleAllOfAttributes) ToMap ¶

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

type AusfFunctionSingleAllOfAttributesAllOf ¶

type AusfFunctionSingleAllOfAttributesAllOf struct {
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
	AusfInfo         *AusfInfo         `json:"ausfInfo,omitempty"`
}

AusfFunctionSingleAllOfAttributesAllOf struct for AusfFunctionSingleAllOfAttributesAllOf

func NewAusfFunctionSingleAllOfAttributesAllOf ¶

func NewAusfFunctionSingleAllOfAttributesAllOf() *AusfFunctionSingleAllOfAttributesAllOf

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

func NewAusfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewAusfFunctionSingleAllOfAttributesAllOfWithDefaults() *AusfFunctionSingleAllOfAttributesAllOf

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfo ¶

GetAusfInfo returns the AusfInfo field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfoOk ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfoOk() (*AusfInfo, bool)

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

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

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

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

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

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

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

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

func (*AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

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

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

func (*AusfFunctionSingleAllOfAttributesAllOf) HasAusfInfo ¶

HasAusfInfo returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*AusfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (AusfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o AusfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*AusfFunctionSingleAllOfAttributesAllOf) SetAusfInfo ¶

SetAusfInfo gets a reference to the given AusfInfo and assigns it to the AusfInfo field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList ¶

func (o *AusfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*AusfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (AusfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o AusfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type AusfInfo ¶

type AusfInfo struct {
	NFSrvGroupId      *string     `json:"nFSrvGroupId,omitempty"`
	SupiRanges        []SupiRange `json:"supiRanges,omitempty"`
	RoutingIndicators []string    `json:"routingIndicators,omitempty"`
	SuciInfos         []SuciInfo  `json:"suciInfos,omitempty"`
}

AusfInfo struct for AusfInfo

func NewAusfInfo ¶

func NewAusfInfo() *AusfInfo

NewAusfInfo instantiates a new AusfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAusfInfoWithDefaults ¶

func NewAusfInfoWithDefaults() *AusfInfo

NewAusfInfoWithDefaults instantiates a new AusfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AusfInfo) GetNFSrvGroupId ¶

func (o *AusfInfo) GetNFSrvGroupId() string

GetNFSrvGroupId returns the NFSrvGroupId field value if set, zero value otherwise.

func (*AusfInfo) GetNFSrvGroupIdOk ¶

func (o *AusfInfo) GetNFSrvGroupIdOk() (*string, bool)

GetNFSrvGroupIdOk returns a tuple with the NFSrvGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) GetRoutingIndicators ¶

func (o *AusfInfo) GetRoutingIndicators() []string

GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.

func (*AusfInfo) GetRoutingIndicatorsOk ¶

func (o *AusfInfo) GetRoutingIndicatorsOk() ([]string, bool)

GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) GetSuciInfos ¶

func (o *AusfInfo) GetSuciInfos() []SuciInfo

GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.

func (*AusfInfo) GetSuciInfosOk ¶

func (o *AusfInfo) GetSuciInfosOk() ([]SuciInfo, bool)

GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) GetSupiRanges ¶

func (o *AusfInfo) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*AusfInfo) GetSupiRangesOk ¶

func (o *AusfInfo) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AusfInfo) HasNFSrvGroupId ¶

func (o *AusfInfo) HasNFSrvGroupId() bool

HasNFSrvGroupId returns a boolean if a field has been set.

func (*AusfInfo) HasRoutingIndicators ¶

func (o *AusfInfo) HasRoutingIndicators() bool

HasRoutingIndicators returns a boolean if a field has been set.

func (*AusfInfo) HasSuciInfos ¶

func (o *AusfInfo) HasSuciInfos() bool

HasSuciInfos returns a boolean if a field has been set.

func (*AusfInfo) HasSupiRanges ¶

func (o *AusfInfo) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (AusfInfo) MarshalJSON ¶

func (o AusfInfo) MarshalJSON() ([]byte, error)

func (*AusfInfo) SetNFSrvGroupId ¶

func (o *AusfInfo) SetNFSrvGroupId(v string)

SetNFSrvGroupId gets a reference to the given string and assigns it to the NFSrvGroupId field.

func (*AusfInfo) SetRoutingIndicators ¶

func (o *AusfInfo) SetRoutingIndicators(v []string)

SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.

func (*AusfInfo) SetSuciInfos ¶

func (o *AusfInfo) SetSuciInfos(v []SuciInfo)

SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.

func (*AusfInfo) SetSupiRanges ¶

func (o *AusfInfo) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (AusfInfo) ToMap ¶

func (o AusfInfo) ToMap() (map[string]interface{}, error)

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type CmNotificationTypes ¶

type CmNotificationTypes string

CmNotificationTypes the model 'CmNotificationTypes'

const (
	NOTIFY_MOI_CREATION                CmNotificationTypes = "notifyMOICreation"
	NOTIFY_MOI_DELETION                CmNotificationTypes = "notifyMOIDeletion"
	NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES CmNotificationTypes = "notifyMOIAttributeValueChanges"
	NOTIFY_MOI_CHANGES                 CmNotificationTypes = "notifyMOIChanges"
)

List of CmNotificationTypes

func NewCmNotificationTypesFromValue ¶

func NewCmNotificationTypesFromValue(v string) (*CmNotificationTypes, error)

NewCmNotificationTypesFromValue returns a pointer to a valid CmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CmNotificationTypes) IsValid ¶

func (v CmNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CmNotificationTypes) Ptr ¶

Ptr returns reference to CmNotificationTypes value

func (*CmNotificationTypes) UnmarshalJSON ¶

func (v *CmNotificationTypes) UnmarshalJSON(src []byte) error

type CollectionPeriodM6LteType ¶

type CollectionPeriodM6LteType string

CollectionPeriodM6LteType See details in 3GPP TS 32.422 clause 5.10.32.

func NewCollectionPeriodM6LteTypeFromValue ¶

func NewCollectionPeriodM6LteTypeFromValue(v string) (*CollectionPeriodM6LteType, error)

NewCollectionPeriodM6LteTypeFromValue returns a pointer to a valid CollectionPeriodM6LteType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CollectionPeriodM6LteType) IsValid ¶

func (v CollectionPeriodM6LteType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CollectionPeriodM6LteType) Ptr ¶

Ptr returns reference to collectionPeriodM6Lte-Type value

func (*CollectionPeriodM6LteType) UnmarshalJSON ¶

func (v *CollectionPeriodM6LteType) UnmarshalJSON(src []byte) error

type CollectionPeriodM6NrType ¶

type CollectionPeriodM6NrType string

CollectionPeriodM6NrType See details in 3GPP TS 32.422 clause 5.10.34.

func NewCollectionPeriodM6NrTypeFromValue ¶

func NewCollectionPeriodM6NrTypeFromValue(v string) (*CollectionPeriodM6NrType, error)

NewCollectionPeriodM6NrTypeFromValue returns a pointer to a valid CollectionPeriodM6NrType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CollectionPeriodM6NrType) IsValid ¶

func (v CollectionPeriodM6NrType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CollectionPeriodM6NrType) Ptr ¶

Ptr returns reference to collectionPeriodM6Nr-Type value

func (*CollectionPeriodM6NrType) UnmarshalJSON ¶

func (v *CollectionPeriodM6NrType) UnmarshalJSON(src []byte) error

type CollectionPeriodRrmLteType ¶

type CollectionPeriodRrmLteType string

CollectionPeriodRrmLteType See details in 3GPP TS 32.422 clause 5.10.20.

func NewCollectionPeriodRrmLteTypeFromValue ¶

func NewCollectionPeriodRrmLteTypeFromValue(v string) (*CollectionPeriodRrmLteType, error)

NewCollectionPeriodRrmLteTypeFromValue returns a pointer to a valid CollectionPeriodRrmLteType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CollectionPeriodRrmLteType) IsValid ¶

func (v CollectionPeriodRrmLteType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CollectionPeriodRrmLteType) Ptr ¶

Ptr returns reference to collectionPeriodRrmLte-Type value

func (*CollectionPeriodRrmLteType) UnmarshalJSON ¶

func (v *CollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error

type CollectionPeriodRrmNrType ¶

type CollectionPeriodRrmNrType string

CollectionPeriodRrmNrType See details in 3GPP TS 32.422 clause 5.10.30.

func NewCollectionPeriodRrmNrTypeFromValue ¶

func NewCollectionPeriodRrmNrTypeFromValue(v string) (*CollectionPeriodRrmNrType, error)

NewCollectionPeriodRrmNrTypeFromValue returns a pointer to a valid CollectionPeriodRrmNrType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CollectionPeriodRrmNrType) IsValid ¶

func (v CollectionPeriodRrmNrType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CollectionPeriodRrmNrType) Ptr ¶

Ptr returns reference to collectionPeriodRrmNr-Type value

func (*CollectionPeriodRrmNrType) UnmarshalJSON ¶

func (v *CollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error

type CollectionPeriodRrmUmtsType ¶

type CollectionPeriodRrmUmtsType string

CollectionPeriodRrmUmtsType See details in 3GPP TS 32.422 clause 5.10.21.

func NewCollectionPeriodRrmUmtsTypeFromValue ¶

func NewCollectionPeriodRrmUmtsTypeFromValue(v string) (*CollectionPeriodRrmUmtsType, error)

NewCollectionPeriodRrmUmtsTypeFromValue returns a pointer to a valid CollectionPeriodRrmUmtsType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CollectionPeriodRrmUmtsType) IsValid ¶

func (v CollectionPeriodRrmUmtsType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CollectionPeriodRrmUmtsType) Ptr ¶

Ptr returns reference to collectionPeriodRrmUmts-Type value

func (*CollectionPeriodRrmUmtsType) UnmarshalJSON ¶

func (v *CollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error

type CommModel ¶

type CommModel struct {
	GroupId                *int32         `json:"groupId,omitempty"`
	CommModelType          *CommModelType `json:"commModelType,omitempty"`
	TargetNFServiceList    []string       `json:"targetNFServiceList,omitempty"`
	CommModelConfiguration *string        `json:"commModelConfiguration,omitempty"`
}

CommModel struct for CommModel

func NewCommModel ¶

func NewCommModel() *CommModel

NewCommModel instantiates a new CommModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCommModelWithDefaults ¶

func NewCommModelWithDefaults() *CommModel

NewCommModelWithDefaults instantiates a new CommModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CommModel) GetCommModelConfiguration ¶

func (o *CommModel) GetCommModelConfiguration() string

GetCommModelConfiguration returns the CommModelConfiguration field value if set, zero value otherwise.

func (*CommModel) GetCommModelConfigurationOk ¶

func (o *CommModel) GetCommModelConfigurationOk() (*string, bool)

GetCommModelConfigurationOk returns a tuple with the CommModelConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) GetCommModelType ¶

func (o *CommModel) GetCommModelType() CommModelType

GetCommModelType returns the CommModelType field value if set, zero value otherwise.

func (*CommModel) GetCommModelTypeOk ¶

func (o *CommModel) GetCommModelTypeOk() (*CommModelType, bool)

GetCommModelTypeOk returns a tuple with the CommModelType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) GetGroupId ¶

func (o *CommModel) GetGroupId() int32

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*CommModel) GetGroupIdOk ¶

func (o *CommModel) GetGroupIdOk() (*int32, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) GetTargetNFServiceList ¶

func (o *CommModel) GetTargetNFServiceList() []string

GetTargetNFServiceList returns the TargetNFServiceList field value if set, zero value otherwise.

func (*CommModel) GetTargetNFServiceListOk ¶

func (o *CommModel) GetTargetNFServiceListOk() ([]string, bool)

GetTargetNFServiceListOk returns a tuple with the TargetNFServiceList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CommModel) HasCommModelConfiguration ¶

func (o *CommModel) HasCommModelConfiguration() bool

HasCommModelConfiguration returns a boolean if a field has been set.

func (*CommModel) HasCommModelType ¶

func (o *CommModel) HasCommModelType() bool

HasCommModelType returns a boolean if a field has been set.

func (*CommModel) HasGroupId ¶

func (o *CommModel) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*CommModel) HasTargetNFServiceList ¶

func (o *CommModel) HasTargetNFServiceList() bool

HasTargetNFServiceList returns a boolean if a field has been set.

func (CommModel) MarshalJSON ¶

func (o CommModel) MarshalJSON() ([]byte, error)

func (*CommModel) SetCommModelConfiguration ¶

func (o *CommModel) SetCommModelConfiguration(v string)

SetCommModelConfiguration gets a reference to the given string and assigns it to the CommModelConfiguration field.

func (*CommModel) SetCommModelType ¶

func (o *CommModel) SetCommModelType(v CommModelType)

SetCommModelType gets a reference to the given CommModelType and assigns it to the CommModelType field.

func (*CommModel) SetGroupId ¶

func (o *CommModel) SetGroupId(v int32)

SetGroupId gets a reference to the given int32 and assigns it to the GroupId field.

func (*CommModel) SetTargetNFServiceList ¶

func (o *CommModel) SetTargetNFServiceList(v []string)

SetTargetNFServiceList gets a reference to the given []string and assigns it to the TargetNFServiceList field.

func (CommModel) ToMap ¶

func (o CommModel) ToMap() (map[string]interface{}, error)

type CommModelType ¶

type CommModelType string

CommModelType any of enumrated value

const (
	DIRECT_COMMUNICATION_WO_NRF                     CommModelType = "DIRECT_COMMUNICATION_WO_NRF"
	DIRECT_COMMUNICATION_WITH_NRF                   CommModelType = "DIRECT_COMMUNICATION_WITH_NRF"
	INDIRECT_COMMUNICATION_WO_DEDICATED_DISCOVERY   CommModelType = "INDIRECT_COMMUNICATION_WO_DEDICATED_DISCOVERY"
	INDIRECT_COMMUNICATION_WITH_DEDICATED_DISCOVERY CommModelType = "INDIRECT_COMMUNICATION_WITH_DEDICATED_DISCOVERY"
)

List of CommModelType

func NewCommModelTypeFromValue ¶

func NewCommModelTypeFromValue(v string) (*CommModelType, error)

NewCommModelTypeFromValue returns a pointer to a valid CommModelType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CommModelType) IsValid ¶

func (v CommModelType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CommModelType) Ptr ¶

func (v CommModelType) Ptr() *CommModelType

Ptr returns reference to CommModelType value

func (*CommModelType) UnmarshalJSON ¶

func (v *CommModelType) UnmarshalJSON(src []byte) error

type ConditionData ¶

type ConditionData struct {
	// Uniquely identifies the condition data within a PDU session.
	CondId string `json:"condId"`
	// string with format 'date-time' as defined in OpenAPI with 'nullable:true' property.
	ActivationTime NullableTime `json:"activationTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI with 'nullable:true' property.
	DeactivationTime NullableTime `json:"deactivationTime,omitempty"`
	AccessType       *AccessType  `json:"accessType,omitempty"`
	RatType          *RatType     `json:"ratType,omitempty"`
}

ConditionData Contains conditions of applicability for a rule.

func NewConditionData ¶

func NewConditionData(condId string) *ConditionData

NewConditionData instantiates a new ConditionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConditionDataWithDefaults ¶

func NewConditionDataWithDefaults() *ConditionData

NewConditionDataWithDefaults instantiates a new ConditionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConditionData) GetAccessType ¶

func (o *ConditionData) GetAccessType() AccessType

GetAccessType returns the AccessType field value if set, zero value otherwise.

func (*ConditionData) GetAccessTypeOk ¶

func (o *ConditionData) GetAccessTypeOk() (*AccessType, bool)

GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConditionData) GetActivationTime ¶

func (o *ConditionData) GetActivationTime() time.Time

GetActivationTime returns the ActivationTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ConditionData) GetActivationTimeOk ¶

func (o *ConditionData) GetActivationTimeOk() (*time.Time, bool)

GetActivationTimeOk returns a tuple with the ActivationTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ConditionData) GetCondId ¶

func (o *ConditionData) GetCondId() string

GetCondId returns the CondId field value

func (*ConditionData) GetCondIdOk ¶

func (o *ConditionData) GetCondIdOk() (*string, bool)

GetCondIdOk returns a tuple with the CondId field value and a boolean to check if the value has been set.

func (*ConditionData) GetDeactivationTime ¶

func (o *ConditionData) GetDeactivationTime() time.Time

GetDeactivationTime returns the DeactivationTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ConditionData) GetDeactivationTimeOk ¶

func (o *ConditionData) GetDeactivationTimeOk() (*time.Time, bool)

GetDeactivationTimeOk returns a tuple with the DeactivationTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ConditionData) GetRatType ¶

func (o *ConditionData) GetRatType() RatType

GetRatType returns the RatType field value if set, zero value otherwise.

func (*ConditionData) GetRatTypeOk ¶

func (o *ConditionData) GetRatTypeOk() (*RatType, bool)

GetRatTypeOk returns a tuple with the RatType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConditionData) HasAccessType ¶

func (o *ConditionData) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (*ConditionData) HasActivationTime ¶

func (o *ConditionData) HasActivationTime() bool

HasActivationTime returns a boolean if a field has been set.

func (*ConditionData) HasDeactivationTime ¶

func (o *ConditionData) HasDeactivationTime() bool

HasDeactivationTime returns a boolean if a field has been set.

func (*ConditionData) HasRatType ¶

func (o *ConditionData) HasRatType() bool

HasRatType returns a boolean if a field has been set.

func (ConditionData) MarshalJSON ¶

func (o ConditionData) MarshalJSON() ([]byte, error)

func (*ConditionData) SetAccessType ¶

func (o *ConditionData) SetAccessType(v AccessType)

SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.

func (*ConditionData) SetActivationTime ¶

func (o *ConditionData) SetActivationTime(v time.Time)

SetActivationTime gets a reference to the given NullableTime and assigns it to the ActivationTime field.

func (*ConditionData) SetActivationTimeNil ¶

func (o *ConditionData) SetActivationTimeNil()

SetActivationTimeNil sets the value for ActivationTime to be an explicit nil

func (*ConditionData) SetCondId ¶

func (o *ConditionData) SetCondId(v string)

SetCondId sets field value

func (*ConditionData) SetDeactivationTime ¶

func (o *ConditionData) SetDeactivationTime(v time.Time)

SetDeactivationTime gets a reference to the given NullableTime and assigns it to the DeactivationTime field.

func (*ConditionData) SetDeactivationTimeNil ¶

func (o *ConditionData) SetDeactivationTimeNil()

SetDeactivationTimeNil sets the value for DeactivationTime to be an explicit nil

func (*ConditionData) SetRatType ¶

func (o *ConditionData) SetRatType(v RatType)

SetRatType gets a reference to the given RatType and assigns it to the RatType field.

func (ConditionData) ToMap ¶

func (o ConditionData) ToMap() (map[string]interface{}, error)

func (*ConditionData) UnsetActivationTime ¶

func (o *ConditionData) UnsetActivationTime()

UnsetActivationTime ensures that no value is present for ActivationTime, not even an explicit nil

func (*ConditionData) UnsetDeactivationTime ¶

func (o *ConditionData) UnsetDeactivationTime()

UnsetDeactivationTime ensures that no value is present for DeactivationTime, not even an explicit nil

type Configurable5QISetSingle ¶

type Configurable5QISetSingle struct {
	Top
	Attributes *Configurable5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Configurable5QISetSingle struct for Configurable5QISetSingle

func NewConfigurable5QISetSingle ¶

func NewConfigurable5QISetSingle(id NullableString) *Configurable5QISetSingle

NewConfigurable5QISetSingle instantiates a new Configurable5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleWithDefaults ¶

func NewConfigurable5QISetSingleWithDefaults() *Configurable5QISetSingle

NewConfigurable5QISetSingleWithDefaults instantiates a new Configurable5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Configurable5QISetSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingle) HasAttributes ¶

func (o *Configurable5QISetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Configurable5QISetSingle) MarshalJSON ¶

func (o Configurable5QISetSingle) MarshalJSON() ([]byte, error)

func (*Configurable5QISetSingle) SetAttributes ¶

SetAttributes gets a reference to the given Configurable5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Configurable5QISetSingle) ToMap ¶

func (o Configurable5QISetSingle) ToMap() (map[string]interface{}, error)

type Configurable5QISetSingleAllOf ¶

type Configurable5QISetSingleAllOf struct {
	Attributes *Configurable5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Configurable5QISetSingleAllOf struct for Configurable5QISetSingleAllOf

func NewConfigurable5QISetSingleAllOf ¶

func NewConfigurable5QISetSingleAllOf() *Configurable5QISetSingleAllOf

NewConfigurable5QISetSingleAllOf instantiates a new Configurable5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleAllOfWithDefaults ¶

func NewConfigurable5QISetSingleAllOfWithDefaults() *Configurable5QISetSingleAllOf

NewConfigurable5QISetSingleAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingleAllOf) HasAttributes ¶

func (o *Configurable5QISetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOf) MarshalJSON ¶

func (o Configurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*Configurable5QISetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given Configurable5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Configurable5QISetSingleAllOf) ToMap ¶

func (o Configurable5QISetSingleAllOf) ToMap() (map[string]interface{}, error)

type Configurable5QISetSingleAllOfAttributes ¶

type Configurable5QISetSingleAllOfAttributes struct {
	Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}

Configurable5QISetSingleAllOfAttributes struct for Configurable5QISetSingleAllOfAttributes

func NewConfigurable5QISetSingleAllOfAttributes ¶

func NewConfigurable5QISetSingleAllOfAttributes() *Configurable5QISetSingleAllOfAttributes

NewConfigurable5QISetSingleAllOfAttributes instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleAllOfAttributesWithDefaults ¶

func NewConfigurable5QISetSingleAllOfAttributesWithDefaults() *Configurable5QISetSingleAllOfAttributes

NewConfigurable5QISetSingleAllOfAttributesWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIs ¶

GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIsOk ¶

GetConfigurable5QIsOk returns a tuple with the Configurable5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs ¶

func (o *Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs() bool

HasConfigurable5QIs returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOfAttributes) MarshalJSON ¶

func (o Configurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*Configurable5QISetSingleAllOfAttributes) SetConfigurable5QIs ¶

SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.

func (Configurable5QISetSingleAllOfAttributes) ToMap ¶

func (o Configurable5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type Configurable5QISetSingleAllOfAttributesAllOf ¶

type Configurable5QISetSingleAllOfAttributesAllOf struct {
	Configurable5QIs []FiveQICharacteristicsSingle `json:"configurable5QIs,omitempty"`
}

Configurable5QISetSingleAllOfAttributesAllOf struct for Configurable5QISetSingleAllOfAttributesAllOf

func NewConfigurable5QISetSingleAllOfAttributesAllOf ¶

func NewConfigurable5QISetSingleAllOfAttributesAllOf() *Configurable5QISetSingleAllOfAttributesAllOf

NewConfigurable5QISetSingleAllOfAttributesAllOf instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults ¶

func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults() *Configurable5QISetSingleAllOfAttributesAllOf

NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIs ¶

GetConfigurable5QIs returns the Configurable5QIs field value if set, zero value otherwise.

func (*Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIsOk ¶

GetConfigurable5QIsOk returns a tuple with the Configurable5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs ¶

func (o *Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs() bool

HasConfigurable5QIs returns a boolean if a field has been set.

func (Configurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*Configurable5QISetSingleAllOfAttributesAllOf) SetConfigurable5QIs ¶

SetConfigurable5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Configurable5QIs field.

func (Configurable5QISetSingleAllOfAttributesAllOf) ToMap ¶

func (o Configurable5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type 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 DDNMFFunctionSingle ¶

type DDNMFFunctionSingle struct {
	Top
	Attributes       *DDNMFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPNpc4           []EPNpc4Single                      `json:"EP_Npc4,omitempty"`
	EPNpc6           []EPNpc6Single                      `json:"EP_Npc6,omitempty"`
	EPNpc7           []EPNpc7Single                      `json:"EP_Npc7,omitempty"`
	EPNpc8           []EPNpc8Single                      `json:"EP_Npc8,omitempty"`
}

DDNMFFunctionSingle struct for DDNMFFunctionSingle

func NewDDNMFFunctionSingle ¶

func NewDDNMFFunctionSingle(id NullableString) *DDNMFFunctionSingle

NewDDNMFFunctionSingle instantiates a new DDNMFFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleWithDefaults ¶

func NewDDNMFFunctionSingleWithDefaults() *DDNMFFunctionSingle

NewDDNMFFunctionSingleWithDefaults instantiates a new DDNMFFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetEPNpc4 ¶

func (o *DDNMFFunctionSingle) GetEPNpc4() []EPNpc4Single

GetEPNpc4 returns the EPNpc4 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc4Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc4Ok() ([]EPNpc4Single, bool)

GetEPNpc4Ok returns a tuple with the EPNpc4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetEPNpc6 ¶

func (o *DDNMFFunctionSingle) GetEPNpc6() []EPNpc6Single

GetEPNpc6 returns the EPNpc6 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc6Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc6Ok() ([]EPNpc6Single, bool)

GetEPNpc6Ok returns a tuple with the EPNpc6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetEPNpc7 ¶

func (o *DDNMFFunctionSingle) GetEPNpc7() []EPNpc7Single

GetEPNpc7 returns the EPNpc7 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc7Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc7Ok() ([]EPNpc7Single, bool)

GetEPNpc7Ok returns a tuple with the EPNpc7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetEPNpc8 ¶

func (o *DDNMFFunctionSingle) GetEPNpc8() []EPNpc8Single

GetEPNpc8 returns the EPNpc8 field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetEPNpc8Ok ¶

func (o *DDNMFFunctionSingle) GetEPNpc8Ok() ([]EPNpc8Single, bool)

GetEPNpc8Ok returns a tuple with the EPNpc8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetManagedNFService ¶

func (o *DDNMFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetManagedNFServiceOk ¶

func (o *DDNMFFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetPerfMetricJob ¶

func (o *DDNMFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetPerfMetricJobOk ¶

func (o *DDNMFFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetThresholdMonitor ¶

func (o *DDNMFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetThresholdMonitorOk ¶

func (o *DDNMFFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) GetTraceJob ¶

func (o *DDNMFFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*DDNMFFunctionSingle) GetTraceJobOk ¶

func (o *DDNMFFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingle) HasAttributes ¶

func (o *DDNMFFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc4 ¶

func (o *DDNMFFunctionSingle) HasEPNpc4() bool

HasEPNpc4 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc6 ¶

func (o *DDNMFFunctionSingle) HasEPNpc6() bool

HasEPNpc6 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc7 ¶

func (o *DDNMFFunctionSingle) HasEPNpc7() bool

HasEPNpc7 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasEPNpc8 ¶

func (o *DDNMFFunctionSingle) HasEPNpc8() bool

HasEPNpc8 returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasManagedNFService ¶

func (o *DDNMFFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasPerfMetricJob ¶

func (o *DDNMFFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasThresholdMonitor ¶

func (o *DDNMFFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*DDNMFFunctionSingle) HasTraceJob ¶

func (o *DDNMFFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (DDNMFFunctionSingle) MarshalJSON ¶

func (o DDNMFFunctionSingle) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given DDNMFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*DDNMFFunctionSingle) SetEPNpc4 ¶

func (o *DDNMFFunctionSingle) SetEPNpc4(v []EPNpc4Single)

SetEPNpc4 gets a reference to the given []EPNpc4Single and assigns it to the EPNpc4 field.

func (*DDNMFFunctionSingle) SetEPNpc6 ¶

func (o *DDNMFFunctionSingle) SetEPNpc6(v []EPNpc6Single)

SetEPNpc6 gets a reference to the given []EPNpc6Single and assigns it to the EPNpc6 field.

func (*DDNMFFunctionSingle) SetEPNpc7 ¶

func (o *DDNMFFunctionSingle) SetEPNpc7(v []EPNpc7Single)

SetEPNpc7 gets a reference to the given []EPNpc7Single and assigns it to the EPNpc7 field.

func (*DDNMFFunctionSingle) SetEPNpc8 ¶

func (o *DDNMFFunctionSingle) SetEPNpc8(v []EPNpc8Single)

SetEPNpc8 gets a reference to the given []EPNpc8Single and assigns it to the EPNpc8 field.

func (*DDNMFFunctionSingle) SetManagedNFService ¶

func (o *DDNMFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*DDNMFFunctionSingle) SetPerfMetricJob ¶

func (o *DDNMFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*DDNMFFunctionSingle) SetThresholdMonitor ¶

func (o *DDNMFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*DDNMFFunctionSingle) SetTraceJob ¶

func (o *DDNMFFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (DDNMFFunctionSingle) ToMap ¶

func (o DDNMFFunctionSingle) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOf ¶

type DDNMFFunctionSingleAllOf struct {
	Attributes *DDNMFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

DDNMFFunctionSingleAllOf struct for DDNMFFunctionSingleAllOf

func NewDDNMFFunctionSingleAllOf ¶

func NewDDNMFFunctionSingleAllOf() *DDNMFFunctionSingleAllOf

NewDDNMFFunctionSingleAllOf instantiates a new DDNMFFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOfWithDefaults ¶

func NewDDNMFFunctionSingleAllOfWithDefaults() *DDNMFFunctionSingleAllOf

NewDDNMFFunctionSingleAllOfWithDefaults instantiates a new DDNMFFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf) HasAttributes ¶

func (o *DDNMFFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOf) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given DDNMFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (DDNMFFunctionSingleAllOf) ToMap ¶

func (o DDNMFFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOf1 ¶

type DDNMFFunctionSingleAllOf1 struct {
	EPNpc4 []EPNpc4Single `json:"EP_Npc4,omitempty"`
	EPNpc6 []EPNpc6Single `json:"EP_Npc6,omitempty"`
	EPNpc7 []EPNpc7Single `json:"EP_Npc7,omitempty"`
	EPNpc8 []EPNpc8Single `json:"EP_Npc8,omitempty"`
}

DDNMFFunctionSingleAllOf1 struct for DDNMFFunctionSingleAllOf1

func NewDDNMFFunctionSingleAllOf1 ¶

func NewDDNMFFunctionSingleAllOf1() *DDNMFFunctionSingleAllOf1

NewDDNMFFunctionSingleAllOf1 instantiates a new DDNMFFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOf1WithDefaults ¶

func NewDDNMFFunctionSingleAllOf1WithDefaults() *DDNMFFunctionSingleAllOf1

NewDDNMFFunctionSingleAllOf1WithDefaults instantiates a new DDNMFFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOf1) GetEPNpc4 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4() []EPNpc4Single

GetEPNpc4 returns the EPNpc4 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc4Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4Ok() ([]EPNpc4Single, bool)

GetEPNpc4Ok returns a tuple with the EPNpc4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc6 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6() []EPNpc6Single

GetEPNpc6 returns the EPNpc6 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc6Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6Ok() ([]EPNpc6Single, bool)

GetEPNpc6Ok returns a tuple with the EPNpc6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc7 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7() []EPNpc7Single

GetEPNpc7 returns the EPNpc7 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc7Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7Ok() ([]EPNpc7Single, bool)

GetEPNpc7Ok returns a tuple with the EPNpc7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc8 ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8() []EPNpc8Single

GetEPNpc8 returns the EPNpc8 field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOf1) GetEPNpc8Ok ¶

func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8Ok() ([]EPNpc8Single, bool)

GetEPNpc8Ok returns a tuple with the EPNpc8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc4 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc4() bool

HasEPNpc4 returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc6 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc6() bool

HasEPNpc6 returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc7 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc7() bool

HasEPNpc7 returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOf1) HasEPNpc8 ¶

func (o *DDNMFFunctionSingleAllOf1) HasEPNpc8() bool

HasEPNpc8 returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOf1) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOf1) SetEPNpc4 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc4(v []EPNpc4Single)

SetEPNpc4 gets a reference to the given []EPNpc4Single and assigns it to the EPNpc4 field.

func (*DDNMFFunctionSingleAllOf1) SetEPNpc6 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc6(v []EPNpc6Single)

SetEPNpc6 gets a reference to the given []EPNpc6Single and assigns it to the EPNpc6 field.

func (*DDNMFFunctionSingleAllOf1) SetEPNpc7 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc7(v []EPNpc7Single)

SetEPNpc7 gets a reference to the given []EPNpc7Single and assigns it to the EPNpc7 field.

func (*DDNMFFunctionSingleAllOf1) SetEPNpc8 ¶

func (o *DDNMFFunctionSingleAllOf1) SetEPNpc8(v []EPNpc8Single)

SetEPNpc8 gets a reference to the given []EPNpc8Single and assigns it to the EPNpc8 field.

func (DDNMFFunctionSingleAllOf1) ToMap ¶

func (o DDNMFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOfAttributes ¶

type DDNMFFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

DDNMFFunctionSingleAllOfAttributes struct for DDNMFFunctionSingleAllOfAttributes

func NewDDNMFFunctionSingleAllOfAttributes ¶

func NewDDNMFFunctionSingleAllOfAttributes() *DDNMFFunctionSingleAllOfAttributes

NewDDNMFFunctionSingleAllOfAttributes instantiates a new DDNMFFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOfAttributesWithDefaults ¶

func NewDDNMFFunctionSingleAllOfAttributesWithDefaults() *DDNMFFunctionSingleAllOfAttributes

NewDDNMFFunctionSingleAllOfAttributesWithDefaults instantiates a new DDNMFFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *DDNMFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *DDNMFFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*DDNMFFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*DDNMFFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*DDNMFFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *DDNMFFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (DDNMFFunctionSingleAllOfAttributes) ToMap ¶

func (o DDNMFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type DDNMFFunctionSingleAllOfAttributesAllOf ¶

type DDNMFFunctionSingleAllOfAttributesAllOf struct {
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

DDNMFFunctionSingleAllOfAttributesAllOf struct for DDNMFFunctionSingleAllOfAttributesAllOf

func NewDDNMFFunctionSingleAllOfAttributesAllOf ¶

func NewDDNMFFunctionSingleAllOfAttributesAllOf() *DDNMFFunctionSingleAllOfAttributesAllOf

NewDDNMFFunctionSingleAllOfAttributesAllOf instantiates a new DDNMFFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDDNMFFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewDDNMFFunctionSingleAllOfAttributesAllOfWithDefaults() *DDNMFFunctionSingleAllOfAttributesAllOf

NewDDNMFFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new DDNMFFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (DDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o DDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*DDNMFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (DDNMFFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o DDNMFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type DefaultNotificationSubscription ¶

type DefaultNotificationSubscription struct {
	NotificationType   *NotificationType `json:"notificationType,omitempty"`
	CallbackURI        *string           `json:"callbackURI,omitempty"`
	N1MessageClass     *bool             `json:"n1MessageClass,omitempty"`
	N2InfroamtionClass *bool             `json:"n2InfroamtionClass,omitempty"`
	Versions           *string           `json:"versions,omitempty"`
	Binding            *string           `json:"binding,omitempty"`
}

DefaultNotificationSubscription struct for DefaultNotificationSubscription

func NewDefaultNotificationSubscription ¶

func NewDefaultNotificationSubscription() *DefaultNotificationSubscription

NewDefaultNotificationSubscription instantiates a new DefaultNotificationSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDefaultNotificationSubscriptionWithDefaults ¶

func NewDefaultNotificationSubscriptionWithDefaults() *DefaultNotificationSubscription

NewDefaultNotificationSubscriptionWithDefaults instantiates a new DefaultNotificationSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DefaultNotificationSubscription) GetBinding ¶

func (o *DefaultNotificationSubscription) GetBinding() string

GetBinding returns the Binding field value if set, zero value otherwise.

func (*DefaultNotificationSubscription) GetBindingOk ¶

func (o *DefaultNotificationSubscription) GetBindingOk() (*string, bool)

GetBindingOk returns a tuple with the Binding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultNotificationSubscription) GetCallbackURI ¶

func (o *DefaultNotificationSubscription) GetCallbackURI() string

GetCallbackURI returns the CallbackURI field value if set, zero value otherwise.

func (*DefaultNotificationSubscription) GetCallbackURIOk ¶

func (o *DefaultNotificationSubscription) GetCallbackURIOk() (*string, bool)

GetCallbackURIOk returns a tuple with the CallbackURI field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultNotificationSubscription) GetN1MessageClass ¶

func (o *DefaultNotificationSubscription) GetN1MessageClass() bool

GetN1MessageClass returns the N1MessageClass field value if set, zero value otherwise.

func (*DefaultNotificationSubscription) GetN1MessageClassOk ¶

func (o *DefaultNotificationSubscription) GetN1MessageClassOk() (*bool, bool)

GetN1MessageClassOk returns a tuple with the N1MessageClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultNotificationSubscription) GetN2InfroamtionClass ¶

func (o *DefaultNotificationSubscription) GetN2InfroamtionClass() bool

GetN2InfroamtionClass returns the N2InfroamtionClass field value if set, zero value otherwise.

func (*DefaultNotificationSubscription) GetN2InfroamtionClassOk ¶

func (o *DefaultNotificationSubscription) GetN2InfroamtionClassOk() (*bool, bool)

GetN2InfroamtionClassOk returns a tuple with the N2InfroamtionClass field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultNotificationSubscription) GetNotificationType ¶

func (o *DefaultNotificationSubscription) GetNotificationType() NotificationType

GetNotificationType returns the NotificationType field value if set, zero value otherwise.

func (*DefaultNotificationSubscription) GetNotificationTypeOk ¶

func (o *DefaultNotificationSubscription) GetNotificationTypeOk() (*NotificationType, bool)

GetNotificationTypeOk returns a tuple with the NotificationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultNotificationSubscription) GetVersions ¶

func (o *DefaultNotificationSubscription) GetVersions() string

GetVersions returns the Versions field value if set, zero value otherwise.

func (*DefaultNotificationSubscription) GetVersionsOk ¶

func (o *DefaultNotificationSubscription) GetVersionsOk() (*string, bool)

GetVersionsOk returns a tuple with the Versions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefaultNotificationSubscription) HasBinding ¶

func (o *DefaultNotificationSubscription) HasBinding() bool

HasBinding returns a boolean if a field has been set.

func (*DefaultNotificationSubscription) HasCallbackURI ¶

func (o *DefaultNotificationSubscription) HasCallbackURI() bool

HasCallbackURI returns a boolean if a field has been set.

func (*DefaultNotificationSubscription) HasN1MessageClass ¶

func (o *DefaultNotificationSubscription) HasN1MessageClass() bool

HasN1MessageClass returns a boolean if a field has been set.

func (*DefaultNotificationSubscription) HasN2InfroamtionClass ¶

func (o *DefaultNotificationSubscription) HasN2InfroamtionClass() bool

HasN2InfroamtionClass returns a boolean if a field has been set.

func (*DefaultNotificationSubscription) HasNotificationType ¶

func (o *DefaultNotificationSubscription) HasNotificationType() bool

HasNotificationType returns a boolean if a field has been set.

func (*DefaultNotificationSubscription) HasVersions ¶

func (o *DefaultNotificationSubscription) HasVersions() bool

HasVersions returns a boolean if a field has been set.

func (DefaultNotificationSubscription) MarshalJSON ¶

func (o DefaultNotificationSubscription) MarshalJSON() ([]byte, error)

func (*DefaultNotificationSubscription) SetBinding ¶

func (o *DefaultNotificationSubscription) SetBinding(v string)

SetBinding gets a reference to the given string and assigns it to the Binding field.

func (*DefaultNotificationSubscription) SetCallbackURI ¶

func (o *DefaultNotificationSubscription) SetCallbackURI(v string)

SetCallbackURI gets a reference to the given string and assigns it to the CallbackURI field.

func (*DefaultNotificationSubscription) SetN1MessageClass ¶

func (o *DefaultNotificationSubscription) SetN1MessageClass(v bool)

SetN1MessageClass gets a reference to the given bool and assigns it to the N1MessageClass field.

func (*DefaultNotificationSubscription) SetN2InfroamtionClass ¶

func (o *DefaultNotificationSubscription) SetN2InfroamtionClass(v bool)

SetN2InfroamtionClass gets a reference to the given bool and assigns it to the N2InfroamtionClass field.

func (*DefaultNotificationSubscription) SetNotificationType ¶

func (o *DefaultNotificationSubscription) SetNotificationType(v NotificationType)

SetNotificationType gets a reference to the given NotificationType and assigns it to the NotificationType field.

func (*DefaultNotificationSubscription) SetVersions ¶

func (o *DefaultNotificationSubscription) SetVersions(v string)

SetVersions gets a reference to the given string and assigns it to the Versions field.

func (DefaultNotificationSubscription) ToMap ¶

func (o DefaultNotificationSubscription) ToMap() (map[string]interface{}, error)

type DnaiChangeType ¶

type DnaiChangeType struct {
	String *string
}

DnaiChangeType Possible values are: - EARLY: Early notification of UP path reconfiguration. - EARLY_LATE: Early and late notification of UP path reconfiguration. This value shall only be present in the subscription to the DNAI change event. - LATE: Late notification of UP path reconfiguration.

func (*DnaiChangeType) MarshalJSON ¶

func (src *DnaiChangeType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DnaiChangeType) UnmarshalJSON ¶

func (dst *DnaiChangeType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DnnInfoItem ¶

type DnnInfoItem struct {
	Dnn DnnInfoItemDnn `json:"dnn"`
}

DnnInfoItem Set of parameters supported by NF for a given DNN

func NewDnnInfoItem ¶

func NewDnnInfoItem(dnn DnnInfoItemDnn) *DnnInfoItem

NewDnnInfoItem instantiates a new DnnInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnInfoItemWithDefaults ¶

func NewDnnInfoItemWithDefaults() *DnnInfoItem

NewDnnInfoItemWithDefaults instantiates a new DnnInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnInfoItem) GetDnn ¶

func (o *DnnInfoItem) GetDnn() DnnInfoItemDnn

GetDnn returns the Dnn field value

func (*DnnInfoItem) GetDnnOk ¶

func (o *DnnInfoItem) GetDnnOk() (*DnnInfoItemDnn, bool)

GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.

func (DnnInfoItem) MarshalJSON ¶

func (o DnnInfoItem) MarshalJSON() ([]byte, error)

func (*DnnInfoItem) SetDnn ¶

func (o *DnnInfoItem) SetDnn(v DnnInfoItemDnn)

SetDnn sets field value

func (DnnInfoItem) ToMap ¶

func (o DnnInfoItem) ToMap() (map[string]interface{}, error)

type DnnInfoItemDnn ¶

type DnnInfoItemDnn struct {
	String *string
}

DnnInfoItemDnn struct for DnnInfoItemDnn

func (*DnnInfoItemDnn) MarshalJSON ¶

func (src *DnnInfoItemDnn) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*DnnInfoItemDnn) UnmarshalJSON ¶

func (dst *DnnInfoItemDnn) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type DnnSmfInfoItem ¶

type DnnSmfInfoItem struct {
	Dnn      *string  `json:"dnn,omitempty"`
	DnaiList []string `json:"dnaiList,omitempty"`
}

DnnSmfInfoItem struct for DnnSmfInfoItem

func NewDnnSmfInfoItem ¶

func NewDnnSmfInfoItem() *DnnSmfInfoItem

NewDnnSmfInfoItem instantiates a new DnnSmfInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDnnSmfInfoItemWithDefaults ¶

func NewDnnSmfInfoItemWithDefaults() *DnnSmfInfoItem

NewDnnSmfInfoItemWithDefaults instantiates a new DnnSmfInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DnnSmfInfoItem) GetDnaiList ¶

func (o *DnnSmfInfoItem) GetDnaiList() []string

GetDnaiList returns the DnaiList field value if set, zero value otherwise.

func (*DnnSmfInfoItem) GetDnaiListOk ¶

func (o *DnnSmfInfoItem) GetDnaiListOk() ([]string, bool)

GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnSmfInfoItem) GetDnn ¶

func (o *DnnSmfInfoItem) GetDnn() string

GetDnn returns the Dnn field value if set, zero value otherwise.

func (*DnnSmfInfoItem) GetDnnOk ¶

func (o *DnnSmfInfoItem) GetDnnOk() (*string, bool)

GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DnnSmfInfoItem) HasDnaiList ¶

func (o *DnnSmfInfoItem) HasDnaiList() bool

HasDnaiList returns a boolean if a field has been set.

func (*DnnSmfInfoItem) HasDnn ¶

func (o *DnnSmfInfoItem) HasDnn() bool

HasDnn returns a boolean if a field has been set.

func (DnnSmfInfoItem) MarshalJSON ¶

func (o DnnSmfInfoItem) MarshalJSON() ([]byte, error)

func (*DnnSmfInfoItem) SetDnaiList ¶

func (o *DnnSmfInfoItem) SetDnaiList(v []string)

SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.

func (*DnnSmfInfoItem) SetDnn ¶

func (o *DnnSmfInfoItem) SetDnn(v string)

SetDnn gets a reference to the given string and assigns it to the Dnn field.

func (DnnSmfInfoItem) ToMap ¶

func (o DnnSmfInfoItem) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingle ¶

type Dynamic5QISetSingle struct {
	Top
	Attributes *Dynamic5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Dynamic5QISetSingle struct for Dynamic5QISetSingle

func NewDynamic5QISetSingle ¶

func NewDynamic5QISetSingle(id NullableString) *Dynamic5QISetSingle

NewDynamic5QISetSingle instantiates a new Dynamic5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleWithDefaults ¶

func NewDynamic5QISetSingleWithDefaults() *Dynamic5QISetSingle

NewDynamic5QISetSingleWithDefaults instantiates a new Dynamic5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Dynamic5QISetSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingle) HasAttributes ¶

func (o *Dynamic5QISetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Dynamic5QISetSingle) MarshalJSON ¶

func (o Dynamic5QISetSingle) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingle) SetAttributes ¶

SetAttributes gets a reference to the given Dynamic5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Dynamic5QISetSingle) ToMap ¶

func (o Dynamic5QISetSingle) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingleAllOf ¶

type Dynamic5QISetSingleAllOf struct {
	Attributes *Dynamic5QISetSingleAllOfAttributes `json:"attributes,omitempty"`
}

Dynamic5QISetSingleAllOf struct for Dynamic5QISetSingleAllOf

func NewDynamic5QISetSingleAllOf ¶

func NewDynamic5QISetSingleAllOf() *Dynamic5QISetSingleAllOf

NewDynamic5QISetSingleAllOf instantiates a new Dynamic5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleAllOfWithDefaults ¶

func NewDynamic5QISetSingleAllOfWithDefaults() *Dynamic5QISetSingleAllOf

NewDynamic5QISetSingleAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingleAllOf) HasAttributes ¶

func (o *Dynamic5QISetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOf) MarshalJSON ¶

func (o Dynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given Dynamic5QISetSingleAllOfAttributes and assigns it to the Attributes field.

func (Dynamic5QISetSingleAllOf) ToMap ¶

func (o Dynamic5QISetSingleAllOf) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingleAllOfAttributes ¶

type Dynamic5QISetSingleAllOfAttributes struct {
	Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}

Dynamic5QISetSingleAllOfAttributes struct for Dynamic5QISetSingleAllOfAttributes

func NewDynamic5QISetSingleAllOfAttributes ¶

func NewDynamic5QISetSingleAllOfAttributes() *Dynamic5QISetSingleAllOfAttributes

NewDynamic5QISetSingleAllOfAttributes instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleAllOfAttributesWithDefaults ¶

func NewDynamic5QISetSingleAllOfAttributesWithDefaults() *Dynamic5QISetSingleAllOfAttributes

NewDynamic5QISetSingleAllOfAttributesWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIs ¶

GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIsOk ¶

GetDynamic5QIsOk returns a tuple with the Dynamic5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs ¶

func (o *Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs() bool

HasDynamic5QIs returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOfAttributes) MarshalJSON ¶

func (o Dynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingleAllOfAttributes) SetDynamic5QIs ¶

SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.

func (Dynamic5QISetSingleAllOfAttributes) ToMap ¶

func (o Dynamic5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type Dynamic5QISetSingleAllOfAttributesAllOf ¶

type Dynamic5QISetSingleAllOfAttributesAllOf struct {
	Dynamic5QIs []FiveQICharacteristicsSingle `json:"dynamic5QIs,omitempty"`
}

Dynamic5QISetSingleAllOfAttributesAllOf struct for Dynamic5QISetSingleAllOfAttributesAllOf

func NewDynamic5QISetSingleAllOfAttributesAllOf ¶

func NewDynamic5QISetSingleAllOfAttributesAllOf() *Dynamic5QISetSingleAllOfAttributesAllOf

NewDynamic5QISetSingleAllOfAttributesAllOf instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults ¶

func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults() *Dynamic5QISetSingleAllOfAttributesAllOf

NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIs ¶

GetDynamic5QIs returns the Dynamic5QIs field value if set, zero value otherwise.

func (*Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIsOk ¶

GetDynamic5QIsOk returns a tuple with the Dynamic5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs ¶

func (o *Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs() bool

HasDynamic5QIs returns a boolean if a field has been set.

func (Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*Dynamic5QISetSingleAllOfAttributesAllOf) SetDynamic5QIs ¶

SetDynamic5QIs gets a reference to the given []FiveQICharacteristicsSingle and assigns it to the Dynamic5QIs field.

func (Dynamic5QISetSingleAllOfAttributesAllOf) ToMap ¶

func (o Dynamic5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingle ¶

type EASDFFunctionSingle struct {
	Top
	Attributes       *EASDFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN88            []EPN88Single                       `json:"EP_N88,omitempty"`
}

EASDFFunctionSingle struct for EASDFFunctionSingle

func NewEASDFFunctionSingle ¶

func NewEASDFFunctionSingle(id NullableString) *EASDFFunctionSingle

NewEASDFFunctionSingle instantiates a new EASDFFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleWithDefaults ¶

func NewEASDFFunctionSingleWithDefaults() *EASDFFunctionSingle

NewEASDFFunctionSingleWithDefaults instantiates a new EASDFFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingle) GetEPN88 ¶

func (o *EASDFFunctionSingle) GetEPN88() []EPN88Single

GetEPN88 returns the EPN88 field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetEPN88Ok ¶

func (o *EASDFFunctionSingle) GetEPN88Ok() ([]EPN88Single, bool)

GetEPN88Ok returns a tuple with the EPN88 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingle) GetManagedNFService ¶

func (o *EASDFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetManagedNFServiceOk ¶

func (o *EASDFFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingle) GetPerfMetricJob ¶

func (o *EASDFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetPerfMetricJobOk ¶

func (o *EASDFFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingle) GetThresholdMonitor ¶

func (o *EASDFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetThresholdMonitorOk ¶

func (o *EASDFFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingle) GetTraceJob ¶

func (o *EASDFFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*EASDFFunctionSingle) GetTraceJobOk ¶

func (o *EASDFFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingle) HasAttributes ¶

func (o *EASDFFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasEPN88 ¶

func (o *EASDFFunctionSingle) HasEPN88() bool

HasEPN88 returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasManagedNFService ¶

func (o *EASDFFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasPerfMetricJob ¶

func (o *EASDFFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasThresholdMonitor ¶

func (o *EASDFFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*EASDFFunctionSingle) HasTraceJob ¶

func (o *EASDFFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (EASDFFunctionSingle) MarshalJSON ¶

func (o EASDFFunctionSingle) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given EASDFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*EASDFFunctionSingle) SetEPN88 ¶

func (o *EASDFFunctionSingle) SetEPN88(v []EPN88Single)

SetEPN88 gets a reference to the given []EPN88Single and assigns it to the EPN88 field.

func (*EASDFFunctionSingle) SetManagedNFService ¶

func (o *EASDFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*EASDFFunctionSingle) SetPerfMetricJob ¶

func (o *EASDFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*EASDFFunctionSingle) SetThresholdMonitor ¶

func (o *EASDFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*EASDFFunctionSingle) SetTraceJob ¶

func (o *EASDFFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (EASDFFunctionSingle) ToMap ¶

func (o EASDFFunctionSingle) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOf ¶

type EASDFFunctionSingleAllOf struct {
	Attributes *EASDFFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

EASDFFunctionSingleAllOf struct for EASDFFunctionSingleAllOf

func NewEASDFFunctionSingleAllOf ¶

func NewEASDFFunctionSingleAllOf() *EASDFFunctionSingleAllOf

NewEASDFFunctionSingleAllOf instantiates a new EASDFFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOfWithDefaults ¶

func NewEASDFFunctionSingleAllOfWithDefaults() *EASDFFunctionSingleAllOf

NewEASDFFunctionSingleAllOfWithDefaults instantiates a new EASDFFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOf) HasAttributes ¶

func (o *EASDFFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOf) MarshalJSON ¶

func (o EASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EASDFFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (EASDFFunctionSingleAllOf) ToMap ¶

func (o EASDFFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOf1 ¶

type EASDFFunctionSingleAllOf1 struct {
	EPN88 []EPN88Single `json:"EP_N88,omitempty"`
}

EASDFFunctionSingleAllOf1 struct for EASDFFunctionSingleAllOf1

func NewEASDFFunctionSingleAllOf1 ¶

func NewEASDFFunctionSingleAllOf1() *EASDFFunctionSingleAllOf1

NewEASDFFunctionSingleAllOf1 instantiates a new EASDFFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOf1WithDefaults ¶

func NewEASDFFunctionSingleAllOf1WithDefaults() *EASDFFunctionSingleAllOf1

NewEASDFFunctionSingleAllOf1WithDefaults instantiates a new EASDFFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOf1) GetEPN88 ¶

func (o *EASDFFunctionSingleAllOf1) GetEPN88() []EPN88Single

GetEPN88 returns the EPN88 field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOf1) GetEPN88Ok ¶

func (o *EASDFFunctionSingleAllOf1) GetEPN88Ok() ([]EPN88Single, bool)

GetEPN88Ok returns a tuple with the EPN88 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOf1) HasEPN88 ¶

func (o *EASDFFunctionSingleAllOf1) HasEPN88() bool

HasEPN88 returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOf1) MarshalJSON ¶

func (o EASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOf1) SetEPN88 ¶

func (o *EASDFFunctionSingleAllOf1) SetEPN88(v []EPN88Single)

SetEPN88 gets a reference to the given []EPN88Single and assigns it to the EPN88 field.

func (EASDFFunctionSingleAllOf1) ToMap ¶

func (o EASDFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOfAttributes ¶

type EASDFFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	ServerAddr       *string           `json:"serverAddr,omitempty"`
}

EASDFFunctionSingleAllOfAttributes struct for EASDFFunctionSingleAllOfAttributes

func NewEASDFFunctionSingleAllOfAttributes ¶

func NewEASDFFunctionSingleAllOfAttributes() *EASDFFunctionSingleAllOfAttributes

NewEASDFFunctionSingleAllOfAttributes instantiates a new EASDFFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOfAttributesWithDefaults ¶

func NewEASDFFunctionSingleAllOfAttributesWithDefaults() *EASDFFunctionSingleAllOfAttributes

NewEASDFFunctionSingleAllOfAttributesWithDefaults instantiates a new EASDFFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) GetServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddr() string

GetServerAddr returns the ServerAddr field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributes) GetServerAddrOk ¶

func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddrOk() (*string, bool)

GetServerAddrOk returns a tuple with the ServerAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *EASDFFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributes) HasServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributes) HasServerAddr() bool

HasServerAddr returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o EASDFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*EASDFFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EASDFFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *EASDFFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*EASDFFunctionSingleAllOfAttributes) SetServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributes) SetServerAddr(v string)

SetServerAddr gets a reference to the given string and assigns it to the ServerAddr field.

func (EASDFFunctionSingleAllOfAttributes) ToMap ¶

func (o EASDFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EASDFFunctionSingleAllOfAttributesAllOf ¶

type EASDFFunctionSingleAllOfAttributesAllOf struct {
	PlmnId           *PlmnId           `json:"plmnId,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	ServerAddr       *string           `json:"serverAddr,omitempty"`
}

EASDFFunctionSingleAllOfAttributesAllOf struct for EASDFFunctionSingleAllOfAttributesAllOf

func NewEASDFFunctionSingleAllOfAttributesAllOf ¶

func NewEASDFFunctionSingleAllOfAttributesAllOf() *EASDFFunctionSingleAllOfAttributesAllOf

NewEASDFFunctionSingleAllOfAttributesAllOf instantiates a new EASDFFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEASDFFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewEASDFFunctionSingleAllOfAttributesAllOfWithDefaults() *EASDFFunctionSingleAllOfAttributesAllOf

NewEASDFFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new EASDFFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddr ¶

GetServerAddr returns the ServerAddr field value if set, zero value otherwise.

func (*EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddrOk ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddrOk() (*string, bool)

GetServerAddrOk returns a tuple with the ServerAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*EASDFFunctionSingleAllOfAttributesAllOf) HasServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasServerAddr() bool

HasServerAddr returns a boolean if a field has been set.

func (EASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*EASDFFunctionSingleAllOfAttributesAllOf) SetServerAddr ¶

func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetServerAddr(v string)

SetServerAddr gets a reference to the given string and assigns it to the ServerAddr field.

func (EASDFFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o EASDFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EPMAPSMSCSingle ¶

type EPMAPSMSCSingle struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPMAPSMSCSingle struct for EPMAPSMSCSingle

func NewEPMAPSMSCSingle ¶

func NewEPMAPSMSCSingle(id NullableString) *EPMAPSMSCSingle

NewEPMAPSMSCSingle instantiates a new EPMAPSMSCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPMAPSMSCSingleWithDefaults ¶

func NewEPMAPSMSCSingleWithDefaults() *EPMAPSMSCSingle

NewEPMAPSMSCSingleWithDefaults instantiates a new EPMAPSMSCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPMAPSMSCSingle) GetAttributes ¶

func (o *EPMAPSMSCSingle) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPMAPSMSCSingle) GetAttributesOk ¶

func (o *EPMAPSMSCSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPMAPSMSCSingle) HasAttributes ¶

func (o *EPMAPSMSCSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPMAPSMSCSingle) MarshalJSON ¶

func (o EPMAPSMSCSingle) MarshalJSON() ([]byte, error)

func (*EPMAPSMSCSingle) SetAttributes ¶

func (o *EPMAPSMSCSingle) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPMAPSMSCSingle) ToMap ¶

func (o EPMAPSMSCSingle) ToMap() (map[string]interface{}, error)

type EPN10Single ¶

type EPN10Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN10Single struct for EPN10Single

func NewEPN10Single ¶

func NewEPN10Single(id NullableString) *EPN10Single

NewEPN10Single instantiates a new EPN10Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN10SingleWithDefaults ¶

func NewEPN10SingleWithDefaults() *EPN10Single

NewEPN10SingleWithDefaults instantiates a new EPN10Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN10Single) GetAttributes ¶

func (o *EPN10Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN10Single) GetAttributesOk ¶

func (o *EPN10Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN10Single) HasAttributes ¶

func (o *EPN10Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN10Single) MarshalJSON ¶

func (o EPN10Single) MarshalJSON() ([]byte, error)

func (*EPN10Single) SetAttributes ¶

func (o *EPN10Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN10Single) ToMap ¶

func (o EPN10Single) ToMap() (map[string]interface{}, error)

type EPN11Single ¶

type EPN11Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN11Single struct for EPN11Single

func NewEPN11Single ¶

func NewEPN11Single(id NullableString) *EPN11Single

NewEPN11Single instantiates a new EPN11Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN11SingleWithDefaults ¶

func NewEPN11SingleWithDefaults() *EPN11Single

NewEPN11SingleWithDefaults instantiates a new EPN11Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN11Single) GetAttributes ¶

func (o *EPN11Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN11Single) GetAttributesOk ¶

func (o *EPN11Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN11Single) HasAttributes ¶

func (o *EPN11Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN11Single) MarshalJSON ¶

func (o EPN11Single) MarshalJSON() ([]byte, error)

func (*EPN11Single) SetAttributes ¶

func (o *EPN11Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN11Single) ToMap ¶

func (o EPN11Single) ToMap() (map[string]interface{}, error)

type EPN12Single ¶

type EPN12Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN12Single struct for EPN12Single

func NewEPN12Single ¶

func NewEPN12Single(id NullableString) *EPN12Single

NewEPN12Single instantiates a new EPN12Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN12SingleWithDefaults ¶

func NewEPN12SingleWithDefaults() *EPN12Single

NewEPN12SingleWithDefaults instantiates a new EPN12Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN12Single) GetAttributes ¶

func (o *EPN12Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN12Single) GetAttributesOk ¶

func (o *EPN12Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN12Single) HasAttributes ¶

func (o *EPN12Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN12Single) MarshalJSON ¶

func (o EPN12Single) MarshalJSON() ([]byte, error)

func (*EPN12Single) SetAttributes ¶

func (o *EPN12Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN12Single) ToMap ¶

func (o EPN12Single) ToMap() (map[string]interface{}, error)

type EPN13Single ¶

type EPN13Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN13Single struct for EPN13Single

func NewEPN13Single ¶

func NewEPN13Single(id NullableString) *EPN13Single

NewEPN13Single instantiates a new EPN13Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN13SingleWithDefaults ¶

func NewEPN13SingleWithDefaults() *EPN13Single

NewEPN13SingleWithDefaults instantiates a new EPN13Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN13Single) GetAttributes ¶

func (o *EPN13Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN13Single) GetAttributesOk ¶

func (o *EPN13Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN13Single) HasAttributes ¶

func (o *EPN13Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN13Single) MarshalJSON ¶

func (o EPN13Single) MarshalJSON() ([]byte, error)

func (*EPN13Single) SetAttributes ¶

func (o *EPN13Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN13Single) ToMap ¶

func (o EPN13Single) ToMap() (map[string]interface{}, error)

type EPN14Single ¶

type EPN14Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN14Single struct for EPN14Single

func NewEPN14Single ¶

func NewEPN14Single(id NullableString) *EPN14Single

NewEPN14Single instantiates a new EPN14Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN14SingleWithDefaults ¶

func NewEPN14SingleWithDefaults() *EPN14Single

NewEPN14SingleWithDefaults instantiates a new EPN14Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN14Single) GetAttributes ¶

func (o *EPN14Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN14Single) GetAttributesOk ¶

func (o *EPN14Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN14Single) HasAttributes ¶

func (o *EPN14Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN14Single) MarshalJSON ¶

func (o EPN14Single) MarshalJSON() ([]byte, error)

func (*EPN14Single) SetAttributes ¶

func (o *EPN14Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN14Single) ToMap ¶

func (o EPN14Single) ToMap() (map[string]interface{}, error)

type EPN15Single ¶

type EPN15Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN15Single struct for EPN15Single

func NewEPN15Single ¶

func NewEPN15Single(id NullableString) *EPN15Single

NewEPN15Single instantiates a new EPN15Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN15SingleWithDefaults ¶

func NewEPN15SingleWithDefaults() *EPN15Single

NewEPN15SingleWithDefaults instantiates a new EPN15Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN15Single) GetAttributes ¶

func (o *EPN15Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN15Single) GetAttributesOk ¶

func (o *EPN15Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN15Single) HasAttributes ¶

func (o *EPN15Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN15Single) MarshalJSON ¶

func (o EPN15Single) MarshalJSON() ([]byte, error)

func (*EPN15Single) SetAttributes ¶

func (o *EPN15Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN15Single) ToMap ¶

func (o EPN15Single) ToMap() (map[string]interface{}, error)

type EPN16Single ¶

type EPN16Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN16Single struct for EPN16Single

func NewEPN16Single ¶

func NewEPN16Single(id NullableString) *EPN16Single

NewEPN16Single instantiates a new EPN16Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN16SingleWithDefaults ¶

func NewEPN16SingleWithDefaults() *EPN16Single

NewEPN16SingleWithDefaults instantiates a new EPN16Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN16Single) GetAttributes ¶

func (o *EPN16Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN16Single) GetAttributesOk ¶

func (o *EPN16Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN16Single) HasAttributes ¶

func (o *EPN16Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN16Single) MarshalJSON ¶

func (o EPN16Single) MarshalJSON() ([]byte, error)

func (*EPN16Single) SetAttributes ¶

func (o *EPN16Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN16Single) ToMap ¶

func (o EPN16Single) ToMap() (map[string]interface{}, error)

type EPN17Single ¶

type EPN17Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN17Single struct for EPN17Single

func NewEPN17Single ¶

func NewEPN17Single(id NullableString) *EPN17Single

NewEPN17Single instantiates a new EPN17Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN17SingleWithDefaults ¶

func NewEPN17SingleWithDefaults() *EPN17Single

NewEPN17SingleWithDefaults instantiates a new EPN17Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN17Single) GetAttributes ¶

func (o *EPN17Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN17Single) GetAttributesOk ¶

func (o *EPN17Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN17Single) HasAttributes ¶

func (o *EPN17Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN17Single) MarshalJSON ¶

func (o EPN17Single) MarshalJSON() ([]byte, error)

func (*EPN17Single) SetAttributes ¶

func (o *EPN17Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN17Single) ToMap ¶

func (o EPN17Single) ToMap() (map[string]interface{}, error)

type EPN20Single ¶

type EPN20Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN20Single struct for EPN20Single

func NewEPN20Single ¶

func NewEPN20Single(id NullableString) *EPN20Single

NewEPN20Single instantiates a new EPN20Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN20SingleWithDefaults ¶

func NewEPN20SingleWithDefaults() *EPN20Single

NewEPN20SingleWithDefaults instantiates a new EPN20Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN20Single) GetAttributes ¶

func (o *EPN20Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN20Single) GetAttributesOk ¶

func (o *EPN20Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN20Single) HasAttributes ¶

func (o *EPN20Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN20Single) MarshalJSON ¶

func (o EPN20Single) MarshalJSON() ([]byte, error)

func (*EPN20Single) SetAttributes ¶

func (o *EPN20Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN20Single) ToMap ¶

func (o EPN20Single) ToMap() (map[string]interface{}, error)

type EPN21Single ¶

type EPN21Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN21Single struct for EPN21Single

func NewEPN21Single ¶

func NewEPN21Single(id NullableString) *EPN21Single

NewEPN21Single instantiates a new EPN21Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN21SingleWithDefaults ¶

func NewEPN21SingleWithDefaults() *EPN21Single

NewEPN21SingleWithDefaults instantiates a new EPN21Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN21Single) GetAttributes ¶

func (o *EPN21Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN21Single) GetAttributesOk ¶

func (o *EPN21Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN21Single) HasAttributes ¶

func (o *EPN21Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN21Single) MarshalJSON ¶

func (o EPN21Single) MarshalJSON() ([]byte, error)

func (*EPN21Single) SetAttributes ¶

func (o *EPN21Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN21Single) ToMap ¶

func (o EPN21Single) ToMap() (map[string]interface{}, error)

type EPN22Single ¶

type EPN22Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN22Single struct for EPN22Single

func NewEPN22Single ¶

func NewEPN22Single(id NullableString) *EPN22Single

NewEPN22Single instantiates a new EPN22Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN22SingleWithDefaults ¶

func NewEPN22SingleWithDefaults() *EPN22Single

NewEPN22SingleWithDefaults instantiates a new EPN22Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN22Single) GetAttributes ¶

func (o *EPN22Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN22Single) GetAttributesOk ¶

func (o *EPN22Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN22Single) HasAttributes ¶

func (o *EPN22Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN22Single) MarshalJSON ¶

func (o EPN22Single) MarshalJSON() ([]byte, error)

func (*EPN22Single) SetAttributes ¶

func (o *EPN22Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN22Single) ToMap ¶

func (o EPN22Single) ToMap() (map[string]interface{}, error)

type EPN26Single ¶

type EPN26Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN26Single struct for EPN26Single

func NewEPN26Single ¶

func NewEPN26Single(id NullableString) *EPN26Single

NewEPN26Single instantiates a new EPN26Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN26SingleWithDefaults ¶

func NewEPN26SingleWithDefaults() *EPN26Single

NewEPN26SingleWithDefaults instantiates a new EPN26Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN26Single) GetAttributes ¶

func (o *EPN26Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN26Single) GetAttributesOk ¶

func (o *EPN26Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN26Single) HasAttributes ¶

func (o *EPN26Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN26Single) MarshalJSON ¶

func (o EPN26Single) MarshalJSON() ([]byte, error)

func (*EPN26Single) SetAttributes ¶

func (o *EPN26Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN26Single) ToMap ¶

func (o EPN26Single) ToMap() (map[string]interface{}, error)

type EPN27Single ¶

type EPN27Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN27Single struct for EPN27Single

func NewEPN27Single ¶

func NewEPN27Single(id NullableString) *EPN27Single

NewEPN27Single instantiates a new EPN27Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN27SingleWithDefaults ¶

func NewEPN27SingleWithDefaults() *EPN27Single

NewEPN27SingleWithDefaults instantiates a new EPN27Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN27Single) GetAttributes ¶

func (o *EPN27Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN27Single) GetAttributesOk ¶

func (o *EPN27Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN27Single) HasAttributes ¶

func (o *EPN27Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN27Single) MarshalJSON ¶

func (o EPN27Single) MarshalJSON() ([]byte, error)

func (*EPN27Single) SetAttributes ¶

func (o *EPN27Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN27Single) ToMap ¶

func (o EPN27Single) ToMap() (map[string]interface{}, error)

type EPN2Single ¶

type EPN2Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN2Single struct for EPN2Single

func NewEPN2Single ¶

func NewEPN2Single(id NullableString) *EPN2Single

NewEPN2Single instantiates a new EPN2Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN2SingleWithDefaults ¶

func NewEPN2SingleWithDefaults() *EPN2Single

NewEPN2SingleWithDefaults instantiates a new EPN2Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN2Single) GetAttributes ¶

func (o *EPN2Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN2Single) GetAttributesOk ¶

func (o *EPN2Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN2Single) HasAttributes ¶

func (o *EPN2Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN2Single) MarshalJSON ¶

func (o EPN2Single) MarshalJSON() ([]byte, error)

func (*EPN2Single) SetAttributes ¶

func (o *EPN2Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN2Single) ToMap ¶

func (o EPN2Single) ToMap() (map[string]interface{}, error)

type EPN2SingleAllOf ¶

type EPN2SingleAllOf struct {
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN2SingleAllOf struct for EPN2SingleAllOf

func NewEPN2SingleAllOf ¶

func NewEPN2SingleAllOf() *EPN2SingleAllOf

NewEPN2SingleAllOf instantiates a new EPN2SingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN2SingleAllOfWithDefaults ¶

func NewEPN2SingleAllOfWithDefaults() *EPN2SingleAllOf

NewEPN2SingleAllOfWithDefaults instantiates a new EPN2SingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN2SingleAllOf) GetAttributes ¶

func (o *EPN2SingleAllOf) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN2SingleAllOf) GetAttributesOk ¶

func (o *EPN2SingleAllOf) GetAttributesOk() (*EPN2SingleAllOfAttributes, 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 (*EPN2SingleAllOf) HasAttributes ¶

func (o *EPN2SingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN2SingleAllOf) MarshalJSON ¶

func (o EPN2SingleAllOf) MarshalJSON() ([]byte, error)

func (*EPN2SingleAllOf) SetAttributes ¶

func (o *EPN2SingleAllOf) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN2SingleAllOf) ToMap ¶

func (o EPN2SingleAllOf) ToMap() (map[string]interface{}, error)

type EPN2SingleAllOfAttributes ¶

type EPN2SingleAllOfAttributes struct {
	EPRPAttr
	LocalAddress  *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}

EPN2SingleAllOfAttributes struct for EPN2SingleAllOfAttributes

func NewEPN2SingleAllOfAttributes ¶

func NewEPN2SingleAllOfAttributes() *EPN2SingleAllOfAttributes

NewEPN2SingleAllOfAttributes instantiates a new EPN2SingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN2SingleAllOfAttributesWithDefaults ¶

func NewEPN2SingleAllOfAttributesWithDefaults() *EPN2SingleAllOfAttributes

NewEPN2SingleAllOfAttributesWithDefaults instantiates a new EPN2SingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN2SingleAllOfAttributes) GetLocalAddress ¶

func (o *EPN2SingleAllOfAttributes) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPN2SingleAllOfAttributes) GetLocalAddressOk ¶

func (o *EPN2SingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN2SingleAllOfAttributes) GetRemoteAddress ¶

func (o *EPN2SingleAllOfAttributes) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPN2SingleAllOfAttributes) GetRemoteAddressOk ¶

func (o *EPN2SingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN2SingleAllOfAttributes) HasLocalAddress ¶

func (o *EPN2SingleAllOfAttributes) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPN2SingleAllOfAttributes) HasRemoteAddress ¶

func (o *EPN2SingleAllOfAttributes) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPN2SingleAllOfAttributes) MarshalJSON ¶

func (o EPN2SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EPN2SingleAllOfAttributes) SetLocalAddress ¶

func (o *EPN2SingleAllOfAttributes) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPN2SingleAllOfAttributes) SetRemoteAddress ¶

func (o *EPN2SingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPN2SingleAllOfAttributes) ToMap ¶

func (o EPN2SingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EPN2SingleAllOfAttributesAllOf ¶

type EPN2SingleAllOfAttributesAllOf struct {
	LocalAddress  *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress *RemoteAddress `json:"remoteAddress,omitempty"`
}

EPN2SingleAllOfAttributesAllOf struct for EPN2SingleAllOfAttributesAllOf

func NewEPN2SingleAllOfAttributesAllOf ¶

func NewEPN2SingleAllOfAttributesAllOf() *EPN2SingleAllOfAttributesAllOf

NewEPN2SingleAllOfAttributesAllOf instantiates a new EPN2SingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN2SingleAllOfAttributesAllOfWithDefaults ¶

func NewEPN2SingleAllOfAttributesAllOfWithDefaults() *EPN2SingleAllOfAttributesAllOf

NewEPN2SingleAllOfAttributesAllOfWithDefaults instantiates a new EPN2SingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN2SingleAllOfAttributesAllOf) GetLocalAddress ¶

func (o *EPN2SingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPN2SingleAllOfAttributesAllOf) GetLocalAddressOk ¶

func (o *EPN2SingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN2SingleAllOfAttributesAllOf) GetRemoteAddress ¶

func (o *EPN2SingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPN2SingleAllOfAttributesAllOf) GetRemoteAddressOk ¶

func (o *EPN2SingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN2SingleAllOfAttributesAllOf) HasLocalAddress ¶

func (o *EPN2SingleAllOfAttributesAllOf) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPN2SingleAllOfAttributesAllOf) HasRemoteAddress ¶

func (o *EPN2SingleAllOfAttributesAllOf) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPN2SingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EPN2SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EPN2SingleAllOfAttributesAllOf) SetLocalAddress ¶

func (o *EPN2SingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPN2SingleAllOfAttributesAllOf) SetRemoteAddress ¶

func (o *EPN2SingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPN2SingleAllOfAttributesAllOf) ToMap ¶

func (o EPN2SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EPN31Single ¶

type EPN31Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN31Single struct for EPN31Single

func NewEPN31Single ¶

func NewEPN31Single(id NullableString) *EPN31Single

NewEPN31Single instantiates a new EPN31Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN31SingleWithDefaults ¶

func NewEPN31SingleWithDefaults() *EPN31Single

NewEPN31SingleWithDefaults instantiates a new EPN31Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN31Single) GetAttributes ¶

func (o *EPN31Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN31Single) GetAttributesOk ¶

func (o *EPN31Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN31Single) HasAttributes ¶

func (o *EPN31Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN31Single) MarshalJSON ¶

func (o EPN31Single) MarshalJSON() ([]byte, error)

func (*EPN31Single) SetAttributes ¶

func (o *EPN31Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN31Single) ToMap ¶

func (o EPN31Single) ToMap() (map[string]interface{}, error)

type EPN32Single ¶

type EPN32Single struct {
	Top
	Attributes *EPN32SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN32Single struct for EPN32Single

func NewEPN32Single ¶

func NewEPN32Single(id NullableString) *EPN32Single

NewEPN32Single instantiates a new EPN32Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleWithDefaults ¶

func NewEPN32SingleWithDefaults() *EPN32Single

NewEPN32SingleWithDefaults instantiates a new EPN32Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32Single) GetAttributes ¶

func (o *EPN32Single) GetAttributes() EPN32SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN32Single) GetAttributesOk ¶

func (o *EPN32Single) GetAttributesOk() (*EPN32SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32Single) HasAttributes ¶

func (o *EPN32Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN32Single) MarshalJSON ¶

func (o EPN32Single) MarshalJSON() ([]byte, error)

func (*EPN32Single) SetAttributes ¶

func (o *EPN32Single) SetAttributes(v EPN32SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN32SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN32Single) ToMap ¶

func (o EPN32Single) ToMap() (map[string]interface{}, error)

type EPN32SingleAllOf ¶

type EPN32SingleAllOf struct {
	Attributes *EPN32SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN32SingleAllOf struct for EPN32SingleAllOf

func NewEPN32SingleAllOf ¶

func NewEPN32SingleAllOf() *EPN32SingleAllOf

NewEPN32SingleAllOf instantiates a new EPN32SingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleAllOfWithDefaults ¶

func NewEPN32SingleAllOfWithDefaults() *EPN32SingleAllOf

NewEPN32SingleAllOfWithDefaults instantiates a new EPN32SingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32SingleAllOf) GetAttributes ¶

func (o *EPN32SingleAllOf) GetAttributes() EPN32SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN32SingleAllOf) GetAttributesOk ¶

func (o *EPN32SingleAllOf) GetAttributesOk() (*EPN32SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOf) HasAttributes ¶

func (o *EPN32SingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN32SingleAllOf) MarshalJSON ¶

func (o EPN32SingleAllOf) MarshalJSON() ([]byte, error)

func (*EPN32SingleAllOf) SetAttributes ¶

func (o *EPN32SingleAllOf) SetAttributes(v EPN32SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN32SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN32SingleAllOf) ToMap ¶

func (o EPN32SingleAllOf) ToMap() (map[string]interface{}, error)

type EPN32SingleAllOfAttributes ¶

type EPN32SingleAllOfAttributes struct {
	EPRPAttr
	RemotePlmnId      *PlmnId   `json:"remotePlmnId,omitempty"`
	RemoteSeppAddress *HostAddr `json:"remoteSeppAddress,omitempty"`
	RemoteSeppId      *int32    `json:"remoteSeppId,omitempty"`
	N32cParas         *string   `json:"n32cParas,omitempty"`
	N32fPolicy        *string   `json:"n32fPolicy,omitempty"`
	WithIPX           *bool     `json:"withIPX,omitempty"`
}

EPN32SingleAllOfAttributes struct for EPN32SingleAllOfAttributes

func NewEPN32SingleAllOfAttributes ¶

func NewEPN32SingleAllOfAttributes() *EPN32SingleAllOfAttributes

NewEPN32SingleAllOfAttributes instantiates a new EPN32SingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleAllOfAttributesWithDefaults ¶

func NewEPN32SingleAllOfAttributesWithDefaults() *EPN32SingleAllOfAttributes

NewEPN32SingleAllOfAttributesWithDefaults instantiates a new EPN32SingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32SingleAllOfAttributes) GetN32cParas ¶

func (o *EPN32SingleAllOfAttributes) GetN32cParas() string

GetN32cParas returns the N32cParas field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetN32cParasOk ¶

func (o *EPN32SingleAllOfAttributes) GetN32cParasOk() (*string, bool)

GetN32cParasOk returns a tuple with the N32cParas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributes) GetN32fPolicy() string

GetN32fPolicy returns the N32fPolicy field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetN32fPolicyOk ¶

func (o *EPN32SingleAllOfAttributes) GetN32fPolicyOk() (*string, bool)

GetN32fPolicyOk returns a tuple with the N32fPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributes) GetRemotePlmnId() PlmnId

GetRemotePlmnId returns the RemotePlmnId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetRemotePlmnIdOk ¶

func (o *EPN32SingleAllOfAttributes) GetRemotePlmnIdOk() (*PlmnId, bool)

GetRemotePlmnIdOk returns a tuple with the RemotePlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddress() HostAddr

GetRemoteSeppAddress returns the RemoteSeppAddress field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppAddressOk ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddressOk() (*HostAddr, bool)

GetRemoteSeppAddressOk returns a tuple with the RemoteSeppAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppId() int32

GetRemoteSeppId returns the RemoteSeppId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetRemoteSeppIdOk ¶

func (o *EPN32SingleAllOfAttributes) GetRemoteSeppIdOk() (*int32, bool)

GetRemoteSeppIdOk returns a tuple with the RemoteSeppId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) GetWithIPX ¶

func (o *EPN32SingleAllOfAttributes) GetWithIPX() bool

GetWithIPX returns the WithIPX field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributes) GetWithIPXOk ¶

func (o *EPN32SingleAllOfAttributes) GetWithIPXOk() (*bool, bool)

GetWithIPXOk returns a tuple with the WithIPX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributes) HasN32cParas ¶

func (o *EPN32SingleAllOfAttributes) HasN32cParas() bool

HasN32cParas returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasN32fPolicy ¶

func (o *EPN32SingleAllOfAttributes) HasN32fPolicy() bool

HasN32fPolicy returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributes) HasRemotePlmnId() bool

HasRemotePlmnId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributes) HasRemoteSeppAddress() bool

HasRemoteSeppAddress returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributes) HasRemoteSeppId() bool

HasRemoteSeppId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributes) HasWithIPX ¶

func (o *EPN32SingleAllOfAttributes) HasWithIPX() bool

HasWithIPX returns a boolean if a field has been set.

func (EPN32SingleAllOfAttributes) MarshalJSON ¶

func (o EPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EPN32SingleAllOfAttributes) SetN32cParas ¶

func (o *EPN32SingleAllOfAttributes) SetN32cParas(v string)

SetN32cParas gets a reference to the given string and assigns it to the N32cParas field.

func (*EPN32SingleAllOfAttributes) SetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributes) SetN32fPolicy(v string)

SetN32fPolicy gets a reference to the given string and assigns it to the N32fPolicy field.

func (*EPN32SingleAllOfAttributes) SetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributes) SetRemotePlmnId(v PlmnId)

SetRemotePlmnId gets a reference to the given PlmnId and assigns it to the RemotePlmnId field.

func (*EPN32SingleAllOfAttributes) SetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributes) SetRemoteSeppAddress(v HostAddr)

SetRemoteSeppAddress gets a reference to the given HostAddr and assigns it to the RemoteSeppAddress field.

func (*EPN32SingleAllOfAttributes) SetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributes) SetRemoteSeppId(v int32)

SetRemoteSeppId gets a reference to the given int32 and assigns it to the RemoteSeppId field.

func (*EPN32SingleAllOfAttributes) SetWithIPX ¶

func (o *EPN32SingleAllOfAttributes) SetWithIPX(v bool)

SetWithIPX gets a reference to the given bool and assigns it to the WithIPX field.

func (EPN32SingleAllOfAttributes) ToMap ¶

func (o EPN32SingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EPN32SingleAllOfAttributesAllOf ¶

type EPN32SingleAllOfAttributesAllOf struct {
	RemotePlmnId      *PlmnId   `json:"remotePlmnId,omitempty"`
	RemoteSeppAddress *HostAddr `json:"remoteSeppAddress,omitempty"`
	RemoteSeppId      *int32    `json:"remoteSeppId,omitempty"`
	N32cParas         *string   `json:"n32cParas,omitempty"`
	N32fPolicy        *string   `json:"n32fPolicy,omitempty"`
	WithIPX           *bool     `json:"withIPX,omitempty"`
}

EPN32SingleAllOfAttributesAllOf struct for EPN32SingleAllOfAttributesAllOf

func NewEPN32SingleAllOfAttributesAllOf ¶

func NewEPN32SingleAllOfAttributesAllOf() *EPN32SingleAllOfAttributesAllOf

NewEPN32SingleAllOfAttributesAllOf instantiates a new EPN32SingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN32SingleAllOfAttributesAllOfWithDefaults ¶

func NewEPN32SingleAllOfAttributesAllOfWithDefaults() *EPN32SingleAllOfAttributesAllOf

NewEPN32SingleAllOfAttributesAllOfWithDefaults instantiates a new EPN32SingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN32SingleAllOfAttributesAllOf) GetN32cParas ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParas() string

GetN32cParas returns the N32cParas field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetN32cParasOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParasOk() (*string, bool)

GetN32cParasOk returns a tuple with the N32cParas field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicy() string

GetN32fPolicy returns the N32fPolicy field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetN32fPolicyOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicyOk() (*string, bool)

GetN32fPolicyOk returns a tuple with the N32fPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnId() PlmnId

GetRemotePlmnId returns the RemotePlmnId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetRemotePlmnIdOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnIdOk() (*PlmnId, bool)

GetRemotePlmnIdOk returns a tuple with the RemotePlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddress() HostAddr

GetRemoteSeppAddress returns the RemoteSeppAddress field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddressOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddressOk() (*HostAddr, bool)

GetRemoteSeppAddressOk returns a tuple with the RemoteSeppAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppId() int32

GetRemoteSeppId returns the RemoteSeppId field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetRemoteSeppIdOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppIdOk() (*int32, bool)

GetRemoteSeppIdOk returns a tuple with the RemoteSeppId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) GetWithIPX ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPX() bool

GetWithIPX returns the WithIPX field value if set, zero value otherwise.

func (*EPN32SingleAllOfAttributesAllOf) GetWithIPXOk ¶

func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPXOk() (*bool, bool)

GetWithIPXOk returns a tuple with the WithIPX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasN32cParas ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasN32cParas() bool

HasN32cParas returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasN32fPolicy ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasN32fPolicy() bool

HasN32fPolicy returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasRemotePlmnId() bool

HasRemotePlmnId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppAddress() bool

HasRemoteSeppAddress returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppId() bool

HasRemoteSeppId returns a boolean if a field has been set.

func (*EPN32SingleAllOfAttributesAllOf) HasWithIPX ¶

func (o *EPN32SingleAllOfAttributesAllOf) HasWithIPX() bool

HasWithIPX returns a boolean if a field has been set.

func (EPN32SingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EPN32SingleAllOfAttributesAllOf) SetN32cParas ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetN32cParas(v string)

SetN32cParas gets a reference to the given string and assigns it to the N32cParas field.

func (*EPN32SingleAllOfAttributesAllOf) SetN32fPolicy ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetN32fPolicy(v string)

SetN32fPolicy gets a reference to the given string and assigns it to the N32fPolicy field.

func (*EPN32SingleAllOfAttributesAllOf) SetRemotePlmnId ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetRemotePlmnId(v PlmnId)

SetRemotePlmnId gets a reference to the given PlmnId and assigns it to the RemotePlmnId field.

func (*EPN32SingleAllOfAttributesAllOf) SetRemoteSeppAddress ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppAddress(v HostAddr)

SetRemoteSeppAddress gets a reference to the given HostAddr and assigns it to the RemoteSeppAddress field.

func (*EPN32SingleAllOfAttributesAllOf) SetRemoteSeppId ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppId(v int32)

SetRemoteSeppId gets a reference to the given int32 and assigns it to the RemoteSeppId field.

func (*EPN32SingleAllOfAttributesAllOf) SetWithIPX ¶

func (o *EPN32SingleAllOfAttributesAllOf) SetWithIPX(v bool)

SetWithIPX gets a reference to the given bool and assigns it to the WithIPX field.

func (EPN32SingleAllOfAttributesAllOf) ToMap ¶

func (o EPN32SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EPN33Single ¶

type EPN33Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN33Single struct for EPN33Single

func NewEPN33Single ¶

func NewEPN33Single(id NullableString) *EPN33Single

NewEPN33Single instantiates a new EPN33Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN33SingleWithDefaults ¶

func NewEPN33SingleWithDefaults() *EPN33Single

NewEPN33SingleWithDefaults instantiates a new EPN33Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN33Single) GetAttributes ¶

func (o *EPN33Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN33Single) GetAttributesOk ¶

func (o *EPN33Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN33Single) HasAttributes ¶

func (o *EPN33Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN33Single) MarshalJSON ¶

func (o EPN33Single) MarshalJSON() ([]byte, error)

func (*EPN33Single) SetAttributes ¶

func (o *EPN33Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN33Single) ToMap ¶

func (o EPN33Single) ToMap() (map[string]interface{}, error)

type EPN3Single ¶

type EPN3Single struct {
	Top
	Attributes *EPN3SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN3Single struct for EPN3Single

func NewEPN3Single ¶

func NewEPN3Single(id NullableString) *EPN3Single

NewEPN3Single instantiates a new EPN3Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN3SingleWithDefaults ¶

func NewEPN3SingleWithDefaults() *EPN3Single

NewEPN3SingleWithDefaults instantiates a new EPN3Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN3Single) GetAttributes ¶

func (o *EPN3Single) GetAttributes() EPN3SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN3Single) GetAttributesOk ¶

func (o *EPN3Single) GetAttributesOk() (*EPN3SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3Single) HasAttributes ¶

func (o *EPN3Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN3Single) MarshalJSON ¶

func (o EPN3Single) MarshalJSON() ([]byte, error)

func (*EPN3Single) SetAttributes ¶

func (o *EPN3Single) SetAttributes(v EPN3SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN3SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN3Single) ToMap ¶

func (o EPN3Single) ToMap() (map[string]interface{}, error)

type EPN3SingleAllOf ¶

type EPN3SingleAllOf struct {
	Attributes *EPN3SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN3SingleAllOf struct for EPN3SingleAllOf

func NewEPN3SingleAllOf ¶

func NewEPN3SingleAllOf() *EPN3SingleAllOf

NewEPN3SingleAllOf instantiates a new EPN3SingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN3SingleAllOfWithDefaults ¶

func NewEPN3SingleAllOfWithDefaults() *EPN3SingleAllOf

NewEPN3SingleAllOfWithDefaults instantiates a new EPN3SingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN3SingleAllOf) GetAttributes ¶

func (o *EPN3SingleAllOf) GetAttributes() EPN3SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN3SingleAllOf) GetAttributesOk ¶

func (o *EPN3SingleAllOf) GetAttributesOk() (*EPN3SingleAllOfAttributes, 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 (*EPN3SingleAllOf) HasAttributes ¶

func (o *EPN3SingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN3SingleAllOf) MarshalJSON ¶

func (o EPN3SingleAllOf) MarshalJSON() ([]byte, error)

func (*EPN3SingleAllOf) SetAttributes ¶

func (o *EPN3SingleAllOf) SetAttributes(v EPN3SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN3SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN3SingleAllOf) ToMap ¶

func (o EPN3SingleAllOf) ToMap() (map[string]interface{}, error)

type EPN3SingleAllOfAttributes ¶

type EPN3SingleAllOfAttributes struct {
	EPRPAttr
	LocalAddress    *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress   *RemoteAddress `json:"remoteAddress,omitempty"`
	EpTransportRefs []string       `json:"epTransportRefs,omitempty"`
}

EPN3SingleAllOfAttributes struct for EPN3SingleAllOfAttributes

func NewEPN3SingleAllOfAttributes ¶

func NewEPN3SingleAllOfAttributes() *EPN3SingleAllOfAttributes

NewEPN3SingleAllOfAttributes instantiates a new EPN3SingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN3SingleAllOfAttributesWithDefaults ¶

func NewEPN3SingleAllOfAttributesWithDefaults() *EPN3SingleAllOfAttributes

NewEPN3SingleAllOfAttributesWithDefaults instantiates a new EPN3SingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN3SingleAllOfAttributes) GetEpTransportRefs ¶

func (o *EPN3SingleAllOfAttributes) GetEpTransportRefs() []string

GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.

func (*EPN3SingleAllOfAttributes) GetEpTransportRefsOk ¶

func (o *EPN3SingleAllOfAttributes) GetEpTransportRefsOk() ([]string, bool)

GetEpTransportRefsOk returns a tuple with the EpTransportRefs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3SingleAllOfAttributes) GetLocalAddress ¶

func (o *EPN3SingleAllOfAttributes) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPN3SingleAllOfAttributes) GetLocalAddressOk ¶

func (o *EPN3SingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3SingleAllOfAttributes) GetRemoteAddress ¶

func (o *EPN3SingleAllOfAttributes) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPN3SingleAllOfAttributes) GetRemoteAddressOk ¶

func (o *EPN3SingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3SingleAllOfAttributes) HasEpTransportRefs ¶

func (o *EPN3SingleAllOfAttributes) HasEpTransportRefs() bool

HasEpTransportRefs returns a boolean if a field has been set.

func (*EPN3SingleAllOfAttributes) HasLocalAddress ¶

func (o *EPN3SingleAllOfAttributes) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPN3SingleAllOfAttributes) HasRemoteAddress ¶

func (o *EPN3SingleAllOfAttributes) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPN3SingleAllOfAttributes) MarshalJSON ¶

func (o EPN3SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EPN3SingleAllOfAttributes) SetEpTransportRefs ¶

func (o *EPN3SingleAllOfAttributes) SetEpTransportRefs(v []string)

SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.

func (*EPN3SingleAllOfAttributes) SetLocalAddress ¶

func (o *EPN3SingleAllOfAttributes) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPN3SingleAllOfAttributes) SetRemoteAddress ¶

func (o *EPN3SingleAllOfAttributes) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPN3SingleAllOfAttributes) ToMap ¶

func (o EPN3SingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EPN3SingleAllOfAttributesAllOf ¶

type EPN3SingleAllOfAttributesAllOf struct {
	LocalAddress    *LocalAddress  `json:"localAddress,omitempty"`
	RemoteAddress   *RemoteAddress `json:"remoteAddress,omitempty"`
	EpTransportRefs []string       `json:"epTransportRefs,omitempty"`
}

EPN3SingleAllOfAttributesAllOf struct for EPN3SingleAllOfAttributesAllOf

func NewEPN3SingleAllOfAttributesAllOf ¶

func NewEPN3SingleAllOfAttributesAllOf() *EPN3SingleAllOfAttributesAllOf

NewEPN3SingleAllOfAttributesAllOf instantiates a new EPN3SingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN3SingleAllOfAttributesAllOfWithDefaults ¶

func NewEPN3SingleAllOfAttributesAllOfWithDefaults() *EPN3SingleAllOfAttributesAllOf

NewEPN3SingleAllOfAttributesAllOfWithDefaults instantiates a new EPN3SingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN3SingleAllOfAttributesAllOf) GetEpTransportRefs ¶

func (o *EPN3SingleAllOfAttributesAllOf) GetEpTransportRefs() []string

GetEpTransportRefs returns the EpTransportRefs field value if set, zero value otherwise.

func (*EPN3SingleAllOfAttributesAllOf) GetEpTransportRefsOk ¶

func (o *EPN3SingleAllOfAttributesAllOf) GetEpTransportRefsOk() ([]string, bool)

GetEpTransportRefsOk returns a tuple with the EpTransportRefs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3SingleAllOfAttributesAllOf) GetLocalAddress ¶

func (o *EPN3SingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress

GetLocalAddress returns the LocalAddress field value if set, zero value otherwise.

func (*EPN3SingleAllOfAttributesAllOf) GetLocalAddressOk ¶

func (o *EPN3SingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool)

GetLocalAddressOk returns a tuple with the LocalAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3SingleAllOfAttributesAllOf) GetRemoteAddress ¶

func (o *EPN3SingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress

GetRemoteAddress returns the RemoteAddress field value if set, zero value otherwise.

func (*EPN3SingleAllOfAttributesAllOf) GetRemoteAddressOk ¶

func (o *EPN3SingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool)

GetRemoteAddressOk returns a tuple with the RemoteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN3SingleAllOfAttributesAllOf) HasEpTransportRefs ¶

func (o *EPN3SingleAllOfAttributesAllOf) HasEpTransportRefs() bool

HasEpTransportRefs returns a boolean if a field has been set.

func (*EPN3SingleAllOfAttributesAllOf) HasLocalAddress ¶

func (o *EPN3SingleAllOfAttributesAllOf) HasLocalAddress() bool

HasLocalAddress returns a boolean if a field has been set.

func (*EPN3SingleAllOfAttributesAllOf) HasRemoteAddress ¶

func (o *EPN3SingleAllOfAttributesAllOf) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

func (EPN3SingleAllOfAttributesAllOf) MarshalJSON ¶

func (o EPN3SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*EPN3SingleAllOfAttributesAllOf) SetEpTransportRefs ¶

func (o *EPN3SingleAllOfAttributesAllOf) SetEpTransportRefs(v []string)

SetEpTransportRefs gets a reference to the given []string and assigns it to the EpTransportRefs field.

func (*EPN3SingleAllOfAttributesAllOf) SetLocalAddress ¶

func (o *EPN3SingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress)

SetLocalAddress gets a reference to the given LocalAddress and assigns it to the LocalAddress field.

func (*EPN3SingleAllOfAttributesAllOf) SetRemoteAddress ¶

func (o *EPN3SingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress)

SetRemoteAddress gets a reference to the given RemoteAddress and assigns it to the RemoteAddress field.

func (EPN3SingleAllOfAttributesAllOf) ToMap ¶

func (o EPN3SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EPN4Single ¶

type EPN4Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN4Single struct for EPN4Single

func NewEPN4Single ¶

func NewEPN4Single(id NullableString) *EPN4Single

NewEPN4Single instantiates a new EPN4Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN4SingleWithDefaults ¶

func NewEPN4SingleWithDefaults() *EPN4Single

NewEPN4SingleWithDefaults instantiates a new EPN4Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN4Single) GetAttributes ¶

func (o *EPN4Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN4Single) GetAttributesOk ¶

func (o *EPN4Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN4Single) HasAttributes ¶

func (o *EPN4Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN4Single) MarshalJSON ¶

func (o EPN4Single) MarshalJSON() ([]byte, error)

func (*EPN4Single) SetAttributes ¶

func (o *EPN4Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN4Single) ToMap ¶

func (o EPN4Single) ToMap() (map[string]interface{}, error)

type EPN5Single ¶

type EPN5Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN5Single struct for EPN5Single

func NewEPN5Single ¶

func NewEPN5Single(id NullableString) *EPN5Single

NewEPN5Single instantiates a new EPN5Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN5SingleWithDefaults ¶

func NewEPN5SingleWithDefaults() *EPN5Single

NewEPN5SingleWithDefaults instantiates a new EPN5Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN5Single) GetAttributes ¶

func (o *EPN5Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN5Single) GetAttributesOk ¶

func (o *EPN5Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN5Single) HasAttributes ¶

func (o *EPN5Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN5Single) MarshalJSON ¶

func (o EPN5Single) MarshalJSON() ([]byte, error)

func (*EPN5Single) SetAttributes ¶

func (o *EPN5Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN5Single) ToMap ¶

func (o EPN5Single) ToMap() (map[string]interface{}, error)

type EPN60Single ¶

type EPN60Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN60Single struct for EPN60Single

func NewEPN60Single ¶

func NewEPN60Single(id NullableString) *EPN60Single

NewEPN60Single instantiates a new EPN60Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN60SingleWithDefaults ¶

func NewEPN60SingleWithDefaults() *EPN60Single

NewEPN60SingleWithDefaults instantiates a new EPN60Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN60Single) GetAttributes ¶

func (o *EPN60Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN60Single) GetAttributesOk ¶

func (o *EPN60Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN60Single) HasAttributes ¶

func (o *EPN60Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN60Single) MarshalJSON ¶

func (o EPN60Single) MarshalJSON() ([]byte, error)

func (*EPN60Single) SetAttributes ¶

func (o *EPN60Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN60Single) ToMap ¶

func (o EPN60Single) ToMap() (map[string]interface{}, error)

type EPN6Single ¶

type EPN6Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN6Single struct for EPN6Single

func NewEPN6Single ¶

func NewEPN6Single(id NullableString) *EPN6Single

NewEPN6Single instantiates a new EPN6Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN6SingleWithDefaults ¶

func NewEPN6SingleWithDefaults() *EPN6Single

NewEPN6SingleWithDefaults instantiates a new EPN6Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN6Single) GetAttributes ¶

func (o *EPN6Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN6Single) GetAttributesOk ¶

func (o *EPN6Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN6Single) HasAttributes ¶

func (o *EPN6Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN6Single) MarshalJSON ¶

func (o EPN6Single) MarshalJSON() ([]byte, error)

func (*EPN6Single) SetAttributes ¶

func (o *EPN6Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN6Single) ToMap ¶

func (o EPN6Single) ToMap() (map[string]interface{}, error)

type EPN7Single ¶

type EPN7Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN7Single struct for EPN7Single

func NewEPN7Single ¶

func NewEPN7Single(id NullableString) *EPN7Single

NewEPN7Single instantiates a new EPN7Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN7SingleWithDefaults ¶

func NewEPN7SingleWithDefaults() *EPN7Single

NewEPN7SingleWithDefaults instantiates a new EPN7Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN7Single) GetAttributes ¶

func (o *EPN7Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN7Single) GetAttributesOk ¶

func (o *EPN7Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN7Single) HasAttributes ¶

func (o *EPN7Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN7Single) MarshalJSON ¶

func (o EPN7Single) MarshalJSON() ([]byte, error)

func (*EPN7Single) SetAttributes ¶

func (o *EPN7Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN7Single) ToMap ¶

func (o EPN7Single) ToMap() (map[string]interface{}, error)

type EPN88Single ¶

type EPN88Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN88Single struct for EPN88Single

func NewEPN88Single ¶

func NewEPN88Single(id NullableString) *EPN88Single

NewEPN88Single instantiates a new EPN88Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN88SingleWithDefaults ¶

func NewEPN88SingleWithDefaults() *EPN88Single

NewEPN88SingleWithDefaults instantiates a new EPN88Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN88Single) GetAttributes ¶

func (o *EPN88Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN88Single) GetAttributesOk ¶

func (o *EPN88Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN88Single) HasAttributes ¶

func (o *EPN88Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN88Single) MarshalJSON ¶

func (o EPN88Single) MarshalJSON() ([]byte, error)

func (*EPN88Single) SetAttributes ¶

func (o *EPN88Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN88Single) ToMap ¶

func (o EPN88Single) ToMap() (map[string]interface{}, error)

type EPN8Single ¶

type EPN8Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN8Single struct for EPN8Single

func NewEPN8Single ¶

func NewEPN8Single(id NullableString) *EPN8Single

NewEPN8Single instantiates a new EPN8Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN8SingleWithDefaults ¶

func NewEPN8SingleWithDefaults() *EPN8Single

NewEPN8SingleWithDefaults instantiates a new EPN8Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN8Single) GetAttributes ¶

func (o *EPN8Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN8Single) GetAttributesOk ¶

func (o *EPN8Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN8Single) HasAttributes ¶

func (o *EPN8Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN8Single) MarshalJSON ¶

func (o EPN8Single) MarshalJSON() ([]byte, error)

func (*EPN8Single) SetAttributes ¶

func (o *EPN8Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN8Single) ToMap ¶

func (o EPN8Single) ToMap() (map[string]interface{}, error)

type EPN9Single ¶

type EPN9Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPN9Single struct for EPN9Single

func NewEPN9Single ¶

func NewEPN9Single(id NullableString) *EPN9Single

NewEPN9Single instantiates a new EPN9Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPN9SingleWithDefaults ¶

func NewEPN9SingleWithDefaults() *EPN9Single

NewEPN9SingleWithDefaults instantiates a new EPN9Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPN9Single) GetAttributes ¶

func (o *EPN9Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPN9Single) GetAttributesOk ¶

func (o *EPN9Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPN9Single) HasAttributes ¶

func (o *EPN9Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPN9Single) MarshalJSON ¶

func (o EPN9Single) MarshalJSON() ([]byte, error)

func (*EPN9Single) SetAttributes ¶

func (o *EPN9Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPN9Single) ToMap ¶

func (o EPN9Single) ToMap() (map[string]interface{}, error)

type EPNLGSingle ¶

type EPNLGSingle struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNLGSingle struct for EPNLGSingle

func NewEPNLGSingle ¶

func NewEPNLGSingle(id NullableString) *EPNLGSingle

NewEPNLGSingle instantiates a new EPNLGSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNLGSingleWithDefaults ¶

func NewEPNLGSingleWithDefaults() *EPNLGSingle

NewEPNLGSingleWithDefaults instantiates a new EPNLGSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNLGSingle) GetAttributes ¶

func (o *EPNLGSingle) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNLGSingle) GetAttributesOk ¶

func (o *EPNLGSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNLGSingle) HasAttributes ¶

func (o *EPNLGSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNLGSingle) MarshalJSON ¶

func (o EPNLGSingle) MarshalJSON() ([]byte, error)

func (*EPNLGSingle) SetAttributes ¶

func (o *EPNLGSingle) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPNLGSingle) ToMap ¶

func (o EPNLGSingle) ToMap() (map[string]interface{}, error)

type EPNLSSingle ¶

type EPNLSSingle struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNLSSingle struct for EPNLSSingle

func NewEPNLSSingle ¶

func NewEPNLSSingle(id NullableString) *EPNLSSingle

NewEPNLSSingle instantiates a new EPNLSSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNLSSingleWithDefaults ¶

func NewEPNLSSingleWithDefaults() *EPNLSSingle

NewEPNLSSingleWithDefaults instantiates a new EPNLSSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNLSSingle) GetAttributes ¶

func (o *EPNLSSingle) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNLSSingle) GetAttributesOk ¶

func (o *EPNLSSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNLSSingle) HasAttributes ¶

func (o *EPNLSSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNLSSingle) MarshalJSON ¶

func (o EPNLSSingle) MarshalJSON() ([]byte, error)

func (*EPNLSSingle) SetAttributes ¶

func (o *EPNLSSingle) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPNLSSingle) ToMap ¶

func (o EPNLSSingle) ToMap() (map[string]interface{}, error)

type EPNpc4Single ¶

type EPNpc4Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc4Single struct for EPNpc4Single

func NewEPNpc4Single ¶

func NewEPNpc4Single(id NullableString) *EPNpc4Single

NewEPNpc4Single instantiates a new EPNpc4Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc4SingleWithDefaults ¶

func NewEPNpc4SingleWithDefaults() *EPNpc4Single

NewEPNpc4SingleWithDefaults instantiates a new EPNpc4Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc4Single) GetAttributes ¶

func (o *EPNpc4Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc4Single) GetAttributesOk ¶

func (o *EPNpc4Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNpc4Single) HasAttributes ¶

func (o *EPNpc4Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc4Single) MarshalJSON ¶

func (o EPNpc4Single) MarshalJSON() ([]byte, error)

func (*EPNpc4Single) SetAttributes ¶

func (o *EPNpc4Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc4Single) ToMap ¶

func (o EPNpc4Single) ToMap() (map[string]interface{}, error)

type EPNpc6Single ¶

type EPNpc6Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc6Single struct for EPNpc6Single

func NewEPNpc6Single ¶

func NewEPNpc6Single(id NullableString) *EPNpc6Single

NewEPNpc6Single instantiates a new EPNpc6Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc6SingleWithDefaults ¶

func NewEPNpc6SingleWithDefaults() *EPNpc6Single

NewEPNpc6SingleWithDefaults instantiates a new EPNpc6Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc6Single) GetAttributes ¶

func (o *EPNpc6Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc6Single) GetAttributesOk ¶

func (o *EPNpc6Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNpc6Single) HasAttributes ¶

func (o *EPNpc6Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc6Single) MarshalJSON ¶

func (o EPNpc6Single) MarshalJSON() ([]byte, error)

func (*EPNpc6Single) SetAttributes ¶

func (o *EPNpc6Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc6Single) ToMap ¶

func (o EPNpc6Single) ToMap() (map[string]interface{}, error)

type EPNpc7Single ¶

type EPNpc7Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc7Single struct for EPNpc7Single

func NewEPNpc7Single ¶

func NewEPNpc7Single(id NullableString) *EPNpc7Single

NewEPNpc7Single instantiates a new EPNpc7Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc7SingleWithDefaults ¶

func NewEPNpc7SingleWithDefaults() *EPNpc7Single

NewEPNpc7SingleWithDefaults instantiates a new EPNpc7Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc7Single) GetAttributes ¶

func (o *EPNpc7Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc7Single) GetAttributesOk ¶

func (o *EPNpc7Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNpc7Single) HasAttributes ¶

func (o *EPNpc7Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc7Single) MarshalJSON ¶

func (o EPNpc7Single) MarshalJSON() ([]byte, error)

func (*EPNpc7Single) SetAttributes ¶

func (o *EPNpc7Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc7Single) ToMap ¶

func (o EPNpc7Single) ToMap() (map[string]interface{}, error)

type EPNpc8Single ¶

type EPNpc8Single struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPNpc8Single struct for EPNpc8Single

func NewEPNpc8Single ¶

func NewEPNpc8Single(id NullableString) *EPNpc8Single

NewEPNpc8Single instantiates a new EPNpc8Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPNpc8SingleWithDefaults ¶

func NewEPNpc8SingleWithDefaults() *EPNpc8Single

NewEPNpc8SingleWithDefaults instantiates a new EPNpc8Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPNpc8Single) GetAttributes ¶

func (o *EPNpc8Single) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPNpc8Single) GetAttributesOk ¶

func (o *EPNpc8Single) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPNpc8Single) HasAttributes ¶

func (o *EPNpc8Single) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPNpc8Single) MarshalJSON ¶

func (o EPNpc8Single) MarshalJSON() ([]byte, error)

func (*EPNpc8Single) SetAttributes ¶

func (o *EPNpc8Single) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPNpc8Single) ToMap ¶

func (o EPNpc8Single) ToMap() (map[string]interface{}, error)

type EPRPAttr ¶

type EPRPAttr struct {
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	FarEndEntity              *string                    `json:"farEndEntity,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
}

EPRPAttr struct for EPRPAttr

func NewEPRPAttr ¶

func NewEPRPAttr() *EPRPAttr

NewEPRPAttr instantiates a new EPRPAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPRPAttrWithDefaults ¶

func NewEPRPAttrWithDefaults() *EPRPAttr

NewEPRPAttrWithDefaults instantiates a new EPRPAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPRPAttr) GetFarEndEntity ¶

func (o *EPRPAttr) GetFarEndEntity() string

GetFarEndEntity returns the FarEndEntity field value if set, zero value otherwise.

func (*EPRPAttr) GetFarEndEntityOk ¶

func (o *EPRPAttr) GetFarEndEntityOk() (*string, bool)

GetFarEndEntityOk returns a tuple with the FarEndEntity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPRPAttr) GetSupportedPerfMetricGroups ¶

func (o *EPRPAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*EPRPAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *EPRPAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPRPAttr) GetUserLabel ¶

func (o *EPRPAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*EPRPAttr) GetUserLabelOk ¶

func (o *EPRPAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPRPAttr) HasFarEndEntity ¶

func (o *EPRPAttr) HasFarEndEntity() bool

HasFarEndEntity returns a boolean if a field has been set.

func (*EPRPAttr) HasSupportedPerfMetricGroups ¶

func (o *EPRPAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*EPRPAttr) HasUserLabel ¶

func (o *EPRPAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (EPRPAttr) MarshalJSON ¶

func (o EPRPAttr) MarshalJSON() ([]byte, error)

func (*EPRPAttr) SetFarEndEntity ¶

func (o *EPRPAttr) SetFarEndEntity(v string)

SetFarEndEntity gets a reference to the given string and assigns it to the FarEndEntity field.

func (*EPRPAttr) SetSupportedPerfMetricGroups ¶

func (o *EPRPAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*EPRPAttr) SetUserLabel ¶

func (o *EPRPAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (EPRPAttr) ToMap ¶

func (o EPRPAttr) ToMap() (map[string]interface{}, error)

type EPRxSingle ¶

type EPRxSingle struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPRxSingle struct for EPRxSingle

func NewEPRxSingle ¶

func NewEPRxSingle(id NullableString) *EPRxSingle

NewEPRxSingle instantiates a new EPRxSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPRxSingleWithDefaults ¶

func NewEPRxSingleWithDefaults() *EPRxSingle

NewEPRxSingleWithDefaults instantiates a new EPRxSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPRxSingle) GetAttributes ¶

func (o *EPRxSingle) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPRxSingle) GetAttributesOk ¶

func (o *EPRxSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPRxSingle) HasAttributes ¶

func (o *EPRxSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPRxSingle) MarshalJSON ¶

func (o EPRxSingle) MarshalJSON() ([]byte, error)

func (*EPRxSingle) SetAttributes ¶

func (o *EPRxSingle) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPRxSingle) ToMap ¶

func (o EPRxSingle) ToMap() (map[string]interface{}, error)

type EPS5CSingle ¶

type EPS5CSingle struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPS5CSingle struct for EPS5CSingle

func NewEPS5CSingle ¶

func NewEPS5CSingle(id NullableString) *EPS5CSingle

NewEPS5CSingle instantiates a new EPS5CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPS5CSingleWithDefaults ¶

func NewEPS5CSingleWithDefaults() *EPS5CSingle

NewEPS5CSingleWithDefaults instantiates a new EPS5CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPS5CSingle) GetAttributes ¶

func (o *EPS5CSingle) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPS5CSingle) GetAttributesOk ¶

func (o *EPS5CSingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPS5CSingle) HasAttributes ¶

func (o *EPS5CSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPS5CSingle) MarshalJSON ¶

func (o EPS5CSingle) MarshalJSON() ([]byte, error)

func (*EPS5CSingle) SetAttributes ¶

func (o *EPS5CSingle) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPS5CSingle) ToMap ¶

func (o EPS5CSingle) ToMap() (map[string]interface{}, error)

type EPS5USingle ¶

type EPS5USingle struct {
	Top
	Attributes *EPN2SingleAllOfAttributes `json:"attributes,omitempty"`
}

EPS5USingle struct for EPS5USingle

func NewEPS5USingle ¶

func NewEPS5USingle(id NullableString) *EPS5USingle

NewEPS5USingle instantiates a new EPS5USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEPS5USingleWithDefaults ¶

func NewEPS5USingleWithDefaults() *EPS5USingle

NewEPS5USingleWithDefaults instantiates a new EPS5USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EPS5USingle) GetAttributes ¶

func (o *EPS5USingle) GetAttributes() EPN2SingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EPS5USingle) GetAttributesOk ¶

func (o *EPS5USingle) GetAttributesOk() (*EPN2SingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EPS5USingle) HasAttributes ¶

func (o *EPS5USingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EPS5USingle) MarshalJSON ¶

func (o EPS5USingle) MarshalJSON() ([]byte, error)

func (*EPS5USingle) SetAttributes ¶

func (o *EPS5USingle) SetAttributes(v EPN2SingleAllOfAttributes)

SetAttributes gets a reference to the given EPN2SingleAllOfAttributes and assigns it to the Attributes field.

func (EPS5USingle) ToMap ¶

func (o EPS5USingle) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingle ¶

type EcmConnectionInfoSingle struct {
	Top
	Attributes *EcmConnectionInfoSingleAllOfAttributes `json:"attributes,omitempty"`
}

EcmConnectionInfoSingle struct for EcmConnectionInfoSingle

func NewEcmConnectionInfoSingle ¶

func NewEcmConnectionInfoSingle(id NullableString) *EcmConnectionInfoSingle

NewEcmConnectionInfoSingle instantiates a new EcmConnectionInfoSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleWithDefaults ¶

func NewEcmConnectionInfoSingleWithDefaults() *EcmConnectionInfoSingle

NewEcmConnectionInfoSingleWithDefaults instantiates a new EcmConnectionInfoSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EcmConnectionInfoSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingle) HasAttributes ¶

func (o *EcmConnectionInfoSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EcmConnectionInfoSingle) MarshalJSON ¶

func (o EcmConnectionInfoSingle) MarshalJSON() ([]byte, error)

func (*EcmConnectionInfoSingle) SetAttributes ¶

SetAttributes gets a reference to the given EcmConnectionInfoSingleAllOfAttributes and assigns it to the Attributes field.

func (EcmConnectionInfoSingle) ToMap ¶

func (o EcmConnectionInfoSingle) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingleAllOf ¶

type EcmConnectionInfoSingleAllOf struct {
	Attributes *EcmConnectionInfoSingleAllOfAttributes `json:"attributes,omitempty"`
}

EcmConnectionInfoSingleAllOf struct for EcmConnectionInfoSingleAllOf

func NewEcmConnectionInfoSingleAllOf ¶

func NewEcmConnectionInfoSingleAllOf() *EcmConnectionInfoSingleAllOf

NewEcmConnectionInfoSingleAllOf instantiates a new EcmConnectionInfoSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleAllOfWithDefaults ¶

func NewEcmConnectionInfoSingleAllOfWithDefaults() *EcmConnectionInfoSingleAllOf

NewEcmConnectionInfoSingleAllOfWithDefaults instantiates a new EcmConnectionInfoSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOf) HasAttributes ¶

func (o *EcmConnectionInfoSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (EcmConnectionInfoSingleAllOf) MarshalJSON ¶

func (o EcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error)

func (*EcmConnectionInfoSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given EcmConnectionInfoSingleAllOfAttributes and assigns it to the Attributes field.

func (EcmConnectionInfoSingleAllOf) ToMap ¶

func (o EcmConnectionInfoSingleAllOf) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingleAllOfAttributes ¶

type EcmConnectionInfoSingleAllOfAttributes struct {
	EASServiceArea          *ServingLocation        `json:"eASServiceArea,omitempty"`
	EESServiceArea          *ServingLocation        `json:"eESServiceArea,omitempty"`
	EDNServiceArea          *ServingLocation        `json:"eDNServiceArea,omitempty"`
	EASIpAddress            *string                 `json:"eASIpAddress,omitempty"`
	EESIpAddress            *string                 `json:"eESIpAddress,omitempty"`
	ECSIpAddress            *string                 `json:"eCSIpAddress,omitempty"`
	EdnIdentifier           *string                 `json:"ednIdentifier,omitempty"`
	EcmConnectionType       *string                 `json:"ecmConnectionType,omitempty"`
	Var5GCNfConnEcmInfoList []Model5GCNfConnEcmInfo `json:"5GCNfConnEcmInfoList,omitempty"`
	UPFConnectionInfo       *UPFConnectionInfo      `json:"uPFConnectionInfo,omitempty"`
}

EcmConnectionInfoSingleAllOfAttributes struct for EcmConnectionInfoSingleAllOfAttributes

func NewEcmConnectionInfoSingleAllOfAttributes ¶

func NewEcmConnectionInfoSingleAllOfAttributes() *EcmConnectionInfoSingleAllOfAttributes

NewEcmConnectionInfoSingleAllOfAttributes instantiates a new EcmConnectionInfoSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleAllOfAttributesWithDefaults ¶

func NewEcmConnectionInfoSingleAllOfAttributesWithDefaults() *EcmConnectionInfoSingleAllOfAttributes

NewEcmConnectionInfoSingleAllOfAttributesWithDefaults instantiates a new EcmConnectionInfoSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddress() string

GetEASIpAddress returns the EASIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddressOk() (*string, bool)

GetEASIpAddressOk returns a tuple with the EASIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASServiceArea ¶

GetEASServiceArea returns the EASServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEASServiceAreaOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASServiceAreaOk() (*ServingLocation, bool)

GetEASServiceAreaOk returns a tuple with the EASServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddress() string

GetECSIpAddress returns the ECSIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddressOk() (*string, bool)

GetECSIpAddressOk returns a tuple with the ECSIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceArea ¶

GetEDNServiceArea returns the EDNServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceAreaOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceAreaOk() (*ServingLocation, bool)

GetEDNServiceAreaOk returns a tuple with the EDNServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddress() string

GetEESIpAddress returns the EESIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddressOk() (*string, bool)

GetEESIpAddressOk returns a tuple with the EESIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEESServiceArea ¶

GetEESServiceArea returns the EESServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEESServiceAreaOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESServiceAreaOk() (*ServingLocation, bool)

GetEESServiceAreaOk returns a tuple with the EESServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionType() string

GetEcmConnectionType returns the EcmConnectionType field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionTypeOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionTypeOk() (*string, bool)

GetEcmConnectionTypeOk returns a tuple with the EcmConnectionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifier() string

GetEdnIdentifier returns the EdnIdentifier field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifierOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifierOk() (*string, bool)

GetEdnIdentifierOk returns a tuple with the EdnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfo ¶

GetUPFConnectionInfo returns the UPFConnectionInfo field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfoOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool)

GetUPFConnectionInfoOk returns a tuple with the UPFConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo

GetVar5GCNfConnEcmInfoList returns the Var5GCNfConnEcmInfoList field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoListOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool)

GetVar5GCNfConnEcmInfoListOk returns a tuple with the Var5GCNfConnEcmInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEASIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASIpAddress() bool

HasEASIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEASServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASServiceArea() bool

HasEASServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasECSIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasECSIpAddress() bool

HasECSIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEDNServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEDNServiceArea() bool

HasEDNServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEESIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESIpAddress() bool

HasEESIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEESServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESServiceArea() bool

HasEESServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEcmConnectionType() bool

HasEcmConnectionType returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasEdnIdentifier() bool

HasEdnIdentifier returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasUPFConnectionInfo ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasUPFConnectionInfo() bool

HasUPFConnectionInfo returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributes) HasVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) HasVar5GCNfConnEcmInfoList() bool

HasVar5GCNfConnEcmInfoList returns a boolean if a field has been set.

func (EcmConnectionInfoSingleAllOfAttributes) MarshalJSON ¶

func (o EcmConnectionInfoSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*EcmConnectionInfoSingleAllOfAttributes) SetEASIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEASIpAddress(v string)

SetEASIpAddress gets a reference to the given string and assigns it to the EASIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEASServiceArea ¶

SetEASServiceArea gets a reference to the given ServingLocation and assigns it to the EASServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetECSIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetECSIpAddress(v string)

SetECSIpAddress gets a reference to the given string and assigns it to the ECSIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEDNServiceArea ¶

SetEDNServiceArea gets a reference to the given ServingLocation and assigns it to the EDNServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEESIpAddress ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEESIpAddress(v string)

SetEESIpAddress gets a reference to the given string and assigns it to the EESIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEESServiceArea ¶

SetEESServiceArea gets a reference to the given ServingLocation and assigns it to the EESServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEcmConnectionType(v string)

SetEcmConnectionType gets a reference to the given string and assigns it to the EcmConnectionType field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetEdnIdentifier(v string)

SetEdnIdentifier gets a reference to the given string and assigns it to the EdnIdentifier field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetUPFConnectionInfo ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetUPFConnectionInfo(v UPFConnectionInfo)

SetUPFConnectionInfo gets a reference to the given UPFConnectionInfo and assigns it to the UPFConnectionInfo field.

func (*EcmConnectionInfoSingleAllOfAttributes) SetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributes) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo)

SetVar5GCNfConnEcmInfoList gets a reference to the given []Model5GCNfConnEcmInfo and assigns it to the Var5GCNfConnEcmInfoList field.

func (EcmConnectionInfoSingleAllOfAttributes) ToMap ¶

func (o EcmConnectionInfoSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type EcmConnectionInfoSingleAllOfAttributesAllOf ¶

type EcmConnectionInfoSingleAllOfAttributesAllOf struct {
	EASServiceArea          *ServingLocation        `json:"eASServiceArea,omitempty"`
	EESServiceArea          *ServingLocation        `json:"eESServiceArea,omitempty"`
	EDNServiceArea          *ServingLocation        `json:"eDNServiceArea,omitempty"`
	EASIpAddress            *string                 `json:"eASIpAddress,omitempty"`
	EESIpAddress            *string                 `json:"eESIpAddress,omitempty"`
	ECSIpAddress            *string                 `json:"eCSIpAddress,omitempty"`
	EdnIdentifier           *string                 `json:"ednIdentifier,omitempty"`
	EcmConnectionType       *string                 `json:"ecmConnectionType,omitempty"`
	Var5GCNfConnEcmInfoList []Model5GCNfConnEcmInfo `json:"5GCNfConnEcmInfoList,omitempty"`
	UPFConnectionInfo       *UPFConnectionInfo      `json:"uPFConnectionInfo,omitempty"`
}

EcmConnectionInfoSingleAllOfAttributesAllOf struct for EcmConnectionInfoSingleAllOfAttributesAllOf

func NewEcmConnectionInfoSingleAllOfAttributesAllOf ¶

func NewEcmConnectionInfoSingleAllOfAttributesAllOf() *EcmConnectionInfoSingleAllOfAttributesAllOf

NewEcmConnectionInfoSingleAllOfAttributesAllOf instantiates a new EcmConnectionInfoSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEcmConnectionInfoSingleAllOfAttributesAllOfWithDefaults ¶

func NewEcmConnectionInfoSingleAllOfAttributesAllOfWithDefaults() *EcmConnectionInfoSingleAllOfAttributesAllOf

NewEcmConnectionInfoSingleAllOfAttributesAllOfWithDefaults instantiates a new EcmConnectionInfoSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddress ¶

GetEASIpAddress returns the EASIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddressOk() (*string, bool)

GetEASIpAddressOk returns a tuple with the EASIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceArea ¶

GetEASServiceArea returns the EASServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceAreaOk ¶

GetEASServiceAreaOk returns a tuple with the EASServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddress ¶

GetECSIpAddress returns the ECSIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddressOk() (*string, bool)

GetECSIpAddressOk returns a tuple with the ECSIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceArea ¶

GetEDNServiceArea returns the EDNServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceAreaOk ¶

GetEDNServiceAreaOk returns a tuple with the EDNServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddress ¶

GetEESIpAddress returns the EESIpAddress field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddressOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddressOk() (*string, bool)

GetEESIpAddressOk returns a tuple with the EESIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceArea ¶

GetEESServiceArea returns the EESServiceArea field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceAreaOk ¶

GetEESServiceAreaOk returns a tuple with the EESServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionType() string

GetEcmConnectionType returns the EcmConnectionType field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionTypeOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionTypeOk() (*string, bool)

GetEcmConnectionTypeOk returns a tuple with the EcmConnectionType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifier ¶

GetEdnIdentifier returns the EdnIdentifier field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifierOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifierOk() (*string, bool)

GetEdnIdentifierOk returns a tuple with the EdnIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfo ¶

GetUPFConnectionInfo returns the UPFConnectionInfo field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfoOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool)

GetUPFConnectionInfoOk returns a tuple with the UPFConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo

GetVar5GCNfConnEcmInfoList returns the Var5GCNfConnEcmInfoList field value if set, zero value otherwise.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoListOk ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool)

GetVar5GCNfConnEcmInfoListOk returns a tuple with the Var5GCNfConnEcmInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASIpAddress ¶

HasEASIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASServiceArea() bool

HasEASServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasECSIpAddress ¶

HasECSIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEDNServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEDNServiceArea() bool

HasEDNServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESIpAddress ¶

HasEESIpAddress returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESServiceArea ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESServiceArea() bool

HasEESServiceArea returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEcmConnectionType() bool

HasEcmConnectionType returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEdnIdentifier() bool

HasEdnIdentifier returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasUPFConnectionInfo ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasUPFConnectionInfo() bool

HasUPFConnectionInfo returns a boolean if a field has been set.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) HasVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasVar5GCNfConnEcmInfoList() bool

HasVar5GCNfConnEcmInfoList returns a boolean if a field has been set.

func (EcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASIpAddress ¶

SetEASIpAddress gets a reference to the given string and assigns it to the EASIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASServiceArea ¶

SetEASServiceArea gets a reference to the given ServingLocation and assigns it to the EASServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetECSIpAddress ¶

SetECSIpAddress gets a reference to the given string and assigns it to the ECSIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEDNServiceArea ¶

SetEDNServiceArea gets a reference to the given ServingLocation and assigns it to the EDNServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESIpAddress ¶

SetEESIpAddress gets a reference to the given string and assigns it to the EESIpAddress field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESServiceArea ¶

SetEESServiceArea gets a reference to the given ServingLocation and assigns it to the EESServiceArea field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEcmConnectionType ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEcmConnectionType(v string)

SetEcmConnectionType gets a reference to the given string and assigns it to the EcmConnectionType field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetEdnIdentifier ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEdnIdentifier(v string)

SetEdnIdentifier gets a reference to the given string and assigns it to the EdnIdentifier field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetUPFConnectionInfo ¶

SetUPFConnectionInfo gets a reference to the given UPFConnectionInfo and assigns it to the UPFConnectionInfo field.

func (*EcmConnectionInfoSingleAllOfAttributesAllOf) SetVar5GCNfConnEcmInfoList ¶

func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo)

SetVar5GCNfConnEcmInfoList gets a reference to the given []Model5GCNfConnEcmInfo and assigns it to the Var5GCNfConnEcmInfoList field.

func (EcmConnectionInfoSingleAllOfAttributesAllOf) ToMap ¶

func (o EcmConnectionInfoSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type EthFlowDescription ¶

type EthFlowDescription struct {
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	DestMacAddr *string `json:"destMacAddr,omitempty"`
	EthType     string  `json:"ethType"`
	// Defines a packet filter of an IP flow.
	FDesc *string        `json:"fDesc,omitempty"`
	FDir  *FlowDirection `json:"fDir,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	SourceMacAddr *string  `json:"sourceMacAddr,omitempty"`
	VlanTags      []string `json:"vlanTags,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	SrcMacAddrEnd *string `json:"srcMacAddrEnd,omitempty"`
	// String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042.
	DestMacAddrEnd *string `json:"destMacAddrEnd,omitempty"`
}

EthFlowDescription Identifies an Ethernet flow.

func NewEthFlowDescription ¶

func NewEthFlowDescription(ethType string) *EthFlowDescription

NewEthFlowDescription instantiates a new EthFlowDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEthFlowDescriptionWithDefaults ¶

func NewEthFlowDescriptionWithDefaults() *EthFlowDescription

NewEthFlowDescriptionWithDefaults instantiates a new EthFlowDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EthFlowDescription) GetDestMacAddr ¶

func (o *EthFlowDescription) GetDestMacAddr() string

GetDestMacAddr returns the DestMacAddr field value if set, zero value otherwise.

func (*EthFlowDescription) GetDestMacAddrEnd ¶

func (o *EthFlowDescription) GetDestMacAddrEnd() string

GetDestMacAddrEnd returns the DestMacAddrEnd field value if set, zero value otherwise.

func (*EthFlowDescription) GetDestMacAddrEndOk ¶

func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool)

GetDestMacAddrEndOk returns a tuple with the DestMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetDestMacAddrOk ¶

func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool)

GetDestMacAddrOk returns a tuple with the DestMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetEthType ¶

func (o *EthFlowDescription) GetEthType() string

GetEthType returns the EthType field value

func (*EthFlowDescription) GetEthTypeOk ¶

func (o *EthFlowDescription) GetEthTypeOk() (*string, bool)

GetEthTypeOk returns a tuple with the EthType field value and a boolean to check if the value has been set.

func (*EthFlowDescription) GetFDesc ¶

func (o *EthFlowDescription) GetFDesc() string

GetFDesc returns the FDesc field value if set, zero value otherwise.

func (*EthFlowDescription) GetFDescOk ¶

func (o *EthFlowDescription) GetFDescOk() (*string, bool)

GetFDescOk returns a tuple with the FDesc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetFDir ¶

func (o *EthFlowDescription) GetFDir() FlowDirection

GetFDir returns the FDir field value if set, zero value otherwise.

func (*EthFlowDescription) GetFDirOk ¶

func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool)

GetFDirOk returns a tuple with the FDir field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetSourceMacAddr ¶

func (o *EthFlowDescription) GetSourceMacAddr() string

GetSourceMacAddr returns the SourceMacAddr field value if set, zero value otherwise.

func (*EthFlowDescription) GetSourceMacAddrOk ¶

func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool)

GetSourceMacAddrOk returns a tuple with the SourceMacAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetSrcMacAddrEnd ¶

func (o *EthFlowDescription) GetSrcMacAddrEnd() string

GetSrcMacAddrEnd returns the SrcMacAddrEnd field value if set, zero value otherwise.

func (*EthFlowDescription) GetSrcMacAddrEndOk ¶

func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool)

GetSrcMacAddrEndOk returns a tuple with the SrcMacAddrEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) GetVlanTags ¶

func (o *EthFlowDescription) GetVlanTags() []string

GetVlanTags returns the VlanTags field value if set, zero value otherwise.

func (*EthFlowDescription) GetVlanTagsOk ¶

func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool)

GetVlanTagsOk returns a tuple with the VlanTags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EthFlowDescription) HasDestMacAddr ¶

func (o *EthFlowDescription) HasDestMacAddr() bool

HasDestMacAddr returns a boolean if a field has been set.

func (*EthFlowDescription) HasDestMacAddrEnd ¶

func (o *EthFlowDescription) HasDestMacAddrEnd() bool

HasDestMacAddrEnd returns a boolean if a field has been set.

func (*EthFlowDescription) HasFDesc ¶

func (o *EthFlowDescription) HasFDesc() bool

HasFDesc returns a boolean if a field has been set.

func (*EthFlowDescription) HasFDir ¶

func (o *EthFlowDescription) HasFDir() bool

HasFDir returns a boolean if a field has been set.

func (*EthFlowDescription) HasSourceMacAddr ¶

func (o *EthFlowDescription) HasSourceMacAddr() bool

HasSourceMacAddr returns a boolean if a field has been set.

func (*EthFlowDescription) HasSrcMacAddrEnd ¶

func (o *EthFlowDescription) HasSrcMacAddrEnd() bool

HasSrcMacAddrEnd returns a boolean if a field has been set.

func (*EthFlowDescription) HasVlanTags ¶

func (o *EthFlowDescription) HasVlanTags() bool

HasVlanTags returns a boolean if a field has been set.

func (EthFlowDescription) MarshalJSON ¶

func (o EthFlowDescription) MarshalJSON() ([]byte, error)

func (*EthFlowDescription) SetDestMacAddr ¶

func (o *EthFlowDescription) SetDestMacAddr(v string)

SetDestMacAddr gets a reference to the given string and assigns it to the DestMacAddr field.

func (*EthFlowDescription) SetDestMacAddrEnd ¶

func (o *EthFlowDescription) SetDestMacAddrEnd(v string)

SetDestMacAddrEnd gets a reference to the given string and assigns it to the DestMacAddrEnd field.

func (*EthFlowDescription) SetEthType ¶

func (o *EthFlowDescription) SetEthType(v string)

SetEthType sets field value

func (*EthFlowDescription) SetFDesc ¶

func (o *EthFlowDescription) SetFDesc(v string)

SetFDesc gets a reference to the given string and assigns it to the FDesc field.

func (*EthFlowDescription) SetFDir ¶

func (o *EthFlowDescription) SetFDir(v FlowDirection)

SetFDir gets a reference to the given FlowDirection and assigns it to the FDir field.

func (*EthFlowDescription) SetSourceMacAddr ¶

func (o *EthFlowDescription) SetSourceMacAddr(v string)

SetSourceMacAddr gets a reference to the given string and assigns it to the SourceMacAddr field.

func (*EthFlowDescription) SetSrcMacAddrEnd ¶

func (o *EthFlowDescription) SetSrcMacAddrEnd(v string)

SetSrcMacAddrEnd gets a reference to the given string and assigns it to the SrcMacAddrEnd field.

func (*EthFlowDescription) SetVlanTags ¶

func (o *EthFlowDescription) SetVlanTags(v []string)

SetVlanTags gets a reference to the given []string and assigns it to the VlanTags field.

func (EthFlowDescription) ToMap ¶

func (o EthFlowDescription) ToMap() (map[string]interface{}, error)

type EventId ¶

type EventId struct {
	String *string
}

EventId Possible values are: - LOAD_LEVEL_INFORMATION: Represent the analytics of load level information of corresponding network slice. - NETWORK_PERFORMANCE: Represent the analytics of network performance information. - NF_LOAD: Indicates that the event subscribed is NF Load. - SERVICE_EXPERIENCE: Represent the analytics of service experience information of the specific applications. - UE_MOBILITY: Represent the analytics of UE mobility. - UE_COMMUNICATION: Represent the analytics of UE communication. - QOS_SUSTAINABILITY: Represent the analytics of QoS sustainability information in the certain area. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour information. - USER_DATA_CONGESTION: Represent the analytics of the user data congestion in the certain area. - NSI_LOAD_LEVEL: Represent the analytics of Network Slice and the optionally associated Network Slice Instance. - SM_CONGESTION: Represent the analytics of Session Management congestion control experience information for specific DNN and/or S-NSSAI. - DISPERSION: Represents the analytics of dispersion. - RED_TRANS_EXP: Represents the analytics of Redundant Transmission Experience. - WLAN_PERFORMANCE: Represents the analytics of WLAN performance. - DN_PERFORMANCE: Represents the analytics of DN performance.

func (*EventId) MarshalJSON ¶

func (src *EventId) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EventId) UnmarshalJSON ¶

func (dst *EventId) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type EventListForEventTriggeredMeasurementType ¶

type EventListForEventTriggeredMeasurementType string

EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.

const (
	OUT_OF_COVERAGE EventListForEventTriggeredMeasurementType = "OUT_OF_COVERAGE"
	A2_EVENT        EventListForEventTriggeredMeasurementType = "A2_EVENT"
)

List of eventListForEventTriggeredMeasurement-Type

func NewEventListForEventTriggeredMeasurementTypeFromValue ¶

func NewEventListForEventTriggeredMeasurementTypeFromValue(v string) (*EventListForEventTriggeredMeasurementType, error)

NewEventListForEventTriggeredMeasurementTypeFromValue returns a pointer to a valid EventListForEventTriggeredMeasurementType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (EventListForEventTriggeredMeasurementType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (EventListForEventTriggeredMeasurementType) Ptr ¶

Ptr returns reference to eventListForEventTriggeredMeasurement-Type value

func (*EventListForEventTriggeredMeasurementType) UnmarshalJSON ¶

func (v *EventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error

type EventThresholdL1Type ¶

type EventThresholdL1Type struct {
	RSRP *int32 `json:"RSRP,omitempty"`
	RSRQ *int32 `json:"RSRQ,omitempty"`
}

EventThresholdL1Type See details in 3GPP TS 32.422 clause 5.10.X.

func NewEventThresholdL1Type ¶

func NewEventThresholdL1Type() *EventThresholdL1Type

NewEventThresholdL1Type instantiates a new EventThresholdL1Type object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEventThresholdL1TypeWithDefaults ¶

func NewEventThresholdL1TypeWithDefaults() *EventThresholdL1Type

NewEventThresholdL1TypeWithDefaults instantiates a new EventThresholdL1Type object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EventThresholdL1Type) GetRSRP ¶

func (o *EventThresholdL1Type) GetRSRP() int32

GetRSRP returns the RSRP field value if set, zero value otherwise.

func (*EventThresholdL1Type) GetRSRPOk ¶

func (o *EventThresholdL1Type) GetRSRPOk() (*int32, bool)

GetRSRPOk returns a tuple with the RSRP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdL1Type) GetRSRQ ¶

func (o *EventThresholdL1Type) GetRSRQ() int32

GetRSRQ returns the RSRQ field value if set, zero value otherwise.

func (*EventThresholdL1Type) GetRSRQOk ¶

func (o *EventThresholdL1Type) GetRSRQOk() (*int32, bool)

GetRSRQOk returns a tuple with the RSRQ field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdL1Type) HasRSRP ¶

func (o *EventThresholdL1Type) HasRSRP() bool

HasRSRP returns a boolean if a field has been set.

func (*EventThresholdL1Type) HasRSRQ ¶

func (o *EventThresholdL1Type) HasRSRQ() bool

HasRSRQ returns a boolean if a field has been set.

func (EventThresholdL1Type) MarshalJSON ¶

func (o EventThresholdL1Type) MarshalJSON() ([]byte, error)

func (*EventThresholdL1Type) SetRSRP ¶

func (o *EventThresholdL1Type) SetRSRP(v int32)

SetRSRP gets a reference to the given int32 and assigns it to the RSRP field.

func (*EventThresholdL1Type) SetRSRQ ¶

func (o *EventThresholdL1Type) SetRSRQ(v int32)

SetRSRQ gets a reference to the given int32 and assigns it to the RSRQ field.

func (EventThresholdL1Type) ToMap ¶

func (o EventThresholdL1Type) ToMap() (map[string]interface{}, error)

type EventThresholdType ¶

type EventThresholdType struct {
	EventThresholdRSRP *EventThresholdTypeEventThresholdRSRP `json:"EventThresholdRSRP,omitempty"`
	EventThresholdRSRQ *EventThresholdTypeEventThresholdRSRQ `json:"EventThresholdRSRQ,omitempty"`
	EventThreshold1F   *EventThresholdTypeEventThreshold1F   `json:"EventThreshold1F,omitempty"`
	EventThreshold1I   *int32                                `json:"EventThreshold1I,omitempty"`
}

EventThresholdType See details in 3GPP TS 32.422 clause 5.10.7, 5.10.7a, 5.10.13 and 5.10.14.

func NewEventThresholdType ¶

func NewEventThresholdType() *EventThresholdType

NewEventThresholdType instantiates a new EventThresholdType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEventThresholdTypeWithDefaults ¶

func NewEventThresholdTypeWithDefaults() *EventThresholdType

NewEventThresholdTypeWithDefaults instantiates a new EventThresholdType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EventThresholdType) GetEventThreshold1F ¶

func (o *EventThresholdType) GetEventThreshold1F() EventThresholdTypeEventThreshold1F

GetEventThreshold1F returns the EventThreshold1F field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThreshold1FOk ¶

func (o *EventThresholdType) GetEventThreshold1FOk() (*EventThresholdTypeEventThreshold1F, bool)

GetEventThreshold1FOk returns a tuple with the EventThreshold1F field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdType) GetEventThreshold1I ¶

func (o *EventThresholdType) GetEventThreshold1I() int32

GetEventThreshold1I returns the EventThreshold1I field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThreshold1IOk ¶

func (o *EventThresholdType) GetEventThreshold1IOk() (*int32, bool)

GetEventThreshold1IOk returns a tuple with the EventThreshold1I field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdType) GetEventThresholdRSRP ¶

func (o *EventThresholdType) GetEventThresholdRSRP() EventThresholdTypeEventThresholdRSRP

GetEventThresholdRSRP returns the EventThresholdRSRP field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThresholdRSRPOk ¶

func (o *EventThresholdType) GetEventThresholdRSRPOk() (*EventThresholdTypeEventThresholdRSRP, bool)

GetEventThresholdRSRPOk returns a tuple with the EventThresholdRSRP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdType) GetEventThresholdRSRQ ¶

func (o *EventThresholdType) GetEventThresholdRSRQ() EventThresholdTypeEventThresholdRSRQ

GetEventThresholdRSRQ returns the EventThresholdRSRQ field value if set, zero value otherwise.

func (*EventThresholdType) GetEventThresholdRSRQOk ¶

func (o *EventThresholdType) GetEventThresholdRSRQOk() (*EventThresholdTypeEventThresholdRSRQ, bool)

GetEventThresholdRSRQOk returns a tuple with the EventThresholdRSRQ field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdType) HasEventThreshold1F ¶

func (o *EventThresholdType) HasEventThreshold1F() bool

HasEventThreshold1F returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThreshold1I ¶

func (o *EventThresholdType) HasEventThreshold1I() bool

HasEventThreshold1I returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThresholdRSRP ¶

func (o *EventThresholdType) HasEventThresholdRSRP() bool

HasEventThresholdRSRP returns a boolean if a field has been set.

func (*EventThresholdType) HasEventThresholdRSRQ ¶

func (o *EventThresholdType) HasEventThresholdRSRQ() bool

HasEventThresholdRSRQ returns a boolean if a field has been set.

func (EventThresholdType) MarshalJSON ¶

func (o EventThresholdType) MarshalJSON() ([]byte, error)

func (*EventThresholdType) SetEventThreshold1F ¶

func (o *EventThresholdType) SetEventThreshold1F(v EventThresholdTypeEventThreshold1F)

SetEventThreshold1F gets a reference to the given EventThresholdTypeEventThreshold1F and assigns it to the EventThreshold1F field.

func (*EventThresholdType) SetEventThreshold1I ¶

func (o *EventThresholdType) SetEventThreshold1I(v int32)

SetEventThreshold1I gets a reference to the given int32 and assigns it to the EventThreshold1I field.

func (*EventThresholdType) SetEventThresholdRSRP ¶

func (o *EventThresholdType) SetEventThresholdRSRP(v EventThresholdTypeEventThresholdRSRP)

SetEventThresholdRSRP gets a reference to the given EventThresholdTypeEventThresholdRSRP and assigns it to the EventThresholdRSRP field.

func (*EventThresholdType) SetEventThresholdRSRQ ¶

func (o *EventThresholdType) SetEventThresholdRSRQ(v EventThresholdTypeEventThresholdRSRQ)

SetEventThresholdRSRQ gets a reference to the given EventThresholdTypeEventThresholdRSRQ and assigns it to the EventThresholdRSRQ field.

func (EventThresholdType) ToMap ¶

func (o EventThresholdType) ToMap() (map[string]interface{}, error)

type EventThresholdTypeEventThreshold1F ¶

type EventThresholdTypeEventThreshold1F struct {
	CPICH_RSCP *int32 `json:"CPICH_RSCP,omitempty"`
	CPICHEcNo  *int32 `json:"CPICH_EcNo,omitempty"`
	PathLoss   *int32 `json:"PathLoss,omitempty"`
}

EventThresholdTypeEventThreshold1F struct for EventThresholdTypeEventThreshold1F

func NewEventThresholdTypeEventThreshold1F ¶

func NewEventThresholdTypeEventThreshold1F() *EventThresholdTypeEventThreshold1F

NewEventThresholdTypeEventThreshold1F instantiates a new EventThresholdTypeEventThreshold1F object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEventThresholdTypeEventThreshold1FWithDefaults ¶

func NewEventThresholdTypeEventThreshold1FWithDefaults() *EventThresholdTypeEventThreshold1F

NewEventThresholdTypeEventThreshold1FWithDefaults instantiates a new EventThresholdTypeEventThreshold1F object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNo ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNo() int32

GetCPICHEcNo returns the CPICHEcNo field value if set, zero value otherwise.

func (*EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk() (*int32, bool)

GetCPICHEcNoOk returns a tuple with the CPICHEcNo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCP ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCP() int32

GetCPICH_RSCP returns the CPICH_RSCP field value if set, zero value otherwise.

func (*EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk ¶

func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk() (*int32, bool)

GetCPICH_RSCPOk returns a tuple with the CPICH_RSCP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdTypeEventThreshold1F) GetPathLoss ¶

func (o *EventThresholdTypeEventThreshold1F) GetPathLoss() int32

GetPathLoss returns the PathLoss field value if set, zero value otherwise.

func (*EventThresholdTypeEventThreshold1F) GetPathLossOk ¶

func (o *EventThresholdTypeEventThreshold1F) GetPathLossOk() (*int32, bool)

GetPathLossOk returns a tuple with the PathLoss field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventThresholdTypeEventThreshold1F) HasCPICHEcNo ¶

func (o *EventThresholdTypeEventThreshold1F) HasCPICHEcNo() bool

HasCPICHEcNo returns a boolean if a field has been set.

func (*EventThresholdTypeEventThreshold1F) HasCPICH_RSCP ¶

func (o *EventThresholdTypeEventThreshold1F) HasCPICH_RSCP() bool

HasCPICH_RSCP returns a boolean if a field has been set.

func (*EventThresholdTypeEventThreshold1F) HasPathLoss ¶

func (o *EventThresholdTypeEventThreshold1F) HasPathLoss() bool

HasPathLoss returns a boolean if a field has been set.

func (EventThresholdTypeEventThreshold1F) MarshalJSON ¶

func (o EventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error)

func (*EventThresholdTypeEventThreshold1F) SetCPICHEcNo ¶

func (o *EventThresholdTypeEventThreshold1F) SetCPICHEcNo(v int32)

SetCPICHEcNo gets a reference to the given int32 and assigns it to the CPICHEcNo field.

func (*EventThresholdTypeEventThreshold1F) SetCPICH_RSCP ¶

func (o *EventThresholdTypeEventThreshold1F) SetCPICH_RSCP(v int32)

SetCPICH_RSCP gets a reference to the given int32 and assigns it to the CPICH_RSCP field.

func (*EventThresholdTypeEventThreshold1F) SetPathLoss ¶

func (o *EventThresholdTypeEventThreshold1F) SetPathLoss(v int32)

SetPathLoss gets a reference to the given int32 and assigns it to the PathLoss field.

func (EventThresholdTypeEventThreshold1F) ToMap ¶

func (o EventThresholdTypeEventThreshold1F) ToMap() (map[string]interface{}, error)

type EventThresholdTypeEventThresholdRSRP ¶

type EventThresholdTypeEventThresholdRSRP struct {
	Int32 *int32
}

EventThresholdTypeEventThresholdRSRP - struct for EventThresholdTypeEventThresholdRSRP

func Int32AsEventThresholdTypeEventThresholdRSRP ¶

func Int32AsEventThresholdTypeEventThresholdRSRP(v *int32) EventThresholdTypeEventThresholdRSRP

int32AsEventThresholdTypeEventThresholdRSRP is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRP

func (*EventThresholdTypeEventThresholdRSRP) GetActualInstance ¶

func (obj *EventThresholdTypeEventThresholdRSRP) GetActualInstance() interface{}

Get the actual instance

func (EventThresholdTypeEventThresholdRSRP) MarshalJSON ¶

func (src EventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EventThresholdTypeEventThresholdRSRP) UnmarshalJSON ¶

func (dst *EventThresholdTypeEventThresholdRSRP) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type EventThresholdTypeEventThresholdRSRQ ¶

type EventThresholdTypeEventThresholdRSRQ struct {
	Int32 *int32
}

EventThresholdTypeEventThresholdRSRQ - struct for EventThresholdTypeEventThresholdRSRQ

func Int32AsEventThresholdTypeEventThresholdRSRQ ¶

func Int32AsEventThresholdTypeEventThresholdRSRQ(v *int32) EventThresholdTypeEventThresholdRSRQ

int32AsEventThresholdTypeEventThresholdRSRQ is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRQ

func (*EventThresholdTypeEventThresholdRSRQ) GetActualInstance ¶

func (obj *EventThresholdTypeEventThresholdRSRQ) GetActualInstance() interface{}

Get the actual instance

func (EventThresholdTypeEventThresholdRSRQ) MarshalJSON ¶

func (src EventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON ¶

func (dst *EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ExtSnssai ¶

type ExtSnssai struct {
	Snssai1
	// When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type
	SdRanges []SdRange `json:"sdRanges,omitempty"`
	// When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type.
	WildcardSd *bool `json:"wildcardSd,omitempty"`
}

ExtSnssai The sdRanges and wildcardSd attributes shall be exclusive from each other. If one of these attributes is present, the sd attribute shall also be present and it shall contain one Slice Differentiator value within the range of SD (if the sdRanges attribute is present) or with any value (if the wildcardSd attribute is present).

func NewExtSnssai ¶

func NewExtSnssai(sst int32) *ExtSnssai

NewExtSnssai instantiates a new ExtSnssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExtSnssaiWithDefaults ¶

func NewExtSnssaiWithDefaults() *ExtSnssai

NewExtSnssaiWithDefaults instantiates a new ExtSnssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExtSnssai) GetSdRanges ¶

func (o *ExtSnssai) GetSdRanges() []SdRange

GetSdRanges returns the SdRanges field value if set, zero value otherwise.

func (*ExtSnssai) GetSdRangesOk ¶

func (o *ExtSnssai) GetSdRangesOk() ([]SdRange, bool)

GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtSnssai) GetWildcardSd ¶

func (o *ExtSnssai) GetWildcardSd() bool

GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.

func (*ExtSnssai) GetWildcardSdOk ¶

func (o *ExtSnssai) GetWildcardSdOk() (*bool, bool)

GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExtSnssai) HasSdRanges ¶

func (o *ExtSnssai) HasSdRanges() bool

HasSdRanges returns a boolean if a field has been set.

func (*ExtSnssai) HasWildcardSd ¶

func (o *ExtSnssai) HasWildcardSd() bool

HasWildcardSd returns a boolean if a field has been set.

func (ExtSnssai) MarshalJSON ¶

func (o ExtSnssai) MarshalJSON() ([]byte, error)

func (*ExtSnssai) SetSdRanges ¶

func (o *ExtSnssai) SetSdRanges(v []SdRange)

SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.

func (*ExtSnssai) SetWildcardSd ¶

func (o *ExtSnssai) SetWildcardSd(v bool)

SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.

func (ExtSnssai) ToMap ¶

func (o ExtSnssai) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingle ¶

type ExternalAmfFunctionSingle struct {
	Top
	Attributes *ExternalAmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalAmfFunctionSingle struct for ExternalAmfFunctionSingle

func NewExternalAmfFunctionSingle ¶

func NewExternalAmfFunctionSingle(id NullableString) *ExternalAmfFunctionSingle

NewExternalAmfFunctionSingle instantiates a new ExternalAmfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleWithDefaults ¶

func NewExternalAmfFunctionSingleWithDefaults() *ExternalAmfFunctionSingle

NewExternalAmfFunctionSingleWithDefaults instantiates a new ExternalAmfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingle) HasAttributes ¶

func (o *ExternalAmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalAmfFunctionSingle) MarshalJSON ¶

func (o ExternalAmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalAmfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalAmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalAmfFunctionSingle) ToMap ¶

func (o ExternalAmfFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingleAllOf ¶

type ExternalAmfFunctionSingleAllOf struct {
	Attributes *ExternalAmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalAmfFunctionSingleAllOf struct for ExternalAmfFunctionSingleAllOf

func NewExternalAmfFunctionSingleAllOf ¶

func NewExternalAmfFunctionSingleAllOf() *ExternalAmfFunctionSingleAllOf

NewExternalAmfFunctionSingleAllOf instantiates a new ExternalAmfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleAllOfWithDefaults ¶

func NewExternalAmfFunctionSingleAllOfWithDefaults() *ExternalAmfFunctionSingleAllOf

NewExternalAmfFunctionSingleAllOfWithDefaults instantiates a new ExternalAmfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalAmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalAmfFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalAmfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalAmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalAmfFunctionSingleAllOf) ToMap ¶

func (o ExternalAmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingleAllOfAttributes ¶

type ExternalAmfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList    []PlmnId       `json:"plmnIdList,omitempty"`
	AmfIdentifier *AmfIdentifier `json:"amfIdentifier,omitempty"`
}

ExternalAmfFunctionSingleAllOfAttributes struct for ExternalAmfFunctionSingleAllOfAttributes

func NewExternalAmfFunctionSingleAllOfAttributes ¶

func NewExternalAmfFunctionSingleAllOfAttributes() *ExternalAmfFunctionSingleAllOfAttributes

NewExternalAmfFunctionSingleAllOfAttributes instantiates a new ExternalAmfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalAmfFunctionSingleAllOfAttributesWithDefaults() *ExternalAmfFunctionSingleAllOfAttributes

NewExternalAmfFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalAmfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifier ¶

GetAmfIdentifier returns the AmfIdentifier field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk() (*AmfIdentifier, bool)

GetAmfIdentifierOk returns a tuple with the AmfIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributes) HasAmfIdentifier ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool

HasAmfIdentifier returns a boolean if a field has been set.

func (*ExternalAmfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalAmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalAmfFunctionSingleAllOfAttributes) SetAmfIdentifier ¶

SetAmfIdentifier gets a reference to the given AmfIdentifier and assigns it to the AmfIdentifier field.

func (*ExternalAmfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *ExternalAmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalAmfFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalAmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalAmfFunctionSingleAllOfAttributesAllOf ¶

type ExternalAmfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList    []PlmnId       `json:"plmnIdList,omitempty"`
	AmfIdentifier *AmfIdentifier `json:"amfIdentifier,omitempty"`
}

ExternalAmfFunctionSingleAllOfAttributesAllOf struct for ExternalAmfFunctionSingleAllOfAttributesAllOf

func NewExternalAmfFunctionSingleAllOfAttributesAllOf ¶

func NewExternalAmfFunctionSingleAllOfAttributesAllOf() *ExternalAmfFunctionSingleAllOfAttributesAllOf

NewExternalAmfFunctionSingleAllOfAttributesAllOf instantiates a new ExternalAmfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalAmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalAmfFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalAmfFunctionSingleAllOfAttributesAllOf

NewExternalAmfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalAmfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier ¶

GetAmfIdentifier returns the AmfIdentifier field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk ¶

GetAmfIdentifierOk returns a tuple with the AmfIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier ¶

HasAmfIdentifier returns a boolean if a field has been set.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier ¶

SetAmfIdentifier gets a reference to the given AmfIdentifier and assigns it to the AmfIdentifier field.

func (*ExternalAmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalAmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalAmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingle ¶

type ExternalNrfFunctionSingle struct {
	Top
	Attributes *ExternalNrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalNrfFunctionSingle struct for ExternalNrfFunctionSingle

func NewExternalNrfFunctionSingle ¶

func NewExternalNrfFunctionSingle(id NullableString) *ExternalNrfFunctionSingle

NewExternalNrfFunctionSingle instantiates a new ExternalNrfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleWithDefaults ¶

func NewExternalNrfFunctionSingleWithDefaults() *ExternalNrfFunctionSingle

NewExternalNrfFunctionSingleWithDefaults instantiates a new ExternalNrfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrfFunctionSingle) HasAttributes ¶

func (o *ExternalNrfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalNrfFunctionSingle) MarshalJSON ¶

func (o ExternalNrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalNrfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalNrfFunctionSingle) ToMap ¶

func (o ExternalNrfFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingleAllOf ¶

type ExternalNrfFunctionSingleAllOf struct {
	Attributes *ExternalNrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalNrfFunctionSingleAllOf struct for ExternalNrfFunctionSingleAllOf

func NewExternalNrfFunctionSingleAllOf ¶

func NewExternalNrfFunctionSingleAllOf() *ExternalNrfFunctionSingleAllOf

NewExternalNrfFunctionSingleAllOf instantiates a new ExternalNrfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleAllOfWithDefaults ¶

func NewExternalNrfFunctionSingleAllOfWithDefaults() *ExternalNrfFunctionSingleAllOf

NewExternalNrfFunctionSingleAllOfWithDefaults instantiates a new ExternalNrfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrfFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalNrfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalNrfFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalNrfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalNrfFunctionSingleAllOf) ToMap ¶

func (o ExternalNrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingleAllOfAttributes ¶

type ExternalNrfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
}

ExternalNrfFunctionSingleAllOfAttributes struct for ExternalNrfFunctionSingleAllOfAttributes

func NewExternalNrfFunctionSingleAllOfAttributes ¶

func NewExternalNrfFunctionSingleAllOfAttributes() *ExternalNrfFunctionSingleAllOfAttributes

NewExternalNrfFunctionSingleAllOfAttributes instantiates a new ExternalNrfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalNrfFunctionSingleAllOfAttributesWithDefaults() *ExternalNrfFunctionSingleAllOfAttributes

NewExternalNrfFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalNrfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalNrfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *ExternalNrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalNrfFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalNrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalNrfFunctionSingleAllOfAttributesAllOf ¶

type ExternalNrfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
}

ExternalNrfFunctionSingleAllOfAttributesAllOf struct for ExternalNrfFunctionSingleAllOfAttributesAllOf

func NewExternalNrfFunctionSingleAllOfAttributesAllOf ¶

func NewExternalNrfFunctionSingleAllOfAttributesAllOf() *ExternalNrfFunctionSingleAllOfAttributesAllOf

NewExternalNrfFunctionSingleAllOfAttributesAllOf instantiates a new ExternalNrfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNrfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalNrfFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalNrfFunctionSingleAllOfAttributesAllOf

NewExternalNrfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalNrfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

HasPlmnIdList returns a boolean if a field has been set.

func (ExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalNrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (ExternalNrfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalNrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ExternalNssfFunctionSingle ¶

type ExternalNssfFunctionSingle struct {
	Top
	Attributes *ExternalNrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalNssfFunctionSingle struct for ExternalNssfFunctionSingle

func NewExternalNssfFunctionSingle ¶

func NewExternalNssfFunctionSingle(id NullableString) *ExternalNssfFunctionSingle

NewExternalNssfFunctionSingle instantiates a new ExternalNssfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalNssfFunctionSingleWithDefaults ¶

func NewExternalNssfFunctionSingleWithDefaults() *ExternalNssfFunctionSingle

NewExternalNssfFunctionSingleWithDefaults instantiates a new ExternalNssfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalNssfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalNssfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalNssfFunctionSingle) HasAttributes ¶

func (o *ExternalNssfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalNssfFunctionSingle) MarshalJSON ¶

func (o ExternalNssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalNssfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalNrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalNssfFunctionSingle) ToMap ¶

func (o ExternalNssfFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingle ¶

type ExternalSeppFunctionSingle struct {
	Top
	Attributes *ExternalSeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalSeppFunctionSingle struct for ExternalSeppFunctionSingle

func NewExternalSeppFunctionSingle ¶

func NewExternalSeppFunctionSingle(id NullableString) *ExternalSeppFunctionSingle

NewExternalSeppFunctionSingle instantiates a new ExternalSeppFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleWithDefaults ¶

func NewExternalSeppFunctionSingleWithDefaults() *ExternalSeppFunctionSingle

NewExternalSeppFunctionSingleWithDefaults instantiates a new ExternalSeppFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingle) HasAttributes ¶

func (o *ExternalSeppFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalSeppFunctionSingle) MarshalJSON ¶

func (o ExternalSeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*ExternalSeppFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ExternalSeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalSeppFunctionSingle) ToMap ¶

func (o ExternalSeppFunctionSingle) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingleAllOf ¶

type ExternalSeppFunctionSingleAllOf struct {
	Attributes *ExternalSeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ExternalSeppFunctionSingleAllOf struct for ExternalSeppFunctionSingleAllOf

func NewExternalSeppFunctionSingleAllOf ¶

func NewExternalSeppFunctionSingleAllOf() *ExternalSeppFunctionSingleAllOf

NewExternalSeppFunctionSingleAllOf instantiates a new ExternalSeppFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleAllOfWithDefaults ¶

func NewExternalSeppFunctionSingleAllOfWithDefaults() *ExternalSeppFunctionSingleAllOf

NewExternalSeppFunctionSingleAllOfWithDefaults instantiates a new ExternalSeppFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOf) HasAttributes ¶

func (o *ExternalSeppFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ExternalSeppFunctionSingleAllOf) MarshalJSON ¶

func (o ExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ExternalSeppFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ExternalSeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ExternalSeppFunctionSingleAllOf) ToMap ¶

func (o ExternalSeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingleAllOfAttributes ¶

type ExternalSeppFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	SEPPId *int32  `json:"sEPPId,omitempty"`
	Fqdn   *string `json:"fqdn,omitempty"`
}

ExternalSeppFunctionSingleAllOfAttributes struct for ExternalSeppFunctionSingleAllOfAttributes

func NewExternalSeppFunctionSingleAllOfAttributes ¶

func NewExternalSeppFunctionSingleAllOfAttributes() *ExternalSeppFunctionSingleAllOfAttributes

NewExternalSeppFunctionSingleAllOfAttributes instantiates a new ExternalSeppFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleAllOfAttributesWithDefaults ¶

func NewExternalSeppFunctionSingleAllOfAttributesWithDefaults() *ExternalSeppFunctionSingleAllOfAttributes

NewExternalSeppFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalSeppFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingleAllOfAttributes) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetFqdnOk ¶

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributes) GetSEPPIdOk ¶

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributes) HasSEPPId ¶

HasSEPPId returns a boolean if a field has been set.

func (ExternalSeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*ExternalSeppFunctionSingleAllOfAttributes) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*ExternalSeppFunctionSingleAllOfAttributes) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*ExternalSeppFunctionSingleAllOfAttributes) SetSEPPId ¶

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (ExternalSeppFunctionSingleAllOfAttributes) ToMap ¶

func (o ExternalSeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ExternalSeppFunctionSingleAllOfAttributesAllOf ¶

type ExternalSeppFunctionSingleAllOfAttributesAllOf struct {
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	SEPPId *int32  `json:"sEPPId,omitempty"`
	Fqdn   *string `json:"fqdn,omitempty"`
}

ExternalSeppFunctionSingleAllOfAttributesAllOf struct for ExternalSeppFunctionSingleAllOfAttributesAllOf

func NewExternalSeppFunctionSingleAllOfAttributesAllOf ¶

func NewExternalSeppFunctionSingleAllOfAttributesAllOf() *ExternalSeppFunctionSingleAllOfAttributesAllOf

NewExternalSeppFunctionSingleAllOfAttributesAllOf instantiates a new ExternalSeppFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalSeppFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewExternalSeppFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalSeppFunctionSingleAllOfAttributesAllOf

NewExternalSeppFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalSeppFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk ¶

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk ¶

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) HasSEPPId ¶

HasSEPPId returns a boolean if a field has been set.

func (ExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*ExternalSeppFunctionSingleAllOfAttributesAllOf) SetSEPPId ¶

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (ExternalSeppFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ExternalSeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type FileDownloadJobProcessMonitor ¶

type FileDownloadJobProcessMonitor struct {
	JobId              *string                                       `json:"jobId,omitempty"`
	Status             *string                                       `json:"status,omitempty"`
	ProgressPercentage *int32                                        `json:"progressPercentage,omitempty"`
	ProgressStateInfo  *string                                       `json:"progressStateInfo,omitempty"`
	ResultStateInfo    *FileDownloadJobProcessMonitorResultStateInfo `json:"resultStateInfo,omitempty"`
	StartTime          *time.Time                                    `json:"startTime,omitempty"`
	EndTime            *time.Time                                    `json:"endTime,omitempty"`
	Timer              *int32                                        `json:"timer,omitempty"`
}

FileDownloadJobProcessMonitor This data type is the \"ProcessMonitor\" data type with specialisations for usage in the \"FileDownloadJob\".

func NewFileDownloadJobProcessMonitor ¶

func NewFileDownloadJobProcessMonitor() *FileDownloadJobProcessMonitor

NewFileDownloadJobProcessMonitor instantiates a new FileDownloadJobProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileDownloadJobProcessMonitorWithDefaults ¶

func NewFileDownloadJobProcessMonitorWithDefaults() *FileDownloadJobProcessMonitor

NewFileDownloadJobProcessMonitorWithDefaults instantiates a new FileDownloadJobProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileDownloadJobProcessMonitor) GetEndTime ¶

func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetEndTimeOk ¶

func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetJobId ¶

func (o *FileDownloadJobProcessMonitor) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetJobIdOk ¶

func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetProgressPercentage ¶

func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32

GetProgressPercentage returns the ProgressPercentage field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressPercentageOk ¶

func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool)

GetProgressPercentageOk returns a tuple with the ProgressPercentage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetProgressStateInfo ¶

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string

GetProgressStateInfo returns the ProgressStateInfo field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetProgressStateInfoOk ¶

func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool)

GetProgressStateInfoOk returns a tuple with the ProgressStateInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetResultStateInfo ¶

GetResultStateInfo returns the ResultStateInfo field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetResultStateInfoOk ¶

GetResultStateInfoOk returns a tuple with the ResultStateInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetStartTime ¶

func (o *FileDownloadJobProcessMonitor) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetStartTimeOk ¶

func (o *FileDownloadJobProcessMonitor) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetStatus ¶

func (o *FileDownloadJobProcessMonitor) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetStatusOk ¶

func (o *FileDownloadJobProcessMonitor) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) GetTimer ¶

func (o *FileDownloadJobProcessMonitor) GetTimer() int32

GetTimer returns the Timer field value if set, zero value otherwise.

func (*FileDownloadJobProcessMonitor) GetTimerOk ¶

func (o *FileDownloadJobProcessMonitor) GetTimerOk() (*int32, bool)

GetTimerOk returns a tuple with the Timer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobProcessMonitor) HasEndTime ¶

func (o *FileDownloadJobProcessMonitor) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasJobId ¶

func (o *FileDownloadJobProcessMonitor) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasProgressPercentage ¶

func (o *FileDownloadJobProcessMonitor) HasProgressPercentage() bool

HasProgressPercentage returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasProgressStateInfo ¶

func (o *FileDownloadJobProcessMonitor) HasProgressStateInfo() bool

HasProgressStateInfo returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasResultStateInfo ¶

func (o *FileDownloadJobProcessMonitor) HasResultStateInfo() bool

HasResultStateInfo returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasStartTime ¶

func (o *FileDownloadJobProcessMonitor) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasStatus ¶

func (o *FileDownloadJobProcessMonitor) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*FileDownloadJobProcessMonitor) HasTimer ¶

func (o *FileDownloadJobProcessMonitor) HasTimer() bool

HasTimer returns a boolean if a field has been set.

func (FileDownloadJobProcessMonitor) MarshalJSON ¶

func (o FileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)

func (*FileDownloadJobProcessMonitor) SetEndTime ¶

func (o *FileDownloadJobProcessMonitor) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*FileDownloadJobProcessMonitor) SetJobId ¶

func (o *FileDownloadJobProcessMonitor) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FileDownloadJobProcessMonitor) SetProgressPercentage ¶

func (o *FileDownloadJobProcessMonitor) SetProgressPercentage(v int32)

SetProgressPercentage gets a reference to the given int32 and assigns it to the ProgressPercentage field.

func (*FileDownloadJobProcessMonitor) SetProgressStateInfo ¶

func (o *FileDownloadJobProcessMonitor) SetProgressStateInfo(v string)

SetProgressStateInfo gets a reference to the given string and assigns it to the ProgressStateInfo field.

func (*FileDownloadJobProcessMonitor) SetResultStateInfo ¶

SetResultStateInfo gets a reference to the given FileDownloadJobProcessMonitorResultStateInfo and assigns it to the ResultStateInfo field.

func (*FileDownloadJobProcessMonitor) SetStartTime ¶

func (o *FileDownloadJobProcessMonitor) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (*FileDownloadJobProcessMonitor) SetStatus ¶

func (o *FileDownloadJobProcessMonitor) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (*FileDownloadJobProcessMonitor) SetTimer ¶

func (o *FileDownloadJobProcessMonitor) SetTimer(v int32)

SetTimer gets a reference to the given int32 and assigns it to the Timer field.

func (FileDownloadJobProcessMonitor) ToMap ¶

func (o FileDownloadJobProcessMonitor) ToMap() (map[string]interface{}, error)

type FileDownloadJobProcessMonitorResultStateInfo ¶

type FileDownloadJobProcessMonitorResultStateInfo struct {
	String *string
}

FileDownloadJobProcessMonitorResultStateInfo - struct for FileDownloadJobProcessMonitorResultStateInfo

func StringAsFileDownloadJobProcessMonitorResultStateInfo ¶

func StringAsFileDownloadJobProcessMonitorResultStateInfo(v *string) FileDownloadJobProcessMonitorResultStateInfo

stringAsFileDownloadJobProcessMonitorResultStateInfo is a convenience function that returns string wrapped in FileDownloadJobProcessMonitorResultStateInfo

func (*FileDownloadJobProcessMonitorResultStateInfo) GetActualInstance ¶

func (obj *FileDownloadJobProcessMonitorResultStateInfo) GetActualInstance() interface{}

Get the actual instance

func (FileDownloadJobProcessMonitorResultStateInfo) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*FileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON ¶

func (dst *FileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type FileDownloadJobSingle ¶

type FileDownloadJobSingle struct {
	Top
	Attributes *FileDownloadJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileDownloadJobSingle struct for FileDownloadJobSingle

func NewFileDownloadJobSingle ¶

func NewFileDownloadJobSingle(id NullableString) *FileDownloadJobSingle

NewFileDownloadJobSingle instantiates a new FileDownloadJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileDownloadJobSingleWithDefaults ¶

func NewFileDownloadJobSingleWithDefaults() *FileDownloadJobSingle

NewFileDownloadJobSingleWithDefaults instantiates a new FileDownloadJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileDownloadJobSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileDownloadJobSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobSingle) HasAttributes ¶

func (o *FileDownloadJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileDownloadJobSingle) MarshalJSON ¶

func (o FileDownloadJobSingle) MarshalJSON() ([]byte, error)

func (*FileDownloadJobSingle) SetAttributes ¶

SetAttributes gets a reference to the given FileDownloadJobSingleAllOfAttributes and assigns it to the Attributes field.

func (FileDownloadJobSingle) ToMap ¶

func (o FileDownloadJobSingle) ToMap() (map[string]interface{}, error)

type FileDownloadJobSingleAllOf ¶

type FileDownloadJobSingleAllOf struct {
	Attributes *FileDownloadJobSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileDownloadJobSingleAllOf struct for FileDownloadJobSingleAllOf

func NewFileDownloadJobSingleAllOf ¶

func NewFileDownloadJobSingleAllOf() *FileDownloadJobSingleAllOf

NewFileDownloadJobSingleAllOf instantiates a new FileDownloadJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileDownloadJobSingleAllOfWithDefaults ¶

func NewFileDownloadJobSingleAllOfWithDefaults() *FileDownloadJobSingleAllOf

NewFileDownloadJobSingleAllOfWithDefaults instantiates a new FileDownloadJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileDownloadJobSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobSingleAllOf) HasAttributes ¶

func (o *FileDownloadJobSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileDownloadJobSingleAllOf) MarshalJSON ¶

func (o FileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*FileDownloadJobSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given FileDownloadJobSingleAllOfAttributes and assigns it to the Attributes field.

func (FileDownloadJobSingleAllOf) ToMap ¶

func (o FileDownloadJobSingleAllOf) ToMap() (map[string]interface{}, error)

type FileDownloadJobSingleAllOfAttributes ¶

type FileDownloadJobSingleAllOfAttributes struct {
	FileLocation                 *string                        `json:"fileLocation,omitempty"`
	NotificationRecipientAddress *string                        `json:"notificationRecipientAddress,omitempty"`
	CancelJob                    *string                        `json:"cancelJob,omitempty"`
	JobMonitor                   *FileDownloadJobProcessMonitor `json:"jobMonitor,omitempty"`
}

FileDownloadJobSingleAllOfAttributes struct for FileDownloadJobSingleAllOfAttributes

func NewFileDownloadJobSingleAllOfAttributes ¶

func NewFileDownloadJobSingleAllOfAttributes() *FileDownloadJobSingleAllOfAttributes

NewFileDownloadJobSingleAllOfAttributes instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileDownloadJobSingleAllOfAttributesWithDefaults ¶

func NewFileDownloadJobSingleAllOfAttributesWithDefaults() *FileDownloadJobSingleAllOfAttributes

NewFileDownloadJobSingleAllOfAttributesWithDefaults instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileDownloadJobSingleAllOfAttributes) GetCancelJob ¶

func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJob() string

GetCancelJob returns the CancelJob field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetCancelJobOk ¶

func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJobOk() (*string, bool)

GetCancelJobOk returns a tuple with the CancelJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobSingleAllOfAttributes) GetFileLocation ¶

func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetFileLocationOk ¶

func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocationOk() (*string, bool)

GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobSingleAllOfAttributes) GetJobMonitor ¶

GetJobMonitor returns the JobMonitor field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk ¶

GetJobMonitorOk returns a tuple with the JobMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress ¶

func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress() string

GetNotificationRecipientAddress returns the NotificationRecipientAddress field value if set, zero value otherwise.

func (*FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk ¶

func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool)

GetNotificationRecipientAddressOk returns a tuple with the NotificationRecipientAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileDownloadJobSingleAllOfAttributes) HasCancelJob ¶

func (o *FileDownloadJobSingleAllOfAttributes) HasCancelJob() bool

HasCancelJob returns a boolean if a field has been set.

func (*FileDownloadJobSingleAllOfAttributes) HasFileLocation ¶

func (o *FileDownloadJobSingleAllOfAttributes) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*FileDownloadJobSingleAllOfAttributes) HasJobMonitor ¶

func (o *FileDownloadJobSingleAllOfAttributes) HasJobMonitor() bool

HasJobMonitor returns a boolean if a field has been set.

func (*FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress ¶

func (o *FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress() bool

HasNotificationRecipientAddress returns a boolean if a field has been set.

func (FileDownloadJobSingleAllOfAttributes) MarshalJSON ¶

func (o FileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*FileDownloadJobSingleAllOfAttributes) SetCancelJob ¶

func (o *FileDownloadJobSingleAllOfAttributes) SetCancelJob(v string)

SetCancelJob gets a reference to the given string and assigns it to the CancelJob field.

func (*FileDownloadJobSingleAllOfAttributes) SetFileLocation ¶

func (o *FileDownloadJobSingleAllOfAttributes) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*FileDownloadJobSingleAllOfAttributes) SetJobMonitor ¶

SetJobMonitor gets a reference to the given FileDownloadJobProcessMonitor and assigns it to the JobMonitor field.

func (*FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress ¶

func (o *FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress(v string)

SetNotificationRecipientAddress gets a reference to the given string and assigns it to the NotificationRecipientAddress field.

func (FileDownloadJobSingleAllOfAttributes) ToMap ¶

func (o FileDownloadJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type FileNotificationTypes ¶

type FileNotificationTypes string

FileNotificationTypes the model 'FileNotificationTypes'

const (
	NOTIFY_FILE_READY             FileNotificationTypes = "notifyFileReady"
	NOTIFY_FILE_PREPARATION_ERROR FileNotificationTypes = "notifyFilePreparationError"
)

List of FileNotificationTypes

func NewFileNotificationTypesFromValue ¶

func NewFileNotificationTypesFromValue(v string) (*FileNotificationTypes, error)

NewFileNotificationTypesFromValue returns a pointer to a valid FileNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FileNotificationTypes) IsValid ¶

func (v FileNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FileNotificationTypes) Ptr ¶

Ptr returns reference to FileNotificationTypes value

func (*FileNotificationTypes) UnmarshalJSON ¶

func (v *FileNotificationTypes) UnmarshalJSON(src []byte) error

type FileSingle ¶

type FileSingle struct {
	Top
	Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileSingle struct for FileSingle

func NewFileSingle ¶

func NewFileSingle(id NullableString) *FileSingle

NewFileSingle instantiates a new FileSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSingleWithDefaults ¶

func NewFileSingleWithDefaults() *FileSingle

NewFileSingleWithDefaults instantiates a new FileSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSingle) GetAttributes ¶

func (o *FileSingle) GetAttributes() FileSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileSingle) GetAttributesOk ¶

func (o *FileSingle) GetAttributesOk() (*FileSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingle) HasAttributes ¶

func (o *FileSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileSingle) MarshalJSON ¶

func (o FileSingle) MarshalJSON() ([]byte, error)

func (*FileSingle) SetAttributes ¶

func (o *FileSingle) SetAttributes(v FileSingleAllOfAttributes)

SetAttributes gets a reference to the given FileSingleAllOfAttributes and assigns it to the Attributes field.

func (FileSingle) ToMap ¶

func (o FileSingle) ToMap() (map[string]interface{}, error)

type FileSingleAllOf ¶

type FileSingleAllOf struct {
	Attributes *FileSingleAllOfAttributes `json:"attributes,omitempty"`
}

FileSingleAllOf struct for FileSingleAllOf

func NewFileSingleAllOf ¶

func NewFileSingleAllOf() *FileSingleAllOf

NewFileSingleAllOf instantiates a new FileSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSingleAllOfWithDefaults ¶

func NewFileSingleAllOfWithDefaults() *FileSingleAllOf

NewFileSingleAllOfWithDefaults instantiates a new FileSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSingleAllOf) GetAttributes ¶

func (o *FileSingleAllOf) GetAttributes() FileSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FileSingleAllOf) GetAttributesOk ¶

func (o *FileSingleAllOf) GetAttributesOk() (*FileSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOf) HasAttributes ¶

func (o *FileSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FileSingleAllOf) MarshalJSON ¶

func (o FileSingleAllOf) MarshalJSON() ([]byte, error)

func (*FileSingleAllOf) SetAttributes ¶

func (o *FileSingleAllOf) SetAttributes(v FileSingleAllOfAttributes)

SetAttributes gets a reference to the given FileSingleAllOfAttributes and assigns it to the Attributes field.

func (FileSingleAllOf) ToMap ¶

func (o FileSingleAllOf) ToMap() (map[string]interface{}, error)

type FileSingleAllOfAttributes ¶

type FileSingleAllOfAttributes struct {
	FileLocation       *string    `json:"fileLocation,omitempty"`
	FileCompression    *string    `json:"fileCompression,omitempty"`
	FileSize           *int32     `json:"fileSize,omitempty"`
	FileDataType       *string    `json:"fileDataType,omitempty"`
	FileFormat         *string    `json:"fileFormat,omitempty"`
	FileReadyTime      *time.Time `json:"fileReadyTime,omitempty"`
	FileExpirationTime *time.Time `json:"fileExpirationTime,omitempty"`
	FileContent        *string    `json:"fileContent,omitempty"`
	JobRef             *string    `json:"jobRef,omitempty"`
	JobId              *string    `json:"jobId,omitempty"`
}

FileSingleAllOfAttributes struct for FileSingleAllOfAttributes

func NewFileSingleAllOfAttributes ¶

func NewFileSingleAllOfAttributes() *FileSingleAllOfAttributes

NewFileSingleAllOfAttributes instantiates a new FileSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFileSingleAllOfAttributesWithDefaults ¶

func NewFileSingleAllOfAttributesWithDefaults() *FileSingleAllOfAttributes

NewFileSingleAllOfAttributesWithDefaults instantiates a new FileSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FileSingleAllOfAttributes) GetFileCompression ¶

func (o *FileSingleAllOfAttributes) GetFileCompression() string

GetFileCompression returns the FileCompression field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileCompressionOk ¶

func (o *FileSingleAllOfAttributes) GetFileCompressionOk() (*string, bool)

GetFileCompressionOk returns a tuple with the FileCompression field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileContent ¶

func (o *FileSingleAllOfAttributes) GetFileContent() string

GetFileContent returns the FileContent field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileContentOk ¶

func (o *FileSingleAllOfAttributes) GetFileContentOk() (*string, bool)

GetFileContentOk returns a tuple with the FileContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileDataType ¶

func (o *FileSingleAllOfAttributes) GetFileDataType() string

GetFileDataType returns the FileDataType field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileDataTypeOk ¶

func (o *FileSingleAllOfAttributes) GetFileDataTypeOk() (*string, bool)

GetFileDataTypeOk returns a tuple with the FileDataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileExpirationTime ¶

func (o *FileSingleAllOfAttributes) GetFileExpirationTime() time.Time

GetFileExpirationTime returns the FileExpirationTime field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileExpirationTimeOk ¶

func (o *FileSingleAllOfAttributes) GetFileExpirationTimeOk() (*time.Time, bool)

GetFileExpirationTimeOk returns a tuple with the FileExpirationTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileFormat ¶

func (o *FileSingleAllOfAttributes) GetFileFormat() string

GetFileFormat returns the FileFormat field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileFormatOk ¶

func (o *FileSingleAllOfAttributes) GetFileFormatOk() (*string, bool)

GetFileFormatOk returns a tuple with the FileFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileLocation ¶

func (o *FileSingleAllOfAttributes) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileLocationOk ¶

func (o *FileSingleAllOfAttributes) GetFileLocationOk() (*string, bool)

GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileReadyTime ¶

func (o *FileSingleAllOfAttributes) GetFileReadyTime() time.Time

GetFileReadyTime returns the FileReadyTime field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileReadyTimeOk ¶

func (o *FileSingleAllOfAttributes) GetFileReadyTimeOk() (*time.Time, bool)

GetFileReadyTimeOk returns a tuple with the FileReadyTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetFileSize ¶

func (o *FileSingleAllOfAttributes) GetFileSize() int32

GetFileSize returns the FileSize field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetFileSizeOk ¶

func (o *FileSingleAllOfAttributes) GetFileSizeOk() (*int32, bool)

GetFileSizeOk returns a tuple with the FileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetJobId ¶

func (o *FileSingleAllOfAttributes) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetJobIdOk ¶

func (o *FileSingleAllOfAttributes) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) GetJobRef ¶

func (o *FileSingleAllOfAttributes) GetJobRef() string

GetJobRef returns the JobRef field value if set, zero value otherwise.

func (*FileSingleAllOfAttributes) GetJobRefOk ¶

func (o *FileSingleAllOfAttributes) GetJobRefOk() (*string, bool)

GetJobRefOk returns a tuple with the JobRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FileSingleAllOfAttributes) HasFileCompression ¶

func (o *FileSingleAllOfAttributes) HasFileCompression() bool

HasFileCompression returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileContent ¶

func (o *FileSingleAllOfAttributes) HasFileContent() bool

HasFileContent returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileDataType ¶

func (o *FileSingleAllOfAttributes) HasFileDataType() bool

HasFileDataType returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileExpirationTime ¶

func (o *FileSingleAllOfAttributes) HasFileExpirationTime() bool

HasFileExpirationTime returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileFormat ¶

func (o *FileSingleAllOfAttributes) HasFileFormat() bool

HasFileFormat returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileLocation ¶

func (o *FileSingleAllOfAttributes) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileReadyTime ¶

func (o *FileSingleAllOfAttributes) HasFileReadyTime() bool

HasFileReadyTime returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasFileSize ¶

func (o *FileSingleAllOfAttributes) HasFileSize() bool

HasFileSize returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasJobId ¶

func (o *FileSingleAllOfAttributes) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FileSingleAllOfAttributes) HasJobRef ¶

func (o *FileSingleAllOfAttributes) HasJobRef() bool

HasJobRef returns a boolean if a field has been set.

func (FileSingleAllOfAttributes) MarshalJSON ¶

func (o FileSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*FileSingleAllOfAttributes) SetFileCompression ¶

func (o *FileSingleAllOfAttributes) SetFileCompression(v string)

SetFileCompression gets a reference to the given string and assigns it to the FileCompression field.

func (*FileSingleAllOfAttributes) SetFileContent ¶

func (o *FileSingleAllOfAttributes) SetFileContent(v string)

SetFileContent gets a reference to the given string and assigns it to the FileContent field.

func (*FileSingleAllOfAttributes) SetFileDataType ¶

func (o *FileSingleAllOfAttributes) SetFileDataType(v string)

SetFileDataType gets a reference to the given string and assigns it to the FileDataType field.

func (*FileSingleAllOfAttributes) SetFileExpirationTime ¶

func (o *FileSingleAllOfAttributes) SetFileExpirationTime(v time.Time)

SetFileExpirationTime gets a reference to the given time.Time and assigns it to the FileExpirationTime field.

func (*FileSingleAllOfAttributes) SetFileFormat ¶

func (o *FileSingleAllOfAttributes) SetFileFormat(v string)

SetFileFormat gets a reference to the given string and assigns it to the FileFormat field.

func (*FileSingleAllOfAttributes) SetFileLocation ¶

func (o *FileSingleAllOfAttributes) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*FileSingleAllOfAttributes) SetFileReadyTime ¶

func (o *FileSingleAllOfAttributes) SetFileReadyTime(v time.Time)

SetFileReadyTime gets a reference to the given time.Time and assigns it to the FileReadyTime field.

func (*FileSingleAllOfAttributes) SetFileSize ¶

func (o *FileSingleAllOfAttributes) SetFileSize(v int32)

SetFileSize gets a reference to the given int32 and assigns it to the FileSize field.

func (*FileSingleAllOfAttributes) SetJobId ¶

func (o *FileSingleAllOfAttributes) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FileSingleAllOfAttributes) SetJobRef ¶

func (o *FileSingleAllOfAttributes) SetJobRef(v string)

SetJobRef gets a reference to the given string and assigns it to the JobRef field.

func (FileSingleAllOfAttributes) ToMap ¶

func (o FileSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type FilesSingle ¶

type FilesSingle struct {
	Top
	Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}

FilesSingle struct for FilesSingle

func NewFilesSingle ¶

func NewFilesSingle(id NullableString) *FilesSingle

NewFilesSingle instantiates a new FilesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFilesSingleWithDefaults ¶

func NewFilesSingleWithDefaults() *FilesSingle

NewFilesSingleWithDefaults instantiates a new FilesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FilesSingle) GetAttributes ¶

func (o *FilesSingle) GetAttributes() FilesSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FilesSingle) GetAttributesOk ¶

func (o *FilesSingle) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingle) HasAttributes ¶

func (o *FilesSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FilesSingle) MarshalJSON ¶

func (o FilesSingle) MarshalJSON() ([]byte, error)

func (*FilesSingle) SetAttributes ¶

func (o *FilesSingle) SetAttributes(v FilesSingleAllOfAttributes)

SetAttributes gets a reference to the given FilesSingleAllOfAttributes and assigns it to the Attributes field.

func (FilesSingle) ToMap ¶

func (o FilesSingle) ToMap() (map[string]interface{}, error)

type FilesSingleAllOf ¶

type FilesSingleAllOf struct {
	Attributes *FilesSingleAllOfAttributes `json:"attributes,omitempty"`
}

FilesSingleAllOf struct for FilesSingleAllOf

func NewFilesSingleAllOf ¶

func NewFilesSingleAllOf() *FilesSingleAllOf

NewFilesSingleAllOf instantiates a new FilesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFilesSingleAllOfWithDefaults ¶

func NewFilesSingleAllOfWithDefaults() *FilesSingleAllOf

NewFilesSingleAllOfWithDefaults instantiates a new FilesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FilesSingleAllOf) GetAttributes ¶

func (o *FilesSingleAllOf) GetAttributes() FilesSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FilesSingleAllOf) GetAttributesOk ¶

func (o *FilesSingleAllOf) GetAttributesOk() (*FilesSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOf) HasAttributes ¶

func (o *FilesSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FilesSingleAllOf) MarshalJSON ¶

func (o FilesSingleAllOf) MarshalJSON() ([]byte, error)

func (*FilesSingleAllOf) SetAttributes ¶

func (o *FilesSingleAllOf) SetAttributes(v FilesSingleAllOfAttributes)

SetAttributes gets a reference to the given FilesSingleAllOfAttributes and assigns it to the Attributes field.

func (FilesSingleAllOf) ToMap ¶

func (o FilesSingleAllOf) ToMap() (map[string]interface{}, error)

type FilesSingleAllOfAttributes ¶

type FilesSingleAllOfAttributes struct {
	NumberOfFiles *int32       `json:"numberOfFiles,omitempty"`
	JobRef        *string      `json:"jobRef,omitempty"`
	JobId         *string      `json:"jobId,omitempty"`
	File          []FileSingle `json:"File,omitempty"`
}

FilesSingleAllOfAttributes struct for FilesSingleAllOfAttributes

func NewFilesSingleAllOfAttributes ¶

func NewFilesSingleAllOfAttributes() *FilesSingleAllOfAttributes

NewFilesSingleAllOfAttributes instantiates a new FilesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFilesSingleAllOfAttributesWithDefaults ¶

func NewFilesSingleAllOfAttributesWithDefaults() *FilesSingleAllOfAttributes

NewFilesSingleAllOfAttributesWithDefaults instantiates a new FilesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FilesSingleAllOfAttributes) GetFile ¶

func (o *FilesSingleAllOfAttributes) GetFile() []FileSingle

GetFile returns the File field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetFileOk ¶

func (o *FilesSingleAllOfAttributes) GetFileOk() ([]FileSingle, bool)

GetFileOk returns a tuple with the File field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) GetJobId ¶

func (o *FilesSingleAllOfAttributes) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetJobIdOk ¶

func (o *FilesSingleAllOfAttributes) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) GetJobRef ¶

func (o *FilesSingleAllOfAttributes) GetJobRef() string

GetJobRef returns the JobRef field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetJobRefOk ¶

func (o *FilesSingleAllOfAttributes) GetJobRefOk() (*string, bool)

GetJobRefOk returns a tuple with the JobRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) GetNumberOfFiles ¶

func (o *FilesSingleAllOfAttributes) GetNumberOfFiles() int32

GetNumberOfFiles returns the NumberOfFiles field value if set, zero value otherwise.

func (*FilesSingleAllOfAttributes) GetNumberOfFilesOk ¶

func (o *FilesSingleAllOfAttributes) GetNumberOfFilesOk() (*int32, bool)

GetNumberOfFilesOk returns a tuple with the NumberOfFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FilesSingleAllOfAttributes) HasFile ¶

func (o *FilesSingleAllOfAttributes) HasFile() bool

HasFile returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasJobId ¶

func (o *FilesSingleAllOfAttributes) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasJobRef ¶

func (o *FilesSingleAllOfAttributes) HasJobRef() bool

HasJobRef returns a boolean if a field has been set.

func (*FilesSingleAllOfAttributes) HasNumberOfFiles ¶

func (o *FilesSingleAllOfAttributes) HasNumberOfFiles() bool

HasNumberOfFiles returns a boolean if a field has been set.

func (FilesSingleAllOfAttributes) MarshalJSON ¶

func (o FilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*FilesSingleAllOfAttributes) SetFile ¶

func (o *FilesSingleAllOfAttributes) SetFile(v []FileSingle)

SetFile gets a reference to the given []FileSingle and assigns it to the File field.

func (*FilesSingleAllOfAttributes) SetJobId ¶

func (o *FilesSingleAllOfAttributes) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*FilesSingleAllOfAttributes) SetJobRef ¶

func (o *FilesSingleAllOfAttributes) SetJobRef(v string)

SetJobRef gets a reference to the given string and assigns it to the JobRef field.

func (*FilesSingleAllOfAttributes) SetNumberOfFiles ¶

func (o *FilesSingleAllOfAttributes) SetNumberOfFiles(v int32)

SetNumberOfFiles gets a reference to the given int32 and assigns it to the NumberOfFiles field.

func (FilesSingleAllOfAttributes) ToMap ¶

func (o FilesSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type FiveQICharacteristicsSingle ¶

type FiveQICharacteristicsSingle struct {
	Top
	FiveQIValue            *int32           `json:"fiveQIValue,omitempty"`
	ResourceType           *string          `json:"resourceType,omitempty"`
	PriorityLevel          *int32           `json:"priorityLevel,omitempty"`
	PacketDelayBudget      *int32           `json:"packetDelayBudget,omitempty"`
	PacketErrorRate        *PacketErrorRate `json:"packetErrorRate,omitempty"`
	AveragingWindow        *int32           `json:"averagingWindow,omitempty"`
	MaximumDataBurstVolume *int32           `json:"maximumDataBurstVolume,omitempty"`
}

FiveQICharacteristicsSingle struct for FiveQICharacteristicsSingle

func NewFiveQICharacteristicsSingle ¶

func NewFiveQICharacteristicsSingle(id NullableString) *FiveQICharacteristicsSingle

NewFiveQICharacteristicsSingle instantiates a new FiveQICharacteristicsSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQICharacteristicsSingleWithDefaults ¶

func NewFiveQICharacteristicsSingleWithDefaults() *FiveQICharacteristicsSingle

NewFiveQICharacteristicsSingleWithDefaults instantiates a new FiveQICharacteristicsSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQICharacteristicsSingle) GetAveragingWindow ¶

func (o *FiveQICharacteristicsSingle) GetAveragingWindow() int32

GetAveragingWindow returns the AveragingWindow field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetAveragingWindowOk ¶

func (o *FiveQICharacteristicsSingle) GetAveragingWindowOk() (*int32, bool)

GetAveragingWindowOk returns a tuple with the AveragingWindow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetFiveQIValue ¶

func (o *FiveQICharacteristicsSingle) GetFiveQIValue() int32

GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetFiveQIValueOk ¶

func (o *FiveQICharacteristicsSingle) GetFiveQIValueOk() (*int32, bool)

GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolume() int32

GetMaximumDataBurstVolume returns the MaximumDataBurstVolume field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk ¶

func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk() (*int32, bool)

GetMaximumDataBurstVolumeOk returns a tuple with the MaximumDataBurstVolume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingle) GetPacketDelayBudget() int32

GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetPacketDelayBudgetOk ¶

func (o *FiveQICharacteristicsSingle) GetPacketDelayBudgetOk() (*int32, bool)

GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingle) GetPacketErrorRate() PacketErrorRate

GetPacketErrorRate returns the PacketErrorRate field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetPacketErrorRateOk ¶

func (o *FiveQICharacteristicsSingle) GetPacketErrorRateOk() (*PacketErrorRate, bool)

GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetPriorityLevel ¶

func (o *FiveQICharacteristicsSingle) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetPriorityLevelOk ¶

func (o *FiveQICharacteristicsSingle) GetPriorityLevelOk() (*int32, bool)

GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) GetResourceType ¶

func (o *FiveQICharacteristicsSingle) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingle) GetResourceTypeOk ¶

func (o *FiveQICharacteristicsSingle) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingle) HasAveragingWindow ¶

func (o *FiveQICharacteristicsSingle) HasAveragingWindow() bool

HasAveragingWindow returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasFiveQIValue ¶

func (o *FiveQICharacteristicsSingle) HasFiveQIValue() bool

HasFiveQIValue returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingle) HasMaximumDataBurstVolume() bool

HasMaximumDataBurstVolume returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingle) HasPacketDelayBudget() bool

HasPacketDelayBudget returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasPacketErrorRate ¶

func (o *FiveQICharacteristicsSingle) HasPacketErrorRate() bool

HasPacketErrorRate returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasPriorityLevel ¶

func (o *FiveQICharacteristicsSingle) HasPriorityLevel() bool

HasPriorityLevel returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingle) HasResourceType ¶

func (o *FiveQICharacteristicsSingle) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (FiveQICharacteristicsSingle) MarshalJSON ¶

func (o FiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)

func (*FiveQICharacteristicsSingle) SetAveragingWindow ¶

func (o *FiveQICharacteristicsSingle) SetAveragingWindow(v int32)

SetAveragingWindow gets a reference to the given int32 and assigns it to the AveragingWindow field.

func (*FiveQICharacteristicsSingle) SetFiveQIValue ¶

func (o *FiveQICharacteristicsSingle) SetFiveQIValue(v int32)

SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.

func (*FiveQICharacteristicsSingle) SetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingle) SetMaximumDataBurstVolume(v int32)

SetMaximumDataBurstVolume gets a reference to the given int32 and assigns it to the MaximumDataBurstVolume field.

func (*FiveQICharacteristicsSingle) SetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingle) SetPacketDelayBudget(v int32)

SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.

func (*FiveQICharacteristicsSingle) SetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingle) SetPacketErrorRate(v PacketErrorRate)

SetPacketErrorRate gets a reference to the given PacketErrorRate and assigns it to the PacketErrorRate field.

func (*FiveQICharacteristicsSingle) SetPriorityLevel ¶

func (o *FiveQICharacteristicsSingle) SetPriorityLevel(v int32)

SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.

func (*FiveQICharacteristicsSingle) SetResourceType ¶

func (o *FiveQICharacteristicsSingle) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (FiveQICharacteristicsSingle) ToMap ¶

func (o FiveQICharacteristicsSingle) ToMap() (map[string]interface{}, error)

type FiveQICharacteristicsSingleAllOf ¶

type FiveQICharacteristicsSingleAllOf struct {
	FiveQIValue            *int32           `json:"fiveQIValue,omitempty"`
	ResourceType           *string          `json:"resourceType,omitempty"`
	PriorityLevel          *int32           `json:"priorityLevel,omitempty"`
	PacketDelayBudget      *int32           `json:"packetDelayBudget,omitempty"`
	PacketErrorRate        *PacketErrorRate `json:"packetErrorRate,omitempty"`
	AveragingWindow        *int32           `json:"averagingWindow,omitempty"`
	MaximumDataBurstVolume *int32           `json:"maximumDataBurstVolume,omitempty"`
}

FiveQICharacteristicsSingleAllOf struct for FiveQICharacteristicsSingleAllOf

func NewFiveQICharacteristicsSingleAllOf ¶

func NewFiveQICharacteristicsSingleAllOf() *FiveQICharacteristicsSingleAllOf

NewFiveQICharacteristicsSingleAllOf instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQICharacteristicsSingleAllOfWithDefaults ¶

func NewFiveQICharacteristicsSingleAllOfWithDefaults() *FiveQICharacteristicsSingleAllOf

NewFiveQICharacteristicsSingleAllOfWithDefaults instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQICharacteristicsSingleAllOf) GetAveragingWindow ¶

func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindow() int32

GetAveragingWindow returns the AveragingWindow field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk() (*int32, bool)

GetAveragingWindowOk returns a tuple with the AveragingWindow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetFiveQIValue ¶

func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValue() int32

GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk() (*int32, bool)

GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume() int32

GetMaximumDataBurstVolume returns the MaximumDataBurstVolume field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk() (*int32, bool)

GetMaximumDataBurstVolumeOk returns a tuple with the MaximumDataBurstVolume field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget() int32

GetPacketDelayBudget returns the PacketDelayBudget field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk() (*int32, bool)

GetPacketDelayBudgetOk returns a tuple with the PacketDelayBudget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRate() PacketErrorRate

GetPacketErrorRate returns the PacketErrorRate field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk() (*PacketErrorRate, bool)

GetPacketErrorRateOk returns a tuple with the PacketErrorRate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetPriorityLevel ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevel() int32

GetPriorityLevel returns the PriorityLevel field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk() (*int32, bool)

GetPriorityLevelOk returns a tuple with the PriorityLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) GetResourceType ¶

func (o *FiveQICharacteristicsSingleAllOf) GetResourceType() string

GetResourceType returns the ResourceType field value if set, zero value otherwise.

func (*FiveQICharacteristicsSingleAllOf) GetResourceTypeOk ¶

func (o *FiveQICharacteristicsSingleAllOf) GetResourceTypeOk() (*string, bool)

GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQICharacteristicsSingleAllOf) HasAveragingWindow ¶

func (o *FiveQICharacteristicsSingleAllOf) HasAveragingWindow() bool

HasAveragingWindow returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasFiveQIValue ¶

func (o *FiveQICharacteristicsSingleAllOf) HasFiveQIValue() bool

HasFiveQIValue returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume() bool

HasMaximumDataBurstVolume returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget() bool

HasPacketDelayBudget returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasPacketErrorRate ¶

func (o *FiveQICharacteristicsSingleAllOf) HasPacketErrorRate() bool

HasPacketErrorRate returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasPriorityLevel ¶

func (o *FiveQICharacteristicsSingleAllOf) HasPriorityLevel() bool

HasPriorityLevel returns a boolean if a field has been set.

func (*FiveQICharacteristicsSingleAllOf) HasResourceType ¶

func (o *FiveQICharacteristicsSingleAllOf) HasResourceType() bool

HasResourceType returns a boolean if a field has been set.

func (FiveQICharacteristicsSingleAllOf) MarshalJSON ¶

func (o FiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error)

func (*FiveQICharacteristicsSingleAllOf) SetAveragingWindow ¶

func (o *FiveQICharacteristicsSingleAllOf) SetAveragingWindow(v int32)

SetAveragingWindow gets a reference to the given int32 and assigns it to the AveragingWindow field.

func (*FiveQICharacteristicsSingleAllOf) SetFiveQIValue ¶

func (o *FiveQICharacteristicsSingleAllOf) SetFiveQIValue(v int32)

SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.

func (*FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume ¶

func (o *FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume(v int32)

SetMaximumDataBurstVolume gets a reference to the given int32 and assigns it to the MaximumDataBurstVolume field.

func (*FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget ¶

func (o *FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget(v int32)

SetPacketDelayBudget gets a reference to the given int32 and assigns it to the PacketDelayBudget field.

func (*FiveQICharacteristicsSingleAllOf) SetPacketErrorRate ¶

func (o *FiveQICharacteristicsSingleAllOf) SetPacketErrorRate(v PacketErrorRate)

SetPacketErrorRate gets a reference to the given PacketErrorRate and assigns it to the PacketErrorRate field.

func (*FiveQICharacteristicsSingleAllOf) SetPriorityLevel ¶

func (o *FiveQICharacteristicsSingleAllOf) SetPriorityLevel(v int32)

SetPriorityLevel gets a reference to the given int32 and assigns it to the PriorityLevel field.

func (*FiveQICharacteristicsSingleAllOf) SetResourceType ¶

func (o *FiveQICharacteristicsSingleAllOf) SetResourceType(v string)

SetResourceType gets a reference to the given string and assigns it to the ResourceType field.

func (FiveQICharacteristicsSingleAllOf) ToMap ¶

func (o FiveQICharacteristicsSingleAllOf) ToMap() (map[string]interface{}, error)

type FiveQiDscpMapping ¶

type FiveQiDscpMapping struct {
	FiveQIValues []int32 `json:"fiveQIValues,omitempty"`
	Dscp         *int32  `json:"dscp,omitempty"`
}

FiveQiDscpMapping struct for FiveQiDscpMapping

func NewFiveQiDscpMapping ¶

func NewFiveQiDscpMapping() *FiveQiDscpMapping

NewFiveQiDscpMapping instantiates a new FiveQiDscpMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingWithDefaults ¶

func NewFiveQiDscpMappingWithDefaults() *FiveQiDscpMapping

NewFiveQiDscpMappingWithDefaults instantiates a new FiveQiDscpMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMapping) GetDscp ¶

func (o *FiveQiDscpMapping) GetDscp() int32

GetDscp returns the Dscp field value if set, zero value otherwise.

func (*FiveQiDscpMapping) GetDscpOk ¶

func (o *FiveQiDscpMapping) GetDscpOk() (*int32, bool)

GetDscpOk returns a tuple with the Dscp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMapping) GetFiveQIValues ¶

func (o *FiveQiDscpMapping) GetFiveQIValues() []int32

GetFiveQIValues returns the FiveQIValues field value if set, zero value otherwise.

func (*FiveQiDscpMapping) GetFiveQIValuesOk ¶

func (o *FiveQiDscpMapping) GetFiveQIValuesOk() ([]int32, bool)

GetFiveQIValuesOk returns a tuple with the FiveQIValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMapping) HasDscp ¶

func (o *FiveQiDscpMapping) HasDscp() bool

HasDscp returns a boolean if a field has been set.

func (*FiveQiDscpMapping) HasFiveQIValues ¶

func (o *FiveQiDscpMapping) HasFiveQIValues() bool

HasFiveQIValues returns a boolean if a field has been set.

func (FiveQiDscpMapping) MarshalJSON ¶

func (o FiveQiDscpMapping) MarshalJSON() ([]byte, error)

func (*FiveQiDscpMapping) SetDscp ¶

func (o *FiveQiDscpMapping) SetDscp(v int32)

SetDscp gets a reference to the given int32 and assigns it to the Dscp field.

func (*FiveQiDscpMapping) SetFiveQIValues ¶

func (o *FiveQiDscpMapping) SetFiveQIValues(v []int32)

SetFiveQIValues gets a reference to the given []int32 and assigns it to the FiveQIValues field.

func (FiveQiDscpMapping) ToMap ¶

func (o FiveQiDscpMapping) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingle ¶

type FiveQiDscpMappingSetSingle struct {
	Top
	Attributes *FiveQiDscpMappingSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

FiveQiDscpMappingSetSingle struct for FiveQiDscpMappingSetSingle

func NewFiveQiDscpMappingSetSingle ¶

func NewFiveQiDscpMappingSetSingle(id NullableString) *FiveQiDscpMappingSetSingle

NewFiveQiDscpMappingSetSingle instantiates a new FiveQiDscpMappingSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleWithDefaults ¶

func NewFiveQiDscpMappingSetSingleWithDefaults() *FiveQiDscpMappingSetSingle

NewFiveQiDscpMappingSetSingleWithDefaults instantiates a new FiveQiDscpMappingSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMappingSetSingle) HasAttributes ¶

func (o *FiveQiDscpMappingSetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingle) MarshalJSON ¶

func (o FiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error)

func (*FiveQiDscpMappingSetSingle) SetAttributes ¶

SetAttributes gets a reference to the given FiveQiDscpMappingSetSingleAllOfAttributes and assigns it to the Attributes field.

func (FiveQiDscpMappingSetSingle) ToMap ¶

func (o FiveQiDscpMappingSetSingle) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingleAllOf ¶

type FiveQiDscpMappingSetSingleAllOf struct {
	Attributes *FiveQiDscpMappingSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

FiveQiDscpMappingSetSingleAllOf struct for FiveQiDscpMappingSetSingleAllOf

func NewFiveQiDscpMappingSetSingleAllOf ¶

func NewFiveQiDscpMappingSetSingleAllOf() *FiveQiDscpMappingSetSingleAllOf

NewFiveQiDscpMappingSetSingleAllOf instantiates a new FiveQiDscpMappingSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleAllOfWithDefaults ¶

func NewFiveQiDscpMappingSetSingleAllOfWithDefaults() *FiveQiDscpMappingSetSingleAllOf

NewFiveQiDscpMappingSetSingleAllOfWithDefaults instantiates a new FiveQiDscpMappingSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMappingSetSingleAllOf) HasAttributes ¶

func (o *FiveQiDscpMappingSetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingleAllOf) MarshalJSON ¶

func (o FiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*FiveQiDscpMappingSetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given FiveQiDscpMappingSetSingleAllOfAttributes and assigns it to the Attributes field.

func (FiveQiDscpMappingSetSingleAllOf) ToMap ¶

func (o FiveQiDscpMappingSetSingleAllOf) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingleAllOfAttributes ¶

type FiveQiDscpMappingSetSingleAllOfAttributes struct {
	FiveQiDscpMappingList []FiveQiDscpMapping `json:"FiveQiDscpMappingList,omitempty"`
}

FiveQiDscpMappingSetSingleAllOfAttributes struct for FiveQiDscpMappingSetSingleAllOfAttributes

func NewFiveQiDscpMappingSetSingleAllOfAttributes ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributes() *FiveQiDscpMappingSetSingleAllOfAttributes

NewFiveQiDscpMappingSetSingleAllOfAttributes instantiates a new FiveQiDscpMappingSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleAllOfAttributesWithDefaults ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributesWithDefaults() *FiveQiDscpMappingSetSingleAllOfAttributes

NewFiveQiDscpMappingSetSingleAllOfAttributesWithDefaults instantiates a new FiveQiDscpMappingSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingList() []FiveQiDscpMapping

GetFiveQiDscpMappingList returns the FiveQiDscpMappingList field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingListOk ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool)

GetFiveQiDscpMappingListOk returns a tuple with the FiveQiDscpMappingList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMappingSetSingleAllOfAttributes) HasFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) HasFiveQiDscpMappingList() bool

HasFiveQiDscpMappingList returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON ¶

func (*FiveQiDscpMappingSetSingleAllOfAttributes) SetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributes) SetFiveQiDscpMappingList(v []FiveQiDscpMapping)

SetFiveQiDscpMappingList gets a reference to the given []FiveQiDscpMapping and assigns it to the FiveQiDscpMappingList field.

func (FiveQiDscpMappingSetSingleAllOfAttributes) ToMap ¶

func (o FiveQiDscpMappingSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type FiveQiDscpMappingSetSingleAllOfAttributesAllOf ¶

type FiveQiDscpMappingSetSingleAllOfAttributesAllOf struct {
	FiveQiDscpMappingList []FiveQiDscpMapping `json:"FiveQiDscpMappingList,omitempty"`
}

FiveQiDscpMappingSetSingleAllOfAttributesAllOf struct for FiveQiDscpMappingSetSingleAllOfAttributesAllOf

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOf ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOf() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf

NewFiveQiDscpMappingSetSingleAllOfAttributesAllOf instantiates a new FiveQiDscpMappingSetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOfWithDefaults ¶

func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOfWithDefaults() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf

NewFiveQiDscpMappingSetSingleAllOfAttributesAllOfWithDefaults instantiates a new FiveQiDscpMappingSetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingList() []FiveQiDscpMapping

GetFiveQiDscpMappingList returns the FiveQiDscpMappingList field value if set, zero value otherwise.

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingListOk ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool)

GetFiveQiDscpMappingListOk returns a tuple with the FiveQiDscpMappingList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) HasFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) HasFiveQiDscpMappingList() bool

HasFiveQiDscpMappingList returns a boolean if a field has been set.

func (FiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*FiveQiDscpMappingSetSingleAllOfAttributesAllOf) SetFiveQiDscpMappingList ¶

func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) SetFiveQiDscpMappingList(v []FiveQiDscpMapping)

SetFiveQiDscpMappingList gets a reference to the given []FiveQiDscpMapping and assigns it to the FiveQiDscpMappingList field.

func (FiveQiDscpMappingSetSingleAllOfAttributesAllOf) ToMap ¶

func (o FiveQiDscpMappingSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type FlowDirection ¶

type FlowDirection struct {
	String *string
}

FlowDirection Possible values are: - DOWNLINK: The corresponding filter applies for traffic to the UE. - UPLINK: The corresponding filter applies for traffic from the UE. - BIDIRECTIONAL: The corresponding filter applies for traffic both to and from the UE. - UNSPECIFIED: The corresponding filter applies for traffic to the UE (downlink), but has no specific direction declared. The service data flow detection shall apply the filter for uplink traffic as if the filter was bidirectional. The PCF shall not use the value UNSPECIFIED in filters created by the network in NW-initiated procedures. The PCF shall only include the value UNSPECIFIED in filters in UE-initiated procedures if the same value is received from the SMF.

func (*FlowDirection) MarshalJSON ¶

func (src *FlowDirection) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FlowDirection) UnmarshalJSON ¶

func (dst *FlowDirection) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type FlowDirectionRm ¶

type FlowDirectionRm struct {
	FlowDirection *FlowDirection
	NullValue     *NullValue
}

FlowDirectionRm This data type is defined in the same way as the \"FlowDirection\" data type, with the only difference that it allows null value.

func (*FlowDirectionRm) MarshalJSON ¶

func (src *FlowDirectionRm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FlowDirectionRm) UnmarshalJSON ¶

func (dst *FlowDirectionRm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type FlowInformation ¶

type FlowInformation struct {
	// Defines a packet filter for an IP flow.
	FlowDescription    *string             `json:"flowDescription,omitempty"`
	EthFlowDescription *EthFlowDescription `json:"ethFlowDescription,omitempty"`
	// An identifier of packet filter.
	PackFiltId *string `json:"packFiltId,omitempty"`
	// The packet shall be sent to the UE.
	PacketFilterUsage *bool `json:"packetFilterUsage,omitempty"`
	// Contains the Ipv4 Type-of-Service and mask field or the Ipv6 Traffic-Class field and  mask field.
	TosTrafficClass NullableString `json:"tosTrafficClass,omitempty"`
	// the security parameter index of the IPSec packet.
	Spi NullableString `json:"spi,omitempty"`
	// the Ipv6 flow label header field.
	FlowLabel     NullableString   `json:"flowLabel,omitempty"`
	FlowDirection *FlowDirectionRm `json:"flowDirection,omitempty"`
}

FlowInformation Contains the flow information.

func NewFlowInformation ¶

func NewFlowInformation() *FlowInformation

NewFlowInformation instantiates a new FlowInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowInformationWithDefaults ¶

func NewFlowInformationWithDefaults() *FlowInformation

NewFlowInformationWithDefaults instantiates a new FlowInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowInformation) GetEthFlowDescription ¶

func (o *FlowInformation) GetEthFlowDescription() EthFlowDescription

GetEthFlowDescription returns the EthFlowDescription field value if set, zero value otherwise.

func (*FlowInformation) GetEthFlowDescriptionOk ¶

func (o *FlowInformation) GetEthFlowDescriptionOk() (*EthFlowDescription, bool)

GetEthFlowDescriptionOk returns a tuple with the EthFlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetFlowDescription ¶

func (o *FlowInformation) GetFlowDescription() string

GetFlowDescription returns the FlowDescription field value if set, zero value otherwise.

func (*FlowInformation) GetFlowDescriptionOk ¶

func (o *FlowInformation) GetFlowDescriptionOk() (*string, bool)

GetFlowDescriptionOk returns a tuple with the FlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetFlowDirection ¶

func (o *FlowInformation) GetFlowDirection() FlowDirectionRm

GetFlowDirection returns the FlowDirection field value if set, zero value otherwise.

func (*FlowInformation) GetFlowDirectionOk ¶

func (o *FlowInformation) GetFlowDirectionOk() (*FlowDirectionRm, bool)

GetFlowDirectionOk returns a tuple with the FlowDirection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetFlowLabel ¶

func (o *FlowInformation) GetFlowLabel() string

GetFlowLabel returns the FlowLabel field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FlowInformation) GetFlowLabelOk ¶

func (o *FlowInformation) GetFlowLabelOk() (*string, bool)

GetFlowLabelOk returns a tuple with the FlowLabel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FlowInformation) GetPackFiltId ¶

func (o *FlowInformation) GetPackFiltId() string

GetPackFiltId returns the PackFiltId field value if set, zero value otherwise.

func (*FlowInformation) GetPackFiltIdOk ¶

func (o *FlowInformation) GetPackFiltIdOk() (*string, bool)

GetPackFiltIdOk returns a tuple with the PackFiltId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetPacketFilterUsage ¶

func (o *FlowInformation) GetPacketFilterUsage() bool

GetPacketFilterUsage returns the PacketFilterUsage field value if set, zero value otherwise.

func (*FlowInformation) GetPacketFilterUsageOk ¶

func (o *FlowInformation) GetPacketFilterUsageOk() (*bool, bool)

GetPacketFilterUsageOk returns a tuple with the PacketFilterUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowInformation) GetSpi ¶

func (o *FlowInformation) GetSpi() string

GetSpi returns the Spi field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FlowInformation) GetSpiOk ¶

func (o *FlowInformation) GetSpiOk() (*string, bool)

GetSpiOk returns a tuple with the Spi field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FlowInformation) GetTosTrafficClass ¶

func (o *FlowInformation) GetTosTrafficClass() string

GetTosTrafficClass returns the TosTrafficClass field value if set, zero value otherwise (both if not set or set to explicit null).

func (*FlowInformation) GetTosTrafficClassOk ¶

func (o *FlowInformation) GetTosTrafficClassOk() (*string, bool)

GetTosTrafficClassOk returns a tuple with the TosTrafficClass field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*FlowInformation) HasEthFlowDescription ¶

func (o *FlowInformation) HasEthFlowDescription() bool

HasEthFlowDescription returns a boolean if a field has been set.

func (*FlowInformation) HasFlowDescription ¶

func (o *FlowInformation) HasFlowDescription() bool

HasFlowDescription returns a boolean if a field has been set.

func (*FlowInformation) HasFlowDirection ¶

func (o *FlowInformation) HasFlowDirection() bool

HasFlowDirection returns a boolean if a field has been set.

func (*FlowInformation) HasFlowLabel ¶

func (o *FlowInformation) HasFlowLabel() bool

HasFlowLabel returns a boolean if a field has been set.

func (*FlowInformation) HasPackFiltId ¶

func (o *FlowInformation) HasPackFiltId() bool

HasPackFiltId returns a boolean if a field has been set.

func (*FlowInformation) HasPacketFilterUsage ¶

func (o *FlowInformation) HasPacketFilterUsage() bool

HasPacketFilterUsage returns a boolean if a field has been set.

func (*FlowInformation) HasSpi ¶

func (o *FlowInformation) HasSpi() bool

HasSpi returns a boolean if a field has been set.

func (*FlowInformation) HasTosTrafficClass ¶

func (o *FlowInformation) HasTosTrafficClass() bool

HasTosTrafficClass returns a boolean if a field has been set.

func (FlowInformation) MarshalJSON ¶

func (o FlowInformation) MarshalJSON() ([]byte, error)

func (*FlowInformation) SetEthFlowDescription ¶

func (o *FlowInformation) SetEthFlowDescription(v EthFlowDescription)

SetEthFlowDescription gets a reference to the given EthFlowDescription and assigns it to the EthFlowDescription field.

func (*FlowInformation) SetFlowDescription ¶

func (o *FlowInformation) SetFlowDescription(v string)

SetFlowDescription gets a reference to the given string and assigns it to the FlowDescription field.

func (*FlowInformation) SetFlowDirection ¶

func (o *FlowInformation) SetFlowDirection(v FlowDirectionRm)

SetFlowDirection gets a reference to the given FlowDirectionRm and assigns it to the FlowDirection field.

func (*FlowInformation) SetFlowLabel ¶

func (o *FlowInformation) SetFlowLabel(v string)

SetFlowLabel gets a reference to the given NullableString and assigns it to the FlowLabel field.

func (*FlowInformation) SetFlowLabelNil ¶

func (o *FlowInformation) SetFlowLabelNil()

SetFlowLabelNil sets the value for FlowLabel to be an explicit nil

func (*FlowInformation) SetPackFiltId ¶

func (o *FlowInformation) SetPackFiltId(v string)

SetPackFiltId gets a reference to the given string and assigns it to the PackFiltId field.

func (*FlowInformation) SetPacketFilterUsage ¶

func (o *FlowInformation) SetPacketFilterUsage(v bool)

SetPacketFilterUsage gets a reference to the given bool and assigns it to the PacketFilterUsage field.

func (*FlowInformation) SetSpi ¶

func (o *FlowInformation) SetSpi(v string)

SetSpi gets a reference to the given NullableString and assigns it to the Spi field.

func (*FlowInformation) SetSpiNil ¶

func (o *FlowInformation) SetSpiNil()

SetSpiNil sets the value for Spi to be an explicit nil

func (*FlowInformation) SetTosTrafficClass ¶

func (o *FlowInformation) SetTosTrafficClass(v string)

SetTosTrafficClass gets a reference to the given NullableString and assigns it to the TosTrafficClass field.

func (*FlowInformation) SetTosTrafficClassNil ¶

func (o *FlowInformation) SetTosTrafficClassNil()

SetTosTrafficClassNil sets the value for TosTrafficClass to be an explicit nil

func (FlowInformation) ToMap ¶

func (o FlowInformation) ToMap() (map[string]interface{}, error)

func (*FlowInformation) UnsetFlowLabel ¶

func (o *FlowInformation) UnsetFlowLabel()

UnsetFlowLabel ensures that no value is present for FlowLabel, not even an explicit nil

func (*FlowInformation) UnsetSpi ¶

func (o *FlowInformation) UnsetSpi()

UnsetSpi ensures that no value is present for Spi, not even an explicit nil

func (*FlowInformation) UnsetTosTrafficClass ¶

func (o *FlowInformation) UnsetTosTrafficClass()

UnsetTosTrafficClass ensures that no value is present for TosTrafficClass, not even an explicit nil

type FlowStatus ¶

type FlowStatus struct {
	String *string
}

FlowStatus Describes whether the IP flow(s) are enabled or disabled.

func (*FlowStatus) MarshalJSON ¶

func (src *FlowStatus) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*FlowStatus) UnmarshalJSON ¶

func (dst *FlowStatus) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type FreqInfo ¶

type FreqInfo struct {
	Arfcn     *int32  `json:"arfcn,omitempty"`
	FreqBands []int32 `json:"freqBands,omitempty"`
}

FreqInfo specifies the carrier frequency and bands used in a cell.

func NewFreqInfo ¶

func NewFreqInfo() *FreqInfo

NewFreqInfo instantiates a new FreqInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFreqInfoWithDefaults ¶

func NewFreqInfoWithDefaults() *FreqInfo

NewFreqInfoWithDefaults instantiates a new FreqInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FreqInfo) GetArfcn ¶

func (o *FreqInfo) GetArfcn() int32

GetArfcn returns the Arfcn field value if set, zero value otherwise.

func (*FreqInfo) GetArfcnOk ¶

func (o *FreqInfo) GetArfcnOk() (*int32, bool)

GetArfcnOk returns a tuple with the Arfcn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FreqInfo) GetFreqBands ¶

func (o *FreqInfo) GetFreqBands() []int32

GetFreqBands returns the FreqBands field value if set, zero value otherwise.

func (*FreqInfo) GetFreqBandsOk ¶

func (o *FreqInfo) GetFreqBandsOk() ([]int32, bool)

GetFreqBandsOk returns a tuple with the FreqBands field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FreqInfo) HasArfcn ¶

func (o *FreqInfo) HasArfcn() bool

HasArfcn returns a boolean if a field has been set.

func (*FreqInfo) HasFreqBands ¶

func (o *FreqInfo) HasFreqBands() bool

HasFreqBands returns a boolean if a field has been set.

func (FreqInfo) MarshalJSON ¶

func (o FreqInfo) MarshalJSON() ([]byte, error)

func (*FreqInfo) SetArfcn ¶

func (o *FreqInfo) SetArfcn(v int32)

SetArfcn gets a reference to the given int32 and assigns it to the Arfcn field.

func (*FreqInfo) SetFreqBands ¶

func (o *FreqInfo) SetFreqBands(v []int32)

SetFreqBands gets a reference to the given []int32 and assigns it to the FreqBands field.

func (FreqInfo) ToMap ¶

func (o FreqInfo) ToMap() (map[string]interface{}, error)

type GUAMInfo ¶

type GUAMInfo struct {
	PLMNId        *PlmnId `json:"pLMNId,omitempty"`
	AMFIdentifier *int32  `json:"aMFIdentifier,omitempty"`
}

GUAMInfo struct for GUAMInfo

func NewGUAMInfo ¶

func NewGUAMInfo() *GUAMInfo

NewGUAMInfo instantiates a new GUAMInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGUAMInfoWithDefaults ¶

func NewGUAMInfoWithDefaults() *GUAMInfo

NewGUAMInfoWithDefaults instantiates a new GUAMInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GUAMInfo) GetAMFIdentifier ¶

func (o *GUAMInfo) GetAMFIdentifier() int32

GetAMFIdentifier returns the AMFIdentifier field value if set, zero value otherwise.

func (*GUAMInfo) GetAMFIdentifierOk ¶

func (o *GUAMInfo) GetAMFIdentifierOk() (*int32, bool)

GetAMFIdentifierOk returns a tuple with the AMFIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GUAMInfo) GetPLMNId ¶

func (o *GUAMInfo) GetPLMNId() PlmnId

GetPLMNId returns the PLMNId field value if set, zero value otherwise.

func (*GUAMInfo) GetPLMNIdOk ¶

func (o *GUAMInfo) GetPLMNIdOk() (*PlmnId, bool)

GetPLMNIdOk returns a tuple with the PLMNId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GUAMInfo) HasAMFIdentifier ¶

func (o *GUAMInfo) HasAMFIdentifier() bool

HasAMFIdentifier returns a boolean if a field has been set.

func (*GUAMInfo) HasPLMNId ¶

func (o *GUAMInfo) HasPLMNId() bool

HasPLMNId returns a boolean if a field has been set.

func (GUAMInfo) MarshalJSON ¶

func (o GUAMInfo) MarshalJSON() ([]byte, error)

func (*GUAMInfo) SetAMFIdentifier ¶

func (o *GUAMInfo) SetAMFIdentifier(v int32)

SetAMFIdentifier gets a reference to the given int32 and assigns it to the AMFIdentifier field.

func (*GUAMInfo) SetPLMNId ¶

func (o *GUAMInfo) SetPLMNId(v PlmnId)

SetPLMNId gets a reference to the given PlmnId and assigns it to the PLMNId field.

func (GUAMInfo) ToMap ¶

func (o GUAMInfo) ToMap() (map[string]interface{}, error)

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GeoArea ¶

type GeoArea struct {
	ConvexGeoPolygon []GeoCoordinate `json:"convexGeoPolygon,omitempty"`
}

GeoArea struct for GeoArea

func NewGeoArea ¶

func NewGeoArea() *GeoArea

NewGeoArea instantiates a new GeoArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeoAreaWithDefaults ¶

func NewGeoAreaWithDefaults() *GeoArea

NewGeoAreaWithDefaults instantiates a new GeoArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeoArea) GetConvexGeoPolygon ¶

func (o *GeoArea) GetConvexGeoPolygon() []GeoCoordinate

GetConvexGeoPolygon returns the ConvexGeoPolygon field value if set, zero value otherwise.

func (*GeoArea) GetConvexGeoPolygonOk ¶

func (o *GeoArea) GetConvexGeoPolygonOk() ([]GeoCoordinate, bool)

GetConvexGeoPolygonOk returns a tuple with the ConvexGeoPolygon field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoArea) HasConvexGeoPolygon ¶

func (o *GeoArea) HasConvexGeoPolygon() bool

HasConvexGeoPolygon returns a boolean if a field has been set.

func (GeoArea) MarshalJSON ¶

func (o GeoArea) MarshalJSON() ([]byte, error)

func (*GeoArea) SetConvexGeoPolygon ¶

func (o *GeoArea) SetConvexGeoPolygon(v []GeoCoordinate)

SetConvexGeoPolygon gets a reference to the given []GeoCoordinate and assigns it to the ConvexGeoPolygon field.

func (GeoArea) ToMap ¶

func (o GeoArea) ToMap() (map[string]interface{}, error)

type GeoAreaToCellMapping ¶

type GeoAreaToCellMapping struct {
	GeoArea              *GeoArea `json:"geoArea,omitempty"`
	AssociationThreshold *int32   `json:"associationThreshold,omitempty"`
}

GeoAreaToCellMapping struct for GeoAreaToCellMapping

func NewGeoAreaToCellMapping ¶

func NewGeoAreaToCellMapping() *GeoAreaToCellMapping

NewGeoAreaToCellMapping instantiates a new GeoAreaToCellMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeoAreaToCellMappingWithDefaults ¶

func NewGeoAreaToCellMappingWithDefaults() *GeoAreaToCellMapping

NewGeoAreaToCellMappingWithDefaults instantiates a new GeoAreaToCellMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeoAreaToCellMapping) GetAssociationThreshold ¶

func (o *GeoAreaToCellMapping) GetAssociationThreshold() int32

GetAssociationThreshold returns the AssociationThreshold field value if set, zero value otherwise.

func (*GeoAreaToCellMapping) GetAssociationThresholdOk ¶

func (o *GeoAreaToCellMapping) GetAssociationThresholdOk() (*int32, bool)

GetAssociationThresholdOk returns a tuple with the AssociationThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoAreaToCellMapping) GetGeoArea ¶

func (o *GeoAreaToCellMapping) GetGeoArea() GeoArea

GetGeoArea returns the GeoArea field value if set, zero value otherwise.

func (*GeoAreaToCellMapping) GetGeoAreaOk ¶

func (o *GeoAreaToCellMapping) GetGeoAreaOk() (*GeoArea, bool)

GetGeoAreaOk returns a tuple with the GeoArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoAreaToCellMapping) HasAssociationThreshold ¶

func (o *GeoAreaToCellMapping) HasAssociationThreshold() bool

HasAssociationThreshold returns a boolean if a field has been set.

func (*GeoAreaToCellMapping) HasGeoArea ¶

func (o *GeoAreaToCellMapping) HasGeoArea() bool

HasGeoArea returns a boolean if a field has been set.

func (GeoAreaToCellMapping) MarshalJSON ¶

func (o GeoAreaToCellMapping) MarshalJSON() ([]byte, error)

func (*GeoAreaToCellMapping) SetAssociationThreshold ¶

func (o *GeoAreaToCellMapping) SetAssociationThreshold(v int32)

SetAssociationThreshold gets a reference to the given int32 and assigns it to the AssociationThreshold field.

func (*GeoAreaToCellMapping) SetGeoArea ¶

func (o *GeoAreaToCellMapping) SetGeoArea(v GeoArea)

SetGeoArea gets a reference to the given GeoArea and assigns it to the GeoArea field.

func (GeoAreaToCellMapping) ToMap ¶

func (o GeoAreaToCellMapping) ToMap() (map[string]interface{}, error)

type GeoCoordinate ¶

type GeoCoordinate struct {
	Latitude  *float32 `json:"latitude,omitempty"`
	Longitude *float32 `json:"longitude,omitempty"`
}

GeoCoordinate struct for GeoCoordinate

func NewGeoCoordinate ¶

func NewGeoCoordinate() *GeoCoordinate

NewGeoCoordinate instantiates a new GeoCoordinate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeoCoordinateWithDefaults ¶

func NewGeoCoordinateWithDefaults() *GeoCoordinate

NewGeoCoordinateWithDefaults instantiates a new GeoCoordinate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeoCoordinate) GetLatitude ¶

func (o *GeoCoordinate) GetLatitude() float32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*GeoCoordinate) GetLatitudeOk ¶

func (o *GeoCoordinate) GetLatitudeOk() (*float32, bool)

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoCoordinate) GetLongitude ¶

func (o *GeoCoordinate) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*GeoCoordinate) GetLongitudeOk ¶

func (o *GeoCoordinate) GetLongitudeOk() (*float32, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoCoordinate) HasLatitude ¶

func (o *GeoCoordinate) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*GeoCoordinate) HasLongitude ¶

func (o *GeoCoordinate) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (GeoCoordinate) MarshalJSON ¶

func (o GeoCoordinate) MarshalJSON() ([]byte, error)

func (*GeoCoordinate) SetLatitude ¶

func (o *GeoCoordinate) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*GeoCoordinate) SetLongitude ¶

func (o *GeoCoordinate) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (GeoCoordinate) ToMap ¶

func (o GeoCoordinate) ToMap() (map[string]interface{}, error)

type GeoLoc ¶

type GeoLoc struct {
	GeographicalCoordinates *GeographicalCoordinates `json:"geographicalCoordinates,omitempty"`
	CivicLocation           *string                  `json:"civicLocation,omitempty"`
}

GeoLoc struct for GeoLoc

func NewGeoLoc ¶

func NewGeoLoc() *GeoLoc

NewGeoLoc instantiates a new GeoLoc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeoLocWithDefaults ¶

func NewGeoLocWithDefaults() *GeoLoc

NewGeoLocWithDefaults instantiates a new GeoLoc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeoLoc) GetCivicLocation ¶

func (o *GeoLoc) GetCivicLocation() string

GetCivicLocation returns the CivicLocation field value if set, zero value otherwise.

func (*GeoLoc) GetCivicLocationOk ¶

func (o *GeoLoc) GetCivicLocationOk() (*string, bool)

GetCivicLocationOk returns a tuple with the CivicLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoLoc) GetGeographicalCoordinates ¶

func (o *GeoLoc) GetGeographicalCoordinates() GeographicalCoordinates

GetGeographicalCoordinates returns the GeographicalCoordinates field value if set, zero value otherwise.

func (*GeoLoc) GetGeographicalCoordinatesOk ¶

func (o *GeoLoc) GetGeographicalCoordinatesOk() (*GeographicalCoordinates, bool)

GetGeographicalCoordinatesOk returns a tuple with the GeographicalCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeoLoc) HasCivicLocation ¶

func (o *GeoLoc) HasCivicLocation() bool

HasCivicLocation returns a boolean if a field has been set.

func (*GeoLoc) HasGeographicalCoordinates ¶

func (o *GeoLoc) HasGeographicalCoordinates() bool

HasGeographicalCoordinates returns a boolean if a field has been set.

func (GeoLoc) MarshalJSON ¶

func (o GeoLoc) MarshalJSON() ([]byte, error)

func (*GeoLoc) SetCivicLocation ¶

func (o *GeoLoc) SetCivicLocation(v string)

SetCivicLocation gets a reference to the given string and assigns it to the CivicLocation field.

func (*GeoLoc) SetGeographicalCoordinates ¶

func (o *GeoLoc) SetGeographicalCoordinates(v GeographicalCoordinates)

SetGeographicalCoordinates gets a reference to the given GeographicalCoordinates and assigns it to the GeographicalCoordinates field.

func (GeoLoc) ToMap ¶

func (o GeoLoc) ToMap() (map[string]interface{}, error)

type GeographicalCoordinates ¶

type GeographicalCoordinates struct {
	Latitude  *int32 `json:"latitude,omitempty"`
	Longitude *int32 `json:"longitude,omitempty"`
}

GeographicalCoordinates struct for GeographicalCoordinates

func NewGeographicalCoordinates ¶

func NewGeographicalCoordinates() *GeographicalCoordinates

NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGeographicalCoordinatesWithDefaults ¶

func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates

NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GeographicalCoordinates) GetLatitude ¶

func (o *GeographicalCoordinates) GetLatitude() int32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*GeographicalCoordinates) GetLatitudeOk ¶

func (o *GeographicalCoordinates) GetLatitudeOk() (*int32, bool)

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeographicalCoordinates) GetLongitude ¶

func (o *GeographicalCoordinates) GetLongitude() int32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*GeographicalCoordinates) GetLongitudeOk ¶

func (o *GeographicalCoordinates) GetLongitudeOk() (*int32, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GeographicalCoordinates) HasLatitude ¶

func (o *GeographicalCoordinates) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*GeographicalCoordinates) HasLongitude ¶

func (o *GeographicalCoordinates) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (GeographicalCoordinates) MarshalJSON ¶

func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)

func (*GeographicalCoordinates) SetLatitude ¶

func (o *GeographicalCoordinates) SetLatitude(v int32)

SetLatitude gets a reference to the given int32 and assigns it to the Latitude field.

func (*GeographicalCoordinates) SetLongitude ¶

func (o *GeographicalCoordinates) SetLongitude(v int32)

SetLongitude gets a reference to the given int32 and assigns it to the Longitude field.

func (GeographicalCoordinates) ToMap ¶

func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)

type GtpUPathDelayThresholdsType ¶

type GtpUPathDelayThresholdsType struct {
	N3AveragePacketDelayThreshold *int32 `json:"n3AveragePacketDelayThreshold,omitempty"`
	N3MinPacketDelayThreshold     *int32 `json:"n3MinPacketDelayThreshold,omitempty"`
	N3MaxPacketDelayThreshold     *int32 `json:"n3MaxPacketDelayThreshold,omitempty"`
	N9AveragePacketDelayThreshold *int32 `json:"n9AveragePacketDelayThreshold,omitempty"`
	N9MinPacketDelayThreshold     *int32 `json:"n9MinPacketDelayThreshold,omitempty"`
	N9MaxPacketDelayThreshold     *int32 `json:"n9MaxPacketDelayThreshold,omitempty"`
}

GtpUPathDelayThresholdsType struct for GtpUPathDelayThresholdsType

func NewGtpUPathDelayThresholdsType ¶

func NewGtpUPathDelayThresholdsType() *GtpUPathDelayThresholdsType

NewGtpUPathDelayThresholdsType instantiates a new GtpUPathDelayThresholdsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathDelayThresholdsTypeWithDefaults ¶

func NewGtpUPathDelayThresholdsTypeWithDefaults() *GtpUPathDelayThresholdsType

NewGtpUPathDelayThresholdsTypeWithDefaults instantiates a new GtpUPathDelayThresholdsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThreshold() int32

GetN3AveragePacketDelayThreshold returns the N3AveragePacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThresholdOk() (*int32, bool)

GetN3AveragePacketDelayThresholdOk returns a tuple with the N3AveragePacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThreshold() int32

GetN3MaxPacketDelayThreshold returns the N3MaxPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThresholdOk() (*int32, bool)

GetN3MaxPacketDelayThresholdOk returns a tuple with the N3MaxPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN3MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThreshold() int32

GetN3MinPacketDelayThreshold returns the N3MinPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN3MinPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThresholdOk() (*int32, bool)

GetN3MinPacketDelayThresholdOk returns a tuple with the N3MinPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThreshold() int32

GetN9AveragePacketDelayThreshold returns the N9AveragePacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThresholdOk() (*int32, bool)

GetN9AveragePacketDelayThresholdOk returns a tuple with the N9AveragePacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThreshold() int32

GetN9MaxPacketDelayThreshold returns the N9MaxPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThresholdOk() (*int32, bool)

GetN9MaxPacketDelayThresholdOk returns a tuple with the N9MaxPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) GetN9MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThreshold() int32

GetN9MinPacketDelayThreshold returns the N9MinPacketDelayThreshold field value if set, zero value otherwise.

func (*GtpUPathDelayThresholdsType) GetN9MinPacketDelayThresholdOk ¶

func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThresholdOk() (*int32, bool)

GetN9MinPacketDelayThresholdOk returns a tuple with the N9MinPacketDelayThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathDelayThresholdsType) HasN3AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN3AveragePacketDelayThreshold() bool

HasN3AveragePacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN3MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN3MaxPacketDelayThreshold() bool

HasN3MaxPacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN3MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN3MinPacketDelayThreshold() bool

HasN3MinPacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN9AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN9AveragePacketDelayThreshold() bool

HasN9AveragePacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN9MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN9MaxPacketDelayThreshold() bool

HasN9MaxPacketDelayThreshold returns a boolean if a field has been set.

func (*GtpUPathDelayThresholdsType) HasN9MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) HasN9MinPacketDelayThreshold() bool

HasN9MinPacketDelayThreshold returns a boolean if a field has been set.

func (GtpUPathDelayThresholdsType) MarshalJSON ¶

func (o GtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*GtpUPathDelayThresholdsType) SetN3AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN3AveragePacketDelayThreshold(v int32)

SetN3AveragePacketDelayThreshold gets a reference to the given int32 and assigns it to the N3AveragePacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN3MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN3MaxPacketDelayThreshold(v int32)

SetN3MaxPacketDelayThreshold gets a reference to the given int32 and assigns it to the N3MaxPacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN3MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN3MinPacketDelayThreshold(v int32)

SetN3MinPacketDelayThreshold gets a reference to the given int32 and assigns it to the N3MinPacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN9AveragePacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN9AveragePacketDelayThreshold(v int32)

SetN9AveragePacketDelayThreshold gets a reference to the given int32 and assigns it to the N9AveragePacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN9MaxPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN9MaxPacketDelayThreshold(v int32)

SetN9MaxPacketDelayThreshold gets a reference to the given int32 and assigns it to the N9MaxPacketDelayThreshold field.

func (*GtpUPathDelayThresholdsType) SetN9MinPacketDelayThreshold ¶

func (o *GtpUPathDelayThresholdsType) SetN9MinPacketDelayThreshold(v int32)

SetN9MinPacketDelayThreshold gets a reference to the given int32 and assigns it to the N9MinPacketDelayThreshold field.

func (GtpUPathDelayThresholdsType) ToMap ¶

func (o GtpUPathDelayThresholdsType) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingle ¶

type GtpUPathQoSMonitoringControlSingle struct {
	Top
	Attributes *GtpUPathQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

GtpUPathQoSMonitoringControlSingle struct for GtpUPathQoSMonitoringControlSingle

func NewGtpUPathQoSMonitoringControlSingle ¶

func NewGtpUPathQoSMonitoringControlSingle(id NullableString) *GtpUPathQoSMonitoringControlSingle

NewGtpUPathQoSMonitoringControlSingle instantiates a new GtpUPathQoSMonitoringControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleWithDefaults() *GtpUPathQoSMonitoringControlSingle

NewGtpUPathQoSMonitoringControlSingleWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingle) HasAttributes ¶

func (o *GtpUPathQoSMonitoringControlSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingle) MarshalJSON ¶

func (o GtpUPathQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)

func (*GtpUPathQoSMonitoringControlSingle) SetAttributes ¶

SetAttributes gets a reference to the given GtpUPathQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (GtpUPathQoSMonitoringControlSingle) ToMap ¶

func (o GtpUPathQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingleAllOf ¶

type GtpUPathQoSMonitoringControlSingleAllOf struct {
	Attributes *GtpUPathQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

GtpUPathQoSMonitoringControlSingleAllOf struct for GtpUPathQoSMonitoringControlSingleAllOf

func NewGtpUPathQoSMonitoringControlSingleAllOf ¶

func NewGtpUPathQoSMonitoringControlSingleAllOf() *GtpUPathQoSMonitoringControlSingleAllOf

NewGtpUPathQoSMonitoringControlSingleAllOf instantiates a new GtpUPathQoSMonitoringControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleAllOfWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOf

NewGtpUPathQoSMonitoringControlSingleAllOfWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOf) HasAttributes ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (o GtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*GtpUPathQoSMonitoringControlSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given GtpUPathQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (GtpUPathQoSMonitoringControlSingleAllOf) ToMap ¶

func (o GtpUPathQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingleAllOfAttributes ¶

type GtpUPathQoSMonitoringControlSingleAllOfAttributes struct {
	GtpUPathQoSMonitoringState                  *string                      `json:"gtpUPathQoSMonitoringState,omitempty"`
	GtpUPathMonitoredSNSSAIs                    []Snssai                     `json:"gtpUPathMonitoredSNSSAIs,omitempty"`
	MonitoredDSCPs                              []int32                      `json:"monitoredDSCPs,omitempty"`
	IsEventTriggeredGtpUPathMonitoringSupported *bool                        `json:"isEventTriggeredGtpUPathMonitoringSupported,omitempty"`
	IsPeriodicGtpUMonitoringSupported           *bool                        `json:"isPeriodicGtpUMonitoringSupported,omitempty"`
	IsImmediateGtpUMonitoringSupported          *bool                        `json:"isImmediateGtpUMonitoringSupported,omitempty"`
	GtpUPathDelayThresholds                     *GtpUPathDelayThresholdsType `json:"gtpUPathDelayThresholds,omitempty"`
	GtpUPathMinimumWaitTime                     *int32                       `json:"gtpUPathMinimumWaitTime,omitempty"`
	GtpUPathMeasurementPeriod                   *int32                       `json:"gtpUPathMeasurementPeriod,omitempty"`
}

GtpUPathQoSMonitoringControlSingleAllOfAttributes struct for GtpUPathQoSMonitoringControlSingleAllOfAttributes

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributes ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributes() *GtpUPathQoSMonitoringControlSingleAllOfAttributes

NewGtpUPathQoSMonitoringControlSingleAllOfAttributes instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOfAttributes

NewGtpUPathQoSMonitoringControlSingleAllOfAttributesWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholds ¶

GetGtpUPathDelayThresholds returns the GtpUPathDelayThresholds field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholdsOk ¶

GetGtpUPathDelayThresholdsOk returns a tuple with the GtpUPathDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriod() int32

GetGtpUPathMeasurementPeriod returns the GtpUPathMeasurementPeriod field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriodOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriodOk() (*int32, bool)

GetGtpUPathMeasurementPeriodOk returns a tuple with the GtpUPathMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTime() int32

GetGtpUPathMinimumWaitTime returns the GtpUPathMinimumWaitTime field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTimeOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTimeOk() (*int32, bool)

GetGtpUPathMinimumWaitTimeOk returns a tuple with the GtpUPathMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIs() []Snssai

GetGtpUPathMonitoredSNSSAIs returns the GtpUPathMonitoredSNSSAIs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIsOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool)

GetGtpUPathMonitoredSNSSAIsOk returns a tuple with the GtpUPathMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringState() string

GetGtpUPathQoSMonitoringState returns the GtpUPathQoSMonitoringState field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringStateOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringStateOk() (*string, bool)

GetGtpUPathQoSMonitoringStateOk returns a tuple with the GtpUPathQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupported() bool

GetIsEventTriggeredGtpUPathMonitoringSupported returns the IsEventTriggeredGtpUPathMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredGtpUPathMonitoringSupportedOk returns a tuple with the IsEventTriggeredGtpUPathMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupported() bool

GetIsImmediateGtpUMonitoringSupported returns the IsImmediateGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool)

GetIsImmediateGtpUMonitoringSupportedOk returns a tuple with the IsImmediateGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupported() bool

GetIsPeriodicGtpUMonitoringSupported returns the IsPeriodicGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicGtpUMonitoringSupportedOk returns a tuple with the IsPeriodicGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPs ¶

GetMonitoredDSCPs returns the MonitoredDSCPs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPsOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPsOk() ([]int32, bool)

GetMonitoredDSCPsOk returns a tuple with the MonitoredDSCPs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathDelayThresholds ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathDelayThresholds() bool

HasGtpUPathDelayThresholds returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMeasurementPeriod() bool

HasGtpUPathMeasurementPeriod returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMinimumWaitTime() bool

HasGtpUPathMinimumWaitTime returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMonitoredSNSSAIs() bool

HasGtpUPathMonitoredSNSSAIs returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathQoSMonitoringState() bool

HasGtpUPathQoSMonitoringState returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredGtpUPathMonitoringSupported() bool

HasIsEventTriggeredGtpUPathMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsImmediateGtpUMonitoringSupported() bool

HasIsImmediateGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicGtpUMonitoringSupported() bool

HasIsPeriodicGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasMonitoredDSCPs ¶

HasMonitoredDSCPs returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathDelayThresholds ¶

SetGtpUPathDelayThresholds gets a reference to the given GtpUPathDelayThresholdsType and assigns it to the GtpUPathDelayThresholds field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMeasurementPeriod(v int32)

SetGtpUPathMeasurementPeriod gets a reference to the given int32 and assigns it to the GtpUPathMeasurementPeriod field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMinimumWaitTime(v int32)

SetGtpUPathMinimumWaitTime gets a reference to the given int32 and assigns it to the GtpUPathMinimumWaitTime field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMonitoredSNSSAIs(v []Snssai)

SetGtpUPathMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the GtpUPathMonitoredSNSSAIs field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathQoSMonitoringState(v string)

SetGtpUPathQoSMonitoringState gets a reference to the given string and assigns it to the GtpUPathQoSMonitoringState field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool)

SetIsEventTriggeredGtpUPathMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredGtpUPathMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsImmediateGtpUMonitoringSupported(v bool)

SetIsImmediateGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsImmediateGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicGtpUMonitoringSupported(v bool)

SetIsPeriodicGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetMonitoredDSCPs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetMonitoredDSCPs(v []int32)

SetMonitoredDSCPs gets a reference to the given []int32 and assigns it to the MonitoredDSCPs field.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributes) ToMap ¶

func (o GtpUPathQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	GtpUPathQoSMonitoringState                  *string                      `json:"gtpUPathQoSMonitoringState,omitempty"`
	GtpUPathMonitoredSNSSAIs                    []Snssai                     `json:"gtpUPathMonitoredSNSSAIs,omitempty"`
	MonitoredDSCPs                              []int32                      `json:"monitoredDSCPs,omitempty"`
	IsEventTriggeredGtpUPathMonitoringSupported *bool                        `json:"isEventTriggeredGtpUPathMonitoringSupported,omitempty"`
	IsPeriodicGtpUMonitoringSupported           *bool                        `json:"isPeriodicGtpUMonitoringSupported,omitempty"`
	IsImmediateGtpUMonitoringSupported          *bool                        `json:"isImmediateGtpUMonitoringSupported,omitempty"`
	GtpUPathDelayThresholds                     *GtpUPathDelayThresholdsType `json:"gtpUPathDelayThresholds,omitempty"`
	GtpUPathMinimumWaitTime                     *int32                       `json:"gtpUPathMinimumWaitTime,omitempty"`
	GtpUPathMeasurementPeriod                   *int32                       `json:"gtpUPathMeasurementPeriod,omitempty"`
}

GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct for GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf

NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults ¶

func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf

NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults instantiates a new GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholds ¶

GetGtpUPathDelayThresholds returns the GtpUPathDelayThresholds field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholdsOk ¶

GetGtpUPathDelayThresholdsOk returns a tuple with the GtpUPathDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriod() int32

GetGtpUPathMeasurementPeriod returns the GtpUPathMeasurementPeriod field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriodOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriodOk() (*int32, bool)

GetGtpUPathMeasurementPeriodOk returns a tuple with the GtpUPathMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTime() int32

GetGtpUPathMinimumWaitTime returns the GtpUPathMinimumWaitTime field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTimeOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTimeOk() (*int32, bool)

GetGtpUPathMinimumWaitTimeOk returns a tuple with the GtpUPathMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIs() []Snssai

GetGtpUPathMonitoredSNSSAIs returns the GtpUPathMonitoredSNSSAIs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIsOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool)

GetGtpUPathMonitoredSNSSAIsOk returns a tuple with the GtpUPathMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringState() string

GetGtpUPathQoSMonitoringState returns the GtpUPathQoSMonitoringState field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringStateOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringStateOk() (*string, bool)

GetGtpUPathQoSMonitoringStateOk returns a tuple with the GtpUPathQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupported() bool

GetIsEventTriggeredGtpUPathMonitoringSupported returns the IsEventTriggeredGtpUPathMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredGtpUPathMonitoringSupportedOk returns a tuple with the IsEventTriggeredGtpUPathMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupported() bool

GetIsImmediateGtpUMonitoringSupported returns the IsImmediateGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool)

GetIsImmediateGtpUMonitoringSupportedOk returns a tuple with the IsImmediateGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupported() bool

GetIsPeriodicGtpUMonitoringSupported returns the IsPeriodicGtpUMonitoringSupported field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupportedOk ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicGtpUMonitoringSupportedOk returns a tuple with the IsPeriodicGtpUMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPs ¶

GetMonitoredDSCPs returns the MonitoredDSCPs field value if set, zero value otherwise.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPsOk ¶

GetMonitoredDSCPsOk returns a tuple with the MonitoredDSCPs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathDelayThresholds ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathDelayThresholds() bool

HasGtpUPathDelayThresholds returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMeasurementPeriod() bool

HasGtpUPathMeasurementPeriod returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMinimumWaitTime() bool

HasGtpUPathMinimumWaitTime returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMonitoredSNSSAIs() bool

HasGtpUPathMonitoredSNSSAIs returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathQoSMonitoringState() bool

HasGtpUPathQoSMonitoringState returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredGtpUPathMonitoringSupported() bool

HasIsEventTriggeredGtpUPathMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsImmediateGtpUMonitoringSupported() bool

HasIsImmediateGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicGtpUMonitoringSupported() bool

HasIsPeriodicGtpUMonitoringSupported returns a boolean if a field has been set.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasMonitoredDSCPs ¶

HasMonitoredDSCPs returns a boolean if a field has been set.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathDelayThresholds ¶

SetGtpUPathDelayThresholds gets a reference to the given GtpUPathDelayThresholdsType and assigns it to the GtpUPathDelayThresholds field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMeasurementPeriod ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMeasurementPeriod(v int32)

SetGtpUPathMeasurementPeriod gets a reference to the given int32 and assigns it to the GtpUPathMeasurementPeriod field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMinimumWaitTime ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMinimumWaitTime(v int32)

SetGtpUPathMinimumWaitTime gets a reference to the given int32 and assigns it to the GtpUPathMinimumWaitTime field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMonitoredSNSSAIs ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMonitoredSNSSAIs(v []Snssai)

SetGtpUPathMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the GtpUPathMonitoredSNSSAIs field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathQoSMonitoringState ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathQoSMonitoringState(v string)

SetGtpUPathQoSMonitoringState gets a reference to the given string and assigns it to the GtpUPathQoSMonitoringState field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredGtpUPathMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool)

SetIsEventTriggeredGtpUPathMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredGtpUPathMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsImmediateGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsImmediateGtpUMonitoringSupported(v bool)

SetIsImmediateGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsImmediateGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicGtpUMonitoringSupported ¶

func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicGtpUMonitoringSupported(v bool)

SetIsPeriodicGtpUMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicGtpUMonitoringSupported field.

func (*GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetMonitoredDSCPs ¶

SetMonitoredDSCPs gets a reference to the given []int32 and assigns it to the MonitoredDSCPs field.

func (GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap ¶

type HeartbeatControlSingle ¶

type HeartbeatControlSingle struct {
	Top
	Attributes *HeartbeatControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

HeartbeatControlSingle struct for HeartbeatControlSingle

func NewHeartbeatControlSingle ¶

func NewHeartbeatControlSingle(id NullableString) *HeartbeatControlSingle

NewHeartbeatControlSingle instantiates a new HeartbeatControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHeartbeatControlSingleWithDefaults ¶

func NewHeartbeatControlSingleWithDefaults() *HeartbeatControlSingle

NewHeartbeatControlSingleWithDefaults instantiates a new HeartbeatControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HeartbeatControlSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*HeartbeatControlSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HeartbeatControlSingle) HasAttributes ¶

func (o *HeartbeatControlSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (HeartbeatControlSingle) MarshalJSON ¶

func (o HeartbeatControlSingle) MarshalJSON() ([]byte, error)

func (*HeartbeatControlSingle) SetAttributes ¶

SetAttributes gets a reference to the given HeartbeatControlSingleAllOfAttributes and assigns it to the Attributes field.

func (HeartbeatControlSingle) ToMap ¶

func (o HeartbeatControlSingle) ToMap() (map[string]interface{}, error)

type HeartbeatControlSingleAllOf ¶

type HeartbeatControlSingleAllOf struct {
	Attributes *HeartbeatControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

HeartbeatControlSingleAllOf struct for HeartbeatControlSingleAllOf

func NewHeartbeatControlSingleAllOf ¶

func NewHeartbeatControlSingleAllOf() *HeartbeatControlSingleAllOf

NewHeartbeatControlSingleAllOf instantiates a new HeartbeatControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHeartbeatControlSingleAllOfWithDefaults ¶

func NewHeartbeatControlSingleAllOfWithDefaults() *HeartbeatControlSingleAllOf

NewHeartbeatControlSingleAllOfWithDefaults instantiates a new HeartbeatControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HeartbeatControlSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*HeartbeatControlSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HeartbeatControlSingleAllOf) HasAttributes ¶

func (o *HeartbeatControlSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (HeartbeatControlSingleAllOf) MarshalJSON ¶

func (o HeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*HeartbeatControlSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given HeartbeatControlSingleAllOfAttributes and assigns it to the Attributes field.

func (HeartbeatControlSingleAllOf) ToMap ¶

func (o HeartbeatControlSingleAllOf) ToMap() (map[string]interface{}, error)

type HeartbeatControlSingleAllOfAttributes ¶

type HeartbeatControlSingleAllOfAttributes struct {
	HeartbeatNtfPeriod  *int32 `json:"heartbeatNtfPeriod,omitempty"`
	TriggerHeartbeatNtf *bool  `json:"triggerHeartbeatNtf,omitempty"`
}

HeartbeatControlSingleAllOfAttributes struct for HeartbeatControlSingleAllOfAttributes

func NewHeartbeatControlSingleAllOfAttributes ¶

func NewHeartbeatControlSingleAllOfAttributes() *HeartbeatControlSingleAllOfAttributes

NewHeartbeatControlSingleAllOfAttributes instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHeartbeatControlSingleAllOfAttributesWithDefaults ¶

func NewHeartbeatControlSingleAllOfAttributesWithDefaults() *HeartbeatControlSingleAllOfAttributes

NewHeartbeatControlSingleAllOfAttributesWithDefaults instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriod ¶

func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriod() int32

GetHeartbeatNtfPeriod returns the HeartbeatNtfPeriod field value if set, zero value otherwise.

func (*HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriodOk ¶

func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriodOk() (*int32, bool)

GetHeartbeatNtfPeriodOk returns a tuple with the HeartbeatNtfPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtf ¶

func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtf() bool

GetTriggerHeartbeatNtf returns the TriggerHeartbeatNtf field value if set, zero value otherwise.

func (*HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtfOk ¶

func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtfOk() (*bool, bool)

GetTriggerHeartbeatNtfOk returns a tuple with the TriggerHeartbeatNtf field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HeartbeatControlSingleAllOfAttributes) HasHeartbeatNtfPeriod ¶

func (o *HeartbeatControlSingleAllOfAttributes) HasHeartbeatNtfPeriod() bool

HasHeartbeatNtfPeriod returns a boolean if a field has been set.

func (*HeartbeatControlSingleAllOfAttributes) HasTriggerHeartbeatNtf ¶

func (o *HeartbeatControlSingleAllOfAttributes) HasTriggerHeartbeatNtf() bool

HasTriggerHeartbeatNtf returns a boolean if a field has been set.

func (HeartbeatControlSingleAllOfAttributes) MarshalJSON ¶

func (o HeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*HeartbeatControlSingleAllOfAttributes) SetHeartbeatNtfPeriod ¶

func (o *HeartbeatControlSingleAllOfAttributes) SetHeartbeatNtfPeriod(v int32)

SetHeartbeatNtfPeriod gets a reference to the given int32 and assigns it to the HeartbeatNtfPeriod field.

func (*HeartbeatControlSingleAllOfAttributes) SetTriggerHeartbeatNtf ¶

func (o *HeartbeatControlSingleAllOfAttributes) SetTriggerHeartbeatNtf(v bool)

SetTriggerHeartbeatNtf gets a reference to the given bool and assigns it to the TriggerHeartbeatNtf field.

func (HeartbeatControlSingleAllOfAttributes) ToMap ¶

func (o HeartbeatControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type HeartbeatNotificationTypes ¶

type HeartbeatNotificationTypes string

HeartbeatNotificationTypes the model 'HeartbeatNotificationTypes'

const (
	NOTIFY_HEARTBEAT HeartbeatNotificationTypes = "notifyHeartbeat"
)

List of HeartbeatNotificationTypes

func NewHeartbeatNotificationTypesFromValue ¶

func NewHeartbeatNotificationTypesFromValue(v string) (*HeartbeatNotificationTypes, error)

NewHeartbeatNotificationTypesFromValue returns a pointer to a valid HeartbeatNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (HeartbeatNotificationTypes) IsValid ¶

func (v HeartbeatNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (HeartbeatNotificationTypes) Ptr ¶

Ptr returns reference to HeartbeatNotificationTypes value

func (*HeartbeatNotificationTypes) UnmarshalJSON ¶

func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error

type HostAddr ¶

type HostAddr struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

HostAddr - struct for HostAddr

func Ipv6AddrAsHostAddr ¶

func Ipv6AddrAsHostAddr(v *Ipv6Addr) HostAddr

Ipv6AddrAsHostAddr is a convenience function that returns Ipv6Addr wrapped in HostAddr

func StringAsHostAddr ¶

func StringAsHostAddr(v *string) HostAddr

stringAsHostAddr is a convenience function that returns string wrapped in HostAddr

func (*HostAddr) GetActualInstance ¶

func (obj *HostAddr) GetActualInstance() interface{}

Get the actual instance

func (HostAddr) MarshalJSON ¶

func (src HostAddr) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*HostAddr) UnmarshalJSON ¶

func (dst *HostAddr) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IdentityRange ¶

type IdentityRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

IdentityRange struct for IdentityRange

func NewIdentityRange ¶

func NewIdentityRange() *IdentityRange

NewIdentityRange instantiates a new IdentityRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIdentityRangeWithDefaults ¶

func NewIdentityRangeWithDefaults() *IdentityRange

NewIdentityRangeWithDefaults instantiates a new IdentityRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IdentityRange) GetEnd ¶

func (o *IdentityRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*IdentityRange) GetEndOk ¶

func (o *IdentityRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetPattern ¶

func (o *IdentityRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*IdentityRange) GetPatternOk ¶

func (o *IdentityRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) GetStart ¶

func (o *IdentityRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*IdentityRange) GetStartOk ¶

func (o *IdentityRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityRange) HasEnd ¶

func (o *IdentityRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*IdentityRange) HasPattern ¶

func (o *IdentityRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*IdentityRange) HasStart ¶

func (o *IdentityRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (IdentityRange) MarshalJSON ¶

func (o IdentityRange) MarshalJSON() ([]byte, error)

func (*IdentityRange) SetEnd ¶

func (o *IdentityRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*IdentityRange) SetPattern ¶

func (o *IdentityRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*IdentityRange) SetStart ¶

func (o *IdentityRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (IdentityRange) ToMap ¶

func (o IdentityRange) ToMap() (map[string]interface{}, error)

type InterfaceUpfInfoItem ¶

type InterfaceUpfInfoItem struct {
	InterfaceType         *string   `json:"interfaceType,omitempty"`
	Ipv4EndpointAddresses *string   `json:"ipv4EndpointAddresses,omitempty"`
	Ipv6EndpointAddresses *Ipv6Addr `json:"ipv6EndpointAddresses,omitempty"`
	Fqdn                  *string   `json:"fqdn,omitempty"`
	NetworkInstance       *string   `json:"networkInstance,omitempty"`
}

InterfaceUpfInfoItem struct for InterfaceUpfInfoItem

func NewInterfaceUpfInfoItem ¶

func NewInterfaceUpfInfoItem() *InterfaceUpfInfoItem

NewInterfaceUpfInfoItem instantiates a new InterfaceUpfInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInterfaceUpfInfoItemWithDefaults ¶

func NewInterfaceUpfInfoItemWithDefaults() *InterfaceUpfInfoItem

NewInterfaceUpfInfoItemWithDefaults instantiates a new InterfaceUpfInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InterfaceUpfInfoItem) GetFqdn ¶

func (o *InterfaceUpfInfoItem) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetFqdnOk ¶

func (o *InterfaceUpfInfoItem) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetInterfaceType ¶

func (o *InterfaceUpfInfoItem) GetInterfaceType() string

GetInterfaceType returns the InterfaceType field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetInterfaceTypeOk ¶

func (o *InterfaceUpfInfoItem) GetInterfaceTypeOk() (*string, bool)

GetInterfaceTypeOk returns a tuple with the InterfaceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetIpv4EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddresses() string

GetIpv4EndpointAddresses returns the Ipv4EndpointAddresses field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetIpv4EndpointAddressesOk ¶

func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddressesOk() (*string, bool)

GetIpv4EndpointAddressesOk returns a tuple with the Ipv4EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetIpv6EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddresses() Ipv6Addr

GetIpv6EndpointAddresses returns the Ipv6EndpointAddresses field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetIpv6EndpointAddressesOk ¶

func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool)

GetIpv6EndpointAddressesOk returns a tuple with the Ipv6EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) GetNetworkInstance ¶

func (o *InterfaceUpfInfoItem) GetNetworkInstance() string

GetNetworkInstance returns the NetworkInstance field value if set, zero value otherwise.

func (*InterfaceUpfInfoItem) GetNetworkInstanceOk ¶

func (o *InterfaceUpfInfoItem) GetNetworkInstanceOk() (*string, bool)

GetNetworkInstanceOk returns a tuple with the NetworkInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InterfaceUpfInfoItem) HasFqdn ¶

func (o *InterfaceUpfInfoItem) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasInterfaceType ¶

func (o *InterfaceUpfInfoItem) HasInterfaceType() bool

HasInterfaceType returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasIpv4EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) HasIpv4EndpointAddresses() bool

HasIpv4EndpointAddresses returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasIpv6EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) HasIpv6EndpointAddresses() bool

HasIpv6EndpointAddresses returns a boolean if a field has been set.

func (*InterfaceUpfInfoItem) HasNetworkInstance ¶

func (o *InterfaceUpfInfoItem) HasNetworkInstance() bool

HasNetworkInstance returns a boolean if a field has been set.

func (InterfaceUpfInfoItem) MarshalJSON ¶

func (o InterfaceUpfInfoItem) MarshalJSON() ([]byte, error)

func (*InterfaceUpfInfoItem) SetFqdn ¶

func (o *InterfaceUpfInfoItem) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*InterfaceUpfInfoItem) SetInterfaceType ¶

func (o *InterfaceUpfInfoItem) SetInterfaceType(v string)

SetInterfaceType gets a reference to the given string and assigns it to the InterfaceType field.

func (*InterfaceUpfInfoItem) SetIpv4EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) SetIpv4EndpointAddresses(v string)

SetIpv4EndpointAddresses gets a reference to the given string and assigns it to the Ipv4EndpointAddresses field.

func (*InterfaceUpfInfoItem) SetIpv6EndpointAddresses ¶

func (o *InterfaceUpfInfoItem) SetIpv6EndpointAddresses(v Ipv6Addr)

SetIpv6EndpointAddresses gets a reference to the given Ipv6Addr and assigns it to the Ipv6EndpointAddresses field.

func (*InterfaceUpfInfoItem) SetNetworkInstance ¶

func (o *InterfaceUpfInfoItem) SetNetworkInstance(v string)

SetNetworkInstance gets a reference to the given string and assigns it to the NetworkInstance field.

func (InterfaceUpfInfoItem) ToMap ¶

func (o InterfaceUpfInfoItem) ToMap() (map[string]interface{}, error)

type InternalGroupIdRange ¶

type InternalGroupIdRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

InternalGroupIdRange struct for InternalGroupIdRange

func NewInternalGroupIdRange ¶

func NewInternalGroupIdRange() *InternalGroupIdRange

NewInternalGroupIdRange instantiates a new InternalGroupIdRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInternalGroupIdRangeWithDefaults ¶

func NewInternalGroupIdRangeWithDefaults() *InternalGroupIdRange

NewInternalGroupIdRangeWithDefaults instantiates a new InternalGroupIdRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InternalGroupIdRange) GetEnd ¶

func (o *InternalGroupIdRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*InternalGroupIdRange) GetEndOk ¶

func (o *InternalGroupIdRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalGroupIdRange) GetPattern ¶

func (o *InternalGroupIdRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*InternalGroupIdRange) GetPatternOk ¶

func (o *InternalGroupIdRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalGroupIdRange) GetStart ¶

func (o *InternalGroupIdRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*InternalGroupIdRange) GetStartOk ¶

func (o *InternalGroupIdRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InternalGroupIdRange) HasEnd ¶

func (o *InternalGroupIdRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*InternalGroupIdRange) HasPattern ¶

func (o *InternalGroupIdRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*InternalGroupIdRange) HasStart ¶

func (o *InternalGroupIdRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (InternalGroupIdRange) MarshalJSON ¶

func (o InternalGroupIdRange) MarshalJSON() ([]byte, error)

func (*InternalGroupIdRange) SetEnd ¶

func (o *InternalGroupIdRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*InternalGroupIdRange) SetPattern ¶

func (o *InternalGroupIdRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*InternalGroupIdRange) SetStart ¶

func (o *InternalGroupIdRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (InternalGroupIdRange) ToMap ¶

func (o InternalGroupIdRange) ToMap() (map[string]interface{}, error)

type IpAddr ¶

type IpAddr struct {
	Ipv4Addr   *string `json:"ipv4Addr,omitempty"`
	Ipv6Addr   *string `json:"ipv6Addr,omitempty"`
	Ipv6Prefix *string `json:"ipv6Prefix,omitempty"`
}

IpAddr struct for IpAddr

func NewIpAddr ¶

func NewIpAddr() *IpAddr

NewIpAddr instantiates a new IpAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpAddrWithDefaults ¶

func NewIpAddrWithDefaults() *IpAddr

NewIpAddrWithDefaults instantiates a new IpAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpAddr) GetIpv4Addr ¶

func (o *IpAddr) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*IpAddr) GetIpv4AddrOk ¶

func (o *IpAddr) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) GetIpv6Addr ¶

func (o *IpAddr) GetIpv6Addr() string

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*IpAddr) GetIpv6AddrOk ¶

func (o *IpAddr) GetIpv6AddrOk() (*string, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) GetIpv6Prefix ¶

func (o *IpAddr) GetIpv6Prefix() string

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpAddr) GetIpv6PrefixOk ¶

func (o *IpAddr) GetIpv6PrefixOk() (*string, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpAddr) HasIpv4Addr ¶

func (o *IpAddr) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*IpAddr) HasIpv6Addr ¶

func (o *IpAddr) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (*IpAddr) HasIpv6Prefix ¶

func (o *IpAddr) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (IpAddr) MarshalJSON ¶

func (o IpAddr) MarshalJSON() ([]byte, error)

func (*IpAddr) SetIpv4Addr ¶

func (o *IpAddr) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*IpAddr) SetIpv6Addr ¶

func (o *IpAddr) SetIpv6Addr(v string)

SetIpv6Addr gets a reference to the given string and assigns it to the Ipv6Addr field.

func (*IpAddr) SetIpv6Prefix ¶

func (o *IpAddr) SetIpv6Prefix(v string)

SetIpv6Prefix gets a reference to the given string and assigns it to the Ipv6Prefix field.

func (IpAddr) ToMap ¶

func (o IpAddr) ToMap() (map[string]interface{}, error)

type IpAddr1 ¶

type IpAddr1 struct {
	Ipv6Addr *Ipv6Addr
	String   *string
}

IpAddr1 - struct for IpAddr1

func Ipv6AddrAsIpAddr1 ¶

func Ipv6AddrAsIpAddr1(v *Ipv6Addr) IpAddr1

Ipv6AddrAsIpAddr1 is a convenience function that returns Ipv6Addr wrapped in IpAddr1

func StringAsIpAddr1 ¶

func StringAsIpAddr1(v *string) IpAddr1

stringAsIpAddr1 is a convenience function that returns string wrapped in IpAddr1

func (*IpAddr1) GetActualInstance ¶

func (obj *IpAddr1) GetActualInstance() interface{}

Get the actual instance

func (IpAddr1) MarshalJSON ¶

func (src IpAddr1) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IpAddr1) UnmarshalJSON ¶

func (dst *IpAddr1) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type IpEndPoint ¶

type IpEndPoint struct {
	Ipv4Address *string            `json:"ipv4Address,omitempty"`
	Ipv6Address *Ipv6Addr          `json:"ipv6Address,omitempty"`
	Ipv6Prefix  *Ipv6Prefix        `json:"ipv6Prefix,omitempty"`
	Transport   *TransportProtocol `json:"transport,omitempty"`
	Port        *int32             `json:"port,omitempty"`
}

IpEndPoint struct for IpEndPoint

func NewIpEndPoint ¶

func NewIpEndPoint() *IpEndPoint

NewIpEndPoint instantiates a new IpEndPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpEndPointWithDefaults ¶

func NewIpEndPointWithDefaults() *IpEndPoint

NewIpEndPointWithDefaults instantiates a new IpEndPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpEndPoint) GetIpv4Address ¶

func (o *IpEndPoint) GetIpv4Address() string

GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.

func (*IpEndPoint) GetIpv4AddressOk ¶

func (o *IpEndPoint) GetIpv4AddressOk() (*string, bool)

GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetIpv6Address ¶

func (o *IpEndPoint) GetIpv6Address() Ipv6Addr

GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.

func (*IpEndPoint) GetIpv6AddressOk ¶

func (o *IpEndPoint) GetIpv6AddressOk() (*Ipv6Addr, bool)

GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetIpv6Prefix ¶

func (o *IpEndPoint) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpEndPoint) GetIpv6PrefixOk ¶

func (o *IpEndPoint) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetPort ¶

func (o *IpEndPoint) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*IpEndPoint) GetPortOk ¶

func (o *IpEndPoint) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) GetTransport ¶

func (o *IpEndPoint) GetTransport() TransportProtocol

GetTransport returns the Transport field value if set, zero value otherwise.

func (*IpEndPoint) GetTransportOk ¶

func (o *IpEndPoint) GetTransportOk() (*TransportProtocol, bool)

GetTransportOk returns a tuple with the Transport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint) HasIpv4Address ¶

func (o *IpEndPoint) HasIpv4Address() bool

HasIpv4Address returns a boolean if a field has been set.

func (*IpEndPoint) HasIpv6Address ¶

func (o *IpEndPoint) HasIpv6Address() bool

HasIpv6Address returns a boolean if a field has been set.

func (*IpEndPoint) HasIpv6Prefix ¶

func (o *IpEndPoint) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (*IpEndPoint) HasPort ¶

func (o *IpEndPoint) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*IpEndPoint) HasTransport ¶

func (o *IpEndPoint) HasTransport() bool

HasTransport returns a boolean if a field has been set.

func (IpEndPoint) MarshalJSON ¶

func (o IpEndPoint) MarshalJSON() ([]byte, error)

func (*IpEndPoint) SetIpv4Address ¶

func (o *IpEndPoint) SetIpv4Address(v string)

SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.

func (*IpEndPoint) SetIpv6Address ¶

func (o *IpEndPoint) SetIpv6Address(v Ipv6Addr)

SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.

func (*IpEndPoint) SetIpv6Prefix ¶

func (o *IpEndPoint) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (*IpEndPoint) SetPort ¶

func (o *IpEndPoint) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*IpEndPoint) SetTransport ¶

func (o *IpEndPoint) SetTransport(v TransportProtocol)

SetTransport gets a reference to the given TransportProtocol and assigns it to the Transport field.

func (IpEndPoint) ToMap ¶

func (o IpEndPoint) ToMap() (map[string]interface{}, error)

type IpEndPoint1 ¶

type IpEndPoint1 struct {
	Ipv4Address *string            `json:"ipv4Address,omitempty"`
	Ipv6Address *Ipv6Addr          `json:"ipv6Address,omitempty"`
	Ipv6Prefix  *Ipv6Prefix        `json:"ipv6Prefix,omitempty"`
	Transport   *TransportProtocol `json:"transport,omitempty"`
	Port        *int32             `json:"port,omitempty"`
}

IpEndPoint1 struct for IpEndPoint1

func NewIpEndPoint1 ¶

func NewIpEndPoint1() *IpEndPoint1

NewIpEndPoint1 instantiates a new IpEndPoint1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpEndPoint1WithDefaults ¶

func NewIpEndPoint1WithDefaults() *IpEndPoint1

NewIpEndPoint1WithDefaults instantiates a new IpEndPoint1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpEndPoint1) GetIpv4Address ¶

func (o *IpEndPoint1) GetIpv4Address() string

GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.

func (*IpEndPoint1) GetIpv4AddressOk ¶

func (o *IpEndPoint1) GetIpv4AddressOk() (*string, bool)

GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint1) GetIpv6Address ¶

func (o *IpEndPoint1) GetIpv6Address() Ipv6Addr

GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.

func (*IpEndPoint1) GetIpv6AddressOk ¶

func (o *IpEndPoint1) GetIpv6AddressOk() (*Ipv6Addr, bool)

GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint1) GetIpv6Prefix ¶

func (o *IpEndPoint1) GetIpv6Prefix() Ipv6Prefix

GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.

func (*IpEndPoint1) GetIpv6PrefixOk ¶

func (o *IpEndPoint1) GetIpv6PrefixOk() (*Ipv6Prefix, bool)

GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint1) GetPort ¶

func (o *IpEndPoint1) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*IpEndPoint1) GetPortOk ¶

func (o *IpEndPoint1) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint1) GetTransport ¶

func (o *IpEndPoint1) GetTransport() TransportProtocol

GetTransport returns the Transport field value if set, zero value otherwise.

func (*IpEndPoint1) GetTransportOk ¶

func (o *IpEndPoint1) GetTransportOk() (*TransportProtocol, bool)

GetTransportOk returns a tuple with the Transport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpEndPoint1) HasIpv4Address ¶

func (o *IpEndPoint1) HasIpv4Address() bool

HasIpv4Address returns a boolean if a field has been set.

func (*IpEndPoint1) HasIpv6Address ¶

func (o *IpEndPoint1) HasIpv6Address() bool

HasIpv6Address returns a boolean if a field has been set.

func (*IpEndPoint1) HasIpv6Prefix ¶

func (o *IpEndPoint1) HasIpv6Prefix() bool

HasIpv6Prefix returns a boolean if a field has been set.

func (*IpEndPoint1) HasPort ¶

func (o *IpEndPoint1) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*IpEndPoint1) HasTransport ¶

func (o *IpEndPoint1) HasTransport() bool

HasTransport returns a boolean if a field has been set.

func (IpEndPoint1) MarshalJSON ¶

func (o IpEndPoint1) MarshalJSON() ([]byte, error)

func (*IpEndPoint1) SetIpv4Address ¶

func (o *IpEndPoint1) SetIpv4Address(v string)

SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.

func (*IpEndPoint1) SetIpv6Address ¶

func (o *IpEndPoint1) SetIpv6Address(v Ipv6Addr)

SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.

func (*IpEndPoint1) SetIpv6Prefix ¶

func (o *IpEndPoint1) SetIpv6Prefix(v Ipv6Prefix)

SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.

func (*IpEndPoint1) SetPort ¶

func (o *IpEndPoint1) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*IpEndPoint1) SetTransport ¶

func (o *IpEndPoint1) SetTransport(v TransportProtocol)

SetTransport gets a reference to the given TransportProtocol and assigns it to the Transport field.

func (IpEndPoint1) ToMap ¶

func (o IpEndPoint1) ToMap() (map[string]interface{}, error)

type IpInterface ¶

type IpInterface struct {
	Ipv4EndpointAddresses *string   `json:"ipv4EndpointAddresses,omitempty"`
	Ipv6EndpointAddresses *Ipv6Addr `json:"ipv6EndpointAddresses,omitempty"`
	Fqdn                  *string   `json:"fqdn,omitempty"`
}

IpInterface struct for IpInterface

func NewIpInterface ¶

func NewIpInterface() *IpInterface

NewIpInterface instantiates a new IpInterface object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpInterfaceWithDefaults ¶

func NewIpInterfaceWithDefaults() *IpInterface

NewIpInterfaceWithDefaults instantiates a new IpInterface object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*IpInterface) GetFqdn ¶

func (o *IpInterface) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*IpInterface) GetFqdnOk ¶

func (o *IpInterface) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpInterface) GetIpv4EndpointAddresses ¶

func (o *IpInterface) GetIpv4EndpointAddresses() string

GetIpv4EndpointAddresses returns the Ipv4EndpointAddresses field value if set, zero value otherwise.

func (*IpInterface) GetIpv4EndpointAddressesOk ¶

func (o *IpInterface) GetIpv4EndpointAddressesOk() (*string, bool)

GetIpv4EndpointAddressesOk returns a tuple with the Ipv4EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpInterface) GetIpv6EndpointAddresses ¶

func (o *IpInterface) GetIpv6EndpointAddresses() Ipv6Addr

GetIpv6EndpointAddresses returns the Ipv6EndpointAddresses field value if set, zero value otherwise.

func (*IpInterface) GetIpv6EndpointAddressesOk ¶

func (o *IpInterface) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool)

GetIpv6EndpointAddressesOk returns a tuple with the Ipv6EndpointAddresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IpInterface) HasFqdn ¶

func (o *IpInterface) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*IpInterface) HasIpv4EndpointAddresses ¶

func (o *IpInterface) HasIpv4EndpointAddresses() bool

HasIpv4EndpointAddresses returns a boolean if a field has been set.

func (*IpInterface) HasIpv6EndpointAddresses ¶

func (o *IpInterface) HasIpv6EndpointAddresses() bool

HasIpv6EndpointAddresses returns a boolean if a field has been set.

func (IpInterface) MarshalJSON ¶

func (o IpInterface) MarshalJSON() ([]byte, error)

func (*IpInterface) SetFqdn ¶

func (o *IpInterface) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*IpInterface) SetIpv4EndpointAddresses ¶

func (o *IpInterface) SetIpv4EndpointAddresses(v string)

SetIpv4EndpointAddresses gets a reference to the given string and assigns it to the Ipv4EndpointAddresses field.

func (*IpInterface) SetIpv6EndpointAddresses ¶

func (o *IpInterface) SetIpv6EndpointAddresses(v Ipv6Addr)

SetIpv6EndpointAddresses gets a reference to the given Ipv6Addr and assigns it to the Ipv6EndpointAddresses field.

func (IpInterface) ToMap ¶

func (o IpInterface) ToMap() (map[string]interface{}, error)

type IpReachability ¶

type IpReachability struct {
	String *string
}

IpReachability Indicates the type(s) of IP addresses reachable via an SCP

func (*IpReachability) MarshalJSON ¶

func (src *IpReachability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*IpReachability) UnmarshalJSON ¶

func (dst *IpReachability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type Ipv4AddressRange ¶

type Ipv4AddressRange struct {
	Start *string `json:"start,omitempty"`
	End   *string `json:"end,omitempty"`
}

Ipv4AddressRange Range of IPv4 addresses

func NewIpv4AddressRange ¶

func NewIpv4AddressRange() *Ipv4AddressRange

NewIpv4AddressRange instantiates a new Ipv4AddressRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv4AddressRangeWithDefaults ¶

func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange

NewIpv4AddressRangeWithDefaults instantiates a new Ipv4AddressRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ipv4AddressRange) GetEnd ¶

func (o *Ipv4AddressRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*Ipv4AddressRange) GetEndOk ¶

func (o *Ipv4AddressRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv4AddressRange) GetStart ¶

func (o *Ipv4AddressRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*Ipv4AddressRange) GetStartOk ¶

func (o *Ipv4AddressRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv4AddressRange) HasEnd ¶

func (o *Ipv4AddressRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*Ipv4AddressRange) HasStart ¶

func (o *Ipv4AddressRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (Ipv4AddressRange) MarshalJSON ¶

func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)

func (*Ipv4AddressRange) SetEnd ¶

func (o *Ipv4AddressRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*Ipv4AddressRange) SetStart ¶

func (o *Ipv4AddressRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (Ipv4AddressRange) ToMap ¶

func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)

type Ipv6Addr ¶

type Ipv6Addr struct {
}

Ipv6Addr struct for Ipv6Addr

func NewIpv6Addr ¶

func NewIpv6Addr() *Ipv6Addr

NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6AddrWithDefaults ¶

func NewIpv6AddrWithDefaults() *Ipv6Addr

NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Addr) MarshalJSON ¶

func (o Ipv6Addr) MarshalJSON() ([]byte, error)

func (Ipv6Addr) ToMap ¶

func (o Ipv6Addr) ToMap() (map[string]interface{}, error)

type Ipv6Addr1 ¶

type Ipv6Addr1 struct {
}

Ipv6Addr1 String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.

func NewIpv6Addr1 ¶

func NewIpv6Addr1() *Ipv6Addr1

NewIpv6Addr1 instantiates a new Ipv6Addr1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6Addr1WithDefaults ¶

func NewIpv6Addr1WithDefaults() *Ipv6Addr1

NewIpv6Addr1WithDefaults instantiates a new Ipv6Addr1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Addr1) MarshalJSON ¶

func (o Ipv6Addr1) MarshalJSON() ([]byte, error)

func (Ipv6Addr1) ToMap ¶

func (o Ipv6Addr1) ToMap() (map[string]interface{}, error)

type Ipv6Prefix ¶

type Ipv6Prefix struct {
}

Ipv6Prefix struct for Ipv6Prefix

func NewIpv6Prefix ¶

func NewIpv6Prefix() *Ipv6Prefix

NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6PrefixWithDefaults ¶

func NewIpv6PrefixWithDefaults() *Ipv6Prefix

NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Prefix) MarshalJSON ¶

func (o Ipv6Prefix) MarshalJSON() ([]byte, error)

func (Ipv6Prefix) ToMap ¶

func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)

type Ipv6Prefix1 ¶

type Ipv6Prefix1 struct {
}

Ipv6Prefix1 String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.

func NewIpv6Prefix1 ¶

func NewIpv6Prefix1() *Ipv6Prefix1

NewIpv6Prefix1 instantiates a new Ipv6Prefix1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6Prefix1WithDefaults ¶

func NewIpv6Prefix1WithDefaults() *Ipv6Prefix1

NewIpv6Prefix1WithDefaults instantiates a new Ipv6Prefix1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (Ipv6Prefix1) MarshalJSON ¶

func (o Ipv6Prefix1) MarshalJSON() ([]byte, error)

func (Ipv6Prefix1) ToMap ¶

func (o Ipv6Prefix1) ToMap() (map[string]interface{}, error)

type Ipv6PrefixRange ¶

type Ipv6PrefixRange struct {
	Start *Ipv6Prefix1 `json:"start,omitempty"`
	End   *Ipv6Prefix1 `json:"end,omitempty"`
}

Ipv6PrefixRange Range of IPv6 prefixes

func NewIpv6PrefixRange ¶

func NewIpv6PrefixRange() *Ipv6PrefixRange

NewIpv6PrefixRange instantiates a new Ipv6PrefixRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewIpv6PrefixRangeWithDefaults ¶

func NewIpv6PrefixRangeWithDefaults() *Ipv6PrefixRange

NewIpv6PrefixRangeWithDefaults instantiates a new Ipv6PrefixRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Ipv6PrefixRange) GetEnd ¶

func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix1

GetEnd returns the End field value if set, zero value otherwise.

func (*Ipv6PrefixRange) GetEndOk ¶

func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix1, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv6PrefixRange) GetStart ¶

func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix1

GetStart returns the Start field value if set, zero value otherwise.

func (*Ipv6PrefixRange) GetStartOk ¶

func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix1, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Ipv6PrefixRange) HasEnd ¶

func (o *Ipv6PrefixRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*Ipv6PrefixRange) HasStart ¶

func (o *Ipv6PrefixRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (Ipv6PrefixRange) MarshalJSON ¶

func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error)

func (*Ipv6PrefixRange) SetEnd ¶

func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix1)

SetEnd gets a reference to the given Ipv6Prefix1 and assigns it to the End field.

func (*Ipv6PrefixRange) SetStart ¶

func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix1)

SetStart gets a reference to the given Ipv6Prefix1 and assigns it to the Start field.

func (Ipv6PrefixRange) ToMap ¶

func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error)

type 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 LmfFunctionSingle ¶

type LmfFunctionSingle struct {
	Top
	Attributes       *LmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EP_NLS           []EPNLSSingle                     `json:"EP_NLS,omitempty"`
}

LmfFunctionSingle struct for LmfFunctionSingle

func NewLmfFunctionSingle ¶

func NewLmfFunctionSingle(id NullableString) *LmfFunctionSingle

NewLmfFunctionSingle instantiates a new LmfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleWithDefaults ¶

func NewLmfFunctionSingleWithDefaults() *LmfFunctionSingle

NewLmfFunctionSingleWithDefaults instantiates a new LmfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetAttributesOk ¶

func (o *LmfFunctionSingle) GetAttributesOk() (*LmfFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingle) GetEP_NLS ¶

func (o *LmfFunctionSingle) GetEP_NLS() []EPNLSSingle

GetEP_NLS returns the EP_NLS field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetEP_NLSOk ¶

func (o *LmfFunctionSingle) GetEP_NLSOk() ([]EPNLSSingle, bool)

GetEP_NLSOk returns a tuple with the EP_NLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingle) GetManagedNFService ¶

func (o *LmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetManagedNFServiceOk ¶

func (o *LmfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingle) GetPerfMetricJob ¶

func (o *LmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetPerfMetricJobOk ¶

func (o *LmfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingle) GetThresholdMonitor ¶

func (o *LmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetThresholdMonitorOk ¶

func (o *LmfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingle) GetTraceJob ¶

func (o *LmfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*LmfFunctionSingle) GetTraceJobOk ¶

func (o *LmfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingle) HasAttributes ¶

func (o *LmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasEP_NLS ¶

func (o *LmfFunctionSingle) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasManagedNFService ¶

func (o *LmfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasPerfMetricJob ¶

func (o *LmfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasThresholdMonitor ¶

func (o *LmfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*LmfFunctionSingle) HasTraceJob ¶

func (o *LmfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (LmfFunctionSingle) MarshalJSON ¶

func (o LmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given LmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*LmfFunctionSingle) SetEP_NLS ¶

func (o *LmfFunctionSingle) SetEP_NLS(v []EPNLSSingle)

SetEP_NLS gets a reference to the given []EPNLSSingle and assigns it to the EP_NLS field.

func (*LmfFunctionSingle) SetManagedNFService ¶

func (o *LmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*LmfFunctionSingle) SetPerfMetricJob ¶

func (o *LmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*LmfFunctionSingle) SetThresholdMonitor ¶

func (o *LmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*LmfFunctionSingle) SetTraceJob ¶

func (o *LmfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (LmfFunctionSingle) ToMap ¶

func (o LmfFunctionSingle) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOf ¶

type LmfFunctionSingleAllOf struct {
	Attributes *LmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

LmfFunctionSingleAllOf struct for LmfFunctionSingleAllOf

func NewLmfFunctionSingleAllOf ¶

func NewLmfFunctionSingleAllOf() *LmfFunctionSingleAllOf

NewLmfFunctionSingleAllOf instantiates a new LmfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOfWithDefaults ¶

func NewLmfFunctionSingleAllOfWithDefaults() *LmfFunctionSingleAllOf

NewLmfFunctionSingleAllOfWithDefaults instantiates a new LmfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOf) HasAttributes ¶

func (o *LmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (LmfFunctionSingleAllOf) MarshalJSON ¶

func (o LmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given LmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (LmfFunctionSingleAllOf) ToMap ¶

func (o LmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOf1 ¶

type LmfFunctionSingleAllOf1 struct {
	EP_NLS []EPNLSSingle `json:"EP_NLS,omitempty"`
}

LmfFunctionSingleAllOf1 struct for LmfFunctionSingleAllOf1

func NewLmfFunctionSingleAllOf1 ¶

func NewLmfFunctionSingleAllOf1() *LmfFunctionSingleAllOf1

NewLmfFunctionSingleAllOf1 instantiates a new LmfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOf1WithDefaults ¶

func NewLmfFunctionSingleAllOf1WithDefaults() *LmfFunctionSingleAllOf1

NewLmfFunctionSingleAllOf1WithDefaults instantiates a new LmfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOf1) GetEP_NLS ¶

func (o *LmfFunctionSingleAllOf1) GetEP_NLS() []EPNLSSingle

GetEP_NLS returns the EP_NLS field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOf1) GetEP_NLSOk ¶

func (o *LmfFunctionSingleAllOf1) GetEP_NLSOk() ([]EPNLSSingle, bool)

GetEP_NLSOk returns a tuple with the EP_NLS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOf1) HasEP_NLS ¶

func (o *LmfFunctionSingleAllOf1) HasEP_NLS() bool

HasEP_NLS returns a boolean if a field has been set.

func (LmfFunctionSingleAllOf1) MarshalJSON ¶

func (o LmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOf1) SetEP_NLS ¶

func (o *LmfFunctionSingleAllOf1) SetEP_NLS(v []EPNLSSingle)

SetEP_NLS gets a reference to the given []EPNLSSingle and assigns it to the EP_NLS field.

func (LmfFunctionSingleAllOf1) ToMap ¶

func (o LmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOfAttributes ¶

type LmfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

LmfFunctionSingleAllOfAttributes struct for LmfFunctionSingleAllOfAttributes

func NewLmfFunctionSingleAllOfAttributes ¶

func NewLmfFunctionSingleAllOfAttributes() *LmfFunctionSingleAllOfAttributes

NewLmfFunctionSingleAllOfAttributes instantiates a new LmfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewLmfFunctionSingleAllOfAttributesWithDefaults() *LmfFunctionSingleAllOfAttributes

NewLmfFunctionSingleAllOfAttributesWithDefaults instantiates a new LmfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *LmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (LmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o LmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*LmfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*LmfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (LmfFunctionSingleAllOfAttributes) ToMap ¶

func (o LmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type LmfFunctionSingleAllOfAttributesAllOf ¶

type LmfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

LmfFunctionSingleAllOfAttributesAllOf struct for LmfFunctionSingleAllOfAttributesAllOf

func NewLmfFunctionSingleAllOfAttributesAllOf ¶

func NewLmfFunctionSingleAllOfAttributesAllOf() *LmfFunctionSingleAllOfAttributesAllOf

NewLmfFunctionSingleAllOfAttributesAllOf instantiates a new LmfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewLmfFunctionSingleAllOfAttributesAllOfWithDefaults() *LmfFunctionSingleAllOfAttributesAllOf

NewLmfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new LmfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LmfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*LmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (LmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o LmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*LmfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*LmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*LmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *LmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (LmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o LmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type LocalAddress ¶

type LocalAddress struct {
	AddressWithVlan *AddressWithVlan `json:"addressWithVlan,omitempty"`
	Port            *int32           `json:"port,omitempty"`
}

LocalAddress struct for LocalAddress

func NewLocalAddress ¶

func NewLocalAddress() *LocalAddress

NewLocalAddress instantiates a new LocalAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocalAddressWithDefaults ¶

func NewLocalAddressWithDefaults() *LocalAddress

NewLocalAddressWithDefaults instantiates a new LocalAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocalAddress) GetAddressWithVlan ¶

func (o *LocalAddress) GetAddressWithVlan() AddressWithVlan

GetAddressWithVlan returns the AddressWithVlan field value if set, zero value otherwise.

func (*LocalAddress) GetAddressWithVlanOk ¶

func (o *LocalAddress) GetAddressWithVlanOk() (*AddressWithVlan, bool)

GetAddressWithVlanOk returns a tuple with the AddressWithVlan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalAddress) GetPort ¶

func (o *LocalAddress) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*LocalAddress) GetPortOk ¶

func (o *LocalAddress) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalAddress) HasAddressWithVlan ¶

func (o *LocalAddress) HasAddressWithVlan() bool

HasAddressWithVlan returns a boolean if a field has been set.

func (*LocalAddress) HasPort ¶

func (o *LocalAddress) HasPort() bool

HasPort returns a boolean if a field has been set.

func (LocalAddress) MarshalJSON ¶

func (o LocalAddress) MarshalJSON() ([]byte, error)

func (*LocalAddress) SetAddressWithVlan ¶

func (o *LocalAddress) SetAddressWithVlan(v AddressWithVlan)

SetAddressWithVlan gets a reference to the given AddressWithVlan and assigns it to the AddressWithVlan field.

func (*LocalAddress) SetPort ¶

func (o *LocalAddress) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (LocalAddress) ToMap ¶

func (o LocalAddress) ToMap() (map[string]interface{}, error)

type LoggingDurationType ¶

type LoggingDurationType string

LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.

func NewLoggingDurationTypeFromValue ¶

func NewLoggingDurationTypeFromValue(v string) (*LoggingDurationType, error)

NewLoggingDurationTypeFromValue returns a pointer to a valid LoggingDurationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (LoggingDurationType) IsValid ¶

func (v LoggingDurationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (LoggingDurationType) Ptr ¶

Ptr returns reference to loggingDuration-Type value

func (*LoggingDurationType) UnmarshalJSON ¶

func (v *LoggingDurationType) UnmarshalJSON(src []byte) error

type LoggingIntervalType ¶

type LoggingIntervalType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

LoggingIntervalType See details in 3GPP TS 32.422 clause 5.10.8.

func NewLoggingIntervalType ¶

func NewLoggingIntervalType() *LoggingIntervalType

NewLoggingIntervalType instantiates a new LoggingIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLoggingIntervalTypeWithDefaults ¶

func NewLoggingIntervalTypeWithDefaults() *LoggingIntervalType

NewLoggingIntervalTypeWithDefaults instantiates a new LoggingIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LoggingIntervalType) GetLTE ¶

func (o *LoggingIntervalType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*LoggingIntervalType) GetLTEOk ¶

func (o *LoggingIntervalType) GetLTEOk() ([]string, bool)

GetLTEOk returns a tuple with the LTE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoggingIntervalType) GetNR ¶

func (o *LoggingIntervalType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*LoggingIntervalType) GetNROk ¶

func (o *LoggingIntervalType) GetNROk() ([]string, bool)

GetNROk returns a tuple with the NR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoggingIntervalType) GetUMTS ¶

func (o *LoggingIntervalType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*LoggingIntervalType) GetUMTSOk ¶

func (o *LoggingIntervalType) GetUMTSOk() ([]string, bool)

GetUMTSOk returns a tuple with the UMTS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LoggingIntervalType) HasLTE ¶

func (o *LoggingIntervalType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*LoggingIntervalType) HasNR ¶

func (o *LoggingIntervalType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*LoggingIntervalType) HasUMTS ¶

func (o *LoggingIntervalType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (LoggingIntervalType) MarshalJSON ¶

func (o LoggingIntervalType) MarshalJSON() ([]byte, error)

func (*LoggingIntervalType) SetLTE ¶

func (o *LoggingIntervalType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*LoggingIntervalType) SetNR ¶

func (o *LoggingIntervalType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*LoggingIntervalType) SetUMTS ¶

func (o *LoggingIntervalType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (LoggingIntervalType) ToMap ¶

func (o LoggingIntervalType) ToMap() (map[string]interface{}, error)

type ManagedElementAttr ¶

type ManagedElementAttr struct {
	DnPrefix                  *string                    `json:"dnPrefix,omitempty"`
	ManagedElementTypeList    []string                   `json:"managedElementTypeList,omitempty"`
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	LocationName              *string                    `json:"locationName,omitempty"`
	ManagedBy                 []string                   `json:"managedBy,omitempty"`
	VendorName                *string                    `json:"vendorName,omitempty"`
	UserDefinedState          *string                    `json:"userDefinedState,omitempty"`
	SwVersion                 *string                    `json:"swVersion,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

ManagedElementAttr struct for ManagedElementAttr

func NewManagedElementAttr ¶

func NewManagedElementAttr() *ManagedElementAttr

NewManagedElementAttr instantiates a new ManagedElementAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementAttrWithDefaults ¶

func NewManagedElementAttrWithDefaults() *ManagedElementAttr

NewManagedElementAttrWithDefaults instantiates a new ManagedElementAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementAttr) GetDnPrefix ¶

func (o *ManagedElementAttr) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*ManagedElementAttr) GetDnPrefixOk ¶

func (o *ManagedElementAttr) GetDnPrefixOk() (*string, bool)

GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetLocationName ¶

func (o *ManagedElementAttr) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*ManagedElementAttr) GetLocationNameOk ¶

func (o *ManagedElementAttr) GetLocationNameOk() (*string, bool)

GetLocationNameOk returns a tuple with the LocationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetManagedBy ¶

func (o *ManagedElementAttr) GetManagedBy() []string

GetManagedBy returns the ManagedBy field value if set, zero value otherwise.

func (*ManagedElementAttr) GetManagedByOk ¶

func (o *ManagedElementAttr) GetManagedByOk() ([]string, bool)

GetManagedByOk returns a tuple with the ManagedBy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetManagedElementTypeList ¶

func (o *ManagedElementAttr) GetManagedElementTypeList() []string

GetManagedElementTypeList returns the ManagedElementTypeList field value if set, zero value otherwise.

func (*ManagedElementAttr) GetManagedElementTypeListOk ¶

func (o *ManagedElementAttr) GetManagedElementTypeListOk() ([]string, bool)

GetManagedElementTypeListOk returns a tuple with the ManagedElementTypeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetPriorityLabel ¶

func (o *ManagedElementAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*ManagedElementAttr) GetPriorityLabelOk ¶

func (o *ManagedElementAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *ManagedElementAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetSupportedTraceMetrics ¶

func (o *ManagedElementAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSupportedTraceMetricsOk ¶

func (o *ManagedElementAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetSwVersion ¶

func (o *ManagedElementAttr) GetSwVersion() string

GetSwVersion returns the SwVersion field value if set, zero value otherwise.

func (*ManagedElementAttr) GetSwVersionOk ¶

func (o *ManagedElementAttr) GetSwVersionOk() (*string, bool)

GetSwVersionOk returns a tuple with the SwVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetUserDefinedState ¶

func (o *ManagedElementAttr) GetUserDefinedState() string

GetUserDefinedState returns the UserDefinedState field value if set, zero value otherwise.

func (*ManagedElementAttr) GetUserDefinedStateOk ¶

func (o *ManagedElementAttr) GetUserDefinedStateOk() (*string, bool)

GetUserDefinedStateOk returns a tuple with the UserDefinedState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetUserLabel ¶

func (o *ManagedElementAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagedElementAttr) GetUserLabelOk ¶

func (o *ManagedElementAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) GetVendorName ¶

func (o *ManagedElementAttr) GetVendorName() string

GetVendorName returns the VendorName field value if set, zero value otherwise.

func (*ManagedElementAttr) GetVendorNameOk ¶

func (o *ManagedElementAttr) GetVendorNameOk() (*string, bool)

GetVendorNameOk returns a tuple with the VendorName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementAttr) HasDnPrefix ¶

func (o *ManagedElementAttr) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (*ManagedElementAttr) HasLocationName ¶

func (o *ManagedElementAttr) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*ManagedElementAttr) HasManagedBy ¶

func (o *ManagedElementAttr) HasManagedBy() bool

HasManagedBy returns a boolean if a field has been set.

func (*ManagedElementAttr) HasManagedElementTypeList ¶

func (o *ManagedElementAttr) HasManagedElementTypeList() bool

HasManagedElementTypeList returns a boolean if a field has been set.

func (*ManagedElementAttr) HasPriorityLabel ¶

func (o *ManagedElementAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSupportedTraceMetrics ¶

func (o *ManagedElementAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*ManagedElementAttr) HasSwVersion ¶

func (o *ManagedElementAttr) HasSwVersion() bool

HasSwVersion returns a boolean if a field has been set.

func (*ManagedElementAttr) HasUserDefinedState ¶

func (o *ManagedElementAttr) HasUserDefinedState() bool

HasUserDefinedState returns a boolean if a field has been set.

func (*ManagedElementAttr) HasUserLabel ¶

func (o *ManagedElementAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (*ManagedElementAttr) HasVendorName ¶

func (o *ManagedElementAttr) HasVendorName() bool

HasVendorName returns a boolean if a field has been set.

func (ManagedElementAttr) MarshalJSON ¶

func (o ManagedElementAttr) MarshalJSON() ([]byte, error)

func (*ManagedElementAttr) SetDnPrefix ¶

func (o *ManagedElementAttr) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (*ManagedElementAttr) SetLocationName ¶

func (o *ManagedElementAttr) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*ManagedElementAttr) SetManagedBy ¶

func (o *ManagedElementAttr) SetManagedBy(v []string)

SetManagedBy gets a reference to the given []string and assigns it to the ManagedBy field.

func (*ManagedElementAttr) SetManagedElementTypeList ¶

func (o *ManagedElementAttr) SetManagedElementTypeList(v []string)

SetManagedElementTypeList gets a reference to the given []string and assigns it to the ManagedElementTypeList field.

func (*ManagedElementAttr) SetPriorityLabel ¶

func (o *ManagedElementAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*ManagedElementAttr) SetSupportedPerfMetricGroups ¶

func (o *ManagedElementAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*ManagedElementAttr) SetSupportedTraceMetrics ¶

func (o *ManagedElementAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*ManagedElementAttr) SetSwVersion ¶

func (o *ManagedElementAttr) SetSwVersion(v string)

SetSwVersion gets a reference to the given string and assigns it to the SwVersion field.

func (*ManagedElementAttr) SetUserDefinedState ¶

func (o *ManagedElementAttr) SetUserDefinedState(v string)

SetUserDefinedState gets a reference to the given string and assigns it to the UserDefinedState field.

func (*ManagedElementAttr) SetUserLabel ¶

func (o *ManagedElementAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (*ManagedElementAttr) SetVendorName ¶

func (o *ManagedElementAttr) SetVendorName(v string)

SetVendorName gets a reference to the given string and assigns it to the VendorName field.

func (ManagedElementAttr) ToMap ¶

func (o ManagedElementAttr) ToMap() (map[string]interface{}, error)

type ManagedElementNcO ¶

type ManagedElementNcO struct {
	MnsAgent               []MnsAgentSingle               `json:"MnsAgent,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle          `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle       `json:"ThresholdMonitor,omitempty"`
	TraceJob               []TraceJobSingle               `json:"TraceJob,omitempty"`
	NtfSubscriptionControl []NtfSubscriptionControlSingle `json:"NtfSubscriptionControl,omitempty"`
	AlarmList              *AlarmListSingle               `json:"AlarmList,omitempty"`
	FileDownloadJob        []FileDownloadJobSingle        `json:"FileDownloadJob,omitempty"`
	Files                  []FilesSingle                  `json:"Files,omitempty"`
}

ManagedElementNcO struct for ManagedElementNcO

func NewManagedElementNcO ¶

func NewManagedElementNcO() *ManagedElementNcO

NewManagedElementNcO instantiates a new ManagedElementNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementNcOWithDefaults ¶

func NewManagedElementNcOWithDefaults() *ManagedElementNcO

NewManagedElementNcOWithDefaults instantiates a new ManagedElementNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementNcO) GetAlarmList ¶

func (o *ManagedElementNcO) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementNcO) GetAlarmListOk ¶

func (o *ManagedElementNcO) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetFileDownloadJob ¶

func (o *ManagedElementNcO) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementNcO) GetFileDownloadJobOk ¶

func (o *ManagedElementNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetFiles ¶

func (o *ManagedElementNcO) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementNcO) GetFilesOk ¶

func (o *ManagedElementNcO) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetMnsAgent ¶

func (o *ManagedElementNcO) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementNcO) GetMnsAgentOk ¶

func (o *ManagedElementNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetNtfSubscriptionControl ¶

func (o *ManagedElementNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementNcO) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetPerfMetricJob ¶

func (o *ManagedElementNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementNcO) GetPerfMetricJobOk ¶

func (o *ManagedElementNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetThresholdMonitor ¶

func (o *ManagedElementNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementNcO) GetThresholdMonitorOk ¶

func (o *ManagedElementNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) GetTraceJob ¶

func (o *ManagedElementNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementNcO) GetTraceJobOk ¶

func (o *ManagedElementNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementNcO) HasAlarmList ¶

func (o *ManagedElementNcO) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementNcO) HasFileDownloadJob ¶

func (o *ManagedElementNcO) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementNcO) HasFiles ¶

func (o *ManagedElementNcO) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementNcO) HasMnsAgent ¶

func (o *ManagedElementNcO) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementNcO) HasNtfSubscriptionControl ¶

func (o *ManagedElementNcO) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementNcO) HasPerfMetricJob ¶

func (o *ManagedElementNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementNcO) HasThresholdMonitor ¶

func (o *ManagedElementNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementNcO) HasTraceJob ¶

func (o *ManagedElementNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedElementNcO) MarshalJSON ¶

func (o ManagedElementNcO) MarshalJSON() ([]byte, error)

func (*ManagedElementNcO) SetAlarmList ¶

func (o *ManagedElementNcO) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementNcO) SetFileDownloadJob ¶

func (o *ManagedElementNcO) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementNcO) SetFiles ¶

func (o *ManagedElementNcO) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementNcO) SetMnsAgent ¶

func (o *ManagedElementNcO) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementNcO) SetNtfSubscriptionControl ¶

func (o *ManagedElementNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementNcO) SetPerfMetricJob ¶

func (o *ManagedElementNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementNcO) SetThresholdMonitor ¶

func (o *ManagedElementNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementNcO) SetTraceJob ¶

func (o *ManagedElementNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedElementNcO) ToMap ¶

func (o ManagedElementNcO) ToMap() (map[string]interface{}, error)

type ManagedElementSingle ¶

type ManagedElementSingle struct {
	Top
	Attributes             *ManagedElementSingleAllOfAttributes `json:"attributes,omitempty"`
	MnsAgent               []MnsAgentSingle                     `json:"MnsAgent,omitempty"`
	PerfMetricJob          []PerfMetricJobSingle                `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor       []ThresholdMonitorSingle             `json:"ThresholdMonitor,omitempty"`
	TraceJob               []TraceJobSingle                     `json:"TraceJob,omitempty"`
	NtfSubscriptionControl []NtfSubscriptionControlSingle       `json:"NtfSubscriptionControl,omitempty"`
	AlarmList              *AlarmListSingle                     `json:"AlarmList,omitempty"`
	FileDownloadJob        []FileDownloadJobSingle              `json:"FileDownloadJob,omitempty"`
	Files                  []FilesSingle                        `json:"Files,omitempty"`
	AmfFunction            []AmfFunctionSingle                  `json:"AmfFunction,omitempty"`
	SmfFunction            []SmfFunctionSingle                  `json:"SmfFunction,omitempty"`
	UpfFunction            []UpfFunctionSingle                  `json:"UpfFunction,omitempty"`
	N3iwfFunction          []N3iwfFunctionSingle                `json:"N3iwfFunction,omitempty"`
	PcfFunction            []PcfFunctionSingle                  `json:"PcfFunction,omitempty"`
	AusfFunction           []AusfFunctionSingle                 `json:"AusfFunction,omitempty"`
	UdmFunction            []UdmFunctionSingle                  `json:"UdmFunction,omitempty"`
	UdrFunction            []UdrFunctionSingle                  `json:"UdrFunction,omitempty"`
	UdsfFunction           []UdsfFunctionSingle                 `json:"UdsfFunction,omitempty"`
	NrfFunction            []NrfFunctionSingle                  `json:"NrfFunction,omitempty"`
	NssfFunction           []NssfFunctionSingle                 `json:"NssfFunction,omitempty"`
	SmsfFunction           []SmsfFunctionSingle                 `json:"SmsfFunction,omitempty"`
	LmfFunction            []LmfFunctionSingle                  `json:"LmfFunction,omitempty"`
	NgeirFunction          []NgeirFunctionSingle                `json:"NgeirFunction,omitempty"`
	SeppFunction           []SeppFunctionSingle                 `json:"SeppFunction,omitempty"`
	NwdafFunction          []NwdafFunctionSingle                `json:"NwdafFunction,omitempty"`
	ScpFunction            []ScpFunctionSingle                  `json:"ScpFunction,omitempty"`
	NefFunction            []NefFunctionSingle                  `json:"NefFunction,omitempty"`
	Configurable5QISet     []Configurable5QISetSingle           `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet          []Dynamic5QISetSingle                `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo      []EcmConnectionInfoSingle            `json:"EcmConnectionInfo,omitempty"`
	EASDFFunction          []EASDFFunctionSingle                `json:"EASDFFunction,omitempty"`
}

ManagedElementSingle struct for ManagedElementSingle

func NewManagedElementSingle ¶

func NewManagedElementSingle(id NullableString) *ManagedElementSingle

NewManagedElementSingle instantiates a new ManagedElementSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingleWithDefaults ¶

func NewManagedElementSingleWithDefaults() *ManagedElementSingle

NewManagedElementSingleWithDefaults instantiates a new ManagedElementSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingle) GetAlarmList ¶

func (o *ManagedElementSingle) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*ManagedElementSingle) GetAlarmListOk ¶

func (o *ManagedElementSingle) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetAmfFunction ¶

func (o *ManagedElementSingle) GetAmfFunction() []AmfFunctionSingle

GetAmfFunction returns the AmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetAmfFunctionOk ¶

func (o *ManagedElementSingle) GetAmfFunctionOk() ([]AmfFunctionSingle, bool)

GetAmfFunctionOk returns a tuple with the AmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetAusfFunction ¶

func (o *ManagedElementSingle) GetAusfFunction() []AusfFunctionSingle

GetAusfFunction returns the AusfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetAusfFunctionOk ¶

func (o *ManagedElementSingle) GetAusfFunctionOk() ([]AusfFunctionSingle, bool)

GetAusfFunctionOk returns a tuple with the AusfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetConfigurable5QISet ¶

func (o *ManagedElementSingle) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetDynamic5QISet ¶

func (o *ManagedElementSingle) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingle) GetDynamic5QISetOk ¶

func (o *ManagedElementSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetEASDFFunction ¶

func (o *ManagedElementSingle) GetEASDFFunction() []EASDFFunctionSingle

GetEASDFFunction returns the EASDFFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetEASDFFunctionOk ¶

func (o *ManagedElementSingle) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool)

GetEASDFFunctionOk returns a tuple with the EASDFFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetEcmConnectionInfo ¶

func (o *ManagedElementSingle) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*ManagedElementSingle) GetEcmConnectionInfoOk ¶

func (o *ManagedElementSingle) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetFileDownloadJob ¶

func (o *ManagedElementSingle) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*ManagedElementSingle) GetFileDownloadJobOk ¶

func (o *ManagedElementSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetFiles ¶

func (o *ManagedElementSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*ManagedElementSingle) GetFilesOk ¶

func (o *ManagedElementSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetLmfFunction ¶

func (o *ManagedElementSingle) GetLmfFunction() []LmfFunctionSingle

GetLmfFunction returns the LmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetLmfFunctionOk ¶

func (o *ManagedElementSingle) GetLmfFunctionOk() ([]LmfFunctionSingle, bool)

GetLmfFunctionOk returns a tuple with the LmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetMnsAgent ¶

func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagedElementSingle) GetMnsAgentOk ¶

func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetN3iwfFunction ¶

func (o *ManagedElementSingle) GetN3iwfFunction() []N3iwfFunctionSingle

GetN3iwfFunction returns the N3iwfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetN3iwfFunctionOk ¶

func (o *ManagedElementSingle) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool)

GetN3iwfFunctionOk returns a tuple with the N3iwfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetNefFunction ¶

func (o *ManagedElementSingle) GetNefFunction() []NefFunctionSingle

GetNefFunction returns the NefFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNefFunctionOk ¶

func (o *ManagedElementSingle) GetNefFunctionOk() ([]NefFunctionSingle, bool)

GetNefFunctionOk returns a tuple with the NefFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetNgeirFunction ¶

func (o *ManagedElementSingle) GetNgeirFunction() []NgeirFunctionSingle

GetNgeirFunction returns the NgeirFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNgeirFunctionOk ¶

func (o *ManagedElementSingle) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool)

GetNgeirFunctionOk returns a tuple with the NgeirFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetNrfFunction ¶

func (o *ManagedElementSingle) GetNrfFunction() []NrfFunctionSingle

GetNrfFunction returns the NrfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNrfFunctionOk ¶

func (o *ManagedElementSingle) GetNrfFunctionOk() ([]NrfFunctionSingle, bool)

GetNrfFunctionOk returns a tuple with the NrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetNssfFunction ¶

func (o *ManagedElementSingle) GetNssfFunction() []NssfFunctionSingle

GetNssfFunction returns the NssfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNssfFunctionOk ¶

func (o *ManagedElementSingle) GetNssfFunctionOk() ([]NssfFunctionSingle, bool)

GetNssfFunctionOk returns a tuple with the NssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetNtfSubscriptionControl ¶

func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNtfSubscriptionControlOk ¶

func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetNwdafFunction ¶

func (o *ManagedElementSingle) GetNwdafFunction() []NwdafFunctionSingle

GetNwdafFunction returns the NwdafFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetNwdafFunctionOk ¶

func (o *ManagedElementSingle) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool)

GetNwdafFunctionOk returns a tuple with the NwdafFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetPcfFunction ¶

func (o *ManagedElementSingle) GetPcfFunction() []PcfFunctionSingle

GetPcfFunction returns the PcfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetPcfFunctionOk ¶

func (o *ManagedElementSingle) GetPcfFunctionOk() ([]PcfFunctionSingle, bool)

GetPcfFunctionOk returns a tuple with the PcfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetPerfMetricJob ¶

func (o *ManagedElementSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedElementSingle) GetPerfMetricJobOk ¶

func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetScpFunction ¶

func (o *ManagedElementSingle) GetScpFunction() []ScpFunctionSingle

GetScpFunction returns the ScpFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetScpFunctionOk ¶

func (o *ManagedElementSingle) GetScpFunctionOk() ([]ScpFunctionSingle, bool)

GetScpFunctionOk returns a tuple with the ScpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetSeppFunction ¶

func (o *ManagedElementSingle) GetSeppFunction() []SeppFunctionSingle

GetSeppFunction returns the SeppFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetSeppFunctionOk ¶

func (o *ManagedElementSingle) GetSeppFunctionOk() ([]SeppFunctionSingle, bool)

GetSeppFunctionOk returns a tuple with the SeppFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetSmfFunction ¶

func (o *ManagedElementSingle) GetSmfFunction() []SmfFunctionSingle

GetSmfFunction returns the SmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetSmfFunctionOk ¶

func (o *ManagedElementSingle) GetSmfFunctionOk() ([]SmfFunctionSingle, bool)

GetSmfFunctionOk returns a tuple with the SmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetSmsfFunction ¶

func (o *ManagedElementSingle) GetSmsfFunction() []SmsfFunctionSingle

GetSmsfFunction returns the SmsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetSmsfFunctionOk ¶

func (o *ManagedElementSingle) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool)

GetSmsfFunctionOk returns a tuple with the SmsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetThresholdMonitor ¶

func (o *ManagedElementSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedElementSingle) GetThresholdMonitorOk ¶

func (o *ManagedElementSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetTraceJob ¶

func (o *ManagedElementSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedElementSingle) GetTraceJobOk ¶

func (o *ManagedElementSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetUdmFunction ¶

func (o *ManagedElementSingle) GetUdmFunction() []UdmFunctionSingle

GetUdmFunction returns the UdmFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetUdmFunctionOk ¶

func (o *ManagedElementSingle) GetUdmFunctionOk() ([]UdmFunctionSingle, bool)

GetUdmFunctionOk returns a tuple with the UdmFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetUdrFunction ¶

func (o *ManagedElementSingle) GetUdrFunction() []UdrFunctionSingle

GetUdrFunction returns the UdrFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetUdrFunctionOk ¶

func (o *ManagedElementSingle) GetUdrFunctionOk() ([]UdrFunctionSingle, bool)

GetUdrFunctionOk returns a tuple with the UdrFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetUdsfFunction ¶

func (o *ManagedElementSingle) GetUdsfFunction() []UdsfFunctionSingle

GetUdsfFunction returns the UdsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetUdsfFunctionOk ¶

func (o *ManagedElementSingle) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool)

GetUdsfFunctionOk returns a tuple with the UdsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) GetUpfFunction ¶

func (o *ManagedElementSingle) GetUpfFunction() []UpfFunctionSingle

GetUpfFunction returns the UpfFunction field value if set, zero value otherwise.

func (*ManagedElementSingle) GetUpfFunctionOk ¶

func (o *ManagedElementSingle) GetUpfFunctionOk() ([]UpfFunctionSingle, bool)

GetUpfFunctionOk returns a tuple with the UpfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingle) HasAlarmList ¶

func (o *ManagedElementSingle) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*ManagedElementSingle) HasAmfFunction ¶

func (o *ManagedElementSingle) HasAmfFunction() bool

HasAmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasAttributes ¶

func (o *ManagedElementSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagedElementSingle) HasAusfFunction ¶

func (o *ManagedElementSingle) HasAusfFunction() bool

HasAusfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasConfigurable5QISet ¶

func (o *ManagedElementSingle) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle) HasDynamic5QISet ¶

func (o *ManagedElementSingle) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingle) HasEASDFFunction ¶

func (o *ManagedElementSingle) HasEASDFFunction() bool

HasEASDFFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasEcmConnectionInfo ¶

func (o *ManagedElementSingle) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*ManagedElementSingle) HasFileDownloadJob ¶

func (o *ManagedElementSingle) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*ManagedElementSingle) HasFiles ¶

func (o *ManagedElementSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*ManagedElementSingle) HasLmfFunction ¶

func (o *ManagedElementSingle) HasLmfFunction() bool

HasLmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasMnsAgent ¶

func (o *ManagedElementSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*ManagedElementSingle) HasN3iwfFunction ¶

func (o *ManagedElementSingle) HasN3iwfFunction() bool

HasN3iwfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNefFunction ¶

func (o *ManagedElementSingle) HasNefFunction() bool

HasNefFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNgeirFunction ¶

func (o *ManagedElementSingle) HasNgeirFunction() bool

HasNgeirFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNrfFunction ¶

func (o *ManagedElementSingle) HasNrfFunction() bool

HasNrfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNssfFunction ¶

func (o *ManagedElementSingle) HasNssfFunction() bool

HasNssfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNtfSubscriptionControl ¶

func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*ManagedElementSingle) HasNwdafFunction ¶

func (o *ManagedElementSingle) HasNwdafFunction() bool

HasNwdafFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasPcfFunction ¶

func (o *ManagedElementSingle) HasPcfFunction() bool

HasPcfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasPerfMetricJob ¶

func (o *ManagedElementSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedElementSingle) HasScpFunction ¶

func (o *ManagedElementSingle) HasScpFunction() bool

HasScpFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasSeppFunction ¶

func (o *ManagedElementSingle) HasSeppFunction() bool

HasSeppFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasSmfFunction ¶

func (o *ManagedElementSingle) HasSmfFunction() bool

HasSmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasSmsfFunction ¶

func (o *ManagedElementSingle) HasSmsfFunction() bool

HasSmsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasThresholdMonitor ¶

func (o *ManagedElementSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedElementSingle) HasTraceJob ¶

func (o *ManagedElementSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (*ManagedElementSingle) HasUdmFunction ¶

func (o *ManagedElementSingle) HasUdmFunction() bool

HasUdmFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasUdrFunction ¶

func (o *ManagedElementSingle) HasUdrFunction() bool

HasUdrFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasUdsfFunction ¶

func (o *ManagedElementSingle) HasUdsfFunction() bool

HasUdsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingle) HasUpfFunction ¶

func (o *ManagedElementSingle) HasUpfFunction() bool

HasUpfFunction returns a boolean if a field has been set.

func (ManagedElementSingle) MarshalJSON ¶

func (o ManagedElementSingle) MarshalJSON() ([]byte, error)

func (*ManagedElementSingle) SetAlarmList ¶

func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*ManagedElementSingle) SetAmfFunction ¶

func (o *ManagedElementSingle) SetAmfFunction(v []AmfFunctionSingle)

SetAmfFunction gets a reference to the given []AmfFunctionSingle and assigns it to the AmfFunction field.

func (*ManagedElementSingle) SetAttributes ¶

SetAttributes gets a reference to the given ManagedElementSingleAllOfAttributes and assigns it to the Attributes field.

func (*ManagedElementSingle) SetAusfFunction ¶

func (o *ManagedElementSingle) SetAusfFunction(v []AusfFunctionSingle)

SetAusfFunction gets a reference to the given []AusfFunctionSingle and assigns it to the AusfFunction field.

func (*ManagedElementSingle) SetConfigurable5QISet ¶

func (o *ManagedElementSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingle) SetDynamic5QISet ¶

func (o *ManagedElementSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingle) SetEASDFFunction ¶

func (o *ManagedElementSingle) SetEASDFFunction(v []EASDFFunctionSingle)

SetEASDFFunction gets a reference to the given []EASDFFunctionSingle and assigns it to the EASDFFunction field.

func (*ManagedElementSingle) SetEcmConnectionInfo ¶

func (o *ManagedElementSingle) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*ManagedElementSingle) SetFileDownloadJob ¶

func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*ManagedElementSingle) SetFiles ¶

func (o *ManagedElementSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*ManagedElementSingle) SetLmfFunction ¶

func (o *ManagedElementSingle) SetLmfFunction(v []LmfFunctionSingle)

SetLmfFunction gets a reference to the given []LmfFunctionSingle and assigns it to the LmfFunction field.

func (*ManagedElementSingle) SetMnsAgent ¶

func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*ManagedElementSingle) SetN3iwfFunction ¶

func (o *ManagedElementSingle) SetN3iwfFunction(v []N3iwfFunctionSingle)

SetN3iwfFunction gets a reference to the given []N3iwfFunctionSingle and assigns it to the N3iwfFunction field.

func (*ManagedElementSingle) SetNefFunction ¶

func (o *ManagedElementSingle) SetNefFunction(v []NefFunctionSingle)

SetNefFunction gets a reference to the given []NefFunctionSingle and assigns it to the NefFunction field.

func (*ManagedElementSingle) SetNgeirFunction ¶

func (o *ManagedElementSingle) SetNgeirFunction(v []NgeirFunctionSingle)

SetNgeirFunction gets a reference to the given []NgeirFunctionSingle and assigns it to the NgeirFunction field.

func (*ManagedElementSingle) SetNrfFunction ¶

func (o *ManagedElementSingle) SetNrfFunction(v []NrfFunctionSingle)

SetNrfFunction gets a reference to the given []NrfFunctionSingle and assigns it to the NrfFunction field.

func (*ManagedElementSingle) SetNssfFunction ¶

func (o *ManagedElementSingle) SetNssfFunction(v []NssfFunctionSingle)

SetNssfFunction gets a reference to the given []NssfFunctionSingle and assigns it to the NssfFunction field.

func (*ManagedElementSingle) SetNtfSubscriptionControl ¶

func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*ManagedElementSingle) SetNwdafFunction ¶

func (o *ManagedElementSingle) SetNwdafFunction(v []NwdafFunctionSingle)

SetNwdafFunction gets a reference to the given []NwdafFunctionSingle and assigns it to the NwdafFunction field.

func (*ManagedElementSingle) SetPcfFunction ¶

func (o *ManagedElementSingle) SetPcfFunction(v []PcfFunctionSingle)

SetPcfFunction gets a reference to the given []PcfFunctionSingle and assigns it to the PcfFunction field.

func (*ManagedElementSingle) SetPerfMetricJob ¶

func (o *ManagedElementSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedElementSingle) SetScpFunction ¶

func (o *ManagedElementSingle) SetScpFunction(v []ScpFunctionSingle)

SetScpFunction gets a reference to the given []ScpFunctionSingle and assigns it to the ScpFunction field.

func (*ManagedElementSingle) SetSeppFunction ¶

func (o *ManagedElementSingle) SetSeppFunction(v []SeppFunctionSingle)

SetSeppFunction gets a reference to the given []SeppFunctionSingle and assigns it to the SeppFunction field.

func (*ManagedElementSingle) SetSmfFunction ¶

func (o *ManagedElementSingle) SetSmfFunction(v []SmfFunctionSingle)

SetSmfFunction gets a reference to the given []SmfFunctionSingle and assigns it to the SmfFunction field.

func (*ManagedElementSingle) SetSmsfFunction ¶

func (o *ManagedElementSingle) SetSmsfFunction(v []SmsfFunctionSingle)

SetSmsfFunction gets a reference to the given []SmsfFunctionSingle and assigns it to the SmsfFunction field.

func (*ManagedElementSingle) SetThresholdMonitor ¶

func (o *ManagedElementSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedElementSingle) SetTraceJob ¶

func (o *ManagedElementSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (*ManagedElementSingle) SetUdmFunction ¶

func (o *ManagedElementSingle) SetUdmFunction(v []UdmFunctionSingle)

SetUdmFunction gets a reference to the given []UdmFunctionSingle and assigns it to the UdmFunction field.

func (*ManagedElementSingle) SetUdrFunction ¶

func (o *ManagedElementSingle) SetUdrFunction(v []UdrFunctionSingle)

SetUdrFunction gets a reference to the given []UdrFunctionSingle and assigns it to the UdrFunction field.

func (*ManagedElementSingle) SetUdsfFunction ¶

func (o *ManagedElementSingle) SetUdsfFunction(v []UdsfFunctionSingle)

SetUdsfFunction gets a reference to the given []UdsfFunctionSingle and assigns it to the UdsfFunction field.

func (*ManagedElementSingle) SetUpfFunction ¶

func (o *ManagedElementSingle) SetUpfFunction(v []UpfFunctionSingle)

SetUpfFunction gets a reference to the given []UpfFunctionSingle and assigns it to the UpfFunction field.

func (ManagedElementSingle) ToMap ¶

func (o ManagedElementSingle) ToMap() (map[string]interface{}, error)

type ManagedElementSingleAllOf ¶

type ManagedElementSingleAllOf struct {
	Attributes *ManagedElementSingleAllOfAttributes `json:"attributes,omitempty"`
}

ManagedElementSingleAllOf struct for ManagedElementSingleAllOf

func NewManagedElementSingleAllOf ¶

func NewManagedElementSingleAllOf() *ManagedElementSingleAllOf

NewManagedElementSingleAllOf instantiates a new ManagedElementSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingleAllOfWithDefaults ¶

func NewManagedElementSingleAllOfWithDefaults() *ManagedElementSingleAllOf

NewManagedElementSingleAllOfWithDefaults instantiates a new ManagedElementSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf) HasAttributes ¶

func (o *ManagedElementSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagedElementSingleAllOf) MarshalJSON ¶

func (o ManagedElementSingleAllOf) MarshalJSON() ([]byte, error)

func (*ManagedElementSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ManagedElementSingleAllOfAttributes and assigns it to the Attributes field.

func (ManagedElementSingleAllOf) ToMap ¶

func (o ManagedElementSingleAllOf) ToMap() (map[string]interface{}, error)

type ManagedElementSingleAllOf1 ¶

type ManagedElementSingleAllOf1 struct {
	AmfFunction        []AmfFunctionSingle        `json:"AmfFunction,omitempty"`
	SmfFunction        []SmfFunctionSingle        `json:"SmfFunction,omitempty"`
	UpfFunction        []UpfFunctionSingle        `json:"UpfFunction,omitempty"`
	N3iwfFunction      []N3iwfFunctionSingle      `json:"N3iwfFunction,omitempty"`
	PcfFunction        []PcfFunctionSingle        `json:"PcfFunction,omitempty"`
	AusfFunction       []AusfFunctionSingle       `json:"AusfFunction,omitempty"`
	UdmFunction        []UdmFunctionSingle        `json:"UdmFunction,omitempty"`
	UdrFunction        []UdrFunctionSingle        `json:"UdrFunction,omitempty"`
	UdsfFunction       []UdsfFunctionSingle       `json:"UdsfFunction,omitempty"`
	NrfFunction        []NrfFunctionSingle        `json:"NrfFunction,omitempty"`
	NssfFunction       []NssfFunctionSingle       `json:"NssfFunction,omitempty"`
	SmsfFunction       []SmsfFunctionSingle       `json:"SmsfFunction,omitempty"`
	LmfFunction        []LmfFunctionSingle        `json:"LmfFunction,omitempty"`
	NgeirFunction      []NgeirFunctionSingle      `json:"NgeirFunction,omitempty"`
	SeppFunction       []SeppFunctionSingle       `json:"SeppFunction,omitempty"`
	NwdafFunction      []NwdafFunctionSingle      `json:"NwdafFunction,omitempty"`
	ScpFunction        []ScpFunctionSingle        `json:"ScpFunction,omitempty"`
	NefFunction        []NefFunctionSingle        `json:"NefFunction,omitempty"`
	Configurable5QISet []Configurable5QISetSingle `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet      []Dynamic5QISetSingle      `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo  []EcmConnectionInfoSingle  `json:"EcmConnectionInfo,omitempty"`
	EASDFFunction      []EASDFFunctionSingle      `json:"EASDFFunction,omitempty"`
}

ManagedElementSingleAllOf1 struct for ManagedElementSingleAllOf1

func NewManagedElementSingleAllOf1 ¶

func NewManagedElementSingleAllOf1() *ManagedElementSingleAllOf1

NewManagedElementSingleAllOf1 instantiates a new ManagedElementSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingleAllOf1WithDefaults ¶

func NewManagedElementSingleAllOf1WithDefaults() *ManagedElementSingleAllOf1

NewManagedElementSingleAllOf1WithDefaults instantiates a new ManagedElementSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedElementSingleAllOf1) GetAmfFunction ¶

func (o *ManagedElementSingleAllOf1) GetAmfFunction() []AmfFunctionSingle

GetAmfFunction returns the AmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetAmfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetAmfFunctionOk() ([]AmfFunctionSingle, bool)

GetAmfFunctionOk returns a tuple with the AmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetAusfFunction ¶

func (o *ManagedElementSingleAllOf1) GetAusfFunction() []AusfFunctionSingle

GetAusfFunction returns the AusfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetAusfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetAusfFunctionOk() ([]AusfFunctionSingle, bool)

GetAusfFunctionOk returns a tuple with the AusfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetConfigurable5QISetOk ¶

func (o *ManagedElementSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetDynamic5QISetOk ¶

func (o *ManagedElementSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetEASDFFunction ¶

func (o *ManagedElementSingleAllOf1) GetEASDFFunction() []EASDFFunctionSingle

GetEASDFFunction returns the EASDFFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetEASDFFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool)

GetEASDFFunctionOk returns a tuple with the EASDFFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetEcmConnectionInfo ¶

func (o *ManagedElementSingleAllOf1) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetEcmConnectionInfoOk ¶

func (o *ManagedElementSingleAllOf1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetLmfFunction ¶

func (o *ManagedElementSingleAllOf1) GetLmfFunction() []LmfFunctionSingle

GetLmfFunction returns the LmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetLmfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetLmfFunctionOk() ([]LmfFunctionSingle, bool)

GetLmfFunctionOk returns a tuple with the LmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetN3iwfFunction ¶

func (o *ManagedElementSingleAllOf1) GetN3iwfFunction() []N3iwfFunctionSingle

GetN3iwfFunction returns the N3iwfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetN3iwfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool)

GetN3iwfFunctionOk returns a tuple with the N3iwfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetNefFunction ¶

func (o *ManagedElementSingleAllOf1) GetNefFunction() []NefFunctionSingle

GetNefFunction returns the NefFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetNefFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetNefFunctionOk() ([]NefFunctionSingle, bool)

GetNefFunctionOk returns a tuple with the NefFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetNgeirFunction ¶

func (o *ManagedElementSingleAllOf1) GetNgeirFunction() []NgeirFunctionSingle

GetNgeirFunction returns the NgeirFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetNgeirFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool)

GetNgeirFunctionOk returns a tuple with the NgeirFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetNrfFunction ¶

func (o *ManagedElementSingleAllOf1) GetNrfFunction() []NrfFunctionSingle

GetNrfFunction returns the NrfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetNrfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetNrfFunctionOk() ([]NrfFunctionSingle, bool)

GetNrfFunctionOk returns a tuple with the NrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetNssfFunction ¶

func (o *ManagedElementSingleAllOf1) GetNssfFunction() []NssfFunctionSingle

GetNssfFunction returns the NssfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetNssfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetNssfFunctionOk() ([]NssfFunctionSingle, bool)

GetNssfFunctionOk returns a tuple with the NssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetNwdafFunction ¶

func (o *ManagedElementSingleAllOf1) GetNwdafFunction() []NwdafFunctionSingle

GetNwdafFunction returns the NwdafFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetNwdafFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool)

GetNwdafFunctionOk returns a tuple with the NwdafFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetPcfFunction ¶

func (o *ManagedElementSingleAllOf1) GetPcfFunction() []PcfFunctionSingle

GetPcfFunction returns the PcfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetPcfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetPcfFunctionOk() ([]PcfFunctionSingle, bool)

GetPcfFunctionOk returns a tuple with the PcfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetScpFunction ¶

func (o *ManagedElementSingleAllOf1) GetScpFunction() []ScpFunctionSingle

GetScpFunction returns the ScpFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetScpFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetScpFunctionOk() ([]ScpFunctionSingle, bool)

GetScpFunctionOk returns a tuple with the ScpFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetSeppFunction ¶

func (o *ManagedElementSingleAllOf1) GetSeppFunction() []SeppFunctionSingle

GetSeppFunction returns the SeppFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetSeppFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetSeppFunctionOk() ([]SeppFunctionSingle, bool)

GetSeppFunctionOk returns a tuple with the SeppFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetSmfFunction ¶

func (o *ManagedElementSingleAllOf1) GetSmfFunction() []SmfFunctionSingle

GetSmfFunction returns the SmfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetSmfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetSmfFunctionOk() ([]SmfFunctionSingle, bool)

GetSmfFunctionOk returns a tuple with the SmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetSmsfFunction ¶

func (o *ManagedElementSingleAllOf1) GetSmsfFunction() []SmsfFunctionSingle

GetSmsfFunction returns the SmsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetSmsfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool)

GetSmsfFunctionOk returns a tuple with the SmsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetUdmFunction ¶

func (o *ManagedElementSingleAllOf1) GetUdmFunction() []UdmFunctionSingle

GetUdmFunction returns the UdmFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetUdmFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetUdmFunctionOk() ([]UdmFunctionSingle, bool)

GetUdmFunctionOk returns a tuple with the UdmFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetUdrFunction ¶

func (o *ManagedElementSingleAllOf1) GetUdrFunction() []UdrFunctionSingle

GetUdrFunction returns the UdrFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetUdrFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetUdrFunctionOk() ([]UdrFunctionSingle, bool)

GetUdrFunctionOk returns a tuple with the UdrFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetUdsfFunction ¶

func (o *ManagedElementSingleAllOf1) GetUdsfFunction() []UdsfFunctionSingle

GetUdsfFunction returns the UdsfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetUdsfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool)

GetUdsfFunctionOk returns a tuple with the UdsfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) GetUpfFunction ¶

func (o *ManagedElementSingleAllOf1) GetUpfFunction() []UpfFunctionSingle

GetUpfFunction returns the UpfFunction field value if set, zero value otherwise.

func (*ManagedElementSingleAllOf1) GetUpfFunctionOk ¶

func (o *ManagedElementSingleAllOf1) GetUpfFunctionOk() ([]UpfFunctionSingle, bool)

GetUpfFunctionOk returns a tuple with the UpfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedElementSingleAllOf1) HasAmfFunction ¶

func (o *ManagedElementSingleAllOf1) HasAmfFunction() bool

HasAmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasAusfFunction ¶

func (o *ManagedElementSingleAllOf1) HasAusfFunction() bool

HasAusfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasEASDFFunction ¶

func (o *ManagedElementSingleAllOf1) HasEASDFFunction() bool

HasEASDFFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasEcmConnectionInfo ¶

func (o *ManagedElementSingleAllOf1) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasLmfFunction ¶

func (o *ManagedElementSingleAllOf1) HasLmfFunction() bool

HasLmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasN3iwfFunction ¶

func (o *ManagedElementSingleAllOf1) HasN3iwfFunction() bool

HasN3iwfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasNefFunction ¶

func (o *ManagedElementSingleAllOf1) HasNefFunction() bool

HasNefFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasNgeirFunction ¶

func (o *ManagedElementSingleAllOf1) HasNgeirFunction() bool

HasNgeirFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasNrfFunction ¶

func (o *ManagedElementSingleAllOf1) HasNrfFunction() bool

HasNrfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasNssfFunction ¶

func (o *ManagedElementSingleAllOf1) HasNssfFunction() bool

HasNssfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasNwdafFunction ¶

func (o *ManagedElementSingleAllOf1) HasNwdafFunction() bool

HasNwdafFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasPcfFunction ¶

func (o *ManagedElementSingleAllOf1) HasPcfFunction() bool

HasPcfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasScpFunction ¶

func (o *ManagedElementSingleAllOf1) HasScpFunction() bool

HasScpFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasSeppFunction ¶

func (o *ManagedElementSingleAllOf1) HasSeppFunction() bool

HasSeppFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasSmfFunction ¶

func (o *ManagedElementSingleAllOf1) HasSmfFunction() bool

HasSmfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasSmsfFunction ¶

func (o *ManagedElementSingleAllOf1) HasSmsfFunction() bool

HasSmsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasUdmFunction ¶

func (o *ManagedElementSingleAllOf1) HasUdmFunction() bool

HasUdmFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasUdrFunction ¶

func (o *ManagedElementSingleAllOf1) HasUdrFunction() bool

HasUdrFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasUdsfFunction ¶

func (o *ManagedElementSingleAllOf1) HasUdsfFunction() bool

HasUdsfFunction returns a boolean if a field has been set.

func (*ManagedElementSingleAllOf1) HasUpfFunction ¶

func (o *ManagedElementSingleAllOf1) HasUpfFunction() bool

HasUpfFunction returns a boolean if a field has been set.

func (ManagedElementSingleAllOf1) MarshalJSON ¶

func (o ManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)

func (*ManagedElementSingleAllOf1) SetAmfFunction ¶

func (o *ManagedElementSingleAllOf1) SetAmfFunction(v []AmfFunctionSingle)

SetAmfFunction gets a reference to the given []AmfFunctionSingle and assigns it to the AmfFunction field.

func (*ManagedElementSingleAllOf1) SetAusfFunction ¶

func (o *ManagedElementSingleAllOf1) SetAusfFunction(v []AusfFunctionSingle)

SetAusfFunction gets a reference to the given []AusfFunctionSingle and assigns it to the AusfFunction field.

func (*ManagedElementSingleAllOf1) SetConfigurable5QISet ¶

func (o *ManagedElementSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*ManagedElementSingleAllOf1) SetDynamic5QISet ¶

func (o *ManagedElementSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*ManagedElementSingleAllOf1) SetEASDFFunction ¶

func (o *ManagedElementSingleAllOf1) SetEASDFFunction(v []EASDFFunctionSingle)

SetEASDFFunction gets a reference to the given []EASDFFunctionSingle and assigns it to the EASDFFunction field.

func (*ManagedElementSingleAllOf1) SetEcmConnectionInfo ¶

func (o *ManagedElementSingleAllOf1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*ManagedElementSingleAllOf1) SetLmfFunction ¶

func (o *ManagedElementSingleAllOf1) SetLmfFunction(v []LmfFunctionSingle)

SetLmfFunction gets a reference to the given []LmfFunctionSingle and assigns it to the LmfFunction field.

func (*ManagedElementSingleAllOf1) SetN3iwfFunction ¶

func (o *ManagedElementSingleAllOf1) SetN3iwfFunction(v []N3iwfFunctionSingle)

SetN3iwfFunction gets a reference to the given []N3iwfFunctionSingle and assigns it to the N3iwfFunction field.

func (*ManagedElementSingleAllOf1) SetNefFunction ¶

func (o *ManagedElementSingleAllOf1) SetNefFunction(v []NefFunctionSingle)

SetNefFunction gets a reference to the given []NefFunctionSingle and assigns it to the NefFunction field.

func (*ManagedElementSingleAllOf1) SetNgeirFunction ¶

func (o *ManagedElementSingleAllOf1) SetNgeirFunction(v []NgeirFunctionSingle)

SetNgeirFunction gets a reference to the given []NgeirFunctionSingle and assigns it to the NgeirFunction field.

func (*ManagedElementSingleAllOf1) SetNrfFunction ¶

func (o *ManagedElementSingleAllOf1) SetNrfFunction(v []NrfFunctionSingle)

SetNrfFunction gets a reference to the given []NrfFunctionSingle and assigns it to the NrfFunction field.

func (*ManagedElementSingleAllOf1) SetNssfFunction ¶

func (o *ManagedElementSingleAllOf1) SetNssfFunction(v []NssfFunctionSingle)

SetNssfFunction gets a reference to the given []NssfFunctionSingle and assigns it to the NssfFunction field.

func (*ManagedElementSingleAllOf1) SetNwdafFunction ¶

func (o *ManagedElementSingleAllOf1) SetNwdafFunction(v []NwdafFunctionSingle)

SetNwdafFunction gets a reference to the given []NwdafFunctionSingle and assigns it to the NwdafFunction field.

func (*ManagedElementSingleAllOf1) SetPcfFunction ¶

func (o *ManagedElementSingleAllOf1) SetPcfFunction(v []PcfFunctionSingle)

SetPcfFunction gets a reference to the given []PcfFunctionSingle and assigns it to the PcfFunction field.

func (*ManagedElementSingleAllOf1) SetScpFunction ¶

func (o *ManagedElementSingleAllOf1) SetScpFunction(v []ScpFunctionSingle)

SetScpFunction gets a reference to the given []ScpFunctionSingle and assigns it to the ScpFunction field.

func (*ManagedElementSingleAllOf1) SetSeppFunction ¶

func (o *ManagedElementSingleAllOf1) SetSeppFunction(v []SeppFunctionSingle)

SetSeppFunction gets a reference to the given []SeppFunctionSingle and assigns it to the SeppFunction field.

func (*ManagedElementSingleAllOf1) SetSmfFunction ¶

func (o *ManagedElementSingleAllOf1) SetSmfFunction(v []SmfFunctionSingle)

SetSmfFunction gets a reference to the given []SmfFunctionSingle and assigns it to the SmfFunction field.

func (*ManagedElementSingleAllOf1) SetSmsfFunction ¶

func (o *ManagedElementSingleAllOf1) SetSmsfFunction(v []SmsfFunctionSingle)

SetSmsfFunction gets a reference to the given []SmsfFunctionSingle and assigns it to the SmsfFunction field.

func (*ManagedElementSingleAllOf1) SetUdmFunction ¶

func (o *ManagedElementSingleAllOf1) SetUdmFunction(v []UdmFunctionSingle)

SetUdmFunction gets a reference to the given []UdmFunctionSingle and assigns it to the UdmFunction field.

func (*ManagedElementSingleAllOf1) SetUdrFunction ¶

func (o *ManagedElementSingleAllOf1) SetUdrFunction(v []UdrFunctionSingle)

SetUdrFunction gets a reference to the given []UdrFunctionSingle and assigns it to the UdrFunction field.

func (*ManagedElementSingleAllOf1) SetUdsfFunction ¶

func (o *ManagedElementSingleAllOf1) SetUdsfFunction(v []UdsfFunctionSingle)

SetUdsfFunction gets a reference to the given []UdsfFunctionSingle and assigns it to the UdsfFunction field.

func (*ManagedElementSingleAllOf1) SetUpfFunction ¶

func (o *ManagedElementSingleAllOf1) SetUpfFunction(v []UpfFunctionSingle)

SetUpfFunction gets a reference to the given []UpfFunctionSingle and assigns it to the UpfFunction field.

func (ManagedElementSingleAllOf1) ToMap ¶

func (o ManagedElementSingleAllOf1) ToMap() (map[string]interface{}, error)

type ManagedElementSingleAllOfAttributes ¶

type ManagedElementSingleAllOfAttributes struct {
	ManagedElementAttr
}

ManagedElementSingleAllOfAttributes struct for ManagedElementSingleAllOfAttributes

func NewManagedElementSingleAllOfAttributes ¶

func NewManagedElementSingleAllOfAttributes() *ManagedElementSingleAllOfAttributes

NewManagedElementSingleAllOfAttributes instantiates a new ManagedElementSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedElementSingleAllOfAttributesWithDefaults ¶

func NewManagedElementSingleAllOfAttributesWithDefaults() *ManagedElementSingleAllOfAttributes

NewManagedElementSingleAllOfAttributesWithDefaults instantiates a new ManagedElementSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (ManagedElementSingleAllOfAttributes) MarshalJSON ¶

func (o ManagedElementSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (ManagedElementSingleAllOfAttributes) ToMap ¶

func (o ManagedElementSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ManagedFunctionAttr ¶

type ManagedFunctionAttr struct {
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	VnfParametersList         []VnfParameter             `json:"vnfParametersList,omitempty"`
	PeeParametersList         []PeeParameter             `json:"peeParametersList,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

ManagedFunctionAttr struct for ManagedFunctionAttr

func NewManagedFunctionAttr ¶

func NewManagedFunctionAttr() *ManagedFunctionAttr

NewManagedFunctionAttr instantiates a new ManagedFunctionAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedFunctionAttrWithDefaults ¶

func NewManagedFunctionAttrWithDefaults() *ManagedFunctionAttr

NewManagedFunctionAttrWithDefaults instantiates a new ManagedFunctionAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedFunctionAttr) GetPeeParametersList ¶

func (o *ManagedFunctionAttr) GetPeeParametersList() []PeeParameter

GetPeeParametersList returns the PeeParametersList field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetPeeParametersListOk ¶

func (o *ManagedFunctionAttr) GetPeeParametersListOk() ([]PeeParameter, bool)

GetPeeParametersListOk returns a tuple with the PeeParametersList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetPriorityLabel ¶

func (o *ManagedFunctionAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetPriorityLabelOk ¶

func (o *ManagedFunctionAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetSupportedTraceMetricsOk ¶

func (o *ManagedFunctionAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetUserLabel ¶

func (o *ManagedFunctionAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetUserLabelOk ¶

func (o *ManagedFunctionAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) GetVnfParametersList ¶

func (o *ManagedFunctionAttr) GetVnfParametersList() []VnfParameter

GetVnfParametersList returns the VnfParametersList field value if set, zero value otherwise.

func (*ManagedFunctionAttr) GetVnfParametersListOk ¶

func (o *ManagedFunctionAttr) GetVnfParametersListOk() ([]VnfParameter, bool)

GetVnfParametersListOk returns a tuple with the VnfParametersList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionAttr) HasPeeParametersList ¶

func (o *ManagedFunctionAttr) HasPeeParametersList() bool

HasPeeParametersList returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasPriorityLabel ¶

func (o *ManagedFunctionAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasUserLabel ¶

func (o *ManagedFunctionAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (*ManagedFunctionAttr) HasVnfParametersList ¶

func (o *ManagedFunctionAttr) HasVnfParametersList() bool

HasVnfParametersList returns a boolean if a field has been set.

func (ManagedFunctionAttr) MarshalJSON ¶

func (o ManagedFunctionAttr) MarshalJSON() ([]byte, error)

func (*ManagedFunctionAttr) SetPeeParametersList ¶

func (o *ManagedFunctionAttr) SetPeeParametersList(v []PeeParameter)

SetPeeParametersList gets a reference to the given []PeeParameter and assigns it to the PeeParametersList field.

func (*ManagedFunctionAttr) SetPriorityLabel ¶

func (o *ManagedFunctionAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*ManagedFunctionAttr) SetSupportedPerfMetricGroups ¶

func (o *ManagedFunctionAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*ManagedFunctionAttr) SetSupportedTraceMetrics ¶

func (o *ManagedFunctionAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*ManagedFunctionAttr) SetUserLabel ¶

func (o *ManagedFunctionAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (*ManagedFunctionAttr) SetVnfParametersList ¶

func (o *ManagedFunctionAttr) SetVnfParametersList(v []VnfParameter)

SetVnfParametersList gets a reference to the given []VnfParameter and assigns it to the VnfParametersList field.

func (ManagedFunctionAttr) ToMap ¶

func (o ManagedFunctionAttr) ToMap() (map[string]interface{}, error)

type ManagedFunctionNcO ¶

type ManagedFunctionNcO struct {
	PerfMetricJob    []PerfMetricJobSingle    `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle         `json:"TraceJob,omitempty"`
}

ManagedFunctionNcO struct for ManagedFunctionNcO

func NewManagedFunctionNcO ¶

func NewManagedFunctionNcO() *ManagedFunctionNcO

NewManagedFunctionNcO instantiates a new ManagedFunctionNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedFunctionNcOWithDefaults ¶

func NewManagedFunctionNcOWithDefaults() *ManagedFunctionNcO

NewManagedFunctionNcOWithDefaults instantiates a new ManagedFunctionNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedFunctionNcO) GetManagedNFService ¶

func (o *ManagedFunctionNcO) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetManagedNFServiceOk ¶

func (o *ManagedFunctionNcO) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) GetPerfMetricJob ¶

func (o *ManagedFunctionNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetPerfMetricJobOk ¶

func (o *ManagedFunctionNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) GetThresholdMonitor ¶

func (o *ManagedFunctionNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetThresholdMonitorOk ¶

func (o *ManagedFunctionNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) GetTraceJob ¶

func (o *ManagedFunctionNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ManagedFunctionNcO) GetTraceJobOk ¶

func (o *ManagedFunctionNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedFunctionNcO) HasManagedNFService ¶

func (o *ManagedFunctionNcO) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasPerfMetricJob ¶

func (o *ManagedFunctionNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasThresholdMonitor ¶

func (o *ManagedFunctionNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ManagedFunctionNcO) HasTraceJob ¶

func (o *ManagedFunctionNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ManagedFunctionNcO) MarshalJSON ¶

func (o ManagedFunctionNcO) MarshalJSON() ([]byte, error)

func (*ManagedFunctionNcO) SetManagedNFService ¶

func (o *ManagedFunctionNcO) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ManagedFunctionNcO) SetPerfMetricJob ¶

func (o *ManagedFunctionNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ManagedFunctionNcO) SetThresholdMonitor ¶

func (o *ManagedFunctionNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ManagedFunctionNcO) SetTraceJob ¶

func (o *ManagedFunctionNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ManagedFunctionNcO) ToMap ¶

func (o ManagedFunctionNcO) ToMap() (map[string]interface{}, error)

type ManagedNFProfile ¶

type ManagedNFProfile struct {
	NfInstanceID          *string     `json:"nfInstanceID,omitempty"`
	NfType                *NFType     `json:"nfType,omitempty"`
	HeartbeatTimer        *int32      `json:"heartbeatTimer,omitempty"`
	AuthzInfo             *string     `json:"authzInfo,omitempty"`
	HostAddr              *HostAddr   `json:"hostAddr,omitempty"`
	AllowedPLMNs          []PlmnId    `json:"allowedPLMNs,omitempty"`
	AllowedSNPNs          []SnpnInfo  `json:"allowedSNPNs,omitempty"`
	AllowedNfTypes        []NFType    `json:"allowedNfTypes,omitempty"`
	AllowedNfDomains      []string    `json:"allowedNfDomains,omitempty"`
	AllowedNSSAIs         []Snssai    `json:"allowedNSSAIs,omitempty"`
	Locality              *string     `json:"locality,omitempty"`
	Capacity              *int32      `json:"capacity,omitempty"`
	NfSetIdList           []string    `json:"nfSetIdList,omitempty"`
	ServingScope          []string    `json:"servingScope,omitempty"`
	LcHSupportInd         *bool       `json:"lcHSupportInd,omitempty"`
	OlcHSupportInd        *bool       `json:"olcHSupportInd,omitempty"`
	NfSetRecoveryTimeList []time.Time `json:"nfSetRecoveryTimeList,omitempty"`
	ScpDomains            []string    `json:"scpDomains,omitempty"`
	VendorId              *string     `json:"vendorId,omitempty"`
}

ManagedNFProfile struct for ManagedNFProfile

func NewManagedNFProfile ¶

func NewManagedNFProfile() *ManagedNFProfile

NewManagedNFProfile instantiates a new ManagedNFProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedNFProfileWithDefaults ¶

func NewManagedNFProfileWithDefaults() *ManagedNFProfile

NewManagedNFProfileWithDefaults instantiates a new ManagedNFProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedNFProfile) GetAllowedNSSAIs ¶

func (o *ManagedNFProfile) GetAllowedNSSAIs() []Snssai

GetAllowedNSSAIs returns the AllowedNSSAIs field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedNSSAIsOk ¶

func (o *ManagedNFProfile) GetAllowedNSSAIsOk() ([]Snssai, bool)

GetAllowedNSSAIsOk returns a tuple with the AllowedNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAllowedNfDomains ¶

func (o *ManagedNFProfile) GetAllowedNfDomains() []string

GetAllowedNfDomains returns the AllowedNfDomains field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedNfDomainsOk ¶

func (o *ManagedNFProfile) GetAllowedNfDomainsOk() ([]string, bool)

GetAllowedNfDomainsOk returns a tuple with the AllowedNfDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAllowedNfTypes ¶

func (o *ManagedNFProfile) GetAllowedNfTypes() []NFType

GetAllowedNfTypes returns the AllowedNfTypes field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedNfTypesOk ¶

func (o *ManagedNFProfile) GetAllowedNfTypesOk() ([]NFType, bool)

GetAllowedNfTypesOk returns a tuple with the AllowedNfTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAllowedPLMNs ¶

func (o *ManagedNFProfile) GetAllowedPLMNs() []PlmnId

GetAllowedPLMNs returns the AllowedPLMNs field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedPLMNsOk ¶

func (o *ManagedNFProfile) GetAllowedPLMNsOk() ([]PlmnId, bool)

GetAllowedPLMNsOk returns a tuple with the AllowedPLMNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAllowedSNPNs ¶

func (o *ManagedNFProfile) GetAllowedSNPNs() []SnpnInfo

GetAllowedSNPNs returns the AllowedSNPNs field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAllowedSNPNsOk ¶

func (o *ManagedNFProfile) GetAllowedSNPNsOk() ([]SnpnInfo, bool)

GetAllowedSNPNsOk returns a tuple with the AllowedSNPNs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetAuthzInfo ¶

func (o *ManagedNFProfile) GetAuthzInfo() string

GetAuthzInfo returns the AuthzInfo field value if set, zero value otherwise.

func (*ManagedNFProfile) GetAuthzInfoOk ¶

func (o *ManagedNFProfile) GetAuthzInfoOk() (*string, bool)

GetAuthzInfoOk returns a tuple with the AuthzInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetCapacity ¶

func (o *ManagedNFProfile) GetCapacity() int32

GetCapacity returns the Capacity field value if set, zero value otherwise.

func (*ManagedNFProfile) GetCapacityOk ¶

func (o *ManagedNFProfile) GetCapacityOk() (*int32, bool)

GetCapacityOk returns a tuple with the Capacity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetHeartbeatTimer ¶

func (o *ManagedNFProfile) GetHeartbeatTimer() int32

GetHeartbeatTimer returns the HeartbeatTimer field value if set, zero value otherwise.

func (*ManagedNFProfile) GetHeartbeatTimerOk ¶

func (o *ManagedNFProfile) GetHeartbeatTimerOk() (*int32, bool)

GetHeartbeatTimerOk returns a tuple with the HeartbeatTimer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetHostAddr ¶

func (o *ManagedNFProfile) GetHostAddr() HostAddr

GetHostAddr returns the HostAddr field value if set, zero value otherwise.

func (*ManagedNFProfile) GetHostAddrOk ¶

func (o *ManagedNFProfile) GetHostAddrOk() (*HostAddr, bool)

GetHostAddrOk returns a tuple with the HostAddr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetLcHSupportInd ¶

func (o *ManagedNFProfile) GetLcHSupportInd() bool

GetLcHSupportInd returns the LcHSupportInd field value if set, zero value otherwise.

func (*ManagedNFProfile) GetLcHSupportIndOk ¶

func (o *ManagedNFProfile) GetLcHSupportIndOk() (*bool, bool)

GetLcHSupportIndOk returns a tuple with the LcHSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetLocality ¶

func (o *ManagedNFProfile) GetLocality() string

GetLocality returns the Locality field value if set, zero value otherwise.

func (*ManagedNFProfile) GetLocalityOk ¶

func (o *ManagedNFProfile) GetLocalityOk() (*string, bool)

GetLocalityOk returns a tuple with the Locality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfInstanceID ¶

func (o *ManagedNFProfile) GetNfInstanceID() string

GetNfInstanceID returns the NfInstanceID field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfInstanceIDOk ¶

func (o *ManagedNFProfile) GetNfInstanceIDOk() (*string, bool)

GetNfInstanceIDOk returns a tuple with the NfInstanceID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfSetIdList ¶

func (o *ManagedNFProfile) GetNfSetIdList() []string

GetNfSetIdList returns the NfSetIdList field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfSetIdListOk ¶

func (o *ManagedNFProfile) GetNfSetIdListOk() ([]string, bool)

GetNfSetIdListOk returns a tuple with the NfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfSetRecoveryTimeList ¶

func (o *ManagedNFProfile) GetNfSetRecoveryTimeList() []time.Time

GetNfSetRecoveryTimeList returns the NfSetRecoveryTimeList field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfSetRecoveryTimeListOk ¶

func (o *ManagedNFProfile) GetNfSetRecoveryTimeListOk() ([]time.Time, bool)

GetNfSetRecoveryTimeListOk returns a tuple with the NfSetRecoveryTimeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetNfType ¶

func (o *ManagedNFProfile) GetNfType() NFType

GetNfType returns the NfType field value if set, zero value otherwise.

func (*ManagedNFProfile) GetNfTypeOk ¶

func (o *ManagedNFProfile) GetNfTypeOk() (*NFType, bool)

GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetOlcHSupportInd ¶

func (o *ManagedNFProfile) GetOlcHSupportInd() bool

GetOlcHSupportInd returns the OlcHSupportInd field value if set, zero value otherwise.

func (*ManagedNFProfile) GetOlcHSupportIndOk ¶

func (o *ManagedNFProfile) GetOlcHSupportIndOk() (*bool, bool)

GetOlcHSupportIndOk returns a tuple with the OlcHSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetScpDomains ¶

func (o *ManagedNFProfile) GetScpDomains() []string

GetScpDomains returns the ScpDomains field value if set, zero value otherwise.

func (*ManagedNFProfile) GetScpDomainsOk ¶

func (o *ManagedNFProfile) GetScpDomainsOk() ([]string, bool)

GetScpDomainsOk returns a tuple with the ScpDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetServingScope ¶

func (o *ManagedNFProfile) GetServingScope() []string

GetServingScope returns the ServingScope field value if set, zero value otherwise.

func (*ManagedNFProfile) GetServingScopeOk ¶

func (o *ManagedNFProfile) GetServingScopeOk() ([]string, bool)

GetServingScopeOk returns a tuple with the ServingScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) GetVendorId ¶

func (o *ManagedNFProfile) GetVendorId() string

GetVendorId returns the VendorId field value if set, zero value otherwise.

func (*ManagedNFProfile) GetVendorIdOk ¶

func (o *ManagedNFProfile) GetVendorIdOk() (*string, bool)

GetVendorIdOk returns a tuple with the VendorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFProfile) HasAllowedNSSAIs ¶

func (o *ManagedNFProfile) HasAllowedNSSAIs() bool

HasAllowedNSSAIs returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedNfDomains ¶

func (o *ManagedNFProfile) HasAllowedNfDomains() bool

HasAllowedNfDomains returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedNfTypes ¶

func (o *ManagedNFProfile) HasAllowedNfTypes() bool

HasAllowedNfTypes returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedPLMNs ¶

func (o *ManagedNFProfile) HasAllowedPLMNs() bool

HasAllowedPLMNs returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAllowedSNPNs ¶

func (o *ManagedNFProfile) HasAllowedSNPNs() bool

HasAllowedSNPNs returns a boolean if a field has been set.

func (*ManagedNFProfile) HasAuthzInfo ¶

func (o *ManagedNFProfile) HasAuthzInfo() bool

HasAuthzInfo returns a boolean if a field has been set.

func (*ManagedNFProfile) HasCapacity ¶

func (o *ManagedNFProfile) HasCapacity() bool

HasCapacity returns a boolean if a field has been set.

func (*ManagedNFProfile) HasHeartbeatTimer ¶

func (o *ManagedNFProfile) HasHeartbeatTimer() bool

HasHeartbeatTimer returns a boolean if a field has been set.

func (*ManagedNFProfile) HasHostAddr ¶

func (o *ManagedNFProfile) HasHostAddr() bool

HasHostAddr returns a boolean if a field has been set.

func (*ManagedNFProfile) HasLcHSupportInd ¶

func (o *ManagedNFProfile) HasLcHSupportInd() bool

HasLcHSupportInd returns a boolean if a field has been set.

func (*ManagedNFProfile) HasLocality ¶

func (o *ManagedNFProfile) HasLocality() bool

HasLocality returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfInstanceID ¶

func (o *ManagedNFProfile) HasNfInstanceID() bool

HasNfInstanceID returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfSetIdList ¶

func (o *ManagedNFProfile) HasNfSetIdList() bool

HasNfSetIdList returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfSetRecoveryTimeList ¶

func (o *ManagedNFProfile) HasNfSetRecoveryTimeList() bool

HasNfSetRecoveryTimeList returns a boolean if a field has been set.

func (*ManagedNFProfile) HasNfType ¶

func (o *ManagedNFProfile) HasNfType() bool

HasNfType returns a boolean if a field has been set.

func (*ManagedNFProfile) HasOlcHSupportInd ¶

func (o *ManagedNFProfile) HasOlcHSupportInd() bool

HasOlcHSupportInd returns a boolean if a field has been set.

func (*ManagedNFProfile) HasScpDomains ¶

func (o *ManagedNFProfile) HasScpDomains() bool

HasScpDomains returns a boolean if a field has been set.

func (*ManagedNFProfile) HasServingScope ¶

func (o *ManagedNFProfile) HasServingScope() bool

HasServingScope returns a boolean if a field has been set.

func (*ManagedNFProfile) HasVendorId ¶

func (o *ManagedNFProfile) HasVendorId() bool

HasVendorId returns a boolean if a field has been set.

func (ManagedNFProfile) MarshalJSON ¶

func (o ManagedNFProfile) MarshalJSON() ([]byte, error)

func (*ManagedNFProfile) SetAllowedNSSAIs ¶

func (o *ManagedNFProfile) SetAllowedNSSAIs(v []Snssai)

SetAllowedNSSAIs gets a reference to the given []Snssai and assigns it to the AllowedNSSAIs field.

func (*ManagedNFProfile) SetAllowedNfDomains ¶

func (o *ManagedNFProfile) SetAllowedNfDomains(v []string)

SetAllowedNfDomains gets a reference to the given []string and assigns it to the AllowedNfDomains field.

func (*ManagedNFProfile) SetAllowedNfTypes ¶

func (o *ManagedNFProfile) SetAllowedNfTypes(v []NFType)

SetAllowedNfTypes gets a reference to the given []NFType and assigns it to the AllowedNfTypes field.

func (*ManagedNFProfile) SetAllowedPLMNs ¶

func (o *ManagedNFProfile) SetAllowedPLMNs(v []PlmnId)

SetAllowedPLMNs gets a reference to the given []PlmnId and assigns it to the AllowedPLMNs field.

func (*ManagedNFProfile) SetAllowedSNPNs ¶

func (o *ManagedNFProfile) SetAllowedSNPNs(v []SnpnInfo)

SetAllowedSNPNs gets a reference to the given []SnpnInfo and assigns it to the AllowedSNPNs field.

func (*ManagedNFProfile) SetAuthzInfo ¶

func (o *ManagedNFProfile) SetAuthzInfo(v string)

SetAuthzInfo gets a reference to the given string and assigns it to the AuthzInfo field.

func (*ManagedNFProfile) SetCapacity ¶

func (o *ManagedNFProfile) SetCapacity(v int32)

SetCapacity gets a reference to the given int32 and assigns it to the Capacity field.

func (*ManagedNFProfile) SetHeartbeatTimer ¶

func (o *ManagedNFProfile) SetHeartbeatTimer(v int32)

SetHeartbeatTimer gets a reference to the given int32 and assigns it to the HeartbeatTimer field.

func (*ManagedNFProfile) SetHostAddr ¶

func (o *ManagedNFProfile) SetHostAddr(v HostAddr)

SetHostAddr gets a reference to the given HostAddr and assigns it to the HostAddr field.

func (*ManagedNFProfile) SetLcHSupportInd ¶

func (o *ManagedNFProfile) SetLcHSupportInd(v bool)

SetLcHSupportInd gets a reference to the given bool and assigns it to the LcHSupportInd field.

func (*ManagedNFProfile) SetLocality ¶

func (o *ManagedNFProfile) SetLocality(v string)

SetLocality gets a reference to the given string and assigns it to the Locality field.

func (*ManagedNFProfile) SetNfInstanceID ¶

func (o *ManagedNFProfile) SetNfInstanceID(v string)

SetNfInstanceID gets a reference to the given string and assigns it to the NfInstanceID field.

func (*ManagedNFProfile) SetNfSetIdList ¶

func (o *ManagedNFProfile) SetNfSetIdList(v []string)

SetNfSetIdList gets a reference to the given []string and assigns it to the NfSetIdList field.

func (*ManagedNFProfile) SetNfSetRecoveryTimeList ¶

func (o *ManagedNFProfile) SetNfSetRecoveryTimeList(v []time.Time)

SetNfSetRecoveryTimeList gets a reference to the given []time.Time and assigns it to the NfSetRecoveryTimeList field.

func (*ManagedNFProfile) SetNfType ¶

func (o *ManagedNFProfile) SetNfType(v NFType)

SetNfType gets a reference to the given NFType and assigns it to the NfType field.

func (*ManagedNFProfile) SetOlcHSupportInd ¶

func (o *ManagedNFProfile) SetOlcHSupportInd(v bool)

SetOlcHSupportInd gets a reference to the given bool and assigns it to the OlcHSupportInd field.

func (*ManagedNFProfile) SetScpDomains ¶

func (o *ManagedNFProfile) SetScpDomains(v []string)

SetScpDomains gets a reference to the given []string and assigns it to the ScpDomains field.

func (*ManagedNFProfile) SetServingScope ¶

func (o *ManagedNFProfile) SetServingScope(v []string)

SetServingScope gets a reference to the given []string and assigns it to the ServingScope field.

func (*ManagedNFProfile) SetVendorId ¶

func (o *ManagedNFProfile) SetVendorId(v string)

SetVendorId gets a reference to the given string and assigns it to the VendorId field.

func (ManagedNFProfile) ToMap ¶

func (o ManagedNFProfile) ToMap() (map[string]interface{}, error)

type ManagedNFServiceSingle ¶

type ManagedNFServiceSingle struct {
	Top
	Attributes *ManagedNFServiceSingleAllOfAttributes `json:"attributes,omitempty"`
}

ManagedNFServiceSingle struct for ManagedNFServiceSingle

func NewManagedNFServiceSingle ¶

func NewManagedNFServiceSingle(id NullableString) *ManagedNFServiceSingle

NewManagedNFServiceSingle instantiates a new ManagedNFServiceSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedNFServiceSingleWithDefaults ¶

func NewManagedNFServiceSingleWithDefaults() *ManagedNFServiceSingle

NewManagedNFServiceSingleWithDefaults instantiates a new ManagedNFServiceSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedNFServiceSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedNFServiceSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingle) HasAttributes ¶

func (o *ManagedNFServiceSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagedNFServiceSingle) MarshalJSON ¶

func (o ManagedNFServiceSingle) MarshalJSON() ([]byte, error)

func (*ManagedNFServiceSingle) SetAttributes ¶

SetAttributes gets a reference to the given ManagedNFServiceSingleAllOfAttributes and assigns it to the Attributes field.

func (ManagedNFServiceSingle) ToMap ¶

func (o ManagedNFServiceSingle) ToMap() (map[string]interface{}, error)

type ManagedNFServiceSingleAllOf ¶

type ManagedNFServiceSingleAllOf struct {
	Attributes *ManagedNFServiceSingleAllOfAttributes `json:"attributes,omitempty"`
}

ManagedNFServiceSingleAllOf struct for ManagedNFServiceSingleAllOf

func NewManagedNFServiceSingleAllOf ¶

func NewManagedNFServiceSingleAllOf() *ManagedNFServiceSingleAllOf

NewManagedNFServiceSingleAllOf instantiates a new ManagedNFServiceSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedNFServiceSingleAllOfWithDefaults ¶

func NewManagedNFServiceSingleAllOfWithDefaults() *ManagedNFServiceSingleAllOf

NewManagedNFServiceSingleAllOfWithDefaults instantiates a new ManagedNFServiceSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedNFServiceSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOf) HasAttributes ¶

func (o *ManagedNFServiceSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagedNFServiceSingleAllOf) MarshalJSON ¶

func (o ManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error)

func (*ManagedNFServiceSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ManagedNFServiceSingleAllOfAttributes and assigns it to the Attributes field.

func (ManagedNFServiceSingleAllOf) ToMap ¶

func (o ManagedNFServiceSingleAllOf) ToMap() (map[string]interface{}, error)

type ManagedNFServiceSingleAllOfAttributes ¶

type ManagedNFServiceSingleAllOfAttributes struct {
	UserLabel           *string              `json:"userLabel,omitempty"`
	NFServiceType       *NFServiceType       `json:"nFServiceType,omitempty"`
	SAP                 *SAP                 `json:"sAP,omitempty"`
	Operations          []Operation          `json:"operations,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	OperationalState    *OperationalState    `json:"operationalState,omitempty"`
	UsageState          *UsageState          `json:"usageState,omitempty"`
	RegistrationState   *RegistrationState   `json:"registrationState,omitempty"`
}

ManagedNFServiceSingleAllOfAttributes struct for ManagedNFServiceSingleAllOfAttributes

func NewManagedNFServiceSingleAllOfAttributes ¶

func NewManagedNFServiceSingleAllOfAttributes() *ManagedNFServiceSingleAllOfAttributes

NewManagedNFServiceSingleAllOfAttributes instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagedNFServiceSingleAllOfAttributesWithDefaults ¶

func NewManagedNFServiceSingleAllOfAttributesWithDefaults() *ManagedNFServiceSingleAllOfAttributes

NewManagedNFServiceSingleAllOfAttributesWithDefaults instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) GetNFServiceType ¶

GetNFServiceType returns the NFServiceType field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetNFServiceTypeOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceTypeOk() (*NFServiceType, bool)

GetNFServiceTypeOk returns a tuple with the NFServiceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) GetOperationalState ¶

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetOperationalStateOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) GetOperations ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetOperations() []Operation

GetOperations returns the Operations field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetOperationsOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationsOk() ([]Operation, bool)

GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) GetRegistrationState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationState() RegistrationState

GetRegistrationState returns the RegistrationState field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk() (*RegistrationState, bool)

GetRegistrationStateOk returns a tuple with the RegistrationState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) GetSAP ¶

GetSAP returns the SAP field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetSAPOk ¶

GetSAPOk returns a tuple with the SAP field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) GetUsageState ¶

GetUsageState returns the UsageState field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetUsageStateOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageStateOk() (*UsageState, bool)

GetUsageStateOk returns a tuple with the UsageState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) GetUserLabel ¶

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagedNFServiceSingleAllOfAttributes) GetUserLabelOk ¶

func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasAdministrativeState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasNFServiceType ¶

func (o *ManagedNFServiceSingleAllOfAttributes) HasNFServiceType() bool

HasNFServiceType returns a boolean if a field has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasOperationalState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasOperations ¶

func (o *ManagedNFServiceSingleAllOfAttributes) HasOperations() bool

HasOperations returns a boolean if a field has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasRegistrationState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) HasRegistrationState() bool

HasRegistrationState returns a boolean if a field has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasSAP ¶

HasSAP returns a boolean if a field has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasUsageState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) HasUsageState() bool

HasUsageState returns a boolean if a field has been set.

func (*ManagedNFServiceSingleAllOfAttributes) HasUserLabel ¶

func (o *ManagedNFServiceSingleAllOfAttributes) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (ManagedNFServiceSingleAllOfAttributes) MarshalJSON ¶

func (o ManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ManagedNFServiceSingleAllOfAttributes) SetAdministrativeState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*ManagedNFServiceSingleAllOfAttributes) SetNFServiceType ¶

SetNFServiceType gets a reference to the given NFServiceType and assigns it to the NFServiceType field.

func (*ManagedNFServiceSingleAllOfAttributes) SetOperationalState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*ManagedNFServiceSingleAllOfAttributes) SetOperations ¶

func (o *ManagedNFServiceSingleAllOfAttributes) SetOperations(v []Operation)

SetOperations gets a reference to the given []Operation and assigns it to the Operations field.

func (*ManagedNFServiceSingleAllOfAttributes) SetRegistrationState ¶

func (o *ManagedNFServiceSingleAllOfAttributes) SetRegistrationState(v RegistrationState)

SetRegistrationState gets a reference to the given RegistrationState and assigns it to the RegistrationState field.

func (*ManagedNFServiceSingleAllOfAttributes) SetSAP ¶

SetSAP gets a reference to the given SAP and assigns it to the SAP field.

func (*ManagedNFServiceSingleAllOfAttributes) SetUsageState ¶

SetUsageState gets a reference to the given UsageState and assigns it to the UsageState field.

func (*ManagedNFServiceSingleAllOfAttributes) SetUserLabel ¶

func (o *ManagedNFServiceSingleAllOfAttributes) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (ManagedNFServiceSingleAllOfAttributes) ToMap ¶

func (o ManagedNFServiceSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ManagementData ¶

type ManagementData struct {
	ArrayOfString *[]string
}

ManagementData - struct for ManagementData

func ArrayOfStringAsManagementData ¶

func ArrayOfStringAsManagementData(v *[]string) ManagementData

[]stringAsManagementData is a convenience function that returns []string wrapped in ManagementData

func (*ManagementData) GetActualInstance ¶

func (obj *ManagementData) GetActualInstance() interface{}

Get the actual instance

func (ManagementData) MarshalJSON ¶

func (src ManagementData) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ManagementData) UnmarshalJSON ¶

func (dst *ManagementData) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ManagementDataCollectionSingle ¶

type ManagementDataCollectionSingle struct {
	Top
	Attributes *ManagementDataCollectionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ManagementDataCollectionSingle struct for ManagementDataCollectionSingle

func NewManagementDataCollectionSingle ¶

func NewManagementDataCollectionSingle(id NullableString) *ManagementDataCollectionSingle

NewManagementDataCollectionSingle instantiates a new ManagementDataCollectionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagementDataCollectionSingleWithDefaults ¶

func NewManagementDataCollectionSingleWithDefaults() *ManagementDataCollectionSingle

NewManagementDataCollectionSingleWithDefaults instantiates a new ManagementDataCollectionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagementDataCollectionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementDataCollectionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementDataCollectionSingle) HasAttributes ¶

func (o *ManagementDataCollectionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagementDataCollectionSingle) MarshalJSON ¶

func (o ManagementDataCollectionSingle) MarshalJSON() ([]byte, error)

func (*ManagementDataCollectionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ManagementDataCollectionSingleAllOfAttributes and assigns it to the Attributes field.

func (ManagementDataCollectionSingle) ToMap ¶

func (o ManagementDataCollectionSingle) ToMap() (map[string]interface{}, error)

type ManagementDataCollectionSingleAllOf ¶

type ManagementDataCollectionSingleAllOf struct {
	Attributes *ManagementDataCollectionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ManagementDataCollectionSingleAllOf struct for ManagementDataCollectionSingleAllOf

func NewManagementDataCollectionSingleAllOf ¶

func NewManagementDataCollectionSingleAllOf() *ManagementDataCollectionSingleAllOf

NewManagementDataCollectionSingleAllOf instantiates a new ManagementDataCollectionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagementDataCollectionSingleAllOfWithDefaults ¶

func NewManagementDataCollectionSingleAllOfWithDefaults() *ManagementDataCollectionSingleAllOf

NewManagementDataCollectionSingleAllOfWithDefaults instantiates a new ManagementDataCollectionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagementDataCollectionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementDataCollectionSingleAllOf) HasAttributes ¶

func (o *ManagementDataCollectionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ManagementDataCollectionSingleAllOf) MarshalJSON ¶

func (o ManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ManagementDataCollectionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ManagementDataCollectionSingleAllOfAttributes and assigns it to the Attributes field.

func (ManagementDataCollectionSingleAllOf) ToMap ¶

func (o ManagementDataCollectionSingleAllOf) ToMap() (map[string]interface{}, error)

type ManagementDataCollectionSingleAllOfAttributes ¶

type ManagementDataCollectionSingleAllOfAttributes struct {
	ManagementData       *ManagementData `json:"managementData,omitempty"`
	TargetNodeFilter     *NodeFilter     `json:"targetNodeFilter,omitempty"`
	CollectionTimeWindow *TimeWindow     `json:"collectionTimeWindow,omitempty"`
	ReportingCtrl        *ReportingCtrl  `json:"reportingCtrl,omitempty"`
	DataScope            *string         `json:"dataScope,omitempty"`
}

ManagementDataCollectionSingleAllOfAttributes struct for ManagementDataCollectionSingleAllOfAttributes

func NewManagementDataCollectionSingleAllOfAttributes ¶

func NewManagementDataCollectionSingleAllOfAttributes() *ManagementDataCollectionSingleAllOfAttributes

NewManagementDataCollectionSingleAllOfAttributes instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagementDataCollectionSingleAllOfAttributesWithDefaults ¶

func NewManagementDataCollectionSingleAllOfAttributesWithDefaults() *ManagementDataCollectionSingleAllOfAttributes

NewManagementDataCollectionSingleAllOfAttributesWithDefaults instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow() TimeWindow

GetCollectionTimeWindow returns the CollectionTimeWindow field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk() (*TimeWindow, bool)

GetCollectionTimeWindowOk returns a tuple with the CollectionTimeWindow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) GetDataScope ¶

GetDataScope returns the DataScope field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetDataScopeOk ¶

GetDataScopeOk returns a tuple with the DataScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) GetManagementData ¶

GetManagementData returns the ManagementData field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetManagementDataOk ¶

GetManagementDataOk returns a tuple with the ManagementData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrl ¶

GetReportingCtrl returns the ReportingCtrl field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrlOk ¶

GetReportingCtrlOk returns a tuple with the ReportingCtrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilter ¶

GetTargetNodeFilter returns the TargetNodeFilter field value if set, zero value otherwise.

func (*ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilterOk ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilterOk() (*NodeFilter, bool)

GetTargetNodeFilterOk returns a tuple with the TargetNodeFilter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) HasCollectionTimeWindow ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) HasCollectionTimeWindow() bool

HasCollectionTimeWindow returns a boolean if a field has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) HasDataScope ¶

HasDataScope returns a boolean if a field has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) HasManagementData ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) HasManagementData() bool

HasManagementData returns a boolean if a field has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) HasReportingCtrl ¶

HasReportingCtrl returns a boolean if a field has been set.

func (*ManagementDataCollectionSingleAllOfAttributes) HasTargetNodeFilter ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) HasTargetNodeFilter() bool

HasTargetNodeFilter returns a boolean if a field has been set.

func (ManagementDataCollectionSingleAllOfAttributes) MarshalJSON ¶

func (*ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow ¶

func (o *ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow(v TimeWindow)

SetCollectionTimeWindow gets a reference to the given TimeWindow and assigns it to the CollectionTimeWindow field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetDataScope ¶

SetDataScope gets a reference to the given string and assigns it to the DataScope field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetManagementData ¶

SetManagementData gets a reference to the given ManagementData and assigns it to the ManagementData field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetReportingCtrl ¶

SetReportingCtrl gets a reference to the given ReportingCtrl and assigns it to the ReportingCtrl field.

func (*ManagementDataCollectionSingleAllOfAttributes) SetTargetNodeFilter ¶

SetTargetNodeFilter gets a reference to the given NodeFilter and assigns it to the TargetNodeFilter field.

func (ManagementDataCollectionSingleAllOfAttributes) ToMap ¶

func (o ManagementDataCollectionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ManagementNodeSingle ¶

type ManagementNodeSingle struct {
	Top
	Attributes *ManagementNodeSingleAllOfAttributes `json:"attributes,omitempty"`
	MnsAgent   []MnsAgentSingle                     `json:"MnsAgent,omitempty"`
}

ManagementNodeSingle struct for ManagementNodeSingle

func NewManagementNodeSingle ¶

func NewManagementNodeSingle(id NullableString) *ManagementNodeSingle

NewManagementNodeSingle instantiates a new ManagementNodeSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagementNodeSingleWithDefaults ¶

func NewManagementNodeSingleWithDefaults() *ManagementNodeSingle

NewManagementNodeSingleWithDefaults instantiates a new ManagementNodeSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagementNodeSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementNodeSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingle) GetMnsAgent ¶

func (o *ManagementNodeSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagementNodeSingle) GetMnsAgentOk ¶

func (o *ManagementNodeSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingle) HasAttributes ¶

func (o *ManagementNodeSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagementNodeSingle) HasMnsAgent ¶

func (o *ManagementNodeSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (ManagementNodeSingle) MarshalJSON ¶

func (o ManagementNodeSingle) MarshalJSON() ([]byte, error)

func (*ManagementNodeSingle) SetAttributes ¶

SetAttributes gets a reference to the given ManagementNodeSingleAllOfAttributes and assigns it to the Attributes field.

func (*ManagementNodeSingle) SetMnsAgent ¶

func (o *ManagementNodeSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (ManagementNodeSingle) ToMap ¶

func (o ManagementNodeSingle) ToMap() (map[string]interface{}, error)

type ManagementNodeSingleAllOf ¶

type ManagementNodeSingleAllOf struct {
	Attributes *ManagementNodeSingleAllOfAttributes `json:"attributes,omitempty"`
	MnsAgent   []MnsAgentSingle                     `json:"MnsAgent,omitempty"`
}

ManagementNodeSingleAllOf struct for ManagementNodeSingleAllOf

func NewManagementNodeSingleAllOf ¶

func NewManagementNodeSingleAllOf() *ManagementNodeSingleAllOf

NewManagementNodeSingleAllOf instantiates a new ManagementNodeSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagementNodeSingleAllOfWithDefaults ¶

func NewManagementNodeSingleAllOfWithDefaults() *ManagementNodeSingleAllOf

NewManagementNodeSingleAllOfWithDefaults instantiates a new ManagementNodeSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagementNodeSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOf) GetMnsAgent ¶

func (o *ManagementNodeSingleAllOf) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOf) GetMnsAgentOk ¶

func (o *ManagementNodeSingleAllOf) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOf) HasAttributes ¶

func (o *ManagementNodeSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ManagementNodeSingleAllOf) HasMnsAgent ¶

func (o *ManagementNodeSingleAllOf) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (ManagementNodeSingleAllOf) MarshalJSON ¶

func (o ManagementNodeSingleAllOf) MarshalJSON() ([]byte, error)

func (*ManagementNodeSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ManagementNodeSingleAllOfAttributes and assigns it to the Attributes field.

func (*ManagementNodeSingleAllOf) SetMnsAgent ¶

func (o *ManagementNodeSingleAllOf) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (ManagementNodeSingleAllOf) ToMap ¶

func (o ManagementNodeSingleAllOf) ToMap() (map[string]interface{}, error)

type ManagementNodeSingleAllOfAttributes ¶

type ManagementNodeSingleAllOfAttributes struct {
	UserLabel        *string  `json:"userLabel,omitempty"`
	ManagedElements  []string `json:"managedElements,omitempty"`
	VendorName       *string  `json:"vendorName,omitempty"`
	UserDefinedState *string  `json:"userDefinedState,omitempty"`
	LocationName     *string  `json:"locationName,omitempty"`
	SwVersion        *string  `json:"swVersion,omitempty"`
}

ManagementNodeSingleAllOfAttributes struct for ManagementNodeSingleAllOfAttributes

func NewManagementNodeSingleAllOfAttributes ¶

func NewManagementNodeSingleAllOfAttributes() *ManagementNodeSingleAllOfAttributes

NewManagementNodeSingleAllOfAttributes instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewManagementNodeSingleAllOfAttributesWithDefaults ¶

func NewManagementNodeSingleAllOfAttributesWithDefaults() *ManagementNodeSingleAllOfAttributes

NewManagementNodeSingleAllOfAttributesWithDefaults instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ManagementNodeSingleAllOfAttributes) GetLocationName ¶

func (o *ManagementNodeSingleAllOfAttributes) GetLocationName() string

GetLocationName returns the LocationName field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOfAttributes) GetLocationNameOk ¶

func (o *ManagementNodeSingleAllOfAttributes) GetLocationNameOk() (*string, bool)

GetLocationNameOk returns a tuple with the LocationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOfAttributes) GetManagedElements ¶

func (o *ManagementNodeSingleAllOfAttributes) GetManagedElements() []string

GetManagedElements returns the ManagedElements field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOfAttributes) GetManagedElementsOk ¶

func (o *ManagementNodeSingleAllOfAttributes) GetManagedElementsOk() ([]string, bool)

GetManagedElementsOk returns a tuple with the ManagedElements field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOfAttributes) GetSwVersion ¶

func (o *ManagementNodeSingleAllOfAttributes) GetSwVersion() string

GetSwVersion returns the SwVersion field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOfAttributes) GetSwVersionOk ¶

func (o *ManagementNodeSingleAllOfAttributes) GetSwVersionOk() (*string, bool)

GetSwVersionOk returns a tuple with the SwVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOfAttributes) GetUserDefinedState ¶

func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedState() string

GetUserDefinedState returns the UserDefinedState field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOfAttributes) GetUserDefinedStateOk ¶

func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedStateOk() (*string, bool)

GetUserDefinedStateOk returns a tuple with the UserDefinedState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOfAttributes) GetUserLabel ¶

func (o *ManagementNodeSingleAllOfAttributes) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOfAttributes) GetUserLabelOk ¶

func (o *ManagementNodeSingleAllOfAttributes) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOfAttributes) GetVendorName ¶

func (o *ManagementNodeSingleAllOfAttributes) GetVendorName() string

GetVendorName returns the VendorName field value if set, zero value otherwise.

func (*ManagementNodeSingleAllOfAttributes) GetVendorNameOk ¶

func (o *ManagementNodeSingleAllOfAttributes) GetVendorNameOk() (*string, bool)

GetVendorNameOk returns a tuple with the VendorName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ManagementNodeSingleAllOfAttributes) HasLocationName ¶

func (o *ManagementNodeSingleAllOfAttributes) HasLocationName() bool

HasLocationName returns a boolean if a field has been set.

func (*ManagementNodeSingleAllOfAttributes) HasManagedElements ¶

func (o *ManagementNodeSingleAllOfAttributes) HasManagedElements() bool

HasManagedElements returns a boolean if a field has been set.

func (*ManagementNodeSingleAllOfAttributes) HasSwVersion ¶

func (o *ManagementNodeSingleAllOfAttributes) HasSwVersion() bool

HasSwVersion returns a boolean if a field has been set.

func (*ManagementNodeSingleAllOfAttributes) HasUserDefinedState ¶

func (o *ManagementNodeSingleAllOfAttributes) HasUserDefinedState() bool

HasUserDefinedState returns a boolean if a field has been set.

func (*ManagementNodeSingleAllOfAttributes) HasUserLabel ¶

func (o *ManagementNodeSingleAllOfAttributes) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (*ManagementNodeSingleAllOfAttributes) HasVendorName ¶

func (o *ManagementNodeSingleAllOfAttributes) HasVendorName() bool

HasVendorName returns a boolean if a field has been set.

func (ManagementNodeSingleAllOfAttributes) MarshalJSON ¶

func (o ManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ManagementNodeSingleAllOfAttributes) SetLocationName ¶

func (o *ManagementNodeSingleAllOfAttributes) SetLocationName(v string)

SetLocationName gets a reference to the given string and assigns it to the LocationName field.

func (*ManagementNodeSingleAllOfAttributes) SetManagedElements ¶

func (o *ManagementNodeSingleAllOfAttributes) SetManagedElements(v []string)

SetManagedElements gets a reference to the given []string and assigns it to the ManagedElements field.

func (*ManagementNodeSingleAllOfAttributes) SetSwVersion ¶

func (o *ManagementNodeSingleAllOfAttributes) SetSwVersion(v string)

SetSwVersion gets a reference to the given string and assigns it to the SwVersion field.

func (*ManagementNodeSingleAllOfAttributes) SetUserDefinedState ¶

func (o *ManagementNodeSingleAllOfAttributes) SetUserDefinedState(v string)

SetUserDefinedState gets a reference to the given string and assigns it to the UserDefinedState field.

func (*ManagementNodeSingleAllOfAttributes) SetUserLabel ¶

func (o *ManagementNodeSingleAllOfAttributes) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (*ManagementNodeSingleAllOfAttributes) SetVendorName ¶

func (o *ManagementNodeSingleAllOfAttributes) SetVendorName(v string)

SetVendorName gets a reference to the given string and assigns it to the VendorName field.

func (ManagementNodeSingleAllOfAttributes) ToMap ¶

func (o ManagementNodeSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type 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 MlAnalyticsInfo ¶

type MlAnalyticsInfo struct {
	MlAnalyticsIds   []NwdafEvent `json:"mlAnalyticsIds,omitempty"`
	SnssaiList       []Snssai     `json:"snssaiList,omitempty"`
	TrackingAreaList []Tai        `json:"trackingAreaList,omitempty"`
}

MlAnalyticsInfo ML Analytics Filter information supported by the Nnwdaf_MLModelProvision service

func NewMlAnalyticsInfo ¶

func NewMlAnalyticsInfo() *MlAnalyticsInfo

NewMlAnalyticsInfo instantiates a new MlAnalyticsInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMlAnalyticsInfoWithDefaults ¶

func NewMlAnalyticsInfoWithDefaults() *MlAnalyticsInfo

NewMlAnalyticsInfoWithDefaults instantiates a new MlAnalyticsInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MlAnalyticsInfo) GetMlAnalyticsIds ¶

func (o *MlAnalyticsInfo) GetMlAnalyticsIds() []NwdafEvent

GetMlAnalyticsIds returns the MlAnalyticsIds field value if set, zero value otherwise.

func (*MlAnalyticsInfo) GetMlAnalyticsIdsOk ¶

func (o *MlAnalyticsInfo) GetMlAnalyticsIdsOk() ([]NwdafEvent, bool)

GetMlAnalyticsIdsOk returns a tuple with the MlAnalyticsIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MlAnalyticsInfo) GetSnssaiList ¶

func (o *MlAnalyticsInfo) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*MlAnalyticsInfo) GetSnssaiListOk ¶

func (o *MlAnalyticsInfo) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MlAnalyticsInfo) GetTrackingAreaList ¶

func (o *MlAnalyticsInfo) GetTrackingAreaList() []Tai

GetTrackingAreaList returns the TrackingAreaList field value if set, zero value otherwise.

func (*MlAnalyticsInfo) GetTrackingAreaListOk ¶

func (o *MlAnalyticsInfo) GetTrackingAreaListOk() ([]Tai, bool)

GetTrackingAreaListOk returns a tuple with the TrackingAreaList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MlAnalyticsInfo) HasMlAnalyticsIds ¶

func (o *MlAnalyticsInfo) HasMlAnalyticsIds() bool

HasMlAnalyticsIds returns a boolean if a field has been set.

func (*MlAnalyticsInfo) HasSnssaiList ¶

func (o *MlAnalyticsInfo) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (*MlAnalyticsInfo) HasTrackingAreaList ¶

func (o *MlAnalyticsInfo) HasTrackingAreaList() bool

HasTrackingAreaList returns a boolean if a field has been set.

func (MlAnalyticsInfo) MarshalJSON ¶

func (o MlAnalyticsInfo) MarshalJSON() ([]byte, error)

func (*MlAnalyticsInfo) SetMlAnalyticsIds ¶

func (o *MlAnalyticsInfo) SetMlAnalyticsIds(v []NwdafEvent)

SetMlAnalyticsIds gets a reference to the given []NwdafEvent and assigns it to the MlAnalyticsIds field.

func (*MlAnalyticsInfo) SetSnssaiList ¶

func (o *MlAnalyticsInfo) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (*MlAnalyticsInfo) SetTrackingAreaList ¶

func (o *MlAnalyticsInfo) SetTrackingAreaList(v []Tai)

SetTrackingAreaList gets a reference to the given []Tai and assigns it to the TrackingAreaList field.

func (MlAnalyticsInfo) ToMap ¶

func (o MlAnalyticsInfo) ToMap() (map[string]interface{}, error)

type MnsAgentSingle ¶

type MnsAgentSingle struct {
	Top
	Attributes *MnsAgentSingleAllOfAttributes `json:"attributes,omitempty"`
}

MnsAgentSingle struct for MnsAgentSingle

func NewMnsAgentSingle ¶

func NewMnsAgentSingle(id NullableString) *MnsAgentSingle

NewMnsAgentSingle instantiates a new MnsAgentSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMnsAgentSingleWithDefaults ¶

func NewMnsAgentSingleWithDefaults() *MnsAgentSingle

NewMnsAgentSingleWithDefaults instantiates a new MnsAgentSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MnsAgentSingle) GetAttributes ¶

func (o *MnsAgentSingle) GetAttributes() MnsAgentSingleAllOfAttributes

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MnsAgentSingle) GetAttributesOk ¶

func (o *MnsAgentSingle) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsAgentSingle) HasAttributes ¶

func (o *MnsAgentSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MnsAgentSingle) MarshalJSON ¶

func (o MnsAgentSingle) MarshalJSON() ([]byte, error)

func (*MnsAgentSingle) SetAttributes ¶

func (o *MnsAgentSingle) SetAttributes(v MnsAgentSingleAllOfAttributes)

SetAttributes gets a reference to the given MnsAgentSingleAllOfAttributes and assigns it to the Attributes field.

func (MnsAgentSingle) ToMap ¶

func (o MnsAgentSingle) ToMap() (map[string]interface{}, error)

type MnsAgentSingleAllOf ¶

type MnsAgentSingleAllOf struct {
	Attributes *MnsAgentSingleAllOfAttributes `json:"attributes,omitempty"`
}

MnsAgentSingleAllOf struct for MnsAgentSingleAllOf

func NewMnsAgentSingleAllOf ¶

func NewMnsAgentSingleAllOf() *MnsAgentSingleAllOf

NewMnsAgentSingleAllOf instantiates a new MnsAgentSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMnsAgentSingleAllOfWithDefaults ¶

func NewMnsAgentSingleAllOfWithDefaults() *MnsAgentSingleAllOf

NewMnsAgentSingleAllOfWithDefaults instantiates a new MnsAgentSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MnsAgentSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*MnsAgentSingleAllOf) GetAttributesOk ¶

func (o *MnsAgentSingleAllOf) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsAgentSingleAllOf) HasAttributes ¶

func (o *MnsAgentSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (MnsAgentSingleAllOf) MarshalJSON ¶

func (o MnsAgentSingleAllOf) MarshalJSON() ([]byte, error)

func (*MnsAgentSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given MnsAgentSingleAllOfAttributes and assigns it to the Attributes field.

func (MnsAgentSingleAllOf) ToMap ¶

func (o MnsAgentSingleAllOf) ToMap() (map[string]interface{}, error)

type MnsAgentSingleAllOfAttributes ¶

type MnsAgentSingleAllOfAttributes struct {
	SystemDN *string `json:"systemDN,omitempty"`
}

MnsAgentSingleAllOfAttributes struct for MnsAgentSingleAllOfAttributes

func NewMnsAgentSingleAllOfAttributes ¶

func NewMnsAgentSingleAllOfAttributes() *MnsAgentSingleAllOfAttributes

NewMnsAgentSingleAllOfAttributes instantiates a new MnsAgentSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMnsAgentSingleAllOfAttributesWithDefaults ¶

func NewMnsAgentSingleAllOfAttributesWithDefaults() *MnsAgentSingleAllOfAttributes

NewMnsAgentSingleAllOfAttributesWithDefaults instantiates a new MnsAgentSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MnsAgentSingleAllOfAttributes) GetSystemDN ¶

func (o *MnsAgentSingleAllOfAttributes) GetSystemDN() string

GetSystemDN returns the SystemDN field value if set, zero value otherwise.

func (*MnsAgentSingleAllOfAttributes) GetSystemDNOk ¶

func (o *MnsAgentSingleAllOfAttributes) GetSystemDNOk() (*string, bool)

GetSystemDNOk returns a tuple with the SystemDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsAgentSingleAllOfAttributes) HasSystemDN ¶

func (o *MnsAgentSingleAllOfAttributes) HasSystemDN() bool

HasSystemDN returns a boolean if a field has been set.

func (MnsAgentSingleAllOfAttributes) MarshalJSON ¶

func (o MnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*MnsAgentSingleAllOfAttributes) SetSystemDN ¶

func (o *MnsAgentSingleAllOfAttributes) SetSystemDN(v string)

SetSystemDN gets a reference to the given string and assigns it to the SystemDN field.

func (MnsAgentSingleAllOfAttributes) ToMap ¶

func (o MnsAgentSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type MnsInfoSingle ¶

type MnsInfoSingle struct {
	MnsLabel   *string `json:"mnsLabel,omitempty"`
	MnsType    *string `json:"mnsType,omitempty"`
	MnsVersion *string `json:"mnsVersion,omitempty"`
	MnsAddress *string `json:"mnsAddress,omitempty"`
	// List of the managed object instances that can be accessed using the MnS. If a complete SubNetwork can be accessed using the MnS, this attribute may contain the DN of the SubNetwork instead of the DNs of the individual managed entities within the SubNetwork.
	MnsScope []string `json:"mnsScope,omitempty"`
}

MnsInfoSingle struct for MnsInfoSingle

func NewMnsInfoSingle ¶

func NewMnsInfoSingle() *MnsInfoSingle

NewMnsInfoSingle instantiates a new MnsInfoSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMnsInfoSingleWithDefaults ¶

func NewMnsInfoSingleWithDefaults() *MnsInfoSingle

NewMnsInfoSingleWithDefaults instantiates a new MnsInfoSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MnsInfoSingle) GetMnsAddress ¶

func (o *MnsInfoSingle) GetMnsAddress() string

GetMnsAddress returns the MnsAddress field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsAddressOk ¶

func (o *MnsInfoSingle) GetMnsAddressOk() (*string, bool)

GetMnsAddressOk returns a tuple with the MnsAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsInfoSingle) GetMnsLabel ¶

func (o *MnsInfoSingle) GetMnsLabel() string

GetMnsLabel returns the MnsLabel field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsLabelOk ¶

func (o *MnsInfoSingle) GetMnsLabelOk() (*string, bool)

GetMnsLabelOk returns a tuple with the MnsLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsInfoSingle) GetMnsScope ¶

func (o *MnsInfoSingle) GetMnsScope() []string

GetMnsScope returns the MnsScope field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsScopeOk ¶

func (o *MnsInfoSingle) GetMnsScopeOk() ([]string, bool)

GetMnsScopeOk returns a tuple with the MnsScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsInfoSingle) GetMnsType ¶

func (o *MnsInfoSingle) GetMnsType() string

GetMnsType returns the MnsType field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsTypeOk ¶

func (o *MnsInfoSingle) GetMnsTypeOk() (*string, bool)

GetMnsTypeOk returns a tuple with the MnsType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsInfoSingle) GetMnsVersion ¶

func (o *MnsInfoSingle) GetMnsVersion() string

GetMnsVersion returns the MnsVersion field value if set, zero value otherwise.

func (*MnsInfoSingle) GetMnsVersionOk ¶

func (o *MnsInfoSingle) GetMnsVersionOk() (*string, bool)

GetMnsVersionOk returns a tuple with the MnsVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsInfoSingle) HasMnsAddress ¶

func (o *MnsInfoSingle) HasMnsAddress() bool

HasMnsAddress returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsLabel ¶

func (o *MnsInfoSingle) HasMnsLabel() bool

HasMnsLabel returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsScope ¶

func (o *MnsInfoSingle) HasMnsScope() bool

HasMnsScope returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsType ¶

func (o *MnsInfoSingle) HasMnsType() bool

HasMnsType returns a boolean if a field has been set.

func (*MnsInfoSingle) HasMnsVersion ¶

func (o *MnsInfoSingle) HasMnsVersion() bool

HasMnsVersion returns a boolean if a field has been set.

func (MnsInfoSingle) MarshalJSON ¶

func (o MnsInfoSingle) MarshalJSON() ([]byte, error)

func (*MnsInfoSingle) SetMnsAddress ¶

func (o *MnsInfoSingle) SetMnsAddress(v string)

SetMnsAddress gets a reference to the given string and assigns it to the MnsAddress field.

func (*MnsInfoSingle) SetMnsLabel ¶

func (o *MnsInfoSingle) SetMnsLabel(v string)

SetMnsLabel gets a reference to the given string and assigns it to the MnsLabel field.

func (*MnsInfoSingle) SetMnsScope ¶

func (o *MnsInfoSingle) SetMnsScope(v []string)

SetMnsScope gets a reference to the given []string and assigns it to the MnsScope field.

func (*MnsInfoSingle) SetMnsType ¶

func (o *MnsInfoSingle) SetMnsType(v string)

SetMnsType gets a reference to the given string and assigns it to the MnsType field.

func (*MnsInfoSingle) SetMnsVersion ¶

func (o *MnsInfoSingle) SetMnsVersion(v string)

SetMnsVersion gets a reference to the given string and assigns it to the MnsVersion field.

func (MnsInfoSingle) ToMap ¶

func (o MnsInfoSingle) ToMap() (map[string]interface{}, error)

type MnsRegistrySingle ¶

type MnsRegistrySingle struct {
	MnsInfo []MnsInfoSingle `json:"MnsInfo,omitempty"`
}

MnsRegistrySingle struct for MnsRegistrySingle

func NewMnsRegistrySingle ¶

func NewMnsRegistrySingle() *MnsRegistrySingle

NewMnsRegistrySingle instantiates a new MnsRegistrySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewMnsRegistrySingleWithDefaults ¶

func NewMnsRegistrySingleWithDefaults() *MnsRegistrySingle

NewMnsRegistrySingleWithDefaults instantiates a new MnsRegistrySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*MnsRegistrySingle) GetMnsInfo ¶

func (o *MnsRegistrySingle) GetMnsInfo() []MnsInfoSingle

GetMnsInfo returns the MnsInfo field value if set, zero value otherwise.

func (*MnsRegistrySingle) GetMnsInfoOk ¶

func (o *MnsRegistrySingle) GetMnsInfoOk() ([]MnsInfoSingle, bool)

GetMnsInfoOk returns a tuple with the MnsInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MnsRegistrySingle) HasMnsInfo ¶

func (o *MnsRegistrySingle) HasMnsInfo() bool

HasMnsInfo returns a boolean if a field has been set.

func (MnsRegistrySingle) MarshalJSON ¶

func (o MnsRegistrySingle) MarshalJSON() ([]byte, error)

func (*MnsRegistrySingle) SetMnsInfo ¶

func (o *MnsRegistrySingle) SetMnsInfo(v []MnsInfoSingle)

SetMnsInfo gets a reference to the given []MnsInfoSingle and assigns it to the MnsInfo field.

func (MnsRegistrySingle) ToMap ¶

func (o MnsRegistrySingle) ToMap() (map[string]interface{}, error)

type Model5GCNfConnEcmInfo ¶

type Model5GCNfConnEcmInfo struct {
	Var5GCNFType      *string `json:"5GCNFType,omitempty"`
	Var5GCNFIpAddress *string `json:"5GCNFIpAddress,omitempty"`
	Var5GCNFRef       *string `json:"5GCNFRef,omitempty"`
}

Model5GCNfConnEcmInfo Store the 5GC NF connection information

func NewModel5GCNfConnEcmInfo ¶

func NewModel5GCNfConnEcmInfo() *Model5GCNfConnEcmInfo

NewModel5GCNfConnEcmInfo instantiates a new Model5GCNfConnEcmInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewModel5GCNfConnEcmInfoWithDefaults ¶

func NewModel5GCNfConnEcmInfoWithDefaults() *Model5GCNfConnEcmInfo

NewModel5GCNfConnEcmInfoWithDefaults instantiates a new Model5GCNfConnEcmInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Model5GCNfConnEcmInfo) GetVar5GCNFIpAddress ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddress() string

GetVar5GCNFIpAddress returns the Var5GCNFIpAddress field value if set, zero value otherwise.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFIpAddressOk ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddressOk() (*string, bool)

GetVar5GCNFIpAddressOk returns a tuple with the Var5GCNFIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFRef ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRef() string

GetVar5GCNFRef returns the Var5GCNFRef field value if set, zero value otherwise.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFRefOk ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRefOk() (*string, bool)

GetVar5GCNFRefOk returns a tuple with the Var5GCNFRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFType ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFType() string

GetVar5GCNFType returns the Var5GCNFType field value if set, zero value otherwise.

func (*Model5GCNfConnEcmInfo) GetVar5GCNFTypeOk ¶

func (o *Model5GCNfConnEcmInfo) GetVar5GCNFTypeOk() (*string, bool)

GetVar5GCNFTypeOk returns a tuple with the Var5GCNFType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Model5GCNfConnEcmInfo) HasVar5GCNFIpAddress ¶

func (o *Model5GCNfConnEcmInfo) HasVar5GCNFIpAddress() bool

HasVar5GCNFIpAddress returns a boolean if a field has been set.

func (*Model5GCNfConnEcmInfo) HasVar5GCNFRef ¶

func (o *Model5GCNfConnEcmInfo) HasVar5GCNFRef() bool

HasVar5GCNFRef returns a boolean if a field has been set.

func (*Model5GCNfConnEcmInfo) HasVar5GCNFType ¶

func (o *Model5GCNfConnEcmInfo) HasVar5GCNFType() bool

HasVar5GCNFType returns a boolean if a field has been set.

func (Model5GCNfConnEcmInfo) MarshalJSON ¶

func (o Model5GCNfConnEcmInfo) MarshalJSON() ([]byte, error)

func (*Model5GCNfConnEcmInfo) SetVar5GCNFIpAddress ¶

func (o *Model5GCNfConnEcmInfo) SetVar5GCNFIpAddress(v string)

SetVar5GCNFIpAddress gets a reference to the given string and assigns it to the Var5GCNFIpAddress field.

func (*Model5GCNfConnEcmInfo) SetVar5GCNFRef ¶

func (o *Model5GCNfConnEcmInfo) SetVar5GCNFRef(v string)

SetVar5GCNFRef gets a reference to the given string and assigns it to the Var5GCNFRef field.

func (*Model5GCNfConnEcmInfo) SetVar5GCNFType ¶

func (o *Model5GCNfConnEcmInfo) SetVar5GCNFType(v string)

SetVar5GCNFType gets a reference to the given string and assigns it to the Var5GCNFType field.

func (Model5GCNfConnEcmInfo) ToMap ¶

func (o Model5GCNfConnEcmInfo) ToMap() (map[string]interface{}, error)

type MulticastAccessControl ¶

type MulticastAccessControl struct {
	String *string
}

MulticastAccessControl Indicates whether the service data flow, corresponding to the service data flow template, is allowed or not allowed.

func (*MulticastAccessControl) MarshalJSON ¶

func (src *MulticastAccessControl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*MulticastAccessControl) UnmarshalJSON ¶

func (dst *MulticastAccessControl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type N3iwfFunctionSingle ¶

type N3iwfFunctionSingle struct {
	Top
	Attributes       *N3iwfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN3             []EPN3Single                        `json:"EP_N3,omitempty"`
	EPN4             []EPN4Single                        `json:"EP_N4,omitempty"`
}

N3iwfFunctionSingle struct for N3iwfFunctionSingle

func NewN3iwfFunctionSingle ¶

func NewN3iwfFunctionSingle(id NullableString) *N3iwfFunctionSingle

NewN3iwfFunctionSingle instantiates a new N3iwfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleWithDefaults ¶

func NewN3iwfFunctionSingleWithDefaults() *N3iwfFunctionSingle

NewN3iwfFunctionSingleWithDefaults instantiates a new N3iwfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetEPN3 ¶

func (o *N3iwfFunctionSingle) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetEPN3Ok ¶

func (o *N3iwfFunctionSingle) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetEPN4 ¶

func (o *N3iwfFunctionSingle) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetEPN4Ok ¶

func (o *N3iwfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetManagedNFService ¶

func (o *N3iwfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetManagedNFServiceOk ¶

func (o *N3iwfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetPerfMetricJob ¶

func (o *N3iwfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetPerfMetricJobOk ¶

func (o *N3iwfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetThresholdMonitor ¶

func (o *N3iwfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetThresholdMonitorOk ¶

func (o *N3iwfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) GetTraceJob ¶

func (o *N3iwfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*N3iwfFunctionSingle) GetTraceJobOk ¶

func (o *N3iwfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingle) HasAttributes ¶

func (o *N3iwfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasEPN3 ¶

func (o *N3iwfFunctionSingle) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasEPN4 ¶

func (o *N3iwfFunctionSingle) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasManagedNFService ¶

func (o *N3iwfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasPerfMetricJob ¶

func (o *N3iwfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasThresholdMonitor ¶

func (o *N3iwfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*N3iwfFunctionSingle) HasTraceJob ¶

func (o *N3iwfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (N3iwfFunctionSingle) MarshalJSON ¶

func (o N3iwfFunctionSingle) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given N3iwfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*N3iwfFunctionSingle) SetEPN3 ¶

func (o *N3iwfFunctionSingle) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*N3iwfFunctionSingle) SetEPN4 ¶

func (o *N3iwfFunctionSingle) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*N3iwfFunctionSingle) SetManagedNFService ¶

func (o *N3iwfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*N3iwfFunctionSingle) SetPerfMetricJob ¶

func (o *N3iwfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*N3iwfFunctionSingle) SetThresholdMonitor ¶

func (o *N3iwfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*N3iwfFunctionSingle) SetTraceJob ¶

func (o *N3iwfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (N3iwfFunctionSingle) ToMap ¶

func (o N3iwfFunctionSingle) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOf ¶

type N3iwfFunctionSingleAllOf struct {
	Attributes *N3iwfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

N3iwfFunctionSingleAllOf struct for N3iwfFunctionSingleAllOf

func NewN3iwfFunctionSingleAllOf ¶

func NewN3iwfFunctionSingleAllOf() *N3iwfFunctionSingleAllOf

NewN3iwfFunctionSingleAllOf instantiates a new N3iwfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOfWithDefaults ¶

func NewN3iwfFunctionSingleAllOfWithDefaults() *N3iwfFunctionSingleAllOf

NewN3iwfFunctionSingleAllOfWithDefaults instantiates a new N3iwfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOf) HasAttributes ¶

func (o *N3iwfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOf) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given N3iwfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (N3iwfFunctionSingleAllOf) ToMap ¶

func (o N3iwfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOf1 ¶

type N3iwfFunctionSingleAllOf1 struct {
	EPN3 []EPN3Single `json:"EP_N3,omitempty"`
	EPN4 []EPN4Single `json:"EP_N4,omitempty"`
}

N3iwfFunctionSingleAllOf1 struct for N3iwfFunctionSingleAllOf1

func NewN3iwfFunctionSingleAllOf1 ¶

func NewN3iwfFunctionSingleAllOf1() *N3iwfFunctionSingleAllOf1

NewN3iwfFunctionSingleAllOf1 instantiates a new N3iwfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOf1WithDefaults ¶

func NewN3iwfFunctionSingleAllOf1WithDefaults() *N3iwfFunctionSingleAllOf1

NewN3iwfFunctionSingleAllOf1WithDefaults instantiates a new N3iwfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOf1) GetEPN3 ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOf1) GetEPN3Ok ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOf1) GetEPN4 ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOf1) GetEPN4Ok ¶

func (o *N3iwfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOf1) HasEPN3 ¶

func (o *N3iwfFunctionSingleAllOf1) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*N3iwfFunctionSingleAllOf1) HasEPN4 ¶

func (o *N3iwfFunctionSingleAllOf1) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOf1) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOf1) SetEPN3 ¶

func (o *N3iwfFunctionSingleAllOf1) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*N3iwfFunctionSingleAllOf1) SetEPN4 ¶

func (o *N3iwfFunctionSingleAllOf1) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (N3iwfFunctionSingleAllOf1) ToMap ¶

func (o N3iwfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOfAttributes ¶

type N3iwfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList    []PlmnId    `json:"plmnIdList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

N3iwfFunctionSingleAllOfAttributes struct for N3iwfFunctionSingleAllOfAttributes

func NewN3iwfFunctionSingleAllOfAttributes ¶

func NewN3iwfFunctionSingleAllOfAttributes() *N3iwfFunctionSingleAllOfAttributes

NewN3iwfFunctionSingleAllOfAttributes instantiates a new N3iwfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOfAttributesWithDefaults ¶

func NewN3iwfFunctionSingleAllOfAttributesWithDefaults() *N3iwfFunctionSingleAllOfAttributes

NewN3iwfFunctionSingleAllOfAttributesWithDefaults instantiates a new N3iwfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*N3iwfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*N3iwfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (N3iwfFunctionSingleAllOfAttributes) ToMap ¶

func (o N3iwfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type N3iwfFunctionSingleAllOfAttributesAllOf ¶

type N3iwfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList    []PlmnId    `json:"plmnIdList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

N3iwfFunctionSingleAllOfAttributesAllOf struct for N3iwfFunctionSingleAllOfAttributesAllOf

func NewN3iwfFunctionSingleAllOfAttributesAllOf ¶

func NewN3iwfFunctionSingleAllOfAttributesAllOf() *N3iwfFunctionSingleAllOfAttributesAllOf

NewN3iwfFunctionSingleAllOfAttributesAllOf instantiates a new N3iwfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewN3iwfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewN3iwfFunctionSingleAllOfAttributesAllOfWithDefaults() *N3iwfFunctionSingleAllOfAttributesAllOf

NewN3iwfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new N3iwfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (N3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o N3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*N3iwfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*N3iwfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (N3iwfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o N3iwfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NFProfile ¶

type NFProfile struct {
	// uuid of NF instance
	NFInstanceId  *string     `json:"nFInstanceId,omitempty"`
	NFType        *NFType     `json:"nFType,omitempty"`
	NFStatus      *NFStatus   `json:"nFStatus,omitempty"`
	Plmn          *PlmnId     `json:"plmn,omitempty"`
	SNssais       *Snssai     `json:"sNssais,omitempty"`
	Fqdn          *string     `json:"fqdn,omitempty"`
	InterPlmnFqdn *string     `json:"interPlmnFqdn,omitempty"`
	NfServices    []NFService `json:"nfServices,omitempty"`
}

NFProfile NF profile stored in NRF, defined in TS 29.510

func NewNFProfile ¶

func NewNFProfile() *NFProfile

NewNFProfile instantiates a new NFProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNFProfileWithDefaults ¶

func NewNFProfileWithDefaults() *NFProfile

NewNFProfileWithDefaults instantiates a new NFProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NFProfile) GetFqdn ¶

func (o *NFProfile) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*NFProfile) GetFqdnOk ¶

func (o *NFProfile) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetInterPlmnFqdn ¶

func (o *NFProfile) GetInterPlmnFqdn() string

GetInterPlmnFqdn returns the InterPlmnFqdn field value if set, zero value otherwise.

func (*NFProfile) GetInterPlmnFqdnOk ¶

func (o *NFProfile) GetInterPlmnFqdnOk() (*string, bool)

GetInterPlmnFqdnOk returns a tuple with the InterPlmnFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNFInstanceId ¶

func (o *NFProfile) GetNFInstanceId() string

GetNFInstanceId returns the NFInstanceId field value if set, zero value otherwise.

func (*NFProfile) GetNFInstanceIdOk ¶

func (o *NFProfile) GetNFInstanceIdOk() (*string, bool)

GetNFInstanceIdOk returns a tuple with the NFInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNFStatus ¶

func (o *NFProfile) GetNFStatus() NFStatus

GetNFStatus returns the NFStatus field value if set, zero value otherwise.

func (*NFProfile) GetNFStatusOk ¶

func (o *NFProfile) GetNFStatusOk() (*NFStatus, bool)

GetNFStatusOk returns a tuple with the NFStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNFType ¶

func (o *NFProfile) GetNFType() NFType

GetNFType returns the NFType field value if set, zero value otherwise.

func (*NFProfile) GetNFTypeOk ¶

func (o *NFProfile) GetNFTypeOk() (*NFType, bool)

GetNFTypeOk returns a tuple with the NFType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetNfServices ¶

func (o *NFProfile) GetNfServices() []NFService

GetNfServices returns the NfServices field value if set, zero value otherwise.

func (*NFProfile) GetNfServicesOk ¶

func (o *NFProfile) GetNfServicesOk() ([]NFService, bool)

GetNfServicesOk returns a tuple with the NfServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetPlmn ¶

func (o *NFProfile) GetPlmn() PlmnId

GetPlmn returns the Plmn field value if set, zero value otherwise.

func (*NFProfile) GetPlmnOk ¶

func (o *NFProfile) GetPlmnOk() (*PlmnId, bool)

GetPlmnOk returns a tuple with the Plmn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) GetSNssais ¶

func (o *NFProfile) GetSNssais() Snssai

GetSNssais returns the SNssais field value if set, zero value otherwise.

func (*NFProfile) GetSNssaisOk ¶

func (o *NFProfile) GetSNssaisOk() (*Snssai, bool)

GetSNssaisOk returns a tuple with the SNssais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFProfile) HasFqdn ¶

func (o *NFProfile) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*NFProfile) HasInterPlmnFqdn ¶

func (o *NFProfile) HasInterPlmnFqdn() bool

HasInterPlmnFqdn returns a boolean if a field has been set.

func (*NFProfile) HasNFInstanceId ¶

func (o *NFProfile) HasNFInstanceId() bool

HasNFInstanceId returns a boolean if a field has been set.

func (*NFProfile) HasNFStatus ¶

func (o *NFProfile) HasNFStatus() bool

HasNFStatus returns a boolean if a field has been set.

func (*NFProfile) HasNFType ¶

func (o *NFProfile) HasNFType() bool

HasNFType returns a boolean if a field has been set.

func (*NFProfile) HasNfServices ¶

func (o *NFProfile) HasNfServices() bool

HasNfServices returns a boolean if a field has been set.

func (*NFProfile) HasPlmn ¶

func (o *NFProfile) HasPlmn() bool

HasPlmn returns a boolean if a field has been set.

func (*NFProfile) HasSNssais ¶

func (o *NFProfile) HasSNssais() bool

HasSNssais returns a boolean if a field has been set.

func (NFProfile) MarshalJSON ¶

func (o NFProfile) MarshalJSON() ([]byte, error)

func (*NFProfile) SetFqdn ¶

func (o *NFProfile) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*NFProfile) SetInterPlmnFqdn ¶

func (o *NFProfile) SetInterPlmnFqdn(v string)

SetInterPlmnFqdn gets a reference to the given string and assigns it to the InterPlmnFqdn field.

func (*NFProfile) SetNFInstanceId ¶

func (o *NFProfile) SetNFInstanceId(v string)

SetNFInstanceId gets a reference to the given string and assigns it to the NFInstanceId field.

func (*NFProfile) SetNFStatus ¶

func (o *NFProfile) SetNFStatus(v NFStatus)

SetNFStatus gets a reference to the given NFStatus and assigns it to the NFStatus field.

func (*NFProfile) SetNFType ¶

func (o *NFProfile) SetNFType(v NFType)

SetNFType gets a reference to the given NFType and assigns it to the NFType field.

func (*NFProfile) SetNfServices ¶

func (o *NFProfile) SetNfServices(v []NFService)

SetNfServices gets a reference to the given []NFService and assigns it to the NfServices field.

func (*NFProfile) SetPlmn ¶

func (o *NFProfile) SetPlmn(v PlmnId)

SetPlmn gets a reference to the given PlmnId and assigns it to the Plmn field.

func (*NFProfile) SetSNssais ¶

func (o *NFProfile) SetSNssais(v Snssai)

SetSNssais gets a reference to the given Snssai and assigns it to the SNssais field.

func (NFProfile) ToMap ¶

func (o NFProfile) ToMap() (map[string]interface{}, error)

type NFService ¶

type NFService struct {
	ServiceInstanceId *string      `json:"serviceInstanceId,omitempty"`
	ServiceName       *string      `json:"serviceName,omitempty"`
	Version           *string      `json:"version,omitempty"`
	Schema            *string      `json:"schema,omitempty"`
	Fqdn              *string      `json:"fqdn,omitempty"`
	InterPlmnFqdn     *string      `json:"interPlmnFqdn,omitempty"`
	IpEndPoints       []IpEndPoint `json:"ipEndPoints,omitempty"`
	ApiPrfix          *string      `json:"apiPrfix,omitempty"`
	AllowedPlmns      *PlmnId      `json:"allowedPlmns,omitempty"`
	AllowedNfTypes    []NFType     `json:"allowedNfTypes,omitempty"`
	AllowedNssais     []Snssai     `json:"allowedNssais,omitempty"`
}

NFService NF Service is defined in TS 29.510

func NewNFService ¶

func NewNFService() *NFService

NewNFService instantiates a new NFService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNFServiceWithDefaults ¶

func NewNFServiceWithDefaults() *NFService

NewNFServiceWithDefaults instantiates a new NFService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NFService) GetAllowedNfTypes ¶

func (o *NFService) GetAllowedNfTypes() []NFType

GetAllowedNfTypes returns the AllowedNfTypes field value if set, zero value otherwise.

func (*NFService) GetAllowedNfTypesOk ¶

func (o *NFService) GetAllowedNfTypesOk() ([]NFType, bool)

GetAllowedNfTypesOk returns a tuple with the AllowedNfTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetAllowedNssais ¶

func (o *NFService) GetAllowedNssais() []Snssai

GetAllowedNssais returns the AllowedNssais field value if set, zero value otherwise.

func (*NFService) GetAllowedNssaisOk ¶

func (o *NFService) GetAllowedNssaisOk() ([]Snssai, bool)

GetAllowedNssaisOk returns a tuple with the AllowedNssais field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetAllowedPlmns ¶

func (o *NFService) GetAllowedPlmns() PlmnId

GetAllowedPlmns returns the AllowedPlmns field value if set, zero value otherwise.

func (*NFService) GetAllowedPlmnsOk ¶

func (o *NFService) GetAllowedPlmnsOk() (*PlmnId, bool)

GetAllowedPlmnsOk returns a tuple with the AllowedPlmns field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetApiPrfix ¶

func (o *NFService) GetApiPrfix() string

GetApiPrfix returns the ApiPrfix field value if set, zero value otherwise.

func (*NFService) GetApiPrfixOk ¶

func (o *NFService) GetApiPrfixOk() (*string, bool)

GetApiPrfixOk returns a tuple with the ApiPrfix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetFqdn ¶

func (o *NFService) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*NFService) GetFqdnOk ¶

func (o *NFService) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetInterPlmnFqdn ¶

func (o *NFService) GetInterPlmnFqdn() string

GetInterPlmnFqdn returns the InterPlmnFqdn field value if set, zero value otherwise.

func (*NFService) GetInterPlmnFqdnOk ¶

func (o *NFService) GetInterPlmnFqdnOk() (*string, bool)

GetInterPlmnFqdnOk returns a tuple with the InterPlmnFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetIpEndPoints ¶

func (o *NFService) GetIpEndPoints() []IpEndPoint

GetIpEndPoints returns the IpEndPoints field value if set, zero value otherwise.

func (*NFService) GetIpEndPointsOk ¶

func (o *NFService) GetIpEndPointsOk() ([]IpEndPoint, bool)

GetIpEndPointsOk returns a tuple with the IpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetSchema ¶

func (o *NFService) GetSchema() string

GetSchema returns the Schema field value if set, zero value otherwise.

func (*NFService) GetSchemaOk ¶

func (o *NFService) GetSchemaOk() (*string, bool)

GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetServiceInstanceId ¶

func (o *NFService) GetServiceInstanceId() string

GetServiceInstanceId returns the ServiceInstanceId field value if set, zero value otherwise.

func (*NFService) GetServiceInstanceIdOk ¶

func (o *NFService) GetServiceInstanceIdOk() (*string, bool)

GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetServiceName ¶

func (o *NFService) GetServiceName() string

GetServiceName returns the ServiceName field value if set, zero value otherwise.

func (*NFService) GetServiceNameOk ¶

func (o *NFService) GetServiceNameOk() (*string, bool)

GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) GetVersion ¶

func (o *NFService) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*NFService) GetVersionOk ¶

func (o *NFService) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NFService) HasAllowedNfTypes ¶

func (o *NFService) HasAllowedNfTypes() bool

HasAllowedNfTypes returns a boolean if a field has been set.

func (*NFService) HasAllowedNssais ¶

func (o *NFService) HasAllowedNssais() bool

HasAllowedNssais returns a boolean if a field has been set.

func (*NFService) HasAllowedPlmns ¶

func (o *NFService) HasAllowedPlmns() bool

HasAllowedPlmns returns a boolean if a field has been set.

func (*NFService) HasApiPrfix ¶

func (o *NFService) HasApiPrfix() bool

HasApiPrfix returns a boolean if a field has been set.

func (*NFService) HasFqdn ¶

func (o *NFService) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*NFService) HasInterPlmnFqdn ¶

func (o *NFService) HasInterPlmnFqdn() bool

HasInterPlmnFqdn returns a boolean if a field has been set.

func (*NFService) HasIpEndPoints ¶

func (o *NFService) HasIpEndPoints() bool

HasIpEndPoints returns a boolean if a field has been set.

func (*NFService) HasSchema ¶

func (o *NFService) HasSchema() bool

HasSchema returns a boolean if a field has been set.

func (*NFService) HasServiceInstanceId ¶

func (o *NFService) HasServiceInstanceId() bool

HasServiceInstanceId returns a boolean if a field has been set.

func (*NFService) HasServiceName ¶

func (o *NFService) HasServiceName() bool

HasServiceName returns a boolean if a field has been set.

func (*NFService) HasVersion ¶

func (o *NFService) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (NFService) MarshalJSON ¶

func (o NFService) MarshalJSON() ([]byte, error)

func (*NFService) SetAllowedNfTypes ¶

func (o *NFService) SetAllowedNfTypes(v []NFType)

SetAllowedNfTypes gets a reference to the given []NFType and assigns it to the AllowedNfTypes field.

func (*NFService) SetAllowedNssais ¶

func (o *NFService) SetAllowedNssais(v []Snssai)

SetAllowedNssais gets a reference to the given []Snssai and assigns it to the AllowedNssais field.

func (*NFService) SetAllowedPlmns ¶

func (o *NFService) SetAllowedPlmns(v PlmnId)

SetAllowedPlmns gets a reference to the given PlmnId and assigns it to the AllowedPlmns field.

func (*NFService) SetApiPrfix ¶

func (o *NFService) SetApiPrfix(v string)

SetApiPrfix gets a reference to the given string and assigns it to the ApiPrfix field.

func (*NFService) SetFqdn ¶

func (o *NFService) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*NFService) SetInterPlmnFqdn ¶

func (o *NFService) SetInterPlmnFqdn(v string)

SetInterPlmnFqdn gets a reference to the given string and assigns it to the InterPlmnFqdn field.

func (*NFService) SetIpEndPoints ¶

func (o *NFService) SetIpEndPoints(v []IpEndPoint)

SetIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the IpEndPoints field.

func (*NFService) SetSchema ¶

func (o *NFService) SetSchema(v string)

SetSchema gets a reference to the given string and assigns it to the Schema field.

func (*NFService) SetServiceInstanceId ¶

func (o *NFService) SetServiceInstanceId(v string)

SetServiceInstanceId gets a reference to the given string and assigns it to the ServiceInstanceId field.

func (*NFService) SetServiceName ¶

func (o *NFService) SetServiceName(v string)

SetServiceName gets a reference to the given string and assigns it to the ServiceName field.

func (*NFService) SetVersion ¶

func (o *NFService) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (NFService) ToMap ¶

func (o NFService) ToMap() (map[string]interface{}, error)

type NFServiceType ¶

type NFServiceType string

NFServiceType the model 'NFServiceType'

const (
	NAMF_COMMUNICATION  NFServiceType = "Namf_Communication"
	NAMF_EVENT_EXPOSURE NFServiceType = "Namf_EventExposure"
	NAMF_MT             NFServiceType = "Namf_MT"
	NAMF_LOCATION       NFServiceType = "Namf_Location"
	NSMF_PDU_SESSION    NFServiceType = "Nsmf_PDUSession"
	NSMF_EVENT_EXPOSURE NFServiceType = "Nsmf_EventExposure"
	OTHERS              NFServiceType = "Others"
)

List of NFServiceType

func NewNFServiceTypeFromValue ¶

func NewNFServiceTypeFromValue(v string) (*NFServiceType, error)

NewNFServiceTypeFromValue returns a pointer to a valid NFServiceType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NFServiceType) IsValid ¶

func (v NFServiceType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NFServiceType) Ptr ¶

func (v NFServiceType) Ptr() *NFServiceType

Ptr returns reference to NFServiceType value

func (*NFServiceType) UnmarshalJSON ¶

func (v *NFServiceType) UnmarshalJSON(src []byte) error

type NFStatus ¶

type NFStatus string

NFStatus any of enumrated value

const (
	REGISTERED NFStatus = "REGISTERED"
	SUSPENDED  NFStatus = "SUSPENDED"
)

List of NFStatus

func NewNFStatusFromValue ¶

func NewNFStatusFromValue(v string) (*NFStatus, error)

NewNFStatusFromValue returns a pointer to a valid NFStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NFStatus) IsValid ¶

func (v NFStatus) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NFStatus) Ptr ¶

func (v NFStatus) Ptr() *NFStatus

Ptr returns reference to NFStatus value

func (*NFStatus) UnmarshalJSON ¶

func (v *NFStatus) UnmarshalJSON(src []byte) error

type NFType ¶

type NFType string

NFType NF name defined in TS 23.501 or TS 29.510

const (
	NRF  NFType = "NRF"
	UDM  NFType = "UDM"
	AMF  NFType = "AMF"
	SMF  NFType = "SMF"
	AUSF NFType = "AUSF"
	NEF  NFType = "NEF"
	PCF  NFType = "PCF"
	SMSF NFType = "SMSF"
	NSSF NFType = "NSSF"
	UDR  NFType = "UDR"
	LMF  NFType = "LMF"
	GMLC NFType = "GMLC"

	SEPP   NFType = "SEPP"
	UPF    NFType = "UPF"
	N3_IWF NFType = "N3IWF"
	AF     NFType = "AF"
	UDSF   NFType = "UDSF"
	DN     NFType = "DN"
	BSF    NFType = "BSF"
	CHF    NFType = "CHF"
	NWDAF  NFType = "NWDAF"
	PCSCF  NFType = "PCSCF"
	CBCF   NFType = "CBCF"
	HSS    NFType = "HSS"
	UCMF   NFType = "UCMF"
	SOR_AF NFType = "SOR_AF"
	SPAF   NFType = "SPAF"
	MME    NFType = "MME"
	SCSAS  NFType = "SCSAS"
	SCEF   NFType = "SCEF"
	SCP    NFType = "SCP"
	NSSAAF NFType = "NSSAAF"
	ICSCF  NFType = "ICSCF"
	SCSCF  NFType = "SCSCF"
	DRA    NFType = "DRA"
	IMS_AS NFType = "IMS_AS"
	AANF   NFType = "AANF"

	NSACF     NFType = "NSACF"
	MFAF      NFType = "MFAF"
	EASDF     NFType = "EASDF"
	DCCF      NFType = "DCCF"
	MB_SMF    NFType = "MB_SMF"
	TSCTSF    NFType = "TSCTSF"
	ADRF      NFType = "ADRF"
	GBA_BSF   NFType = "GBA_BSF"
	CEF       NFType = "CEF"
	MB_UPF    NFType = "MB_UPF"
	NSWOF     NFType = "NSWOF"
	PKMF      NFType = "PKMF"
	MNPF      NFType = "MNPF"
	SMS_GMSC  NFType = "SMS_GMSC"
	SMS_IWMSC NFType = "SMS_IWMSC"
	MBSF      NFType = "MBSF"
	MBSTF     NFType = "MBSTF"
	PANF      NFType = "PANF"
	TNGF      NFType = "TNGF"
	W_AGF     NFType = "W_AGF"
	TWIF      NFType = "TWIF"
	TSN_AF    NFType = "TSN_AF"
)

List of NFType

func NewNFTypeFromValue ¶

func NewNFTypeFromValue(v string) (*NFType, error)

NewNFTypeFromValue returns a pointer to a valid NFType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NFType) IsValid ¶

func (v NFType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NFType) Ptr ¶

func (v NFType) Ptr() *NFType

Ptr returns reference to NFType value

func (*NFType) UnmarshalJSON ¶

func (v *NFType) UnmarshalJSON(src []byte) error

type NRTACRange ¶

type NRTACRange struct {
	NRTACstart   *string `json:"nRTACstart,omitempty"`
	NRTACend     *string `json:"nRTACend,omitempty"`
	NRTACpattern *string `json:"nRTACpattern,omitempty"`
}

NRTACRange struct for NRTACRange

func NewNRTACRange ¶

func NewNRTACRange() *NRTACRange

NewNRTACRange instantiates a new NRTACRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNRTACRangeWithDefaults ¶

func NewNRTACRangeWithDefaults() *NRTACRange

NewNRTACRangeWithDefaults instantiates a new NRTACRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NRTACRange) GetNRTACend ¶

func (o *NRTACRange) GetNRTACend() string

GetNRTACend returns the NRTACend field value if set, zero value otherwise.

func (*NRTACRange) GetNRTACendOk ¶

func (o *NRTACRange) GetNRTACendOk() (*string, bool)

GetNRTACendOk returns a tuple with the NRTACend field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRTACRange) GetNRTACpattern ¶

func (o *NRTACRange) GetNRTACpattern() string

GetNRTACpattern returns the NRTACpattern field value if set, zero value otherwise.

func (*NRTACRange) GetNRTACpatternOk ¶

func (o *NRTACRange) GetNRTACpatternOk() (*string, bool)

GetNRTACpatternOk returns a tuple with the NRTACpattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRTACRange) GetNRTACstart ¶

func (o *NRTACRange) GetNRTACstart() string

GetNRTACstart returns the NRTACstart field value if set, zero value otherwise.

func (*NRTACRange) GetNRTACstartOk ¶

func (o *NRTACRange) GetNRTACstartOk() (*string, bool)

GetNRTACstartOk returns a tuple with the NRTACstart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NRTACRange) HasNRTACend ¶

func (o *NRTACRange) HasNRTACend() bool

HasNRTACend returns a boolean if a field has been set.

func (*NRTACRange) HasNRTACpattern ¶

func (o *NRTACRange) HasNRTACpattern() bool

HasNRTACpattern returns a boolean if a field has been set.

func (*NRTACRange) HasNRTACstart ¶

func (o *NRTACRange) HasNRTACstart() bool

HasNRTACstart returns a boolean if a field has been set.

func (NRTACRange) MarshalJSON ¶

func (o NRTACRange) MarshalJSON() ([]byte, error)

func (*NRTACRange) SetNRTACend ¶

func (o *NRTACRange) SetNRTACend(v string)

SetNRTACend gets a reference to the given string and assigns it to the NRTACend field.

func (*NRTACRange) SetNRTACpattern ¶

func (o *NRTACRange) SetNRTACpattern(v string)

SetNRTACpattern gets a reference to the given string and assigns it to the NRTACpattern field.

func (*NRTACRange) SetNRTACstart ¶

func (o *NRTACRange) SetNRTACstart(v string)

SetNRTACstart gets a reference to the given string and assigns it to the NRTACstart field.

func (NRTACRange) ToMap ¶

func (o NRTACRange) ToMap() (map[string]interface{}, error)

type NefFunctionSingle ¶

type NefFunctionSingle struct {
	Top
	Attributes       *NefFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN33            []EPN33Single                     `json:"EP_N33,omitempty"`
}

NefFunctionSingle struct for NefFunctionSingle

func NewNefFunctionSingle ¶

func NewNefFunctionSingle(id NullableString) *NefFunctionSingle

NewNefFunctionSingle instantiates a new NefFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleWithDefaults ¶

func NewNefFunctionSingleWithDefaults() *NefFunctionSingle

NewNefFunctionSingleWithDefaults instantiates a new NefFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NefFunctionSingle) GetAttributesOk ¶

func (o *NefFunctionSingle) GetAttributesOk() (*NefFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingle) GetEPN33 ¶

func (o *NefFunctionSingle) GetEPN33() []EPN33Single

GetEPN33 returns the EPN33 field value if set, zero value otherwise.

func (*NefFunctionSingle) GetEPN33Ok ¶

func (o *NefFunctionSingle) GetEPN33Ok() ([]EPN33Single, bool)

GetEPN33Ok returns a tuple with the EPN33 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingle) GetManagedNFService ¶

func (o *NefFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NefFunctionSingle) GetManagedNFServiceOk ¶

func (o *NefFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingle) GetPerfMetricJob ¶

func (o *NefFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NefFunctionSingle) GetPerfMetricJobOk ¶

func (o *NefFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingle) GetThresholdMonitor ¶

func (o *NefFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NefFunctionSingle) GetThresholdMonitorOk ¶

func (o *NefFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingle) GetTraceJob ¶

func (o *NefFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NefFunctionSingle) GetTraceJobOk ¶

func (o *NefFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingle) HasAttributes ¶

func (o *NefFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NefFunctionSingle) HasEPN33 ¶

func (o *NefFunctionSingle) HasEPN33() bool

HasEPN33 returns a boolean if a field has been set.

func (*NefFunctionSingle) HasManagedNFService ¶

func (o *NefFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NefFunctionSingle) HasPerfMetricJob ¶

func (o *NefFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NefFunctionSingle) HasThresholdMonitor ¶

func (o *NefFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NefFunctionSingle) HasTraceJob ¶

func (o *NefFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NefFunctionSingle) MarshalJSON ¶

func (o NefFunctionSingle) MarshalJSON() ([]byte, error)

func (*NefFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NefFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NefFunctionSingle) SetEPN33 ¶

func (o *NefFunctionSingle) SetEPN33(v []EPN33Single)

SetEPN33 gets a reference to the given []EPN33Single and assigns it to the EPN33 field.

func (*NefFunctionSingle) SetManagedNFService ¶

func (o *NefFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NefFunctionSingle) SetPerfMetricJob ¶

func (o *NefFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NefFunctionSingle) SetThresholdMonitor ¶

func (o *NefFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NefFunctionSingle) SetTraceJob ¶

func (o *NefFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NefFunctionSingle) ToMap ¶

func (o NefFunctionSingle) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOf ¶

type NefFunctionSingleAllOf struct {
	Attributes *NefFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NefFunctionSingleAllOf struct for NefFunctionSingleAllOf

func NewNefFunctionSingleAllOf ¶

func NewNefFunctionSingleAllOf() *NefFunctionSingleAllOf

NewNefFunctionSingleAllOf instantiates a new NefFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOfWithDefaults ¶

func NewNefFunctionSingleAllOfWithDefaults() *NefFunctionSingleAllOf

NewNefFunctionSingleAllOfWithDefaults instantiates a new NefFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NefFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOf) HasAttributes ¶

func (o *NefFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NefFunctionSingleAllOf) MarshalJSON ¶

func (o NefFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NefFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NefFunctionSingleAllOf) ToMap ¶

func (o NefFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOf1 ¶

type NefFunctionSingleAllOf1 struct {
	EPN33 []EPN33Single `json:"EP_N33,omitempty"`
}

NefFunctionSingleAllOf1 struct for NefFunctionSingleAllOf1

func NewNefFunctionSingleAllOf1 ¶

func NewNefFunctionSingleAllOf1() *NefFunctionSingleAllOf1

NewNefFunctionSingleAllOf1 instantiates a new NefFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOf1WithDefaults ¶

func NewNefFunctionSingleAllOf1WithDefaults() *NefFunctionSingleAllOf1

NewNefFunctionSingleAllOf1WithDefaults instantiates a new NefFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOf1) GetEPN33 ¶

func (o *NefFunctionSingleAllOf1) GetEPN33() []EPN33Single

GetEPN33 returns the EPN33 field value if set, zero value otherwise.

func (*NefFunctionSingleAllOf1) GetEPN33Ok ¶

func (o *NefFunctionSingleAllOf1) GetEPN33Ok() ([]EPN33Single, bool)

GetEPN33Ok returns a tuple with the EPN33 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOf1) HasEPN33 ¶

func (o *NefFunctionSingleAllOf1) HasEPN33() bool

HasEPN33 returns a boolean if a field has been set.

func (NefFunctionSingleAllOf1) MarshalJSON ¶

func (o NefFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOf1) SetEPN33 ¶

func (o *NefFunctionSingleAllOf1) SetEPN33(v []EPN33Single)

SetEPN33 gets a reference to the given []EPN33Single and assigns it to the EPN33 field.

func (NefFunctionSingleAllOf1) ToMap ¶

func (o NefFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOfAttributes ¶

type NefFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	SBIFqdn                        *string              `json:"sBIFqdn,omitempty"`
	SnssaiList                     []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile               *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CapabilityList                 []string             `json:"capabilityList,omitempty"`
	IsCAPIFSup                     *bool                `json:"isCAPIFSup,omitempty"`
	TaiList                        []Tai                `json:"taiList,omitempty"`
	TaiRangeList                   []TaiRange           `json:"taiRangeList,omitempty"`
	Dnai                           *string              `json:"dnai,omitempty"`
	NefId                          *string              `json:"nefId,omitempty"`
	PfdData                        *PfdData             `json:"pfdData,omitempty"`
	AfEeData                       *AfEventExposureData `json:"afEeData,omitempty"`
	GpsiRanges                     []IdentityRange      `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange      `json:"externalGroupIdentifiersRanges,omitempty"`
	ServedFqdnList                 []string             `json:"servedFqdnList,omitempty"`
	DnaiList                       []string             `json:"dnaiList,omitempty"`
	UnTrustAfInfoList              []UnTrustAfInfo      `json:"unTrustAfInfoList,omitempty"`
	UasNfFunctionalityInd          *bool                `json:"uasNfFunctionalityInd,omitempty"`
}

NefFunctionSingleAllOfAttributes struct for NefFunctionSingleAllOfAttributes

func NewNefFunctionSingleAllOfAttributes ¶

func NewNefFunctionSingleAllOfAttributes() *NefFunctionSingleAllOfAttributes

NewNefFunctionSingleAllOfAttributes instantiates a new NefFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOfAttributesWithDefaults ¶

func NewNefFunctionSingleAllOfAttributesWithDefaults() *NefFunctionSingleAllOfAttributes

NewNefFunctionSingleAllOfAttributesWithDefaults instantiates a new NefFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOfAttributes) GetAfEeData ¶

GetAfEeData returns the AfEeData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetAfEeDataOk ¶

GetAfEeDataOk returns a tuple with the AfEeData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributes) GetCapabilityList() []string

GetCapabilityList returns the CapabilityList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetCapabilityListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetCapabilityListOk() ([]string, bool)

GetCapabilityListOk returns a tuple with the CapabilityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetDnai ¶

GetDnai returns the Dnai field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributes) GetDnaiList() []string

GetDnaiList returns the DnaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetDnaiListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetDnaiListOk() ([]string, bool)

GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetDnaiOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetDnaiOk() (*string, bool)

GetDnaiOk returns a tuple with the Dnai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSup() bool

GetIsCAPIFSup returns the IsCAPIFSup field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetIsCAPIFSupOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSupOk() (*bool, bool)

GetIsCAPIFSupOk returns a tuple with the IsCAPIFSup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetNefId ¶

GetNefId returns the NefId field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetNefIdOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetNefIdOk() (*string, bool)

GetNefIdOk returns a tuple with the NefId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetPfdData ¶

func (o *NefFunctionSingleAllOfAttributes) GetPfdData() PfdData

GetPfdData returns the PfdData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetPfdDataOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetPfdDataOk() (*PfdData, bool)

GetPfdDataOk returns a tuple with the PfdData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnList() []string

GetServedFqdnList returns the ServedFqdnList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetServedFqdnListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnListOk() ([]string, bool)

GetServedFqdnListOk returns a tuple with the ServedFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetTaiList ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetTaiListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityInd() bool

GetUasNfFunctionalityInd returns the UasNfFunctionalityInd field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityIndOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityIndOk() (*bool, bool)

GetUasNfFunctionalityIndOk returns a tuple with the UasNfFunctionalityInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoList() []UnTrustAfInfo

GetUnTrustAfInfoList returns the UnTrustAfInfoList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoListOk ¶

func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)

GetUnTrustAfInfoListOk returns a tuple with the UnTrustAfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributes) HasAfEeData ¶

func (o *NefFunctionSingleAllOfAttributes) HasAfEeData() bool

HasAfEeData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributes) HasCapabilityList() bool

HasCapabilityList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasDnai ¶

HasDnai returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasDnaiList ¶

func (o *NefFunctionSingleAllOfAttributes) HasDnaiList() bool

HasDnaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributes) HasIsCAPIFSup() bool

HasIsCAPIFSup returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasNefId ¶

func (o *NefFunctionSingleAllOfAttributes) HasNefId() bool

HasNefId returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasPfdData ¶

func (o *NefFunctionSingleAllOfAttributes) HasPfdData() bool

HasPfdData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NefFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributes) HasServedFqdnList() bool

HasServedFqdnList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *NefFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributes) HasUasNfFunctionalityInd() bool

HasUasNfFunctionalityInd returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributes) HasUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributes) HasUnTrustAfInfoList() bool

HasUnTrustAfInfoList returns a boolean if a field has been set.

func (NefFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NefFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOfAttributes) SetAfEeData ¶

SetAfEeData gets a reference to the given AfEventExposureData and assigns it to the AfEeData field.

func (*NefFunctionSingleAllOfAttributes) SetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributes) SetCapabilityList(v []string)

SetCapabilityList gets a reference to the given []string and assigns it to the CapabilityList field.

func (*NefFunctionSingleAllOfAttributes) SetDnai ¶

SetDnai gets a reference to the given string and assigns it to the Dnai field.

func (*NefFunctionSingleAllOfAttributes) SetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributes) SetDnaiList(v []string)

SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.

func (*NefFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*NefFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*NefFunctionSingleAllOfAttributes) SetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributes) SetIsCAPIFSup(v bool)

SetIsCAPIFSup gets a reference to the given bool and assigns it to the IsCAPIFSup field.

func (*NefFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NefFunctionSingleAllOfAttributes) SetNefId ¶

SetNefId gets a reference to the given string and assigns it to the NefId field.

func (*NefFunctionSingleAllOfAttributes) SetPfdData ¶

func (o *NefFunctionSingleAllOfAttributes) SetPfdData(v PfdData)

SetPfdData gets a reference to the given PfdData and assigns it to the PfdData field.

func (*NefFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NefFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NefFunctionSingleAllOfAttributes) SetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributes) SetServedFqdnList(v []string)

SetServedFqdnList gets a reference to the given []string and assigns it to the ServedFqdnList field.

func (*NefFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (*NefFunctionSingleAllOfAttributes) SetTaiList ¶

func (o *NefFunctionSingleAllOfAttributes) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*NefFunctionSingleAllOfAttributes) SetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*NefFunctionSingleAllOfAttributes) SetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributes) SetUasNfFunctionalityInd(v bool)

SetUasNfFunctionalityInd gets a reference to the given bool and assigns it to the UasNfFunctionalityInd field.

func (*NefFunctionSingleAllOfAttributes) SetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributes) SetUnTrustAfInfoList(v []UnTrustAfInfo)

SetUnTrustAfInfoList gets a reference to the given []UnTrustAfInfo and assigns it to the UnTrustAfInfoList field.

func (NefFunctionSingleAllOfAttributes) ToMap ¶

func (o NefFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NefFunctionSingleAllOfAttributesAllOf ¶

type NefFunctionSingleAllOfAttributesAllOf struct {
	SBIFqdn                        *string              `json:"sBIFqdn,omitempty"`
	SnssaiList                     []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile               *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CapabilityList                 []string             `json:"capabilityList,omitempty"`
	IsCAPIFSup                     *bool                `json:"isCAPIFSup,omitempty"`
	TaiList                        []Tai                `json:"taiList,omitempty"`
	TaiRangeList                   []TaiRange           `json:"taiRangeList,omitempty"`
	Dnai                           *string              `json:"dnai,omitempty"`
	NefId                          *string              `json:"nefId,omitempty"`
	PfdData                        *PfdData             `json:"pfdData,omitempty"`
	AfEeData                       *AfEventExposureData `json:"afEeData,omitempty"`
	GpsiRanges                     []IdentityRange      `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange      `json:"externalGroupIdentifiersRanges,omitempty"`
	ServedFqdnList                 []string             `json:"servedFqdnList,omitempty"`
	DnaiList                       []string             `json:"dnaiList,omitempty"`
	UnTrustAfInfoList              []UnTrustAfInfo      `json:"unTrustAfInfoList,omitempty"`
	UasNfFunctionalityInd          *bool                `json:"uasNfFunctionalityInd,omitempty"`
}

NefFunctionSingleAllOfAttributesAllOf struct for NefFunctionSingleAllOfAttributesAllOf

func NewNefFunctionSingleAllOfAttributesAllOf ¶

func NewNefFunctionSingleAllOfAttributesAllOf() *NefFunctionSingleAllOfAttributesAllOf

NewNefFunctionSingleAllOfAttributesAllOf instantiates a new NefFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNefFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNefFunctionSingleAllOfAttributesAllOfWithDefaults() *NefFunctionSingleAllOfAttributesAllOf

NewNefFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NefFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NefFunctionSingleAllOfAttributesAllOf) GetAfEeData ¶

GetAfEeData returns the AfEeData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetAfEeDataOk ¶

GetAfEeDataOk returns a tuple with the AfEeData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityList() []string

GetCapabilityList returns the CapabilityList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetCapabilityListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityListOk() ([]string, bool)

GetCapabilityListOk returns a tuple with the CapabilityList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnai ¶

GetDnai returns the Dnai field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiList() []string

GetDnaiList returns the DnaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnaiListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiListOk() ([]string, bool)

GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetDnaiOk ¶

GetDnaiOk returns a tuple with the Dnai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSup() bool

GetIsCAPIFSup returns the IsCAPIFSup field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSupOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSupOk() (*bool, bool)

GetIsCAPIFSupOk returns a tuple with the IsCAPIFSup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetNefId ¶

GetNefId returns the NefId field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetNefIdOk ¶

GetNefIdOk returns a tuple with the NefId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetPfdData ¶

GetPfdData returns the PfdData field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetPfdDataOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetPfdDataOk() (*PfdData, bool)

GetPfdDataOk returns a tuple with the PfdData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnList() []string

GetServedFqdnList returns the ServedFqdnList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnListOk() ([]string, bool)

GetServedFqdnListOk returns a tuple with the ServedFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityInd() bool

GetUasNfFunctionalityInd returns the UasNfFunctionalityInd field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityIndOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityIndOk() (*bool, bool)

GetUasNfFunctionalityIndOk returns a tuple with the UasNfFunctionalityInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoList() []UnTrustAfInfo

GetUnTrustAfInfoList returns the UnTrustAfInfoList field value if set, zero value otherwise.

func (*NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoListOk ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)

GetUnTrustAfInfoListOk returns a tuple with the UnTrustAfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasAfEeData ¶

HasAfEeData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasCapabilityList() bool

HasCapabilityList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasDnai ¶

HasDnai returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasDnaiList ¶

HasDnaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasIsCAPIFSup() bool

HasIsCAPIFSup returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasNefId ¶

HasNefId returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasPfdData ¶

HasPfdData returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasServedFqdnList() bool

HasServedFqdnList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasUasNfFunctionalityInd() bool

HasUasNfFunctionalityInd returns a boolean if a field has been set.

func (*NefFunctionSingleAllOfAttributesAllOf) HasUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) HasUnTrustAfInfoList() bool

HasUnTrustAfInfoList returns a boolean if a field has been set.

func (NefFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NefFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NefFunctionSingleAllOfAttributesAllOf) SetAfEeData ¶

SetAfEeData gets a reference to the given AfEventExposureData and assigns it to the AfEeData field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetCapabilityList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetCapabilityList(v []string)

SetCapabilityList gets a reference to the given []string and assigns it to the CapabilityList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetDnai ¶

SetDnai gets a reference to the given string and assigns it to the Dnai field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetDnaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetDnaiList(v []string)

SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetIsCAPIFSup ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetIsCAPIFSup(v bool)

SetIsCAPIFSup gets a reference to the given bool and assigns it to the IsCAPIFSup field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetNefId ¶

SetNefId gets a reference to the given string and assigns it to the NefId field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetPfdData ¶

SetPfdData gets a reference to the given PfdData and assigns it to the PfdData field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetServedFqdnList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetServedFqdnList(v []string)

SetServedFqdnList gets a reference to the given []string and assigns it to the ServedFqdnList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetUasNfFunctionalityInd ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetUasNfFunctionalityInd(v bool)

SetUasNfFunctionalityInd gets a reference to the given bool and assigns it to the UasNfFunctionalityInd field.

func (*NefFunctionSingleAllOfAttributesAllOf) SetUnTrustAfInfoList ¶

func (o *NefFunctionSingleAllOfAttributesAllOf) SetUnTrustAfInfoList(v []UnTrustAfInfo)

SetUnTrustAfInfoList gets a reference to the given []UnTrustAfInfo and assigns it to the UnTrustAfInfoList field.

func (NefFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NefFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NetworkSliceInfo ¶

type NetworkSliceInfo struct {
	SNSSAI *Snssai `json:"sNSSAI,omitempty"`
	// CNSI Id is defined in TS 29.531, only for Core Network
	CNSIId          *string  `json:"cNSIId,omitempty"`
	NetworkSliceRef []string `json:"networkSliceRef,omitempty"`
}

NetworkSliceInfo struct for NetworkSliceInfo

func NewNetworkSliceInfo ¶

func NewNetworkSliceInfo() *NetworkSliceInfo

NewNetworkSliceInfo instantiates a new NetworkSliceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNetworkSliceInfoWithDefaults ¶

func NewNetworkSliceInfoWithDefaults() *NetworkSliceInfo

NewNetworkSliceInfoWithDefaults instantiates a new NetworkSliceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NetworkSliceInfo) GetCNSIId ¶

func (o *NetworkSliceInfo) GetCNSIId() string

GetCNSIId returns the CNSIId field value if set, zero value otherwise.

func (*NetworkSliceInfo) GetCNSIIdOk ¶

func (o *NetworkSliceInfo) GetCNSIIdOk() (*string, bool)

GetCNSIIdOk returns a tuple with the CNSIId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceInfo) GetNetworkSliceRef ¶

func (o *NetworkSliceInfo) GetNetworkSliceRef() []string

GetNetworkSliceRef returns the NetworkSliceRef field value if set, zero value otherwise.

func (*NetworkSliceInfo) GetNetworkSliceRefOk ¶

func (o *NetworkSliceInfo) GetNetworkSliceRefOk() ([]string, bool)

GetNetworkSliceRefOk returns a tuple with the NetworkSliceRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceInfo) GetSNSSAI ¶

func (o *NetworkSliceInfo) GetSNSSAI() Snssai

GetSNSSAI returns the SNSSAI field value if set, zero value otherwise.

func (*NetworkSliceInfo) GetSNSSAIOk ¶

func (o *NetworkSliceInfo) GetSNSSAIOk() (*Snssai, bool)

GetSNSSAIOk returns a tuple with the SNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NetworkSliceInfo) HasCNSIId ¶

func (o *NetworkSliceInfo) HasCNSIId() bool

HasCNSIId returns a boolean if a field has been set.

func (*NetworkSliceInfo) HasNetworkSliceRef ¶

func (o *NetworkSliceInfo) HasNetworkSliceRef() bool

HasNetworkSliceRef returns a boolean if a field has been set.

func (*NetworkSliceInfo) HasSNSSAI ¶

func (o *NetworkSliceInfo) HasSNSSAI() bool

HasSNSSAI returns a boolean if a field has been set.

func (NetworkSliceInfo) MarshalJSON ¶

func (o NetworkSliceInfo) MarshalJSON() ([]byte, error)

func (*NetworkSliceInfo) SetCNSIId ¶

func (o *NetworkSliceInfo) SetCNSIId(v string)

SetCNSIId gets a reference to the given string and assigns it to the CNSIId field.

func (*NetworkSliceInfo) SetNetworkSliceRef ¶

func (o *NetworkSliceInfo) SetNetworkSliceRef(v []string)

SetNetworkSliceRef gets a reference to the given []string and assigns it to the NetworkSliceRef field.

func (*NetworkSliceInfo) SetSNSSAI ¶

func (o *NetworkSliceInfo) SetSNSSAI(v Snssai)

SetSNSSAI gets a reference to the given Snssai and assigns it to the SNSSAI field.

func (NetworkSliceInfo) ToMap ¶

func (o NetworkSliceInfo) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingle ¶

type NgeirFunctionSingle struct {
	Top
	Attributes       *NgeirFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN17            []EPN17Single                       `json:"EP_N17,omitempty"`
}

NgeirFunctionSingle struct for NgeirFunctionSingle

func NewNgeirFunctionSingle ¶

func NewNgeirFunctionSingle(id NullableString) *NgeirFunctionSingle

NewNgeirFunctionSingle instantiates a new NgeirFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleWithDefaults ¶

func NewNgeirFunctionSingleWithDefaults() *NgeirFunctionSingle

NewNgeirFunctionSingleWithDefaults instantiates a new NgeirFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingle) GetEPN17 ¶

func (o *NgeirFunctionSingle) GetEPN17() []EPN17Single

GetEPN17 returns the EPN17 field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetEPN17Ok ¶

func (o *NgeirFunctionSingle) GetEPN17Ok() ([]EPN17Single, bool)

GetEPN17Ok returns a tuple with the EPN17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingle) GetManagedNFService ¶

func (o *NgeirFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetManagedNFServiceOk ¶

func (o *NgeirFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingle) GetPerfMetricJob ¶

func (o *NgeirFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetPerfMetricJobOk ¶

func (o *NgeirFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingle) GetThresholdMonitor ¶

func (o *NgeirFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetThresholdMonitorOk ¶

func (o *NgeirFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingle) GetTraceJob ¶

func (o *NgeirFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NgeirFunctionSingle) GetTraceJobOk ¶

func (o *NgeirFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingle) HasAttributes ¶

func (o *NgeirFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasEPN17 ¶

func (o *NgeirFunctionSingle) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasManagedNFService ¶

func (o *NgeirFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasPerfMetricJob ¶

func (o *NgeirFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasThresholdMonitor ¶

func (o *NgeirFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NgeirFunctionSingle) HasTraceJob ¶

func (o *NgeirFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NgeirFunctionSingle) MarshalJSON ¶

func (o NgeirFunctionSingle) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NgeirFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NgeirFunctionSingle) SetEPN17 ¶

func (o *NgeirFunctionSingle) SetEPN17(v []EPN17Single)

SetEPN17 gets a reference to the given []EPN17Single and assigns it to the EPN17 field.

func (*NgeirFunctionSingle) SetManagedNFService ¶

func (o *NgeirFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NgeirFunctionSingle) SetPerfMetricJob ¶

func (o *NgeirFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NgeirFunctionSingle) SetThresholdMonitor ¶

func (o *NgeirFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NgeirFunctionSingle) SetTraceJob ¶

func (o *NgeirFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NgeirFunctionSingle) ToMap ¶

func (o NgeirFunctionSingle) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOf ¶

type NgeirFunctionSingleAllOf struct {
	Attributes *NgeirFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NgeirFunctionSingleAllOf struct for NgeirFunctionSingleAllOf

func NewNgeirFunctionSingleAllOf ¶

func NewNgeirFunctionSingleAllOf() *NgeirFunctionSingleAllOf

NewNgeirFunctionSingleAllOf instantiates a new NgeirFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOfWithDefaults ¶

func NewNgeirFunctionSingleAllOfWithDefaults() *NgeirFunctionSingleAllOf

NewNgeirFunctionSingleAllOfWithDefaults instantiates a new NgeirFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOf) HasAttributes ¶

func (o *NgeirFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOf) MarshalJSON ¶

func (o NgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NgeirFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NgeirFunctionSingleAllOf) ToMap ¶

func (o NgeirFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOf1 ¶

type NgeirFunctionSingleAllOf1 struct {
	EPN17 []EPN17Single `json:"EP_N17,omitempty"`
}

NgeirFunctionSingleAllOf1 struct for NgeirFunctionSingleAllOf1

func NewNgeirFunctionSingleAllOf1 ¶

func NewNgeirFunctionSingleAllOf1() *NgeirFunctionSingleAllOf1

NewNgeirFunctionSingleAllOf1 instantiates a new NgeirFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOf1WithDefaults ¶

func NewNgeirFunctionSingleAllOf1WithDefaults() *NgeirFunctionSingleAllOf1

NewNgeirFunctionSingleAllOf1WithDefaults instantiates a new NgeirFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOf1) GetEPN17 ¶

func (o *NgeirFunctionSingleAllOf1) GetEPN17() []EPN17Single

GetEPN17 returns the EPN17 field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOf1) GetEPN17Ok ¶

func (o *NgeirFunctionSingleAllOf1) GetEPN17Ok() ([]EPN17Single, bool)

GetEPN17Ok returns a tuple with the EPN17 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOf1) HasEPN17 ¶

func (o *NgeirFunctionSingleAllOf1) HasEPN17() bool

HasEPN17 returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOf1) MarshalJSON ¶

func (o NgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOf1) SetEPN17 ¶

func (o *NgeirFunctionSingleAllOf1) SetEPN17(v []EPN17Single)

SetEPN17 gets a reference to the given []EPN17Single and assigns it to the EPN17 field.

func (NgeirFunctionSingleAllOf1) ToMap ¶

func (o NgeirFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOfAttributes ¶

type NgeirFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	SnssaiList       []Snssai          `json:"snssaiList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

NgeirFunctionSingleAllOfAttributes struct for NgeirFunctionSingleAllOfAttributes

func NewNgeirFunctionSingleAllOfAttributes ¶

func NewNgeirFunctionSingleAllOfAttributes() *NgeirFunctionSingleAllOfAttributes

NewNgeirFunctionSingleAllOfAttributes instantiates a new NgeirFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOfAttributesWithDefaults ¶

func NewNgeirFunctionSingleAllOfAttributesWithDefaults() *NgeirFunctionSingleAllOfAttributes

NewNgeirFunctionSingleAllOfAttributesWithDefaults instantiates a new NgeirFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NgeirFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NgeirFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NgeirFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NgeirFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NgeirFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NgeirFunctionSingleAllOfAttributes) ToMap ¶

func (o NgeirFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NgeirFunctionSingleAllOfAttributesAllOf ¶

type NgeirFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	SnssaiList       []Snssai          `json:"snssaiList,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

NgeirFunctionSingleAllOfAttributesAllOf struct for NgeirFunctionSingleAllOfAttributesAllOf

func NewNgeirFunctionSingleAllOfAttributesAllOf ¶

func NewNgeirFunctionSingleAllOfAttributesAllOf() *NgeirFunctionSingleAllOfAttributesAllOf

NewNgeirFunctionSingleAllOfAttributesAllOf instantiates a new NgeirFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNgeirFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNgeirFunctionSingleAllOfAttributesAllOfWithDefaults() *NgeirFunctionSingleAllOfAttributesAllOf

NewNgeirFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NgeirFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NgeirFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NgeirFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NgeirFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NgeirFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NodeFilter ¶

type NodeFilter struct {
	AreaOfInterest *AreaOfInterest `json:"areaOfInterest,omitempty"`
	NetworkDomain  *string         `json:"networkDomain,omitempty"`
	CpUpType       *string         `json:"cpUpType,omitempty"`
	Sst            *int32          `json:"sst,omitempty"`
}

NodeFilter struct for NodeFilter

func NewNodeFilter ¶

func NewNodeFilter() *NodeFilter

NewNodeFilter instantiates a new NodeFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeFilterWithDefaults ¶

func NewNodeFilterWithDefaults() *NodeFilter

NewNodeFilterWithDefaults instantiates a new NodeFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeFilter) GetAreaOfInterest ¶

func (o *NodeFilter) GetAreaOfInterest() AreaOfInterest

GetAreaOfInterest returns the AreaOfInterest field value if set, zero value otherwise.

func (*NodeFilter) GetAreaOfInterestOk ¶

func (o *NodeFilter) GetAreaOfInterestOk() (*AreaOfInterest, bool)

GetAreaOfInterestOk returns a tuple with the AreaOfInterest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeFilter) GetCpUpType ¶

func (o *NodeFilter) GetCpUpType() string

GetCpUpType returns the CpUpType field value if set, zero value otherwise.

func (*NodeFilter) GetCpUpTypeOk ¶

func (o *NodeFilter) GetCpUpTypeOk() (*string, bool)

GetCpUpTypeOk returns a tuple with the CpUpType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeFilter) GetNetworkDomain ¶

func (o *NodeFilter) GetNetworkDomain() string

GetNetworkDomain returns the NetworkDomain field value if set, zero value otherwise.

func (*NodeFilter) GetNetworkDomainOk ¶

func (o *NodeFilter) GetNetworkDomainOk() (*string, bool)

GetNetworkDomainOk returns a tuple with the NetworkDomain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeFilter) GetSst ¶

func (o *NodeFilter) GetSst() int32

GetSst returns the Sst field value if set, zero value otherwise.

func (*NodeFilter) GetSstOk ¶

func (o *NodeFilter) GetSstOk() (*int32, bool)

GetSstOk returns a tuple with the Sst field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeFilter) HasAreaOfInterest ¶

func (o *NodeFilter) HasAreaOfInterest() bool

HasAreaOfInterest returns a boolean if a field has been set.

func (*NodeFilter) HasCpUpType ¶

func (o *NodeFilter) HasCpUpType() bool

HasCpUpType returns a boolean if a field has been set.

func (*NodeFilter) HasNetworkDomain ¶

func (o *NodeFilter) HasNetworkDomain() bool

HasNetworkDomain returns a boolean if a field has been set.

func (*NodeFilter) HasSst ¶

func (o *NodeFilter) HasSst() bool

HasSst returns a boolean if a field has been set.

func (NodeFilter) MarshalJSON ¶

func (o NodeFilter) MarshalJSON() ([]byte, error)

func (*NodeFilter) SetAreaOfInterest ¶

func (o *NodeFilter) SetAreaOfInterest(v AreaOfInterest)

SetAreaOfInterest gets a reference to the given AreaOfInterest and assigns it to the AreaOfInterest field.

func (*NodeFilter) SetCpUpType ¶

func (o *NodeFilter) SetCpUpType(v string)

SetCpUpType gets a reference to the given string and assigns it to the CpUpType field.

func (*NodeFilter) SetNetworkDomain ¶

func (o *NodeFilter) SetNetworkDomain(v string)

SetNetworkDomain gets a reference to the given string and assigns it to the NetworkDomain field.

func (*NodeFilter) SetSst ¶

func (o *NodeFilter) SetSst(v int32)

SetSst gets a reference to the given int32 and assigns it to the Sst field.

func (NodeFilter) ToMap ¶

func (o NodeFilter) ToMap() (map[string]interface{}, error)

type NotificationType ¶

type NotificationType string

NotificationType the model 'NotificationType'

const (
	N1_MESSAGES                  NotificationType = "N1_MESSAGES"
	N2_INFORMATION               NotificationType = "N2_INFORMATION"
	LOCATION_NOTIFICATION        NotificationType = "LOCATION_NOTIFICATION"
	DATA_REMOVAL_NOTIFICATION    NotificationType = "DATA_REMOVAL_NOTIFICATION"
	DATA_CHANGE_NOTIFICATION     NotificationType = "DATA_CHANGE_NOTIFICATION"
	LOCATION_UPDATE_NOTIFICATION NotificationType = "LOCATION_UPDATE_NOTIFICATION"
	NSSAA_REAUTH_NOTIFICATION    NotificationType = "NSSAA_REAUTH_NOTIFICATION"
	NSSAA_REVOC_NOTIFICATION     NotificationType = "NSSAA_REVOC_NOTIFICATION"
)

List of NotificationType

func NewNotificationTypeFromValue ¶

func NewNotificationTypeFromValue(v string) (*NotificationType, error)

NewNotificationTypeFromValue returns a pointer to a valid NotificationType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NotificationType) IsValid ¶

func (v NotificationType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NotificationType) Ptr ¶

Ptr returns reference to NotificationType value

func (*NotificationType) UnmarshalJSON ¶

func (v *NotificationType) UnmarshalJSON(src []byte) error

type NotificationType1 ¶

type NotificationType1 struct {
	AlarmNotificationTypes     *AlarmNotificationTypes
	CmNotificationTypes        *CmNotificationTypes
	FileNotificationTypes      *FileNotificationTypes
	HeartbeatNotificationTypes *HeartbeatNotificationTypes
	PerfNotificationTypes      *PerfNotificationTypes
}

NotificationType1 - struct for NotificationType1

func AlarmNotificationTypesAsNotificationType1 ¶

func AlarmNotificationTypesAsNotificationType1(v *AlarmNotificationTypes) NotificationType1

AlarmNotificationTypesAsNotificationType1 is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType1

func CmNotificationTypesAsNotificationType1 ¶

func CmNotificationTypesAsNotificationType1(v *CmNotificationTypes) NotificationType1

CmNotificationTypesAsNotificationType1 is a convenience function that returns CmNotificationTypes wrapped in NotificationType1

func FileNotificationTypesAsNotificationType1 ¶

func FileNotificationTypesAsNotificationType1(v *FileNotificationTypes) NotificationType1

FileNotificationTypesAsNotificationType1 is a convenience function that returns FileNotificationTypes wrapped in NotificationType1

func HeartbeatNotificationTypesAsNotificationType1 ¶

func HeartbeatNotificationTypesAsNotificationType1(v *HeartbeatNotificationTypes) NotificationType1

HeartbeatNotificationTypesAsNotificationType1 is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType1

func PerfNotificationTypesAsNotificationType1 ¶

func PerfNotificationTypesAsNotificationType1(v *PerfNotificationTypes) NotificationType1

PerfNotificationTypesAsNotificationType1 is a convenience function that returns PerfNotificationTypes wrapped in NotificationType1

func (*NotificationType1) GetActualInstance ¶

func (obj *NotificationType1) GetActualInstance() interface{}

Get the actual instance

func (NotificationType1) MarshalJSON ¶

func (src NotificationType1) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*NotificationType1) UnmarshalJSON ¶

func (dst *NotificationType1) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type NrfFunctionSingle ¶

type NrfFunctionSingle struct {
	Top
	Attributes       *NrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN27            []EPN27Single                     `json:"EP_N27,omitempty"`
}

NrfFunctionSingle struct for NrfFunctionSingle

func NewNrfFunctionSingle ¶

func NewNrfFunctionSingle(id NullableString) *NrfFunctionSingle

NewNrfFunctionSingle instantiates a new NrfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleWithDefaults ¶

func NewNrfFunctionSingleWithDefaults() *NrfFunctionSingle

NewNrfFunctionSingleWithDefaults instantiates a new NrfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetAttributesOk ¶

func (o *NrfFunctionSingle) GetAttributesOk() (*NrfFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingle) GetEPN27 ¶

func (o *NrfFunctionSingle) GetEPN27() []EPN27Single

GetEPN27 returns the EPN27 field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetEPN27Ok ¶

func (o *NrfFunctionSingle) GetEPN27Ok() ([]EPN27Single, bool)

GetEPN27Ok returns a tuple with the EPN27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingle) GetManagedNFService ¶

func (o *NrfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetManagedNFServiceOk ¶

func (o *NrfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingle) GetPerfMetricJob ¶

func (o *NrfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetPerfMetricJobOk ¶

func (o *NrfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingle) GetThresholdMonitor ¶

func (o *NrfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetThresholdMonitorOk ¶

func (o *NrfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingle) GetTraceJob ¶

func (o *NrfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NrfFunctionSingle) GetTraceJobOk ¶

func (o *NrfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingle) HasAttributes ¶

func (o *NrfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasEPN27 ¶

func (o *NrfFunctionSingle) HasEPN27() bool

HasEPN27 returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasManagedNFService ¶

func (o *NrfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasPerfMetricJob ¶

func (o *NrfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasThresholdMonitor ¶

func (o *NrfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NrfFunctionSingle) HasTraceJob ¶

func (o *NrfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NrfFunctionSingle) MarshalJSON ¶

func (o NrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NrfFunctionSingle) SetEPN27 ¶

func (o *NrfFunctionSingle) SetEPN27(v []EPN27Single)

SetEPN27 gets a reference to the given []EPN27Single and assigns it to the EPN27 field.

func (*NrfFunctionSingle) SetManagedNFService ¶

func (o *NrfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NrfFunctionSingle) SetPerfMetricJob ¶

func (o *NrfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NrfFunctionSingle) SetThresholdMonitor ¶

func (o *NrfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NrfFunctionSingle) SetTraceJob ¶

func (o *NrfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NrfFunctionSingle) ToMap ¶

func (o NrfFunctionSingle) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOf ¶

type NrfFunctionSingleAllOf struct {
	Attributes *NrfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NrfFunctionSingleAllOf struct for NrfFunctionSingleAllOf

func NewNrfFunctionSingleAllOf ¶

func NewNrfFunctionSingleAllOf() *NrfFunctionSingleAllOf

NewNrfFunctionSingleAllOf instantiates a new NrfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOfWithDefaults ¶

func NewNrfFunctionSingleAllOfWithDefaults() *NrfFunctionSingleAllOf

NewNrfFunctionSingleAllOfWithDefaults instantiates a new NrfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOf) HasAttributes ¶

func (o *NrfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NrfFunctionSingleAllOf) MarshalJSON ¶

func (o NrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NrfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NrfFunctionSingleAllOf) ToMap ¶

func (o NrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOf1 ¶

type NrfFunctionSingleAllOf1 struct {
	EPN27 []EPN27Single `json:"EP_N27,omitempty"`
}

NrfFunctionSingleAllOf1 struct for NrfFunctionSingleAllOf1

func NewNrfFunctionSingleAllOf1 ¶

func NewNrfFunctionSingleAllOf1() *NrfFunctionSingleAllOf1

NewNrfFunctionSingleAllOf1 instantiates a new NrfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOf1WithDefaults ¶

func NewNrfFunctionSingleAllOf1WithDefaults() *NrfFunctionSingleAllOf1

NewNrfFunctionSingleAllOf1WithDefaults instantiates a new NrfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOf1) GetEPN27 ¶

func (o *NrfFunctionSingleAllOf1) GetEPN27() []EPN27Single

GetEPN27 returns the EPN27 field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOf1) GetEPN27Ok ¶

func (o *NrfFunctionSingleAllOf1) GetEPN27Ok() ([]EPN27Single, bool)

GetEPN27Ok returns a tuple with the EPN27 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOf1) HasEPN27 ¶

func (o *NrfFunctionSingleAllOf1) HasEPN27() bool

HasEPN27 returns a boolean if a field has been set.

func (NrfFunctionSingleAllOf1) MarshalJSON ¶

func (o NrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOf1) SetEPN27 ¶

func (o *NrfFunctionSingleAllOf1) SetEPN27(v []EPN27Single)

SetEPN27 gets a reference to the given []EPN27Single and assigns it to the EPN27 field.

func (NrfFunctionSingleAllOf1) ToMap ¶

func (o NrfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOfAttributes ¶

type NrfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	SBIFqdn    *string  `json:"sBIFqdn,omitempty"`
	CNSIIdList []string `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	SnssaiList    []Snssai    `json:"snssaiList,omitempty"`
}

NrfFunctionSingleAllOfAttributes struct for NrfFunctionSingleAllOfAttributes

func NewNrfFunctionSingleAllOfAttributes ¶

func NewNrfFunctionSingleAllOfAttributes() *NrfFunctionSingleAllOfAttributes

NewNrfFunctionSingleAllOfAttributes instantiates a new NrfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOfAttributesWithDefaults ¶

func NewNrfFunctionSingleAllOfAttributesWithDefaults() *NrfFunctionSingleAllOfAttributes

NewNrfFunctionSingleAllOfAttributesWithDefaults instantiates a new NrfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetNFProfileListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NrfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NrfFunctionSingleAllOfAttributes) SetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NrfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NrfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NrfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NrfFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NrfFunctionSingleAllOfAttributes) ToMap ¶

func (o NrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NrfFunctionSingleAllOfAttributesAllOf ¶

type NrfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList []PlmnId `json:"plmnIdList,omitempty"`
	SBIFqdn    *string  `json:"sBIFqdn,omitempty"`
	CNSIIdList []string `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	SnssaiList    []Snssai    `json:"snssaiList,omitempty"`
}

NrfFunctionSingleAllOfAttributesAllOf struct for NrfFunctionSingleAllOfAttributesAllOf

func NewNrfFunctionSingleAllOfAttributesAllOf ¶

func NewNrfFunctionSingleAllOfAttributesAllOf() *NrfFunctionSingleAllOfAttributesAllOf

NewNrfFunctionSingleAllOfAttributesAllOf instantiates a new NrfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNrfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNrfFunctionSingleAllOfAttributesAllOfWithDefaults() *NrfFunctionSingleAllOfAttributesAllOf

NewNrfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NrfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NrfFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NrfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetNFProfileList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NrfFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NrfFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NrfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NsacfCapability ¶

type NsacfCapability struct {
	// Indicates the service capability of the NSACF to monitor and control the number of registered UEs per network slice for the network slice that is subject to NSAC true: Supported false (default): Not Supported
	SupportUeSAC *bool `json:"supportUeSAC,omitempty"`
	// Indicates the service capability of the NSACF to monitor and control the number of established PDU sessions per network slice for the network slice that is subject to NSAC true: Supported false (default): Not Supported
	SupportPduSAC *bool `json:"supportPduSAC,omitempty"`
}

NsacfCapability NSACF service capabilities (e.g. to monitor and control the number of registered UEs or established PDU sessions per network slice)

func NewNsacfCapability ¶

func NewNsacfCapability() *NsacfCapability

NewNsacfCapability instantiates a new NsacfCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfCapabilityWithDefaults ¶

func NewNsacfCapabilityWithDefaults() *NsacfCapability

NewNsacfCapabilityWithDefaults instantiates a new NsacfCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfCapability) GetSupportPduSAC ¶

func (o *NsacfCapability) GetSupportPduSAC() bool

GetSupportPduSAC returns the SupportPduSAC field value if set, zero value otherwise.

func (*NsacfCapability) GetSupportPduSACOk ¶

func (o *NsacfCapability) GetSupportPduSACOk() (*bool, bool)

GetSupportPduSACOk returns a tuple with the SupportPduSAC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfCapability) GetSupportUeSAC ¶

func (o *NsacfCapability) GetSupportUeSAC() bool

GetSupportUeSAC returns the SupportUeSAC field value if set, zero value otherwise.

func (*NsacfCapability) GetSupportUeSACOk ¶

func (o *NsacfCapability) GetSupportUeSACOk() (*bool, bool)

GetSupportUeSACOk returns a tuple with the SupportUeSAC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfCapability) HasSupportPduSAC ¶

func (o *NsacfCapability) HasSupportPduSAC() bool

HasSupportPduSAC returns a boolean if a field has been set.

func (*NsacfCapability) HasSupportUeSAC ¶

func (o *NsacfCapability) HasSupportUeSAC() bool

HasSupportUeSAC returns a boolean if a field has been set.

func (NsacfCapability) MarshalJSON ¶

func (o NsacfCapability) MarshalJSON() ([]byte, error)

func (*NsacfCapability) SetSupportPduSAC ¶

func (o *NsacfCapability) SetSupportPduSAC(v bool)

SetSupportPduSAC gets a reference to the given bool and assigns it to the SupportPduSAC field.

func (*NsacfCapability) SetSupportUeSAC ¶

func (o *NsacfCapability) SetSupportUeSAC(v bool)

SetSupportUeSAC gets a reference to the given bool and assigns it to the SupportUeSAC field.

func (NsacfCapability) ToMap ¶

func (o NsacfCapability) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingle ¶

type NsacfFunctionSingle struct {
	Top
	Attributes       *NsacfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN60            []EPN60Single                       `json:"EP_N60,omitempty"`
}

NsacfFunctionSingle struct for NsacfFunctionSingle

func NewNsacfFunctionSingle ¶

func NewNsacfFunctionSingle(id NullableString) *NsacfFunctionSingle

NewNsacfFunctionSingle instantiates a new NsacfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleWithDefaults ¶

func NewNsacfFunctionSingleWithDefaults() *NsacfFunctionSingle

NewNsacfFunctionSingleWithDefaults instantiates a new NsacfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingle) GetEPN60 ¶

func (o *NsacfFunctionSingle) GetEPN60() []EPN60Single

GetEPN60 returns the EPN60 field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetEPN60Ok ¶

func (o *NsacfFunctionSingle) GetEPN60Ok() ([]EPN60Single, bool)

GetEPN60Ok returns a tuple with the EPN60 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingle) GetManagedNFService ¶

func (o *NsacfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetManagedNFServiceOk ¶

func (o *NsacfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingle) GetPerfMetricJob ¶

func (o *NsacfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetPerfMetricJobOk ¶

func (o *NsacfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingle) GetThresholdMonitor ¶

func (o *NsacfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetThresholdMonitorOk ¶

func (o *NsacfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingle) GetTraceJob ¶

func (o *NsacfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NsacfFunctionSingle) GetTraceJobOk ¶

func (o *NsacfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingle) HasAttributes ¶

func (o *NsacfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasEPN60 ¶

func (o *NsacfFunctionSingle) HasEPN60() bool

HasEPN60 returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasManagedNFService ¶

func (o *NsacfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasPerfMetricJob ¶

func (o *NsacfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasThresholdMonitor ¶

func (o *NsacfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NsacfFunctionSingle) HasTraceJob ¶

func (o *NsacfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NsacfFunctionSingle) MarshalJSON ¶

func (o NsacfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NsacfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NsacfFunctionSingle) SetEPN60 ¶

func (o *NsacfFunctionSingle) SetEPN60(v []EPN60Single)

SetEPN60 gets a reference to the given []EPN60Single and assigns it to the EPN60 field.

func (*NsacfFunctionSingle) SetManagedNFService ¶

func (o *NsacfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NsacfFunctionSingle) SetPerfMetricJob ¶

func (o *NsacfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NsacfFunctionSingle) SetThresholdMonitor ¶

func (o *NsacfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NsacfFunctionSingle) SetTraceJob ¶

func (o *NsacfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NsacfFunctionSingle) ToMap ¶

func (o NsacfFunctionSingle) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOf ¶

type NsacfFunctionSingleAllOf struct {
	Attributes *NsacfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NsacfFunctionSingleAllOf struct for NsacfFunctionSingleAllOf

func NewNsacfFunctionSingleAllOf ¶

func NewNsacfFunctionSingleAllOf() *NsacfFunctionSingleAllOf

NewNsacfFunctionSingleAllOf instantiates a new NsacfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOfWithDefaults ¶

func NewNsacfFunctionSingleAllOfWithDefaults() *NsacfFunctionSingleAllOf

NewNsacfFunctionSingleAllOfWithDefaults instantiates a new NsacfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOf) HasAttributes ¶

func (o *NsacfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOf) MarshalJSON ¶

func (o NsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NsacfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NsacfFunctionSingleAllOf) ToMap ¶

func (o NsacfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOf1 ¶

type NsacfFunctionSingleAllOf1 struct {
	EPN60 []EPN60Single `json:"EP_N60,omitempty"`
}

NsacfFunctionSingleAllOf1 struct for NsacfFunctionSingleAllOf1

func NewNsacfFunctionSingleAllOf1 ¶

func NewNsacfFunctionSingleAllOf1() *NsacfFunctionSingleAllOf1

NewNsacfFunctionSingleAllOf1 instantiates a new NsacfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOf1WithDefaults ¶

func NewNsacfFunctionSingleAllOf1WithDefaults() *NsacfFunctionSingleAllOf1

NewNsacfFunctionSingleAllOf1WithDefaults instantiates a new NsacfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOf1) GetEPN60 ¶

func (o *NsacfFunctionSingleAllOf1) GetEPN60() []EPN60Single

GetEPN60 returns the EPN60 field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOf1) GetEPN60Ok ¶

func (o *NsacfFunctionSingleAllOf1) GetEPN60Ok() ([]EPN60Single, bool)

GetEPN60Ok returns a tuple with the EPN60 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOf1) HasEPN60 ¶

func (o *NsacfFunctionSingleAllOf1) HasEPN60() bool

HasEPN60 returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOf1) MarshalJSON ¶

func (o NsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOf1) SetEPN60 ¶

func (o *NsacfFunctionSingleAllOf1) SetEPN60(v []EPN60Single)

SetEPN60 gets a reference to the given []EPN60Single and assigns it to the EPN60 field.

func (NsacfFunctionSingleAllOf1) ToMap ¶

func (o NsacfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOfAttributes ¶

type NsacfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	NsacfInfoSnssai  []NsacfInfoSnssai `json:"nsacfInfoSnssai,omitempty"`
	NsacfInfo        *NsacfInfo        `json:"nsacfInfo,omitempty"`
}

NsacfFunctionSingleAllOfAttributes struct for NsacfFunctionSingleAllOfAttributes

func NewNsacfFunctionSingleAllOfAttributes ¶

func NewNsacfFunctionSingleAllOfAttributes() *NsacfFunctionSingleAllOfAttributes

NewNsacfFunctionSingleAllOfAttributes instantiates a new NsacfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOfAttributesWithDefaults ¶

func NewNsacfFunctionSingleAllOfAttributesWithDefaults() *NsacfFunctionSingleAllOfAttributes

NewNsacfFunctionSingleAllOfAttributesWithDefaults instantiates a new NsacfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfo ¶

GetNsacfInfo returns the NsacfInfo field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfoOk ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoOk() (*NsacfInfo, bool)

GetNsacfInfoOk returns a tuple with the NsacfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssai() []NsacfInfoSnssai

GetNsacfInfoSnssai returns the NsacfInfoSnssai field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssaiOk ¶

func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool)

GetNsacfInfoSnssaiOk returns a tuple with the NsacfInfoSnssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributes) HasNsacfInfo ¶

func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfo() bool

HasNsacfInfo returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributes) HasNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfoSnssai() bool

HasNsacfInfoSnssai returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NsacfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NsacfFunctionSingleAllOfAttributes) SetNsacfInfo ¶

func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfo(v NsacfInfo)

SetNsacfInfo gets a reference to the given NsacfInfo and assigns it to the NsacfInfo field.

func (*NsacfFunctionSingleAllOfAttributes) SetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfoSnssai(v []NsacfInfoSnssai)

SetNsacfInfoSnssai gets a reference to the given []NsacfInfoSnssai and assigns it to the NsacfInfoSnssai field.

func (NsacfFunctionSingleAllOfAttributes) ToMap ¶

func (o NsacfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NsacfFunctionSingleAllOfAttributesAllOf ¶

type NsacfFunctionSingleAllOfAttributesAllOf struct {
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	NsacfInfoSnssai  []NsacfInfoSnssai `json:"nsacfInfoSnssai,omitempty"`
	NsacfInfo        *NsacfInfo        `json:"nsacfInfo,omitempty"`
}

NsacfFunctionSingleAllOfAttributesAllOf struct for NsacfFunctionSingleAllOfAttributesAllOf

func NewNsacfFunctionSingleAllOfAttributesAllOf ¶

func NewNsacfFunctionSingleAllOfAttributesAllOf() *NsacfFunctionSingleAllOfAttributesAllOf

NewNsacfFunctionSingleAllOfAttributesAllOf instantiates a new NsacfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNsacfFunctionSingleAllOfAttributesAllOfWithDefaults() *NsacfFunctionSingleAllOfAttributesAllOf

NewNsacfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NsacfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfo ¶

GetNsacfInfo returns the NsacfInfo field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoOk ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoOk() (*NsacfInfo, bool)

GetNsacfInfoOk returns a tuple with the NsacfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssai() []NsacfInfoSnssai

GetNsacfInfoSnssai returns the NsacfInfoSnssai field value if set, zero value otherwise.

func (*NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssaiOk ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool)

GetNsacfInfoSnssaiOk returns a tuple with the NsacfInfoSnssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfo ¶

HasNsacfInfo returns a boolean if a field has been set.

func (*NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfoSnssai() bool

HasNsacfInfoSnssai returns a boolean if a field has been set.

func (NsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NsacfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfo ¶

SetNsacfInfo gets a reference to the given NsacfInfo and assigns it to the NsacfInfo field.

func (*NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfoSnssai ¶

func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfoSnssai(v []NsacfInfoSnssai)

SetNsacfInfoSnssai gets a reference to the given []NsacfInfoSnssai and assigns it to the NsacfInfoSnssai field.

func (NsacfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NsacfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NsacfInfo ¶

type NsacfInfo struct {
	NsacfCapability NsacfCapability `json:"nsacfCapability"`
	TaiList         []Tai           `json:"taiList,omitempty"`
	TaiRangeList    []TaiRange      `json:"taiRangeList,omitempty"`
}

NsacfInfo Information of a NSACF NF Instance

func NewNsacfInfo ¶

func NewNsacfInfo(nsacfCapability NsacfCapability) *NsacfInfo

NewNsacfInfo instantiates a new NsacfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfInfoWithDefaults ¶

func NewNsacfInfoWithDefaults() *NsacfInfo

NewNsacfInfoWithDefaults instantiates a new NsacfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfInfo) GetNsacfCapability ¶

func (o *NsacfInfo) GetNsacfCapability() NsacfCapability

GetNsacfCapability returns the NsacfCapability field value

func (*NsacfInfo) GetNsacfCapabilityOk ¶

func (o *NsacfInfo) GetNsacfCapabilityOk() (*NsacfCapability, bool)

GetNsacfCapabilityOk returns a tuple with the NsacfCapability field value and a boolean to check if the value has been set.

func (*NsacfInfo) GetTaiList ¶

func (o *NsacfInfo) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*NsacfInfo) GetTaiListOk ¶

func (o *NsacfInfo) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfo) GetTaiRangeList ¶

func (o *NsacfInfo) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*NsacfInfo) GetTaiRangeListOk ¶

func (o *NsacfInfo) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfo) HasTaiList ¶

func (o *NsacfInfo) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*NsacfInfo) HasTaiRangeList ¶

func (o *NsacfInfo) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (NsacfInfo) MarshalJSON ¶

func (o NsacfInfo) MarshalJSON() ([]byte, error)

func (*NsacfInfo) SetNsacfCapability ¶

func (o *NsacfInfo) SetNsacfCapability(v NsacfCapability)

SetNsacfCapability sets field value

func (*NsacfInfo) SetTaiList ¶

func (o *NsacfInfo) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*NsacfInfo) SetTaiRangeList ¶

func (o *NsacfInfo) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (NsacfInfo) ToMap ¶

func (o NsacfInfo) ToMap() (map[string]interface{}, error)

type NsacfInfoSnssai ¶

type NsacfInfoSnssai struct {
	SnssaiInfo             *SnssaiInfo `json:"SnssaiInfo,omitempty"`
	IsSubjectToNsac        *bool       `json:"isSubjectToNsac,omitempty"`
	MaxNumberofUEs         *int32      `json:"maxNumberofUEs,omitempty"`
	EACMode                *string     `json:"eACMode,omitempty"`
	ActiveEacThreshhold    *int32      `json:"activeEacThreshhold,omitempty"`
	DeactiveEacThreshhold  *int32      `json:"deactiveEacThreshhold,omitempty"`
	NumberofUEs            *int32      `json:"numberofUEs,omitempty"`
	UEIdList               []string    `json:"uEIdList,omitempty"`
	MaxNumberofPDUSessions *int32      `json:"maxNumberofPDUSessions,omitempty"`
}

NsacfInfoSnssai struct for NsacfInfoSnssai

func NewNsacfInfoSnssai ¶

func NewNsacfInfoSnssai() *NsacfInfoSnssai

NewNsacfInfoSnssai instantiates a new NsacfInfoSnssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNsacfInfoSnssaiWithDefaults ¶

func NewNsacfInfoSnssaiWithDefaults() *NsacfInfoSnssai

NewNsacfInfoSnssaiWithDefaults instantiates a new NsacfInfoSnssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NsacfInfoSnssai) GetActiveEacThreshhold ¶

func (o *NsacfInfoSnssai) GetActiveEacThreshhold() int32

GetActiveEacThreshhold returns the ActiveEacThreshhold field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetActiveEacThreshholdOk ¶

func (o *NsacfInfoSnssai) GetActiveEacThreshholdOk() (*int32, bool)

GetActiveEacThreshholdOk returns a tuple with the ActiveEacThreshhold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetDeactiveEacThreshhold ¶

func (o *NsacfInfoSnssai) GetDeactiveEacThreshhold() int32

GetDeactiveEacThreshhold returns the DeactiveEacThreshhold field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetDeactiveEacThreshholdOk ¶

func (o *NsacfInfoSnssai) GetDeactiveEacThreshholdOk() (*int32, bool)

GetDeactiveEacThreshholdOk returns a tuple with the DeactiveEacThreshhold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetEACMode ¶

func (o *NsacfInfoSnssai) GetEACMode() string

GetEACMode returns the EACMode field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetEACModeOk ¶

func (o *NsacfInfoSnssai) GetEACModeOk() (*string, bool)

GetEACModeOk returns a tuple with the EACMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetIsSubjectToNsac ¶

func (o *NsacfInfoSnssai) GetIsSubjectToNsac() bool

GetIsSubjectToNsac returns the IsSubjectToNsac field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetIsSubjectToNsacOk ¶

func (o *NsacfInfoSnssai) GetIsSubjectToNsacOk() (*bool, bool)

GetIsSubjectToNsacOk returns a tuple with the IsSubjectToNsac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetMaxNumberofPDUSessions ¶

func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessions() int32

GetMaxNumberofPDUSessions returns the MaxNumberofPDUSessions field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetMaxNumberofPDUSessionsOk ¶

func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessionsOk() (*int32, bool)

GetMaxNumberofPDUSessionsOk returns a tuple with the MaxNumberofPDUSessions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetMaxNumberofUEs ¶

func (o *NsacfInfoSnssai) GetMaxNumberofUEs() int32

GetMaxNumberofUEs returns the MaxNumberofUEs field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetMaxNumberofUEsOk ¶

func (o *NsacfInfoSnssai) GetMaxNumberofUEsOk() (*int32, bool)

GetMaxNumberofUEsOk returns a tuple with the MaxNumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetNumberofUEs ¶

func (o *NsacfInfoSnssai) GetNumberofUEs() int32

GetNumberofUEs returns the NumberofUEs field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetNumberofUEsOk ¶

func (o *NsacfInfoSnssai) GetNumberofUEsOk() (*int32, bool)

GetNumberofUEsOk returns a tuple with the NumberofUEs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetSnssaiInfo ¶

func (o *NsacfInfoSnssai) GetSnssaiInfo() SnssaiInfo

GetSnssaiInfo returns the SnssaiInfo field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetSnssaiInfoOk ¶

func (o *NsacfInfoSnssai) GetSnssaiInfoOk() (*SnssaiInfo, bool)

GetSnssaiInfoOk returns a tuple with the SnssaiInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) GetUEIdList ¶

func (o *NsacfInfoSnssai) GetUEIdList() []string

GetUEIdList returns the UEIdList field value if set, zero value otherwise.

func (*NsacfInfoSnssai) GetUEIdListOk ¶

func (o *NsacfInfoSnssai) GetUEIdListOk() ([]string, bool)

GetUEIdListOk returns a tuple with the UEIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NsacfInfoSnssai) HasActiveEacThreshhold ¶

func (o *NsacfInfoSnssai) HasActiveEacThreshhold() bool

HasActiveEacThreshhold returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasDeactiveEacThreshhold ¶

func (o *NsacfInfoSnssai) HasDeactiveEacThreshhold() bool

HasDeactiveEacThreshhold returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasEACMode ¶

func (o *NsacfInfoSnssai) HasEACMode() bool

HasEACMode returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasIsSubjectToNsac ¶

func (o *NsacfInfoSnssai) HasIsSubjectToNsac() bool

HasIsSubjectToNsac returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasMaxNumberofPDUSessions ¶

func (o *NsacfInfoSnssai) HasMaxNumberofPDUSessions() bool

HasMaxNumberofPDUSessions returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasMaxNumberofUEs ¶

func (o *NsacfInfoSnssai) HasMaxNumberofUEs() bool

HasMaxNumberofUEs returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasNumberofUEs ¶

func (o *NsacfInfoSnssai) HasNumberofUEs() bool

HasNumberofUEs returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasSnssaiInfo ¶

func (o *NsacfInfoSnssai) HasSnssaiInfo() bool

HasSnssaiInfo returns a boolean if a field has been set.

func (*NsacfInfoSnssai) HasUEIdList ¶

func (o *NsacfInfoSnssai) HasUEIdList() bool

HasUEIdList returns a boolean if a field has been set.

func (NsacfInfoSnssai) MarshalJSON ¶

func (o NsacfInfoSnssai) MarshalJSON() ([]byte, error)

func (*NsacfInfoSnssai) SetActiveEacThreshhold ¶

func (o *NsacfInfoSnssai) SetActiveEacThreshhold(v int32)

SetActiveEacThreshhold gets a reference to the given int32 and assigns it to the ActiveEacThreshhold field.

func (*NsacfInfoSnssai) SetDeactiveEacThreshhold ¶

func (o *NsacfInfoSnssai) SetDeactiveEacThreshhold(v int32)

SetDeactiveEacThreshhold gets a reference to the given int32 and assigns it to the DeactiveEacThreshhold field.

func (*NsacfInfoSnssai) SetEACMode ¶

func (o *NsacfInfoSnssai) SetEACMode(v string)

SetEACMode gets a reference to the given string and assigns it to the EACMode field.

func (*NsacfInfoSnssai) SetIsSubjectToNsac ¶

func (o *NsacfInfoSnssai) SetIsSubjectToNsac(v bool)

SetIsSubjectToNsac gets a reference to the given bool and assigns it to the IsSubjectToNsac field.

func (*NsacfInfoSnssai) SetMaxNumberofPDUSessions ¶

func (o *NsacfInfoSnssai) SetMaxNumberofPDUSessions(v int32)

SetMaxNumberofPDUSessions gets a reference to the given int32 and assigns it to the MaxNumberofPDUSessions field.

func (*NsacfInfoSnssai) SetMaxNumberofUEs ¶

func (o *NsacfInfoSnssai) SetMaxNumberofUEs(v int32)

SetMaxNumberofUEs gets a reference to the given int32 and assigns it to the MaxNumberofUEs field.

func (*NsacfInfoSnssai) SetNumberofUEs ¶

func (o *NsacfInfoSnssai) SetNumberofUEs(v int32)

SetNumberofUEs gets a reference to the given int32 and assigns it to the NumberofUEs field.

func (*NsacfInfoSnssai) SetSnssaiInfo ¶

func (o *NsacfInfoSnssai) SetSnssaiInfo(v SnssaiInfo)

SetSnssaiInfo gets a reference to the given SnssaiInfo and assigns it to the SnssaiInfo field.

func (*NsacfInfoSnssai) SetUEIdList ¶

func (o *NsacfInfoSnssai) SetUEIdList(v []string)

SetUEIdList gets a reference to the given []string and assigns it to the UEIdList field.

func (NsacfInfoSnssai) ToMap ¶

func (o NsacfInfoSnssai) ToMap() (map[string]interface{}, error)

type NssfFunctionSingle ¶

type NssfFunctionSingle struct {
	Top
	Attributes       *NssfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN22            []EPN22Single                      `json:"EP_N22,omitempty"`
	EPN31            []EPN31Single                      `json:"EP_N31,omitempty"`
}

NssfFunctionSingle struct for NssfFunctionSingle

func NewNssfFunctionSingle ¶

func NewNssfFunctionSingle(id NullableString) *NssfFunctionSingle

NewNssfFunctionSingle instantiates a new NssfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleWithDefaults ¶

func NewNssfFunctionSingleWithDefaults() *NssfFunctionSingle

NewNssfFunctionSingleWithDefaults instantiates a new NssfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetEPN22 ¶

func (o *NssfFunctionSingle) GetEPN22() []EPN22Single

GetEPN22 returns the EPN22 field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetEPN22Ok ¶

func (o *NssfFunctionSingle) GetEPN22Ok() ([]EPN22Single, bool)

GetEPN22Ok returns a tuple with the EPN22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetEPN31 ¶

func (o *NssfFunctionSingle) GetEPN31() []EPN31Single

GetEPN31 returns the EPN31 field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetEPN31Ok ¶

func (o *NssfFunctionSingle) GetEPN31Ok() ([]EPN31Single, bool)

GetEPN31Ok returns a tuple with the EPN31 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetManagedNFService ¶

func (o *NssfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetManagedNFServiceOk ¶

func (o *NssfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetPerfMetricJob ¶

func (o *NssfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetPerfMetricJobOk ¶

func (o *NssfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetThresholdMonitor ¶

func (o *NssfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetThresholdMonitorOk ¶

func (o *NssfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) GetTraceJob ¶

func (o *NssfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*NssfFunctionSingle) GetTraceJobOk ¶

func (o *NssfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingle) HasAttributes ¶

func (o *NssfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasEPN22 ¶

func (o *NssfFunctionSingle) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasEPN31 ¶

func (o *NssfFunctionSingle) HasEPN31() bool

HasEPN31 returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasManagedNFService ¶

func (o *NssfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasPerfMetricJob ¶

func (o *NssfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasThresholdMonitor ¶

func (o *NssfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*NssfFunctionSingle) HasTraceJob ¶

func (o *NssfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (NssfFunctionSingle) MarshalJSON ¶

func (o NssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NssfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*NssfFunctionSingle) SetEPN22 ¶

func (o *NssfFunctionSingle) SetEPN22(v []EPN22Single)

SetEPN22 gets a reference to the given []EPN22Single and assigns it to the EPN22 field.

func (*NssfFunctionSingle) SetEPN31 ¶

func (o *NssfFunctionSingle) SetEPN31(v []EPN31Single)

SetEPN31 gets a reference to the given []EPN31Single and assigns it to the EPN31 field.

func (*NssfFunctionSingle) SetManagedNFService ¶

func (o *NssfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*NssfFunctionSingle) SetPerfMetricJob ¶

func (o *NssfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*NssfFunctionSingle) SetThresholdMonitor ¶

func (o *NssfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*NssfFunctionSingle) SetTraceJob ¶

func (o *NssfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (NssfFunctionSingle) ToMap ¶

func (o NssfFunctionSingle) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOf ¶

type NssfFunctionSingleAllOf struct {
	Attributes *NssfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NssfFunctionSingleAllOf struct for NssfFunctionSingleAllOf

func NewNssfFunctionSingleAllOf ¶

func NewNssfFunctionSingleAllOf() *NssfFunctionSingleAllOf

NewNssfFunctionSingleAllOf instantiates a new NssfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOfWithDefaults ¶

func NewNssfFunctionSingleAllOfWithDefaults() *NssfFunctionSingleAllOf

NewNssfFunctionSingleAllOfWithDefaults instantiates a new NssfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOf) HasAttributes ¶

func (o *NssfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NssfFunctionSingleAllOf) MarshalJSON ¶

func (o NssfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NssfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NssfFunctionSingleAllOf) ToMap ¶

func (o NssfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOf1 ¶

type NssfFunctionSingleAllOf1 struct {
	EPN22 []EPN22Single `json:"EP_N22,omitempty"`
	EPN31 []EPN31Single `json:"EP_N31,omitempty"`
}

NssfFunctionSingleAllOf1 struct for NssfFunctionSingleAllOf1

func NewNssfFunctionSingleAllOf1 ¶

func NewNssfFunctionSingleAllOf1() *NssfFunctionSingleAllOf1

NewNssfFunctionSingleAllOf1 instantiates a new NssfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOf1WithDefaults ¶

func NewNssfFunctionSingleAllOf1WithDefaults() *NssfFunctionSingleAllOf1

NewNssfFunctionSingleAllOf1WithDefaults instantiates a new NssfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOf1) GetEPN22 ¶

func (o *NssfFunctionSingleAllOf1) GetEPN22() []EPN22Single

GetEPN22 returns the EPN22 field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOf1) GetEPN22Ok ¶

func (o *NssfFunctionSingleAllOf1) GetEPN22Ok() ([]EPN22Single, bool)

GetEPN22Ok returns a tuple with the EPN22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOf1) GetEPN31 ¶

func (o *NssfFunctionSingleAllOf1) GetEPN31() []EPN31Single

GetEPN31 returns the EPN31 field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOf1) GetEPN31Ok ¶

func (o *NssfFunctionSingleAllOf1) GetEPN31Ok() ([]EPN31Single, bool)

GetEPN31Ok returns a tuple with the EPN31 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOf1) HasEPN22 ¶

func (o *NssfFunctionSingleAllOf1) HasEPN22() bool

HasEPN22 returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOf1) HasEPN31 ¶

func (o *NssfFunctionSingleAllOf1) HasEPN31() bool

HasEPN31 returns a boolean if a field has been set.

func (NssfFunctionSingleAllOf1) MarshalJSON ¶

func (o NssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOf1) SetEPN22 ¶

func (o *NssfFunctionSingleAllOf1) SetEPN22(v []EPN22Single)

SetEPN22 gets a reference to the given []EPN22Single and assigns it to the EPN22 field.

func (*NssfFunctionSingleAllOf1) SetEPN31 ¶

func (o *NssfFunctionSingleAllOf1) SetEPN31(v []EPN31Single)

SetEPN31 gets a reference to the given []EPN31Single and assigns it to the EPN31 field.

func (NssfFunctionSingleAllOf1) ToMap ¶

func (o NssfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOfAttributes ¶

type NssfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList []PlmnInfo `json:"pLMNInfoList,omitempty"`
	SBIFqdn      *string    `json:"sBIFqdn,omitempty"`
	CNSIIdList   []string   `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

NssfFunctionSingleAllOfAttributes struct for NssfFunctionSingleAllOfAttributes

func NewNssfFunctionSingleAllOfAttributes ¶

func NewNssfFunctionSingleAllOfAttributes() *NssfFunctionSingleAllOfAttributes

NewNssfFunctionSingleAllOfAttributes instantiates a new NssfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOfAttributesWithDefaults ¶

func NewNssfFunctionSingleAllOfAttributesWithDefaults() *NssfFunctionSingleAllOfAttributes

NewNssfFunctionSingleAllOfAttributesWithDefaults instantiates a new NssfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetNFProfileListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NssfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (NssfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NssfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NssfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NssfFunctionSingleAllOfAttributes) SetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NssfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*NssfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NssfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (NssfFunctionSingleAllOfAttributes) ToMap ¶

func (o NssfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NssfFunctionSingleAllOfAttributesAllOf ¶

type NssfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList []PlmnInfo `json:"pLMNInfoList,omitempty"`
	SBIFqdn      *string    `json:"sBIFqdn,omitempty"`
	CNSIIdList   []string   `json:"cNSIIdList,omitempty"`
	// List of NF profile
	NFProfileList []NFProfile `json:"nFProfileList,omitempty"`
	CommModelList []CommModel `json:"commModelList,omitempty"`
}

NssfFunctionSingleAllOfAttributesAllOf struct for NssfFunctionSingleAllOfAttributesAllOf

func NewNssfFunctionSingleAllOfAttributesAllOf ¶

func NewNssfFunctionSingleAllOfAttributesAllOf() *NssfFunctionSingleAllOfAttributesAllOf

NewNssfFunctionSingleAllOfAttributesAllOf instantiates a new NssfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNssfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNssfFunctionSingleAllOfAttributesAllOfWithDefaults() *NssfFunctionSingleAllOfAttributesAllOf

NewNssfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NssfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile

GetNFProfileList returns the NFProfileList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool)

GetNFProfileListOk returns a tuple with the NFProfileList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool

HasNFProfileList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*NssfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (NssfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NssfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NssfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetNFProfileList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile)

SetNFProfileList gets a reference to the given []NFProfile and assigns it to the NFProfileList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *NssfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*NssfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (NssfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NssfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NtfSubscriptionControlSingle ¶

type NtfSubscriptionControlSingle struct {
	Top
	Attributes       *NtfSubscriptionControlSingleAllOfAttributes `json:"attributes,omitempty"`
	HeartbeatControl *HeartbeatControlSingle                      `json:"HeartbeatControl,omitempty"`
}

NtfSubscriptionControlSingle struct for NtfSubscriptionControlSingle

func NewNtfSubscriptionControlSingle ¶

func NewNtfSubscriptionControlSingle(id NullableString) *NtfSubscriptionControlSingle

NewNtfSubscriptionControlSingle instantiates a new NtfSubscriptionControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNtfSubscriptionControlSingleWithDefaults ¶

func NewNtfSubscriptionControlSingleWithDefaults() *NtfSubscriptionControlSingle

NewNtfSubscriptionControlSingleWithDefaults instantiates a new NtfSubscriptionControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NtfSubscriptionControlSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NtfSubscriptionControlSingle) GetHeartbeatControl ¶

func (o *NtfSubscriptionControlSingle) GetHeartbeatControl() HeartbeatControlSingle

GetHeartbeatControl returns the HeartbeatControl field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingle) GetHeartbeatControlOk ¶

func (o *NtfSubscriptionControlSingle) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool)

GetHeartbeatControlOk returns a tuple with the HeartbeatControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NtfSubscriptionControlSingle) HasAttributes ¶

func (o *NtfSubscriptionControlSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NtfSubscriptionControlSingle) HasHeartbeatControl ¶

func (o *NtfSubscriptionControlSingle) HasHeartbeatControl() bool

HasHeartbeatControl returns a boolean if a field has been set.

func (NtfSubscriptionControlSingle) MarshalJSON ¶

func (o NtfSubscriptionControlSingle) MarshalJSON() ([]byte, error)

func (*NtfSubscriptionControlSingle) SetAttributes ¶

SetAttributes gets a reference to the given NtfSubscriptionControlSingleAllOfAttributes and assigns it to the Attributes field.

func (*NtfSubscriptionControlSingle) SetHeartbeatControl ¶

func (o *NtfSubscriptionControlSingle) SetHeartbeatControl(v HeartbeatControlSingle)

SetHeartbeatControl gets a reference to the given HeartbeatControlSingle and assigns it to the HeartbeatControl field.

func (NtfSubscriptionControlSingle) ToMap ¶

func (o NtfSubscriptionControlSingle) ToMap() (map[string]interface{}, error)

type NtfSubscriptionControlSingleAllOf ¶

type NtfSubscriptionControlSingleAllOf struct {
	Attributes       *NtfSubscriptionControlSingleAllOfAttributes `json:"attributes,omitempty"`
	HeartbeatControl *HeartbeatControlSingle                      `json:"HeartbeatControl,omitempty"`
}

NtfSubscriptionControlSingleAllOf struct for NtfSubscriptionControlSingleAllOf

func NewNtfSubscriptionControlSingleAllOf ¶

func NewNtfSubscriptionControlSingleAllOf() *NtfSubscriptionControlSingleAllOf

NewNtfSubscriptionControlSingleAllOf instantiates a new NtfSubscriptionControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNtfSubscriptionControlSingleAllOfWithDefaults ¶

func NewNtfSubscriptionControlSingleAllOfWithDefaults() *NtfSubscriptionControlSingleAllOf

NewNtfSubscriptionControlSingleAllOfWithDefaults instantiates a new NtfSubscriptionControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NtfSubscriptionControlSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NtfSubscriptionControlSingleAllOf) GetHeartbeatControl ¶

GetHeartbeatControl returns the HeartbeatControl field value if set, zero value otherwise.

func (*NtfSubscriptionControlSingleAllOf) GetHeartbeatControlOk ¶

func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool)

GetHeartbeatControlOk returns a tuple with the HeartbeatControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NtfSubscriptionControlSingleAllOf) HasAttributes ¶

func (o *NtfSubscriptionControlSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*NtfSubscriptionControlSingleAllOf) HasHeartbeatControl ¶

func (o *NtfSubscriptionControlSingleAllOf) HasHeartbeatControl() bool

HasHeartbeatControl returns a boolean if a field has been set.

func (NtfSubscriptionControlSingleAllOf) MarshalJSON ¶

func (o NtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*NtfSubscriptionControlSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NtfSubscriptionControlSingleAllOfAttributes and assigns it to the Attributes field.

func (*NtfSubscriptionControlSingleAllOf) SetHeartbeatControl ¶

SetHeartbeatControl gets a reference to the given HeartbeatControlSingle and assigns it to the HeartbeatControl field.

func (NtfSubscriptionControlSingleAllOf) ToMap ¶

func (o NtfSubscriptionControlSingleAllOf) ToMap() (map[string]interface{}, error)

type NtfSubscriptionControlSingleAllOfAttributes ¶

type NtfSubscriptionControlSingleAllOfAttributes struct {
	NotificationRecipientAddress *string             `json:"notificationRecipientAddress,omitempty"`
	NotificationTypes            []NotificationType1 `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() ([]NotificationType1, 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 []NotificationType1 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 NullValue ¶

type NullValue string

NullValue JSON's null value.

const (
	NULL NullValue = "null"
)

List of NullValue

func NewNullValueFromValue ¶

func NewNullValueFromValue(v string) (*NullValue, error)

NewNullValueFromValue returns a pointer to a valid NullValue for the value passed as argument, or an error if the value passed is not allowed by the enum

func (NullValue) IsValid ¶

func (v NullValue) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (NullValue) Ptr ¶

func (v NullValue) Ptr() *NullValue

Ptr returns reference to NullValue value

func (*NullValue) UnmarshalJSON ¶

func (v *NullValue) UnmarshalJSON(src []byte) error

type NullableAccessType ¶

type NullableAccessType struct {
	// contains filtered or unexported fields
}

func NewNullableAccessType ¶

func NewNullableAccessType(val *AccessType) *NullableAccessType

func (NullableAccessType) Get ¶

func (v NullableAccessType) Get() *AccessType

func (NullableAccessType) IsSet ¶

func (v NullableAccessType) IsSet() bool

func (NullableAccessType) MarshalJSON ¶

func (v NullableAccessType) MarshalJSON() ([]byte, error)

func (*NullableAccessType) Set ¶

func (v *NullableAccessType) Set(val *AccessType)

func (*NullableAccessType) UnmarshalJSON ¶

func (v *NullableAccessType) UnmarshalJSON(src []byte) error

func (*NullableAccessType) Unset ¶

func (v *NullableAccessType) Unset()

type NullableAccessTypeRm ¶

type NullableAccessTypeRm struct {
	// contains filtered or unexported fields
}

func NewNullableAccessTypeRm ¶

func NewNullableAccessTypeRm(val *AccessTypeRm) *NullableAccessTypeRm

func (NullableAccessTypeRm) Get ¶

func (NullableAccessTypeRm) IsSet ¶

func (v NullableAccessTypeRm) IsSet() bool

func (NullableAccessTypeRm) MarshalJSON ¶

func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error)

func (*NullableAccessTypeRm) Set ¶

func (v *NullableAccessTypeRm) Set(val *AccessTypeRm)

func (*NullableAccessTypeRm) UnmarshalJSON ¶

func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error

func (*NullableAccessTypeRm) Unset ¶

func (v *NullableAccessTypeRm) Unset()

type NullableAckState ¶

type NullableAckState struct {
	// contains filtered or unexported fields
}

func NewNullableAckState ¶

func NewNullableAckState(val *AckState) *NullableAckState

func (NullableAckState) Get ¶

func (v NullableAckState) Get() *AckState

func (NullableAckState) IsSet ¶

func (v NullableAckState) IsSet() bool

func (NullableAckState) MarshalJSON ¶

func (v NullableAckState) MarshalJSON() ([]byte, error)

func (*NullableAckState) Set ¶

func (v *NullableAckState) Set(val *AckState)

func (*NullableAckState) UnmarshalJSON ¶

func (v *NullableAckState) UnmarshalJSON(src []byte) error

func (*NullableAckState) Unset ¶

func (v *NullableAckState) Unset()

type NullableAddressWithVlan ¶

type NullableAddressWithVlan struct {
	// contains filtered or unexported fields
}

func NewNullableAddressWithVlan ¶

func NewNullableAddressWithVlan(val *AddressWithVlan) *NullableAddressWithVlan

func (NullableAddressWithVlan) Get ¶

func (NullableAddressWithVlan) IsSet ¶

func (v NullableAddressWithVlan) IsSet() bool

func (NullableAddressWithVlan) MarshalJSON ¶

func (v NullableAddressWithVlan) MarshalJSON() ([]byte, error)

func (*NullableAddressWithVlan) Set ¶

func (*NullableAddressWithVlan) UnmarshalJSON ¶

func (v *NullableAddressWithVlan) UnmarshalJSON(src []byte) error

func (*NullableAddressWithVlan) Unset ¶

func (v *NullableAddressWithVlan) Unset()

type NullableAdministrativeState ¶

type NullableAdministrativeState struct {
	// contains filtered or unexported fields
}

func (NullableAdministrativeState) Get ¶

func (NullableAdministrativeState) IsSet ¶

func (NullableAdministrativeState) MarshalJSON ¶

func (v NullableAdministrativeState) MarshalJSON() ([]byte, error)

func (*NullableAdministrativeState) Set ¶

func (*NullableAdministrativeState) UnmarshalJSON ¶

func (v *NullableAdministrativeState) UnmarshalJSON(src []byte) error

func (*NullableAdministrativeState) Unset ¶

func (v *NullableAdministrativeState) Unset()

type NullableAfEvent ¶

type NullableAfEvent struct {
	// contains filtered or unexported fields
}

func NewNullableAfEvent ¶

func NewNullableAfEvent(val *AfEvent) *NullableAfEvent

func (NullableAfEvent) Get ¶

func (v NullableAfEvent) Get() *AfEvent

func (NullableAfEvent) IsSet ¶

func (v NullableAfEvent) IsSet() bool

func (NullableAfEvent) MarshalJSON ¶

func (v NullableAfEvent) MarshalJSON() ([]byte, error)

func (*NullableAfEvent) Set ¶

func (v *NullableAfEvent) Set(val *AfEvent)

func (*NullableAfEvent) UnmarshalJSON ¶

func (v *NullableAfEvent) UnmarshalJSON(src []byte) error

func (*NullableAfEvent) Unset ¶

func (v *NullableAfEvent) Unset()

type NullableAfEventExposureData ¶

type NullableAfEventExposureData struct {
	// contains filtered or unexported fields
}

func (NullableAfEventExposureData) Get ¶

func (NullableAfEventExposureData) IsSet ¶

func (NullableAfEventExposureData) MarshalJSON ¶

func (v NullableAfEventExposureData) MarshalJSON() ([]byte, error)

func (*NullableAfEventExposureData) Set ¶

func (*NullableAfEventExposureData) UnmarshalJSON ¶

func (v *NullableAfEventExposureData) UnmarshalJSON(src []byte) error

func (*NullableAfEventExposureData) Unset ¶

func (v *NullableAfEventExposureData) Unset()

type NullableAfSigProtocol ¶

type NullableAfSigProtocol struct {
	// contains filtered or unexported fields
}

func NewNullableAfSigProtocol ¶

func NewNullableAfSigProtocol(val *AfSigProtocol) *NullableAfSigProtocol

func (NullableAfSigProtocol) Get ¶

func (NullableAfSigProtocol) IsSet ¶

func (v NullableAfSigProtocol) IsSet() bool

func (NullableAfSigProtocol) MarshalJSON ¶

func (v NullableAfSigProtocol) MarshalJSON() ([]byte, error)

func (*NullableAfSigProtocol) Set ¶

func (v *NullableAfSigProtocol) Set(val *AfSigProtocol)

func (*NullableAfSigProtocol) UnmarshalJSON ¶

func (v *NullableAfSigProtocol) UnmarshalJSON(src []byte) error

func (*NullableAfSigProtocol) Unset ¶

func (v *NullableAfSigProtocol) Unset()

type NullableAlarmListSingle ¶

type NullableAlarmListSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmListSingle ¶

func NewNullableAlarmListSingle(val *AlarmListSingle) *NullableAlarmListSingle

func (NullableAlarmListSingle) Get ¶

func (NullableAlarmListSingle) IsSet ¶

func (v NullableAlarmListSingle) IsSet() bool

func (NullableAlarmListSingle) MarshalJSON ¶

func (v NullableAlarmListSingle) MarshalJSON() ([]byte, error)

func (*NullableAlarmListSingle) Set ¶

func (*NullableAlarmListSingle) UnmarshalJSON ¶

func (v *NullableAlarmListSingle) UnmarshalJSON(src []byte) error

func (*NullableAlarmListSingle) Unset ¶

func (v *NullableAlarmListSingle) Unset()

type NullableAlarmListSingleAllOf ¶

type NullableAlarmListSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAlarmListSingleAllOf) Get ¶

func (NullableAlarmListSingleAllOf) IsSet ¶

func (NullableAlarmListSingleAllOf) MarshalJSON ¶

func (v NullableAlarmListSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAlarmListSingleAllOf) Set ¶

func (*NullableAlarmListSingleAllOf) UnmarshalJSON ¶

func (v *NullableAlarmListSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAlarmListSingleAllOf) Unset ¶

func (v *NullableAlarmListSingleAllOf) Unset()

type NullableAlarmListSingleAllOfAttributes ¶

type NullableAlarmListSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAlarmListSingleAllOfAttributes) Get ¶

func (NullableAlarmListSingleAllOfAttributes) IsSet ¶

func (NullableAlarmListSingleAllOfAttributes) MarshalJSON ¶

func (v NullableAlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableAlarmListSingleAllOfAttributes) Set ¶

func (*NullableAlarmListSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAlarmListSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAlarmListSingleAllOfAttributes) Unset ¶

type NullableAlarmNotificationTypes ¶

type NullableAlarmNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableAlarmNotificationTypes) Get ¶

func (NullableAlarmNotificationTypes) IsSet ¶

func (NullableAlarmNotificationTypes) MarshalJSON ¶

func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableAlarmNotificationTypes) Set ¶

func (*NullableAlarmNotificationTypes) UnmarshalJSON ¶

func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableAlarmNotificationTypes) Unset ¶

func (v *NullableAlarmNotificationTypes) Unset()

type NullableAlarmRecord ¶

type NullableAlarmRecord struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmRecord ¶

func NewNullableAlarmRecord(val *AlarmRecord) *NullableAlarmRecord

func (NullableAlarmRecord) Get ¶

func (NullableAlarmRecord) IsSet ¶

func (v NullableAlarmRecord) IsSet() bool

func (NullableAlarmRecord) MarshalJSON ¶

func (v NullableAlarmRecord) MarshalJSON() ([]byte, error)

func (*NullableAlarmRecord) Set ¶

func (v *NullableAlarmRecord) Set(val *AlarmRecord)

func (*NullableAlarmRecord) UnmarshalJSON ¶

func (v *NullableAlarmRecord) UnmarshalJSON(src []byte) error

func (*NullableAlarmRecord) Unset ¶

func (v *NullableAlarmRecord) Unset()

type NullableAlarmType ¶

type NullableAlarmType struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmType ¶

func NewNullableAlarmType(val *AlarmType) *NullableAlarmType

func (NullableAlarmType) Get ¶

func (v NullableAlarmType) Get() *AlarmType

func (NullableAlarmType) IsSet ¶

func (v NullableAlarmType) IsSet() bool

func (NullableAlarmType) MarshalJSON ¶

func (v NullableAlarmType) MarshalJSON() ([]byte, error)

func (*NullableAlarmType) Set ¶

func (v *NullableAlarmType) Set(val *AlarmType)

func (*NullableAlarmType) UnmarshalJSON ¶

func (v *NullableAlarmType) UnmarshalJSON(src []byte) error

func (*NullableAlarmType) Unset ¶

func (v *NullableAlarmType) Unset()

type NullableAmfFunctionSingle ¶

type NullableAmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAmfFunctionSingle ¶

func NewNullableAmfFunctionSingle(val *AmfFunctionSingle) *NullableAmfFunctionSingle

func (NullableAmfFunctionSingle) Get ¶

func (NullableAmfFunctionSingle) IsSet ¶

func (v NullableAmfFunctionSingle) IsSet() bool

func (NullableAmfFunctionSingle) MarshalJSON ¶

func (v NullableAmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableAmfFunctionSingle) Set ¶

func (*NullableAmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingle) Unset ¶

func (v *NullableAmfFunctionSingle) Unset()

type NullableAmfFunctionSingleAllOf ¶

type NullableAmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOf) Get ¶

func (NullableAmfFunctionSingleAllOf) IsSet ¶

func (NullableAmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAmfFunctionSingleAllOf) Set ¶

func (*NullableAmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingleAllOf) Unset ¶

func (v *NullableAmfFunctionSingleAllOf) Unset()

type NullableAmfFunctionSingleAllOf1 ¶

type NullableAmfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOf1) Get ¶

func (NullableAmfFunctionSingleAllOf1) IsSet ¶

func (NullableAmfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableAmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableAmfFunctionSingleAllOf1) Set ¶

func (*NullableAmfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingleAllOf1) Unset ¶

type NullableAmfFunctionSingleAllOfAttributes ¶

type NullableAmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOfAttributes) Get ¶

func (NullableAmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableAmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableAmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableAmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAmfFunctionSingleAllOfAttributes) Unset ¶

type NullableAmfFunctionSingleAllOfAttributesAllOf ¶

type NullableAmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableAmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableAmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableAmfIdentifier ¶

type NullableAmfIdentifier struct {
	// contains filtered or unexported fields
}

func NewNullableAmfIdentifier ¶

func NewNullableAmfIdentifier(val *AmfIdentifier) *NullableAmfIdentifier

func (NullableAmfIdentifier) Get ¶

func (NullableAmfIdentifier) IsSet ¶

func (v NullableAmfIdentifier) IsSet() bool

func (NullableAmfIdentifier) MarshalJSON ¶

func (v NullableAmfIdentifier) MarshalJSON() ([]byte, error)

func (*NullableAmfIdentifier) Set ¶

func (v *NullableAmfIdentifier) Set(val *AmfIdentifier)

func (*NullableAmfIdentifier) UnmarshalJSON ¶

func (v *NullableAmfIdentifier) UnmarshalJSON(src []byte) error

func (*NullableAmfIdentifier) Unset ¶

func (v *NullableAmfIdentifier) Unset()

type NullableAmfRegionSingle ¶

type NullableAmfRegionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAmfRegionSingle ¶

func NewNullableAmfRegionSingle(val *AmfRegionSingle) *NullableAmfRegionSingle

func (NullableAmfRegionSingle) Get ¶

func (NullableAmfRegionSingle) IsSet ¶

func (v NullableAmfRegionSingle) IsSet() bool

func (NullableAmfRegionSingle) MarshalJSON ¶

func (v NullableAmfRegionSingle) MarshalJSON() ([]byte, error)

func (*NullableAmfRegionSingle) Set ¶

func (*NullableAmfRegionSingle) UnmarshalJSON ¶

func (v *NullableAmfRegionSingle) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingle) Unset ¶

func (v *NullableAmfRegionSingle) Unset()

type NullableAmfRegionSingleAllOf ¶

type NullableAmfRegionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfRegionSingleAllOf) Get ¶

func (NullableAmfRegionSingleAllOf) IsSet ¶

func (NullableAmfRegionSingleAllOf) MarshalJSON ¶

func (v NullableAmfRegionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAmfRegionSingleAllOf) Set ¶

func (*NullableAmfRegionSingleAllOf) UnmarshalJSON ¶

func (v *NullableAmfRegionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingleAllOf) Unset ¶

func (v *NullableAmfRegionSingleAllOf) Unset()

type NullableAmfRegionSingleAllOfAttributes ¶

type NullableAmfRegionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAmfRegionSingleAllOfAttributes) Get ¶

func (NullableAmfRegionSingleAllOfAttributes) IsSet ¶

func (NullableAmfRegionSingleAllOfAttributes) MarshalJSON ¶

func (v NullableAmfRegionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableAmfRegionSingleAllOfAttributes) Set ¶

func (*NullableAmfRegionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAmfRegionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingleAllOfAttributes) Unset ¶

type NullableAmfRegionSingleAllOfAttributesAllOf ¶

type NullableAmfRegionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfRegionSingleAllOfAttributesAllOf) Get ¶

func (NullableAmfRegionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAmfRegionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAmfRegionSingleAllOfAttributesAllOf) Set ¶

func (*NullableAmfRegionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableAmfRegionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfRegionSingleAllOfAttributesAllOf) Unset ¶

type NullableAmfSetSingle ¶

type NullableAmfSetSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAmfSetSingle ¶

func NewNullableAmfSetSingle(val *AmfSetSingle) *NullableAmfSetSingle

func (NullableAmfSetSingle) Get ¶

func (NullableAmfSetSingle) IsSet ¶

func (v NullableAmfSetSingle) IsSet() bool

func (NullableAmfSetSingle) MarshalJSON ¶

func (v NullableAmfSetSingle) MarshalJSON() ([]byte, error)

func (*NullableAmfSetSingle) Set ¶

func (v *NullableAmfSetSingle) Set(val *AmfSetSingle)

func (*NullableAmfSetSingle) UnmarshalJSON ¶

func (v *NullableAmfSetSingle) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingle) Unset ¶

func (v *NullableAmfSetSingle) Unset()

type NullableAmfSetSingleAllOf ¶

type NullableAmfSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableAmfSetSingleAllOf ¶

func NewNullableAmfSetSingleAllOf(val *AmfSetSingleAllOf) *NullableAmfSetSingleAllOf

func (NullableAmfSetSingleAllOf) Get ¶

func (NullableAmfSetSingleAllOf) IsSet ¶

func (v NullableAmfSetSingleAllOf) IsSet() bool

func (NullableAmfSetSingleAllOf) MarshalJSON ¶

func (v NullableAmfSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAmfSetSingleAllOf) Set ¶

func (*NullableAmfSetSingleAllOf) UnmarshalJSON ¶

func (v *NullableAmfSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingleAllOf) Unset ¶

func (v *NullableAmfSetSingleAllOf) Unset()

type NullableAmfSetSingleAllOfAttributes ¶

type NullableAmfSetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAmfSetSingleAllOfAttributes) Get ¶

func (NullableAmfSetSingleAllOfAttributes) IsSet ¶

func (NullableAmfSetSingleAllOfAttributes) MarshalJSON ¶

func (v NullableAmfSetSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableAmfSetSingleAllOfAttributes) Set ¶

func (*NullableAmfSetSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAmfSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingleAllOfAttributes) Unset ¶

type NullableAmfSetSingleAllOfAttributesAllOf ¶

type NullableAmfSetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAmfSetSingleAllOfAttributesAllOf) Get ¶

func (NullableAmfSetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAmfSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAmfSetSingleAllOfAttributesAllOf) Set ¶

func (*NullableAmfSetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableAmfSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableAmfSetSingleAllOfAttributesAllOf) Unset ¶

type NullableAnonymizationOfMdtDataType ¶

type NullableAnonymizationOfMdtDataType struct {
	// contains filtered or unexported fields
}

func (NullableAnonymizationOfMdtDataType) Get ¶

func (NullableAnonymizationOfMdtDataType) IsSet ¶

func (NullableAnonymizationOfMdtDataType) MarshalJSON ¶

func (v NullableAnonymizationOfMdtDataType) MarshalJSON() ([]byte, error)

func (*NullableAnonymizationOfMdtDataType) Set ¶

func (*NullableAnonymizationOfMdtDataType) UnmarshalJSON ¶

func (v *NullableAnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error

func (*NullableAnonymizationOfMdtDataType) Unset ¶

type NullableAreaConfig ¶

type NullableAreaConfig struct {
	// contains filtered or unexported fields
}

func NewNullableAreaConfig ¶

func NewNullableAreaConfig(val *AreaConfig) *NullableAreaConfig

func (NullableAreaConfig) Get ¶

func (v NullableAreaConfig) Get() *AreaConfig

func (NullableAreaConfig) IsSet ¶

func (v NullableAreaConfig) IsSet() bool

func (NullableAreaConfig) MarshalJSON ¶

func (v NullableAreaConfig) MarshalJSON() ([]byte, error)

func (*NullableAreaConfig) Set ¶

func (v *NullableAreaConfig) Set(val *AreaConfig)

func (*NullableAreaConfig) UnmarshalJSON ¶

func (v *NullableAreaConfig) UnmarshalJSON(src []byte) error

func (*NullableAreaConfig) Unset ¶

func (v *NullableAreaConfig) Unset()

type NullableAreaOfInterest ¶

type NullableAreaOfInterest struct {
	// contains filtered or unexported fields
}

func NewNullableAreaOfInterest ¶

func NewNullableAreaOfInterest(val *AreaOfInterest) *NullableAreaOfInterest

func (NullableAreaOfInterest) Get ¶

func (NullableAreaOfInterest) IsSet ¶

func (v NullableAreaOfInterest) IsSet() bool

func (NullableAreaOfInterest) MarshalJSON ¶

func (v NullableAreaOfInterest) MarshalJSON() ([]byte, error)

func (*NullableAreaOfInterest) Set ¶

func (*NullableAreaOfInterest) UnmarshalJSON ¶

func (v *NullableAreaOfInterest) UnmarshalJSON(src []byte) error

func (*NullableAreaOfInterest) Unset ¶

func (v *NullableAreaOfInterest) Unset()

type NullableAreaScope ¶

type NullableAreaScope struct {
	// contains filtered or unexported fields
}

func NewNullableAreaScope ¶

func NewNullableAreaScope(val *AreaScope) *NullableAreaScope

func (NullableAreaScope) Get ¶

func (v NullableAreaScope) Get() *AreaScope

func (NullableAreaScope) IsSet ¶

func (v NullableAreaScope) IsSet() bool

func (NullableAreaScope) MarshalJSON ¶

func (v NullableAreaScope) MarshalJSON() ([]byte, error)

func (*NullableAreaScope) Set ¶

func (v *NullableAreaScope) Set(val *AreaScope)

func (*NullableAreaScope) UnmarshalJSON ¶

func (v *NullableAreaScope) UnmarshalJSON(src []byte) error

func (*NullableAreaScope) Unset ¶

func (v *NullableAreaScope) Unset()

type NullableArp ¶

type NullableArp struct {
	// contains filtered or unexported fields
}

func NewNullableArp ¶

func NewNullableArp(val *Arp) *NullableArp

func (NullableArp) Get ¶

func (v NullableArp) Get() *Arp

func (NullableArp) IsSet ¶

func (v NullableArp) IsSet() bool

func (NullableArp) MarshalJSON ¶

func (v NullableArp) MarshalJSON() ([]byte, error)

func (*NullableArp) Set ¶

func (v *NullableArp) Set(val *Arp)

func (*NullableArp) UnmarshalJSON ¶

func (v *NullableArp) UnmarshalJSON(src []byte) error

func (*NullableArp) Unset ¶

func (v *NullableArp) Unset()

type NullableAtsssCapability ¶

type NullableAtsssCapability struct {
	// contains filtered or unexported fields
}

func NewNullableAtsssCapability ¶

func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability

func (NullableAtsssCapability) Get ¶

func (NullableAtsssCapability) IsSet ¶

func (v NullableAtsssCapability) IsSet() bool

func (NullableAtsssCapability) MarshalJSON ¶

func (v NullableAtsssCapability) MarshalJSON() ([]byte, error)

func (*NullableAtsssCapability) Set ¶

func (*NullableAtsssCapability) UnmarshalJSON ¶

func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error

func (*NullableAtsssCapability) Unset ¶

func (v *NullableAtsssCapability) Unset()

type NullableAusfFunctionSingle ¶

type NullableAusfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableAusfFunctionSingle ¶

func NewNullableAusfFunctionSingle(val *AusfFunctionSingle) *NullableAusfFunctionSingle

func (NullableAusfFunctionSingle) Get ¶

func (NullableAusfFunctionSingle) IsSet ¶

func (v NullableAusfFunctionSingle) IsSet() bool

func (NullableAusfFunctionSingle) MarshalJSON ¶

func (v NullableAusfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableAusfFunctionSingle) Set ¶

func (*NullableAusfFunctionSingle) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingle) Unset ¶

func (v *NullableAusfFunctionSingle) Unset()

type NullableAusfFunctionSingleAllOf ¶

type NullableAusfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOf) Get ¶

func (NullableAusfFunctionSingleAllOf) IsSet ¶

func (NullableAusfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableAusfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableAusfFunctionSingleAllOf) Set ¶

func (*NullableAusfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingleAllOf) Unset ¶

type NullableAusfFunctionSingleAllOf1 ¶

type NullableAusfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOf1) Get ¶

func (NullableAusfFunctionSingleAllOf1) IsSet ¶

func (NullableAusfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableAusfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableAusfFunctionSingleAllOf1) Set ¶

func (*NullableAusfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingleAllOf1) Unset ¶

type NullableAusfFunctionSingleAllOfAttributes ¶

type NullableAusfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOfAttributes) Get ¶

func (NullableAusfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableAusfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableAusfFunctionSingleAllOfAttributes) Set ¶

func (*NullableAusfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableAusfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableAusfFunctionSingleAllOfAttributes) Unset ¶

type NullableAusfFunctionSingleAllOfAttributesAllOf ¶

type NullableAusfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableAusfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableAusfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableAusfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableAusfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableAusfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableAusfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableAusfInfo ¶

type NullableAusfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableAusfInfo ¶

func NewNullableAusfInfo(val *AusfInfo) *NullableAusfInfo

func (NullableAusfInfo) Get ¶

func (v NullableAusfInfo) Get() *AusfInfo

func (NullableAusfInfo) IsSet ¶

func (v NullableAusfInfo) IsSet() bool

func (NullableAusfInfo) MarshalJSON ¶

func (v NullableAusfInfo) MarshalJSON() ([]byte, error)

func (*NullableAusfInfo) Set ¶

func (v *NullableAusfInfo) Set(val *AusfInfo)

func (*NullableAusfInfo) UnmarshalJSON ¶

func (v *NullableAusfInfo) UnmarshalJSON(src []byte) error

func (*NullableAusfInfo) Unset ¶

func (v *NullableAusfInfo) Unset()

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableCmNotificationTypes ¶

type NullableCmNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableCmNotificationTypes) Get ¶

func (NullableCmNotificationTypes) IsSet ¶

func (NullableCmNotificationTypes) MarshalJSON ¶

func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableCmNotificationTypes) Set ¶

func (*NullableCmNotificationTypes) UnmarshalJSON ¶

func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableCmNotificationTypes) Unset ¶

func (v *NullableCmNotificationTypes) Unset()

type NullableCollectionPeriodM6LteType ¶

type NullableCollectionPeriodM6LteType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodM6LteType) Get ¶

func (NullableCollectionPeriodM6LteType) IsSet ¶

func (NullableCollectionPeriodM6LteType) MarshalJSON ¶

func (v NullableCollectionPeriodM6LteType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodM6LteType) Set ¶

func (*NullableCollectionPeriodM6LteType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodM6LteType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodM6LteType) Unset ¶

type NullableCollectionPeriodM6NrType ¶

type NullableCollectionPeriodM6NrType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodM6NrType) Get ¶

func (NullableCollectionPeriodM6NrType) IsSet ¶

func (NullableCollectionPeriodM6NrType) MarshalJSON ¶

func (v NullableCollectionPeriodM6NrType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodM6NrType) Set ¶

func (*NullableCollectionPeriodM6NrType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodM6NrType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodM6NrType) Unset ¶

type NullableCollectionPeriodRrmLteType ¶

type NullableCollectionPeriodRrmLteType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRrmLteType) Get ¶

func (NullableCollectionPeriodRrmLteType) IsSet ¶

func (NullableCollectionPeriodRrmLteType) MarshalJSON ¶

func (v NullableCollectionPeriodRrmLteType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRrmLteType) Set ¶

func (*NullableCollectionPeriodRrmLteType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRrmLteType) Unset ¶

type NullableCollectionPeriodRrmNrType ¶

type NullableCollectionPeriodRrmNrType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRrmNrType) Get ¶

func (NullableCollectionPeriodRrmNrType) IsSet ¶

func (NullableCollectionPeriodRrmNrType) MarshalJSON ¶

func (v NullableCollectionPeriodRrmNrType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRrmNrType) Set ¶

func (*NullableCollectionPeriodRrmNrType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRrmNrType) Unset ¶

type NullableCollectionPeriodRrmUmtsType ¶

type NullableCollectionPeriodRrmUmtsType struct {
	// contains filtered or unexported fields
}

func (NullableCollectionPeriodRrmUmtsType) Get ¶

func (NullableCollectionPeriodRrmUmtsType) IsSet ¶

func (NullableCollectionPeriodRrmUmtsType) MarshalJSON ¶

func (v NullableCollectionPeriodRrmUmtsType) MarshalJSON() ([]byte, error)

func (*NullableCollectionPeriodRrmUmtsType) Set ¶

func (*NullableCollectionPeriodRrmUmtsType) UnmarshalJSON ¶

func (v *NullableCollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error

func (*NullableCollectionPeriodRrmUmtsType) Unset ¶

type NullableCommModel ¶

type NullableCommModel struct {
	// contains filtered or unexported fields
}

func NewNullableCommModel ¶

func NewNullableCommModel(val *CommModel) *NullableCommModel

func (NullableCommModel) Get ¶

func (v NullableCommModel) Get() *CommModel

func (NullableCommModel) IsSet ¶

func (v NullableCommModel) IsSet() bool

func (NullableCommModel) MarshalJSON ¶

func (v NullableCommModel) MarshalJSON() ([]byte, error)

func (*NullableCommModel) Set ¶

func (v *NullableCommModel) Set(val *CommModel)

func (*NullableCommModel) UnmarshalJSON ¶

func (v *NullableCommModel) UnmarshalJSON(src []byte) error

func (*NullableCommModel) Unset ¶

func (v *NullableCommModel) Unset()

type NullableCommModelType ¶

type NullableCommModelType struct {
	// contains filtered or unexported fields
}

func NewNullableCommModelType ¶

func NewNullableCommModelType(val *CommModelType) *NullableCommModelType

func (NullableCommModelType) Get ¶

func (NullableCommModelType) IsSet ¶

func (v NullableCommModelType) IsSet() bool

func (NullableCommModelType) MarshalJSON ¶

func (v NullableCommModelType) MarshalJSON() ([]byte, error)

func (*NullableCommModelType) Set ¶

func (v *NullableCommModelType) Set(val *CommModelType)

func (*NullableCommModelType) UnmarshalJSON ¶

func (v *NullableCommModelType) UnmarshalJSON(src []byte) error

func (*NullableCommModelType) Unset ¶

func (v *NullableCommModelType) Unset()

type NullableConditionData ¶

type NullableConditionData struct {
	// contains filtered or unexported fields
}

func NewNullableConditionData ¶

func NewNullableConditionData(val *ConditionData) *NullableConditionData

func (NullableConditionData) Get ¶

func (NullableConditionData) IsSet ¶

func (v NullableConditionData) IsSet() bool

func (NullableConditionData) MarshalJSON ¶

func (v NullableConditionData) MarshalJSON() ([]byte, error)

func (*NullableConditionData) Set ¶

func (v *NullableConditionData) Set(val *ConditionData)

func (*NullableConditionData) UnmarshalJSON ¶

func (v *NullableConditionData) UnmarshalJSON(src []byte) error

func (*NullableConditionData) Unset ¶

func (v *NullableConditionData) Unset()

type NullableConfigurable5QISetSingle ¶

type NullableConfigurable5QISetSingle struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingle) Get ¶

func (NullableConfigurable5QISetSingle) IsSet ¶

func (NullableConfigurable5QISetSingle) MarshalJSON ¶

func (v NullableConfigurable5QISetSingle) MarshalJSON() ([]byte, error)

func (*NullableConfigurable5QISetSingle) Set ¶

func (*NullableConfigurable5QISetSingle) UnmarshalJSON ¶

func (v *NullableConfigurable5QISetSingle) UnmarshalJSON(src []byte) error

func (*NullableConfigurable5QISetSingle) Unset ¶

type NullableConfigurable5QISetSingleAllOf ¶

type NullableConfigurable5QISetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOf) Get ¶

func (NullableConfigurable5QISetSingleAllOf) IsSet ¶

func (NullableConfigurable5QISetSingleAllOf) MarshalJSON ¶

func (v NullableConfigurable5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableConfigurable5QISetSingleAllOf) Set ¶

func (*NullableConfigurable5QISetSingleAllOf) UnmarshalJSON ¶

func (v *NullableConfigurable5QISetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableConfigurable5QISetSingleAllOf) Unset ¶

type NullableConfigurable5QISetSingleAllOfAttributes ¶

type NullableConfigurable5QISetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOfAttributes) Get ¶

func (NullableConfigurable5QISetSingleAllOfAttributes) IsSet ¶

func (NullableConfigurable5QISetSingleAllOfAttributes) MarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributes) Set ¶

func (*NullableConfigurable5QISetSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributes) Unset ¶

type NullableConfigurable5QISetSingleAllOfAttributesAllOf ¶

type NullableConfigurable5QISetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) Get ¶

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableConfigurable5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) Set ¶

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableConfigurable5QISetSingleAllOfAttributesAllOf) Unset ¶

type 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 NullableDDNMFFunctionSingle ¶

type NullableDDNMFFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingle) Get ¶

func (NullableDDNMFFunctionSingle) IsSet ¶

func (NullableDDNMFFunctionSingle) MarshalJSON ¶

func (v NullableDDNMFFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableDDNMFFunctionSingle) Set ¶

func (*NullableDDNMFFunctionSingle) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingle) Unset ¶

func (v *NullableDDNMFFunctionSingle) Unset()

type NullableDDNMFFunctionSingleAllOf ¶

type NullableDDNMFFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOf) Get ¶

func (NullableDDNMFFunctionSingleAllOf) IsSet ¶

func (NullableDDNMFFunctionSingleAllOf) MarshalJSON ¶

func (v NullableDDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableDDNMFFunctionSingleAllOf) Set ¶

func (*NullableDDNMFFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingleAllOf) Unset ¶

type NullableDDNMFFunctionSingleAllOf1 ¶

type NullableDDNMFFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOf1) Get ¶

func (NullableDDNMFFunctionSingleAllOf1) IsSet ¶

func (NullableDDNMFFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableDDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableDDNMFFunctionSingleAllOf1) Set ¶

func (*NullableDDNMFFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingleAllOf1) Unset ¶

type NullableDDNMFFunctionSingleAllOfAttributes ¶

type NullableDDNMFFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOfAttributes) Get ¶

func (NullableDDNMFFunctionSingleAllOfAttributes) IsSet ¶

func (NullableDDNMFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDDNMFFunctionSingleAllOfAttributes) Set ¶

func (*NullableDDNMFFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableDDNMFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableDDNMFFunctionSingleAllOfAttributes) Unset ¶

type NullableDDNMFFunctionSingleAllOfAttributesAllOf ¶

type NullableDDNMFFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDDNMFFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableDDNMFFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableDDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableDDNMFFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableDDNMFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableDDNMFFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableDefaultNotificationSubscription ¶

type NullableDefaultNotificationSubscription struct {
	// contains filtered or unexported fields
}

func (NullableDefaultNotificationSubscription) Get ¶

func (NullableDefaultNotificationSubscription) IsSet ¶

func (NullableDefaultNotificationSubscription) MarshalJSON ¶

func (v NullableDefaultNotificationSubscription) MarshalJSON() ([]byte, error)

func (*NullableDefaultNotificationSubscription) Set ¶

func (*NullableDefaultNotificationSubscription) UnmarshalJSON ¶

func (v *NullableDefaultNotificationSubscription) UnmarshalJSON(src []byte) error

func (*NullableDefaultNotificationSubscription) Unset ¶

type NullableDnaiChangeType ¶

type NullableDnaiChangeType struct {
	// contains filtered or unexported fields
}

func NewNullableDnaiChangeType ¶

func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType

func (NullableDnaiChangeType) Get ¶

func (NullableDnaiChangeType) IsSet ¶

func (v NullableDnaiChangeType) IsSet() bool

func (NullableDnaiChangeType) MarshalJSON ¶

func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error)

func (*NullableDnaiChangeType) Set ¶

func (*NullableDnaiChangeType) UnmarshalJSON ¶

func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error

func (*NullableDnaiChangeType) Unset ¶

func (v *NullableDnaiChangeType) Unset()

type NullableDnnInfoItem ¶

type NullableDnnInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableDnnInfoItem ¶

func NewNullableDnnInfoItem(val *DnnInfoItem) *NullableDnnInfoItem

func (NullableDnnInfoItem) Get ¶

func (NullableDnnInfoItem) IsSet ¶

func (v NullableDnnInfoItem) IsSet() bool

func (NullableDnnInfoItem) MarshalJSON ¶

func (v NullableDnnInfoItem) MarshalJSON() ([]byte, error)

func (*NullableDnnInfoItem) Set ¶

func (v *NullableDnnInfoItem) Set(val *DnnInfoItem)

func (*NullableDnnInfoItem) UnmarshalJSON ¶

func (v *NullableDnnInfoItem) UnmarshalJSON(src []byte) error

func (*NullableDnnInfoItem) Unset ¶

func (v *NullableDnnInfoItem) Unset()

type NullableDnnInfoItemDnn ¶

type NullableDnnInfoItemDnn struct {
	// contains filtered or unexported fields
}

func NewNullableDnnInfoItemDnn ¶

func NewNullableDnnInfoItemDnn(val *DnnInfoItemDnn) *NullableDnnInfoItemDnn

func (NullableDnnInfoItemDnn) Get ¶

func (NullableDnnInfoItemDnn) IsSet ¶

func (v NullableDnnInfoItemDnn) IsSet() bool

func (NullableDnnInfoItemDnn) MarshalJSON ¶

func (v NullableDnnInfoItemDnn) MarshalJSON() ([]byte, error)

func (*NullableDnnInfoItemDnn) Set ¶

func (*NullableDnnInfoItemDnn) UnmarshalJSON ¶

func (v *NullableDnnInfoItemDnn) UnmarshalJSON(src []byte) error

func (*NullableDnnInfoItemDnn) Unset ¶

func (v *NullableDnnInfoItemDnn) Unset()

type NullableDnnSmfInfoItem ¶

type NullableDnnSmfInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableDnnSmfInfoItem ¶

func NewNullableDnnSmfInfoItem(val *DnnSmfInfoItem) *NullableDnnSmfInfoItem

func (NullableDnnSmfInfoItem) Get ¶

func (NullableDnnSmfInfoItem) IsSet ¶

func (v NullableDnnSmfInfoItem) IsSet() bool

func (NullableDnnSmfInfoItem) MarshalJSON ¶

func (v NullableDnnSmfInfoItem) MarshalJSON() ([]byte, error)

func (*NullableDnnSmfInfoItem) Set ¶

func (*NullableDnnSmfInfoItem) UnmarshalJSON ¶

func (v *NullableDnnSmfInfoItem) UnmarshalJSON(src []byte) error

func (*NullableDnnSmfInfoItem) Unset ¶

func (v *NullableDnnSmfInfoItem) Unset()

type NullableDynamic5QISetSingle ¶

type NullableDynamic5QISetSingle struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingle) Get ¶

func (NullableDynamic5QISetSingle) IsSet ¶

func (NullableDynamic5QISetSingle) MarshalJSON ¶

func (v NullableDynamic5QISetSingle) MarshalJSON() ([]byte, error)

func (*NullableDynamic5QISetSingle) Set ¶

func (*NullableDynamic5QISetSingle) UnmarshalJSON ¶

func (v *NullableDynamic5QISetSingle) UnmarshalJSON(src []byte) error

func (*NullableDynamic5QISetSingle) Unset ¶

func (v *NullableDynamic5QISetSingle) Unset()

type NullableDynamic5QISetSingleAllOf ¶

type NullableDynamic5QISetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingleAllOf) Get ¶

func (NullableDynamic5QISetSingleAllOf) IsSet ¶

func (NullableDynamic5QISetSingleAllOf) MarshalJSON ¶

func (v NullableDynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableDynamic5QISetSingleAllOf) Set ¶

func (*NullableDynamic5QISetSingleAllOf) UnmarshalJSON ¶

func (v *NullableDynamic5QISetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableDynamic5QISetSingleAllOf) Unset ¶

type NullableDynamic5QISetSingleAllOfAttributes ¶

type NullableDynamic5QISetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingleAllOfAttributes) Get ¶

func (NullableDynamic5QISetSingleAllOfAttributes) IsSet ¶

func (NullableDynamic5QISetSingleAllOfAttributes) MarshalJSON ¶

func (*NullableDynamic5QISetSingleAllOfAttributes) Set ¶

func (*NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableDynamic5QISetSingleAllOfAttributes) Unset ¶

type NullableDynamic5QISetSingleAllOfAttributesAllOf ¶

type NullableDynamic5QISetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) Get ¶

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableDynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) Set ¶

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableDynamic5QISetSingleAllOfAttributesAllOf) Unset ¶

type NullableEASDFFunctionSingle ¶

type NullableEASDFFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingle) Get ¶

func (NullableEASDFFunctionSingle) IsSet ¶

func (NullableEASDFFunctionSingle) MarshalJSON ¶

func (v NullableEASDFFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableEASDFFunctionSingle) Set ¶

func (*NullableEASDFFunctionSingle) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingle) Unset ¶

func (v *NullableEASDFFunctionSingle) Unset()

type NullableEASDFFunctionSingleAllOf ¶

type NullableEASDFFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOf) Get ¶

func (NullableEASDFFunctionSingleAllOf) IsSet ¶

func (NullableEASDFFunctionSingleAllOf) MarshalJSON ¶

func (v NullableEASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEASDFFunctionSingleAllOf) Set ¶

func (*NullableEASDFFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingleAllOf) Unset ¶

type NullableEASDFFunctionSingleAllOf1 ¶

type NullableEASDFFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOf1) Get ¶

func (NullableEASDFFunctionSingleAllOf1) IsSet ¶

func (NullableEASDFFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableEASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableEASDFFunctionSingleAllOf1) Set ¶

func (*NullableEASDFFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingleAllOf1) Unset ¶

type NullableEASDFFunctionSingleAllOfAttributes ¶

type NullableEASDFFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOfAttributes) Get ¶

func (NullableEASDFFunctionSingleAllOfAttributes) IsSet ¶

func (NullableEASDFFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableEASDFFunctionSingleAllOfAttributes) Set ¶

func (*NullableEASDFFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEASDFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEASDFFunctionSingleAllOfAttributes) Unset ¶

type NullableEASDFFunctionSingleAllOfAttributesAllOf ¶

type NullableEASDFFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEASDFFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableEASDFFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableEASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableEASDFFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableEASDFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableEASDFFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableEPMAPSMSCSingle ¶

type NullableEPMAPSMSCSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPMAPSMSCSingle ¶

func NewNullableEPMAPSMSCSingle(val *EPMAPSMSCSingle) *NullableEPMAPSMSCSingle

func (NullableEPMAPSMSCSingle) Get ¶

func (NullableEPMAPSMSCSingle) IsSet ¶

func (v NullableEPMAPSMSCSingle) IsSet() bool

func (NullableEPMAPSMSCSingle) MarshalJSON ¶

func (v NullableEPMAPSMSCSingle) MarshalJSON() ([]byte, error)

func (*NullableEPMAPSMSCSingle) Set ¶

func (*NullableEPMAPSMSCSingle) UnmarshalJSON ¶

func (v *NullableEPMAPSMSCSingle) UnmarshalJSON(src []byte) error

func (*NullableEPMAPSMSCSingle) Unset ¶

func (v *NullableEPMAPSMSCSingle) Unset()

type NullableEPN10Single ¶

type NullableEPN10Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN10Single ¶

func NewNullableEPN10Single(val *EPN10Single) *NullableEPN10Single

func (NullableEPN10Single) Get ¶

func (NullableEPN10Single) IsSet ¶

func (v NullableEPN10Single) IsSet() bool

func (NullableEPN10Single) MarshalJSON ¶

func (v NullableEPN10Single) MarshalJSON() ([]byte, error)

func (*NullableEPN10Single) Set ¶

func (v *NullableEPN10Single) Set(val *EPN10Single)

func (*NullableEPN10Single) UnmarshalJSON ¶

func (v *NullableEPN10Single) UnmarshalJSON(src []byte) error

func (*NullableEPN10Single) Unset ¶

func (v *NullableEPN10Single) Unset()

type NullableEPN11Single ¶

type NullableEPN11Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN11Single ¶

func NewNullableEPN11Single(val *EPN11Single) *NullableEPN11Single

func (NullableEPN11Single) Get ¶

func (NullableEPN11Single) IsSet ¶

func (v NullableEPN11Single) IsSet() bool

func (NullableEPN11Single) MarshalJSON ¶

func (v NullableEPN11Single) MarshalJSON() ([]byte, error)

func (*NullableEPN11Single) Set ¶

func (v *NullableEPN11Single) Set(val *EPN11Single)

func (*NullableEPN11Single) UnmarshalJSON ¶

func (v *NullableEPN11Single) UnmarshalJSON(src []byte) error

func (*NullableEPN11Single) Unset ¶

func (v *NullableEPN11Single) Unset()

type NullableEPN12Single ¶

type NullableEPN12Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN12Single ¶

func NewNullableEPN12Single(val *EPN12Single) *NullableEPN12Single

func (NullableEPN12Single) Get ¶

func (NullableEPN12Single) IsSet ¶

func (v NullableEPN12Single) IsSet() bool

func (NullableEPN12Single) MarshalJSON ¶

func (v NullableEPN12Single) MarshalJSON() ([]byte, error)

func (*NullableEPN12Single) Set ¶

func (v *NullableEPN12Single) Set(val *EPN12Single)

func (*NullableEPN12Single) UnmarshalJSON ¶

func (v *NullableEPN12Single) UnmarshalJSON(src []byte) error

func (*NullableEPN12Single) Unset ¶

func (v *NullableEPN12Single) Unset()

type NullableEPN13Single ¶

type NullableEPN13Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN13Single ¶

func NewNullableEPN13Single(val *EPN13Single) *NullableEPN13Single

func (NullableEPN13Single) Get ¶

func (NullableEPN13Single) IsSet ¶

func (v NullableEPN13Single) IsSet() bool

func (NullableEPN13Single) MarshalJSON ¶

func (v NullableEPN13Single) MarshalJSON() ([]byte, error)

func (*NullableEPN13Single) Set ¶

func (v *NullableEPN13Single) Set(val *EPN13Single)

func (*NullableEPN13Single) UnmarshalJSON ¶

func (v *NullableEPN13Single) UnmarshalJSON(src []byte) error

func (*NullableEPN13Single) Unset ¶

func (v *NullableEPN13Single) Unset()

type NullableEPN14Single ¶

type NullableEPN14Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN14Single ¶

func NewNullableEPN14Single(val *EPN14Single) *NullableEPN14Single

func (NullableEPN14Single) Get ¶

func (NullableEPN14Single) IsSet ¶

func (v NullableEPN14Single) IsSet() bool

func (NullableEPN14Single) MarshalJSON ¶

func (v NullableEPN14Single) MarshalJSON() ([]byte, error)

func (*NullableEPN14Single) Set ¶

func (v *NullableEPN14Single) Set(val *EPN14Single)

func (*NullableEPN14Single) UnmarshalJSON ¶

func (v *NullableEPN14Single) UnmarshalJSON(src []byte) error

func (*NullableEPN14Single) Unset ¶

func (v *NullableEPN14Single) Unset()

type NullableEPN15Single ¶

type NullableEPN15Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN15Single ¶

func NewNullableEPN15Single(val *EPN15Single) *NullableEPN15Single

func (NullableEPN15Single) Get ¶

func (NullableEPN15Single) IsSet ¶

func (v NullableEPN15Single) IsSet() bool

func (NullableEPN15Single) MarshalJSON ¶

func (v NullableEPN15Single) MarshalJSON() ([]byte, error)

func (*NullableEPN15Single) Set ¶

func (v *NullableEPN15Single) Set(val *EPN15Single)

func (*NullableEPN15Single) UnmarshalJSON ¶

func (v *NullableEPN15Single) UnmarshalJSON(src []byte) error

func (*NullableEPN15Single) Unset ¶

func (v *NullableEPN15Single) Unset()

type NullableEPN16Single ¶

type NullableEPN16Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN16Single ¶

func NewNullableEPN16Single(val *EPN16Single) *NullableEPN16Single

func (NullableEPN16Single) Get ¶

func (NullableEPN16Single) IsSet ¶

func (v NullableEPN16Single) IsSet() bool

func (NullableEPN16Single) MarshalJSON ¶

func (v NullableEPN16Single) MarshalJSON() ([]byte, error)

func (*NullableEPN16Single) Set ¶

func (v *NullableEPN16Single) Set(val *EPN16Single)

func (*NullableEPN16Single) UnmarshalJSON ¶

func (v *NullableEPN16Single) UnmarshalJSON(src []byte) error

func (*NullableEPN16Single) Unset ¶

func (v *NullableEPN16Single) Unset()

type NullableEPN17Single ¶

type NullableEPN17Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN17Single ¶

func NewNullableEPN17Single(val *EPN17Single) *NullableEPN17Single

func (NullableEPN17Single) Get ¶

func (NullableEPN17Single) IsSet ¶

func (v NullableEPN17Single) IsSet() bool

func (NullableEPN17Single) MarshalJSON ¶

func (v NullableEPN17Single) MarshalJSON() ([]byte, error)

func (*NullableEPN17Single) Set ¶

func (v *NullableEPN17Single) Set(val *EPN17Single)

func (*NullableEPN17Single) UnmarshalJSON ¶

func (v *NullableEPN17Single) UnmarshalJSON(src []byte) error

func (*NullableEPN17Single) Unset ¶

func (v *NullableEPN17Single) Unset()

type NullableEPN20Single ¶

type NullableEPN20Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN20Single ¶

func NewNullableEPN20Single(val *EPN20Single) *NullableEPN20Single

func (NullableEPN20Single) Get ¶

func (NullableEPN20Single) IsSet ¶

func (v NullableEPN20Single) IsSet() bool

func (NullableEPN20Single) MarshalJSON ¶

func (v NullableEPN20Single) MarshalJSON() ([]byte, error)

func (*NullableEPN20Single) Set ¶

func (v *NullableEPN20Single) Set(val *EPN20Single)

func (*NullableEPN20Single) UnmarshalJSON ¶

func (v *NullableEPN20Single) UnmarshalJSON(src []byte) error

func (*NullableEPN20Single) Unset ¶

func (v *NullableEPN20Single) Unset()

type NullableEPN21Single ¶

type NullableEPN21Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN21Single ¶

func NewNullableEPN21Single(val *EPN21Single) *NullableEPN21Single

func (NullableEPN21Single) Get ¶

func (NullableEPN21Single) IsSet ¶

func (v NullableEPN21Single) IsSet() bool

func (NullableEPN21Single) MarshalJSON ¶

func (v NullableEPN21Single) MarshalJSON() ([]byte, error)

func (*NullableEPN21Single) Set ¶

func (v *NullableEPN21Single) Set(val *EPN21Single)

func (*NullableEPN21Single) UnmarshalJSON ¶

func (v *NullableEPN21Single) UnmarshalJSON(src []byte) error

func (*NullableEPN21Single) Unset ¶

func (v *NullableEPN21Single) Unset()

type NullableEPN22Single ¶

type NullableEPN22Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN22Single ¶

func NewNullableEPN22Single(val *EPN22Single) *NullableEPN22Single

func (NullableEPN22Single) Get ¶

func (NullableEPN22Single) IsSet ¶

func (v NullableEPN22Single) IsSet() bool

func (NullableEPN22Single) MarshalJSON ¶

func (v NullableEPN22Single) MarshalJSON() ([]byte, error)

func (*NullableEPN22Single) Set ¶

func (v *NullableEPN22Single) Set(val *EPN22Single)

func (*NullableEPN22Single) UnmarshalJSON ¶

func (v *NullableEPN22Single) UnmarshalJSON(src []byte) error

func (*NullableEPN22Single) Unset ¶

func (v *NullableEPN22Single) Unset()

type NullableEPN26Single ¶

type NullableEPN26Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN26Single ¶

func NewNullableEPN26Single(val *EPN26Single) *NullableEPN26Single

func (NullableEPN26Single) Get ¶

func (NullableEPN26Single) IsSet ¶

func (v NullableEPN26Single) IsSet() bool

func (NullableEPN26Single) MarshalJSON ¶

func (v NullableEPN26Single) MarshalJSON() ([]byte, error)

func (*NullableEPN26Single) Set ¶

func (v *NullableEPN26Single) Set(val *EPN26Single)

func (*NullableEPN26Single) UnmarshalJSON ¶

func (v *NullableEPN26Single) UnmarshalJSON(src []byte) error

func (*NullableEPN26Single) Unset ¶

func (v *NullableEPN26Single) Unset()

type NullableEPN27Single ¶

type NullableEPN27Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN27Single ¶

func NewNullableEPN27Single(val *EPN27Single) *NullableEPN27Single

func (NullableEPN27Single) Get ¶

func (NullableEPN27Single) IsSet ¶

func (v NullableEPN27Single) IsSet() bool

func (NullableEPN27Single) MarshalJSON ¶

func (v NullableEPN27Single) MarshalJSON() ([]byte, error)

func (*NullableEPN27Single) Set ¶

func (v *NullableEPN27Single) Set(val *EPN27Single)

func (*NullableEPN27Single) UnmarshalJSON ¶

func (v *NullableEPN27Single) UnmarshalJSON(src []byte) error

func (*NullableEPN27Single) Unset ¶

func (v *NullableEPN27Single) Unset()

type NullableEPN2Single ¶

type NullableEPN2Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN2Single ¶

func NewNullableEPN2Single(val *EPN2Single) *NullableEPN2Single

func (NullableEPN2Single) Get ¶

func (v NullableEPN2Single) Get() *EPN2Single

func (NullableEPN2Single) IsSet ¶

func (v NullableEPN2Single) IsSet() bool

func (NullableEPN2Single) MarshalJSON ¶

func (v NullableEPN2Single) MarshalJSON() ([]byte, error)

func (*NullableEPN2Single) Set ¶

func (v *NullableEPN2Single) Set(val *EPN2Single)

func (*NullableEPN2Single) UnmarshalJSON ¶

func (v *NullableEPN2Single) UnmarshalJSON(src []byte) error

func (*NullableEPN2Single) Unset ¶

func (v *NullableEPN2Single) Unset()

type NullableEPN2SingleAllOf ¶

type NullableEPN2SingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPN2SingleAllOf ¶

func NewNullableEPN2SingleAllOf(val *EPN2SingleAllOf) *NullableEPN2SingleAllOf

func (NullableEPN2SingleAllOf) Get ¶

func (NullableEPN2SingleAllOf) IsSet ¶

func (v NullableEPN2SingleAllOf) IsSet() bool

func (NullableEPN2SingleAllOf) MarshalJSON ¶

func (v NullableEPN2SingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN2SingleAllOf) Set ¶

func (*NullableEPN2SingleAllOf) UnmarshalJSON ¶

func (v *NullableEPN2SingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN2SingleAllOf) Unset ¶

func (v *NullableEPN2SingleAllOf) Unset()

type NullableEPN2SingleAllOfAttributes ¶

type NullableEPN2SingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEPN2SingleAllOfAttributes) Get ¶

func (NullableEPN2SingleAllOfAttributes) IsSet ¶

func (NullableEPN2SingleAllOfAttributes) MarshalJSON ¶

func (v NullableEPN2SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPN2SingleAllOfAttributes) Set ¶

func (*NullableEPN2SingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEPN2SingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPN2SingleAllOfAttributes) Unset ¶

type NullableEPN2SingleAllOfAttributesAllOf ¶

type NullableEPN2SingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEPN2SingleAllOfAttributesAllOf) Get ¶

func (NullableEPN2SingleAllOfAttributesAllOf) IsSet ¶

func (NullableEPN2SingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableEPN2SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN2SingleAllOfAttributesAllOf) Set ¶

func (*NullableEPN2SingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableEPN2SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN2SingleAllOfAttributesAllOf) Unset ¶

type NullableEPN31Single ¶

type NullableEPN31Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN31Single ¶

func NewNullableEPN31Single(val *EPN31Single) *NullableEPN31Single

func (NullableEPN31Single) Get ¶

func (NullableEPN31Single) IsSet ¶

func (v NullableEPN31Single) IsSet() bool

func (NullableEPN31Single) MarshalJSON ¶

func (v NullableEPN31Single) MarshalJSON() ([]byte, error)

func (*NullableEPN31Single) Set ¶

func (v *NullableEPN31Single) Set(val *EPN31Single)

func (*NullableEPN31Single) UnmarshalJSON ¶

func (v *NullableEPN31Single) UnmarshalJSON(src []byte) error

func (*NullableEPN31Single) Unset ¶

func (v *NullableEPN31Single) Unset()

type NullableEPN32Single ¶

type NullableEPN32Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN32Single ¶

func NewNullableEPN32Single(val *EPN32Single) *NullableEPN32Single

func (NullableEPN32Single) Get ¶

func (NullableEPN32Single) IsSet ¶

func (v NullableEPN32Single) IsSet() bool

func (NullableEPN32Single) MarshalJSON ¶

func (v NullableEPN32Single) MarshalJSON() ([]byte, error)

func (*NullableEPN32Single) Set ¶

func (v *NullableEPN32Single) Set(val *EPN32Single)

func (*NullableEPN32Single) UnmarshalJSON ¶

func (v *NullableEPN32Single) UnmarshalJSON(src []byte) error

func (*NullableEPN32Single) Unset ¶

func (v *NullableEPN32Single) Unset()

type NullableEPN32SingleAllOf ¶

type NullableEPN32SingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPN32SingleAllOf ¶

func NewNullableEPN32SingleAllOf(val *EPN32SingleAllOf) *NullableEPN32SingleAllOf

func (NullableEPN32SingleAllOf) Get ¶

func (NullableEPN32SingleAllOf) IsSet ¶

func (v NullableEPN32SingleAllOf) IsSet() bool

func (NullableEPN32SingleAllOf) MarshalJSON ¶

func (v NullableEPN32SingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN32SingleAllOf) Set ¶

func (*NullableEPN32SingleAllOf) UnmarshalJSON ¶

func (v *NullableEPN32SingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN32SingleAllOf) Unset ¶

func (v *NullableEPN32SingleAllOf) Unset()

type NullableEPN32SingleAllOfAttributes ¶

type NullableEPN32SingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEPN32SingleAllOfAttributes) Get ¶

func (NullableEPN32SingleAllOfAttributes) IsSet ¶

func (NullableEPN32SingleAllOfAttributes) MarshalJSON ¶

func (v NullableEPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPN32SingleAllOfAttributes) Set ¶

func (*NullableEPN32SingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEPN32SingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPN32SingleAllOfAttributes) Unset ¶

type NullableEPN32SingleAllOfAttributesAllOf ¶

type NullableEPN32SingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEPN32SingleAllOfAttributesAllOf) Get ¶

func (NullableEPN32SingleAllOfAttributesAllOf) IsSet ¶

func (NullableEPN32SingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableEPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN32SingleAllOfAttributesAllOf) Set ¶

func (*NullableEPN32SingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableEPN32SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN32SingleAllOfAttributesAllOf) Unset ¶

type NullableEPN33Single ¶

type NullableEPN33Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN33Single ¶

func NewNullableEPN33Single(val *EPN33Single) *NullableEPN33Single

func (NullableEPN33Single) Get ¶

func (NullableEPN33Single) IsSet ¶

func (v NullableEPN33Single) IsSet() bool

func (NullableEPN33Single) MarshalJSON ¶

func (v NullableEPN33Single) MarshalJSON() ([]byte, error)

func (*NullableEPN33Single) Set ¶

func (v *NullableEPN33Single) Set(val *EPN33Single)

func (*NullableEPN33Single) UnmarshalJSON ¶

func (v *NullableEPN33Single) UnmarshalJSON(src []byte) error

func (*NullableEPN33Single) Unset ¶

func (v *NullableEPN33Single) Unset()

type NullableEPN3Single ¶

type NullableEPN3Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN3Single ¶

func NewNullableEPN3Single(val *EPN3Single) *NullableEPN3Single

func (NullableEPN3Single) Get ¶

func (v NullableEPN3Single) Get() *EPN3Single

func (NullableEPN3Single) IsSet ¶

func (v NullableEPN3Single) IsSet() bool

func (NullableEPN3Single) MarshalJSON ¶

func (v NullableEPN3Single) MarshalJSON() ([]byte, error)

func (*NullableEPN3Single) Set ¶

func (v *NullableEPN3Single) Set(val *EPN3Single)

func (*NullableEPN3Single) UnmarshalJSON ¶

func (v *NullableEPN3Single) UnmarshalJSON(src []byte) error

func (*NullableEPN3Single) Unset ¶

func (v *NullableEPN3Single) Unset()

type NullableEPN3SingleAllOf ¶

type NullableEPN3SingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableEPN3SingleAllOf ¶

func NewNullableEPN3SingleAllOf(val *EPN3SingleAllOf) *NullableEPN3SingleAllOf

func (NullableEPN3SingleAllOf) Get ¶

func (NullableEPN3SingleAllOf) IsSet ¶

func (v NullableEPN3SingleAllOf) IsSet() bool

func (NullableEPN3SingleAllOf) MarshalJSON ¶

func (v NullableEPN3SingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN3SingleAllOf) Set ¶

func (*NullableEPN3SingleAllOf) UnmarshalJSON ¶

func (v *NullableEPN3SingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN3SingleAllOf) Unset ¶

func (v *NullableEPN3SingleAllOf) Unset()

type NullableEPN3SingleAllOfAttributes ¶

type NullableEPN3SingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEPN3SingleAllOfAttributes) Get ¶

func (NullableEPN3SingleAllOfAttributes) IsSet ¶

func (NullableEPN3SingleAllOfAttributes) MarshalJSON ¶

func (v NullableEPN3SingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableEPN3SingleAllOfAttributes) Set ¶

func (*NullableEPN3SingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableEPN3SingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableEPN3SingleAllOfAttributes) Unset ¶

type NullableEPN3SingleAllOfAttributesAllOf ¶

type NullableEPN3SingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEPN3SingleAllOfAttributesAllOf) Get ¶

func (NullableEPN3SingleAllOfAttributesAllOf) IsSet ¶

func (NullableEPN3SingleAllOfAttributesAllOf) MarshalJSON ¶

func (v NullableEPN3SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NullableEPN3SingleAllOfAttributesAllOf) Set ¶

func (*NullableEPN3SingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (v *NullableEPN3SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error

func (*NullableEPN3SingleAllOfAttributesAllOf) Unset ¶

type NullableEPN4Single ¶

type NullableEPN4Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN4Single ¶

func NewNullableEPN4Single(val *EPN4Single) *NullableEPN4Single

func (NullableEPN4Single) Get ¶

func (v NullableEPN4Single) Get() *EPN4Single

func (NullableEPN4Single) IsSet ¶

func (v NullableEPN4Single) IsSet() bool

func (NullableEPN4Single) MarshalJSON ¶

func (v NullableEPN4Single) MarshalJSON() ([]byte, error)

func (*NullableEPN4Single) Set ¶

func (v *NullableEPN4Single) Set(val *EPN4Single)

func (*NullableEPN4Single) UnmarshalJSON ¶

func (v *NullableEPN4Single) UnmarshalJSON(src []byte) error

func (*NullableEPN4Single) Unset ¶

func (v *NullableEPN4Single) Unset()

type NullableEPN5Single ¶

type NullableEPN5Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN5Single ¶

func NewNullableEPN5Single(val *EPN5Single) *NullableEPN5Single

func (NullableEPN5Single) Get ¶

func (v NullableEPN5Single) Get() *EPN5Single

func (NullableEPN5Single) IsSet ¶

func (v NullableEPN5Single) IsSet() bool

func (NullableEPN5Single) MarshalJSON ¶

func (v NullableEPN5Single) MarshalJSON() ([]byte, error)

func (*NullableEPN5Single) Set ¶

func (v *NullableEPN5Single) Set(val *EPN5Single)

func (*NullableEPN5Single) UnmarshalJSON ¶

func (v *NullableEPN5Single) UnmarshalJSON(src []byte) error

func (*NullableEPN5Single) Unset ¶

func (v *NullableEPN5Single) Unset()

type NullableEPN60Single ¶

type NullableEPN60Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN60Single ¶

func NewNullableEPN60Single(val *EPN60Single) *NullableEPN60Single

func (NullableEPN60Single) Get ¶

func (NullableEPN60Single) IsSet ¶

func (v NullableEPN60Single) IsSet() bool

func (NullableEPN60Single) MarshalJSON ¶

func (v NullableEPN60Single) MarshalJSON() ([]byte, error)

func (*NullableEPN60Single) Set ¶

func (v *NullableEPN60Single) Set(val *EPN60Single)

func (*NullableEPN60Single) UnmarshalJSON ¶

func (v *NullableEPN60Single) UnmarshalJSON(src []byte) error

func (*NullableEPN60Single) Unset ¶

func (v *NullableEPN60Single) Unset()

type NullableEPN6Single ¶

type NullableEPN6Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN6Single ¶

func NewNullableEPN6Single(val *EPN6Single) *NullableEPN6Single

func (NullableEPN6Single) Get ¶

func (v NullableEPN6Single) Get() *EPN6Single

func (NullableEPN6Single) IsSet ¶

func (v NullableEPN6Single) IsSet() bool

func (NullableEPN6Single) MarshalJSON ¶

func (v NullableEPN6Single) MarshalJSON() ([]byte, error)

func (*NullableEPN6Single) Set ¶

func (v *NullableEPN6Single) Set(val *EPN6Single)

func (*NullableEPN6Single) UnmarshalJSON ¶

func (v *NullableEPN6Single) UnmarshalJSON(src []byte) error

func (*NullableEPN6Single) Unset ¶

func (v *NullableEPN6Single) Unset()

type NullableEPN7Single ¶

type NullableEPN7Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN7Single ¶

func NewNullableEPN7Single(val *EPN7Single) *NullableEPN7Single

func (NullableEPN7Single) Get ¶

func (v NullableEPN7Single) Get() *EPN7Single

func (NullableEPN7Single) IsSet ¶

func (v NullableEPN7Single) IsSet() bool

func (NullableEPN7Single) MarshalJSON ¶

func (v NullableEPN7Single) MarshalJSON() ([]byte, error)

func (*NullableEPN7Single) Set ¶

func (v *NullableEPN7Single) Set(val *EPN7Single)

func (*NullableEPN7Single) UnmarshalJSON ¶

func (v *NullableEPN7Single) UnmarshalJSON(src []byte) error

func (*NullableEPN7Single) Unset ¶

func (v *NullableEPN7Single) Unset()

type NullableEPN88Single ¶

type NullableEPN88Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN88Single ¶

func NewNullableEPN88Single(val *EPN88Single) *NullableEPN88Single

func (NullableEPN88Single) Get ¶

func (NullableEPN88Single) IsSet ¶

func (v NullableEPN88Single) IsSet() bool

func (NullableEPN88Single) MarshalJSON ¶

func (v NullableEPN88Single) MarshalJSON() ([]byte, error)

func (*NullableEPN88Single) Set ¶

func (v *NullableEPN88Single) Set(val *EPN88Single)

func (*NullableEPN88Single) UnmarshalJSON ¶

func (v *NullableEPN88Single) UnmarshalJSON(src []byte) error

func (*NullableEPN88Single) Unset ¶

func (v *NullableEPN88Single) Unset()

type NullableEPN8Single ¶

type NullableEPN8Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN8Single ¶

func NewNullableEPN8Single(val *EPN8Single) *NullableEPN8Single

func (NullableEPN8Single) Get ¶

func (v NullableEPN8Single) Get() *EPN8Single

func (NullableEPN8Single) IsSet ¶

func (v NullableEPN8Single) IsSet() bool

func (NullableEPN8Single) MarshalJSON ¶

func (v NullableEPN8Single) MarshalJSON() ([]byte, error)

func (*NullableEPN8Single) Set ¶

func (v *NullableEPN8Single) Set(val *EPN8Single)

func (*NullableEPN8Single) UnmarshalJSON ¶

func (v *NullableEPN8Single) UnmarshalJSON(src []byte) error

func (*NullableEPN8Single) Unset ¶

func (v *NullableEPN8Single) Unset()

type NullableEPN9Single ¶

type NullableEPN9Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPN9Single ¶

func NewNullableEPN9Single(val *EPN9Single) *NullableEPN9Single

func (NullableEPN9Single) Get ¶

func (v NullableEPN9Single) Get() *EPN9Single

func (NullableEPN9Single) IsSet ¶

func (v NullableEPN9Single) IsSet() bool

func (NullableEPN9Single) MarshalJSON ¶

func (v NullableEPN9Single) MarshalJSON() ([]byte, error)

func (*NullableEPN9Single) Set ¶

func (v *NullableEPN9Single) Set(val *EPN9Single)

func (*NullableEPN9Single) UnmarshalJSON ¶

func (v *NullableEPN9Single) UnmarshalJSON(src []byte) error

func (*NullableEPN9Single) Unset ¶

func (v *NullableEPN9Single) Unset()

type NullableEPNLGSingle ¶

type NullableEPNLGSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPNLGSingle ¶

func NewNullableEPNLGSingle(val *EPNLGSingle) *NullableEPNLGSingle

func (NullableEPNLGSingle) Get ¶

func (NullableEPNLGSingle) IsSet ¶

func (v NullableEPNLGSingle) IsSet() bool

func (NullableEPNLGSingle) MarshalJSON ¶

func (v NullableEPNLGSingle) MarshalJSON() ([]byte, error)

func (*NullableEPNLGSingle) Set ¶

func (v *NullableEPNLGSingle) Set(val *EPNLGSingle)

func (*NullableEPNLGSingle) UnmarshalJSON ¶

func (v *NullableEPNLGSingle) UnmarshalJSON(src []byte) error

func (*NullableEPNLGSingle) Unset ¶

func (v *NullableEPNLGSingle) Unset()

type NullableEPNLSSingle ¶

type NullableEPNLSSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPNLSSingle ¶

func NewNullableEPNLSSingle(val *EPNLSSingle) *NullableEPNLSSingle

func (NullableEPNLSSingle) Get ¶

func (NullableEPNLSSingle) IsSet ¶

func (v NullableEPNLSSingle) IsSet() bool

func (NullableEPNLSSingle) MarshalJSON ¶

func (v NullableEPNLSSingle) MarshalJSON() ([]byte, error)

func (*NullableEPNLSSingle) Set ¶

func (v *NullableEPNLSSingle) Set(val *EPNLSSingle)

func (*NullableEPNLSSingle) UnmarshalJSON ¶

func (v *NullableEPNLSSingle) UnmarshalJSON(src []byte) error

func (*NullableEPNLSSingle) Unset ¶

func (v *NullableEPNLSSingle) Unset()

type NullableEPNpc4Single ¶

type NullableEPNpc4Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc4Single ¶

func NewNullableEPNpc4Single(val *EPNpc4Single) *NullableEPNpc4Single

func (NullableEPNpc4Single) Get ¶

func (NullableEPNpc4Single) IsSet ¶

func (v NullableEPNpc4Single) IsSet() bool

func (NullableEPNpc4Single) MarshalJSON ¶

func (v NullableEPNpc4Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc4Single) Set ¶

func (v *NullableEPNpc4Single) Set(val *EPNpc4Single)

func (*NullableEPNpc4Single) UnmarshalJSON ¶

func (v *NullableEPNpc4Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc4Single) Unset ¶

func (v *NullableEPNpc4Single) Unset()

type NullableEPNpc6Single ¶

type NullableEPNpc6Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc6Single ¶

func NewNullableEPNpc6Single(val *EPNpc6Single) *NullableEPNpc6Single

func (NullableEPNpc6Single) Get ¶

func (NullableEPNpc6Single) IsSet ¶

func (v NullableEPNpc6Single) IsSet() bool

func (NullableEPNpc6Single) MarshalJSON ¶

func (v NullableEPNpc6Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc6Single) Set ¶

func (v *NullableEPNpc6Single) Set(val *EPNpc6Single)

func (*NullableEPNpc6Single) UnmarshalJSON ¶

func (v *NullableEPNpc6Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc6Single) Unset ¶

func (v *NullableEPNpc6Single) Unset()

type NullableEPNpc7Single ¶

type NullableEPNpc7Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc7Single ¶

func NewNullableEPNpc7Single(val *EPNpc7Single) *NullableEPNpc7Single

func (NullableEPNpc7Single) Get ¶

func (NullableEPNpc7Single) IsSet ¶

func (v NullableEPNpc7Single) IsSet() bool

func (NullableEPNpc7Single) MarshalJSON ¶

func (v NullableEPNpc7Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc7Single) Set ¶

func (v *NullableEPNpc7Single) Set(val *EPNpc7Single)

func (*NullableEPNpc7Single) UnmarshalJSON ¶

func (v *NullableEPNpc7Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc7Single) Unset ¶

func (v *NullableEPNpc7Single) Unset()

type NullableEPNpc8Single ¶

type NullableEPNpc8Single struct {
	// contains filtered or unexported fields
}

func NewNullableEPNpc8Single ¶

func NewNullableEPNpc8Single(val *EPNpc8Single) *NullableEPNpc8Single

func (NullableEPNpc8Single) Get ¶

func (NullableEPNpc8Single) IsSet ¶

func (v NullableEPNpc8Single) IsSet() bool

func (NullableEPNpc8Single) MarshalJSON ¶

func (v NullableEPNpc8Single) MarshalJSON() ([]byte, error)

func (*NullableEPNpc8Single) Set ¶

func (v *NullableEPNpc8Single) Set(val *EPNpc8Single)

func (*NullableEPNpc8Single) UnmarshalJSON ¶

func (v *NullableEPNpc8Single) UnmarshalJSON(src []byte) error

func (*NullableEPNpc8Single) Unset ¶

func (v *NullableEPNpc8Single) Unset()

type NullableEPRPAttr ¶

type NullableEPRPAttr struct {
	// contains filtered or unexported fields
}

func NewNullableEPRPAttr ¶

func NewNullableEPRPAttr(val *EPRPAttr) *NullableEPRPAttr

func (NullableEPRPAttr) Get ¶

func (v NullableEPRPAttr) Get() *EPRPAttr

func (NullableEPRPAttr) IsSet ¶

func (v NullableEPRPAttr) IsSet() bool

func (NullableEPRPAttr) MarshalJSON ¶

func (v NullableEPRPAttr) MarshalJSON() ([]byte, error)

func (*NullableEPRPAttr) Set ¶

func (v *NullableEPRPAttr) Set(val *EPRPAttr)

func (*NullableEPRPAttr) UnmarshalJSON ¶

func (v *NullableEPRPAttr) UnmarshalJSON(src []byte) error

func (*NullableEPRPAttr) Unset ¶

func (v *NullableEPRPAttr) Unset()

type NullableEPRxSingle ¶

type NullableEPRxSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPRxSingle ¶

func NewNullableEPRxSingle(val *EPRxSingle) *NullableEPRxSingle

func (NullableEPRxSingle) Get ¶

func (v NullableEPRxSingle) Get() *EPRxSingle

func (NullableEPRxSingle) IsSet ¶

func (v NullableEPRxSingle) IsSet() bool

func (NullableEPRxSingle) MarshalJSON ¶

func (v NullableEPRxSingle) MarshalJSON() ([]byte, error)

func (*NullableEPRxSingle) Set ¶

func (v *NullableEPRxSingle) Set(val *EPRxSingle)

func (*NullableEPRxSingle) UnmarshalJSON ¶

func (v *NullableEPRxSingle) UnmarshalJSON(src []byte) error

func (*NullableEPRxSingle) Unset ¶

func (v *NullableEPRxSingle) Unset()

type NullableEPS5CSingle ¶

type NullableEPS5CSingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPS5CSingle ¶

func NewNullableEPS5CSingle(val *EPS5CSingle) *NullableEPS5CSingle

func (NullableEPS5CSingle) Get ¶

func (NullableEPS5CSingle) IsSet ¶

func (v NullableEPS5CSingle) IsSet() bool

func (NullableEPS5CSingle) MarshalJSON ¶

func (v NullableEPS5CSingle) MarshalJSON() ([]byte, error)

func (*NullableEPS5CSingle) Set ¶

func (v *NullableEPS5CSingle) Set(val *EPS5CSingle)

func (*NullableEPS5CSingle) UnmarshalJSON ¶

func (v *NullableEPS5CSingle) UnmarshalJSON(src []byte) error

func (*NullableEPS5CSingle) Unset ¶

func (v *NullableEPS5CSingle) Unset()

type NullableEPS5USingle ¶

type NullableEPS5USingle struct {
	// contains filtered or unexported fields
}

func NewNullableEPS5USingle ¶

func NewNullableEPS5USingle(val *EPS5USingle) *NullableEPS5USingle

func (NullableEPS5USingle) Get ¶

func (NullableEPS5USingle) IsSet ¶

func (v NullableEPS5USingle) IsSet() bool

func (NullableEPS5USingle) MarshalJSON ¶

func (v NullableEPS5USingle) MarshalJSON() ([]byte, error)

func (*NullableEPS5USingle) Set ¶

func (v *NullableEPS5USingle) Set(val *EPS5USingle)

func (*NullableEPS5USingle) UnmarshalJSON ¶

func (v *NullableEPS5USingle) UnmarshalJSON(src []byte) error

func (*NullableEPS5USingle) Unset ¶

func (v *NullableEPS5USingle) Unset()

type NullableEcmConnectionInfoSingle ¶

type NullableEcmConnectionInfoSingle struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingle) Get ¶

func (NullableEcmConnectionInfoSingle) IsSet ¶

func (NullableEcmConnectionInfoSingle) MarshalJSON ¶

func (v NullableEcmConnectionInfoSingle) MarshalJSON() ([]byte, error)

func (*NullableEcmConnectionInfoSingle) Set ¶

func (*NullableEcmConnectionInfoSingle) UnmarshalJSON ¶

func (v *NullableEcmConnectionInfoSingle) UnmarshalJSON(src []byte) error

func (*NullableEcmConnectionInfoSingle) Unset ¶

type NullableEcmConnectionInfoSingleAllOf ¶

type NullableEcmConnectionInfoSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingleAllOf) Get ¶

func (NullableEcmConnectionInfoSingleAllOf) IsSet ¶

func (NullableEcmConnectionInfoSingleAllOf) MarshalJSON ¶

func (v NullableEcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableEcmConnectionInfoSingleAllOf) Set ¶

func (*NullableEcmConnectionInfoSingleAllOf) UnmarshalJSON ¶

func (v *NullableEcmConnectionInfoSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableEcmConnectionInfoSingleAllOf) Unset ¶

type NullableEcmConnectionInfoSingleAllOfAttributes ¶

type NullableEcmConnectionInfoSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingleAllOfAttributes) Get ¶

func (NullableEcmConnectionInfoSingleAllOfAttributes) IsSet ¶

func (NullableEcmConnectionInfoSingleAllOfAttributes) MarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributes) Set ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributes) Unset ¶

type NullableEcmConnectionInfoSingleAllOfAttributesAllOf ¶

type NullableEcmConnectionInfoSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Get ¶

func (NullableEcmConnectionInfoSingleAllOfAttributesAllOf) IsSet ¶

func (NullableEcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Set ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Unset ¶

type NullableEthFlowDescription ¶

type NullableEthFlowDescription struct {
	// contains filtered or unexported fields
}

func NewNullableEthFlowDescription ¶

func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription

func (NullableEthFlowDescription) Get ¶

func (NullableEthFlowDescription) IsSet ¶

func (v NullableEthFlowDescription) IsSet() bool

func (NullableEthFlowDescription) MarshalJSON ¶

func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error)

func (*NullableEthFlowDescription) Set ¶

func (*NullableEthFlowDescription) UnmarshalJSON ¶

func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error

func (*NullableEthFlowDescription) Unset ¶

func (v *NullableEthFlowDescription) Unset()

type NullableEventId ¶

type NullableEventId struct {
	// contains filtered or unexported fields
}

func NewNullableEventId ¶

func NewNullableEventId(val *EventId) *NullableEventId

func (NullableEventId) Get ¶

func (v NullableEventId) Get() *EventId

func (NullableEventId) IsSet ¶

func (v NullableEventId) IsSet() bool

func (NullableEventId) MarshalJSON ¶

func (v NullableEventId) MarshalJSON() ([]byte, error)

func (*NullableEventId) Set ¶

func (v *NullableEventId) Set(val *EventId)

func (*NullableEventId) UnmarshalJSON ¶

func (v *NullableEventId) UnmarshalJSON(src []byte) error

func (*NullableEventId) Unset ¶

func (v *NullableEventId) Unset()

type NullableEventListForEventTriggeredMeasurementType ¶

type NullableEventListForEventTriggeredMeasurementType struct {
	// contains filtered or unexported fields
}

func (NullableEventListForEventTriggeredMeasurementType) Get ¶

func (NullableEventListForEventTriggeredMeasurementType) IsSet ¶

func (NullableEventListForEventTriggeredMeasurementType) MarshalJSON ¶

func (*NullableEventListForEventTriggeredMeasurementType) Set ¶

func (*NullableEventListForEventTriggeredMeasurementType) UnmarshalJSON ¶

func (*NullableEventListForEventTriggeredMeasurementType) Unset ¶

type NullableEventThresholdL1Type ¶

type NullableEventThresholdL1Type struct {
	// contains filtered or unexported fields
}

func (NullableEventThresholdL1Type) Get ¶

func (NullableEventThresholdL1Type) IsSet ¶

func (NullableEventThresholdL1Type) MarshalJSON ¶

func (v NullableEventThresholdL1Type) MarshalJSON() ([]byte, error)

func (*NullableEventThresholdL1Type) Set ¶

func (*NullableEventThresholdL1Type) UnmarshalJSON ¶

func (v *NullableEventThresholdL1Type) UnmarshalJSON(src []byte) error

func (*NullableEventThresholdL1Type) Unset ¶

func (v *NullableEventThresholdL1Type) Unset()

type NullableEventThresholdType ¶

type NullableEventThresholdType struct {
	// contains filtered or unexported fields
}

func NewNullableEventThresholdType ¶

func NewNullableEventThresholdType(val *EventThresholdType) *NullableEventThresholdType

func (NullableEventThresholdType) Get ¶

func (NullableEventThresholdType) IsSet ¶

func (v NullableEventThresholdType) IsSet() bool

func (NullableEventThresholdType) MarshalJSON ¶

func (v NullableEventThresholdType) MarshalJSON() ([]byte, error)

func (*NullableEventThresholdType) Set ¶

func (*NullableEventThresholdType) UnmarshalJSON ¶

func (v *NullableEventThresholdType) UnmarshalJSON(src []byte) error

func (*NullableEventThresholdType) Unset ¶

func (v *NullableEventThresholdType) Unset()

type NullableEventThresholdTypeEventThreshold1F ¶

type NullableEventThresholdTypeEventThreshold1F struct {
	// contains filtered or unexported fields
}

func (NullableEventThresholdTypeEventThreshold1F) Get ¶

func (NullableEventThresholdTypeEventThreshold1F) IsSet ¶

func (NullableEventThresholdTypeEventThreshold1F) MarshalJSON ¶

func (*NullableEventThresholdTypeEventThreshold1F) Set ¶

func (*NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON ¶

func (v *NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON(src []byte) error

func (*NullableEventThresholdTypeEventThreshold1F) Unset ¶

type NullableEventThresholdTypeEventThresholdRSRP ¶

type NullableEventThresholdTypeEventThresholdRSRP struct {
	// contains filtered or unexported fields
}

func (NullableEventThresholdTypeEventThresholdRSRP) Get ¶

func (NullableEventThresholdTypeEventThresholdRSRP) IsSet ¶

func (NullableEventThresholdTypeEventThresholdRSRP) MarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRP) Set ¶

func (*NullableEventThresholdTypeEventThresholdRSRP) UnmarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRP) Unset ¶

type NullableEventThresholdTypeEventThresholdRSRQ ¶

type NullableEventThresholdTypeEventThresholdRSRQ struct {
	// contains filtered or unexported fields
}

func (NullableEventThresholdTypeEventThresholdRSRQ) Get ¶

func (NullableEventThresholdTypeEventThresholdRSRQ) IsSet ¶

func (NullableEventThresholdTypeEventThresholdRSRQ) MarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRQ) Set ¶

func (*NullableEventThresholdTypeEventThresholdRSRQ) UnmarshalJSON ¶

func (*NullableEventThresholdTypeEventThresholdRSRQ) Unset ¶

type NullableExtSnssai ¶

type NullableExtSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableExtSnssai ¶

func NewNullableExtSnssai(val *ExtSnssai) *NullableExtSnssai

func (NullableExtSnssai) Get ¶

func (v NullableExtSnssai) Get() *ExtSnssai

func (NullableExtSnssai) IsSet ¶

func (v NullableExtSnssai) IsSet() bool

func (NullableExtSnssai) MarshalJSON ¶

func (v NullableExtSnssai) MarshalJSON() ([]byte, error)

func (*NullableExtSnssai) Set ¶

func (v *NullableExtSnssai) Set(val *ExtSnssai)

func (*NullableExtSnssai) UnmarshalJSON ¶

func (v *NullableExtSnssai) UnmarshalJSON(src []byte) error

func (*NullableExtSnssai) Unset ¶

func (v *NullableExtSnssai) Unset()

type NullableExternalAmfFunctionSingle ¶

type NullableExternalAmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingle) Get ¶

func (NullableExternalAmfFunctionSingle) IsSet ¶

func (NullableExternalAmfFunctionSingle) MarshalJSON ¶

func (v NullableExternalAmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalAmfFunctionSingle) Set ¶

func (*NullableExternalAmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalAmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalAmfFunctionSingle) Unset ¶

type NullableExternalAmfFunctionSingleAllOf ¶

type NullableExternalAmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingleAllOf) Get ¶

func (NullableExternalAmfFunctionSingleAllOf) IsSet ¶

func (NullableExternalAmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalAmfFunctionSingleAllOf) Set ¶

func (*NullableExternalAmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalAmfFunctionSingleAllOf) Unset ¶

type NullableExternalAmfFunctionSingleAllOfAttributes ¶

type NullableExternalAmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalAmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalAmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalAmfFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalAmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalAmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalNrfFunctionSingle ¶

type NullableExternalNrfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingle) Get ¶

func (NullableExternalNrfFunctionSingle) IsSet ¶

func (NullableExternalNrfFunctionSingle) MarshalJSON ¶

func (v NullableExternalNrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalNrfFunctionSingle) Set ¶

func (*NullableExternalNrfFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalNrfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalNrfFunctionSingle) Unset ¶

type NullableExternalNrfFunctionSingleAllOf ¶

type NullableExternalNrfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingleAllOf) Get ¶

func (NullableExternalNrfFunctionSingleAllOf) IsSet ¶

func (NullableExternalNrfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalNrfFunctionSingleAllOf) Set ¶

func (*NullableExternalNrfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalNrfFunctionSingleAllOf) Unset ¶

type NullableExternalNrfFunctionSingleAllOfAttributes ¶

type NullableExternalNrfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalNrfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalNrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalNrfFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalNrfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalNrfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableExternalNssfFunctionSingle ¶

type NullableExternalNssfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalNssfFunctionSingle) Get ¶

func (NullableExternalNssfFunctionSingle) IsSet ¶

func (NullableExternalNssfFunctionSingle) MarshalJSON ¶

func (v NullableExternalNssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalNssfFunctionSingle) Set ¶

func (*NullableExternalNssfFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalNssfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalNssfFunctionSingle) Unset ¶

type NullableExternalSeppFunctionSingle ¶

type NullableExternalSeppFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingle) Get ¶

func (NullableExternalSeppFunctionSingle) IsSet ¶

func (NullableExternalSeppFunctionSingle) MarshalJSON ¶

func (v NullableExternalSeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableExternalSeppFunctionSingle) Set ¶

func (*NullableExternalSeppFunctionSingle) UnmarshalJSON ¶

func (v *NullableExternalSeppFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableExternalSeppFunctionSingle) Unset ¶

type NullableExternalSeppFunctionSingleAllOf ¶

type NullableExternalSeppFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingleAllOf) Get ¶

func (NullableExternalSeppFunctionSingleAllOf) IsSet ¶

func (NullableExternalSeppFunctionSingleAllOf) MarshalJSON ¶

func (v NullableExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableExternalSeppFunctionSingleAllOf) Set ¶

func (*NullableExternalSeppFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableExternalSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableExternalSeppFunctionSingleAllOf) Unset ¶

type NullableExternalSeppFunctionSingleAllOfAttributes ¶

type NullableExternalSeppFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingleAllOfAttributes) Get ¶

func (NullableExternalSeppFunctionSingleAllOfAttributes) IsSet ¶

func (NullableExternalSeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributes) Set ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributes) Unset ¶

type NullableExternalSeppFunctionSingleAllOfAttributesAllOf ¶

type NullableExternalSeppFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableExternalSeppFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableFileDownloadJobProcessMonitor ¶

type NullableFileDownloadJobProcessMonitor struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobProcessMonitor) Get ¶

func (NullableFileDownloadJobProcessMonitor) IsSet ¶

func (NullableFileDownloadJobProcessMonitor) MarshalJSON ¶

func (v NullableFileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobProcessMonitor) Set ¶

func (*NullableFileDownloadJobProcessMonitor) UnmarshalJSON ¶

func (v *NullableFileDownloadJobProcessMonitor) UnmarshalJSON(src []byte) error

func (*NullableFileDownloadJobProcessMonitor) Unset ¶

type NullableFileDownloadJobProcessMonitorResultStateInfo ¶

type NullableFileDownloadJobProcessMonitorResultStateInfo struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobProcessMonitorResultStateInfo) Get ¶

func (NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet ¶

func (NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON ¶

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) Set ¶

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON ¶

func (*NullableFileDownloadJobProcessMonitorResultStateInfo) Unset ¶

type NullableFileDownloadJobSingle ¶

type NullableFileDownloadJobSingle struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobSingle) Get ¶

func (NullableFileDownloadJobSingle) IsSet ¶

func (NullableFileDownloadJobSingle) MarshalJSON ¶

func (v NullableFileDownloadJobSingle) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobSingle) Set ¶

func (*NullableFileDownloadJobSingle) UnmarshalJSON ¶

func (v *NullableFileDownloadJobSingle) UnmarshalJSON(src []byte) error

func (*NullableFileDownloadJobSingle) Unset ¶

func (v *NullableFileDownloadJobSingle) Unset()

type NullableFileDownloadJobSingleAllOf ¶

type NullableFileDownloadJobSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobSingleAllOf) Get ¶

func (NullableFileDownloadJobSingleAllOf) IsSet ¶

func (NullableFileDownloadJobSingleAllOf) MarshalJSON ¶

func (v NullableFileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFileDownloadJobSingleAllOf) Set ¶

func (*NullableFileDownloadJobSingleAllOf) UnmarshalJSON ¶

func (v *NullableFileDownloadJobSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFileDownloadJobSingleAllOf) Unset ¶

type NullableFileDownloadJobSingleAllOfAttributes ¶

type NullableFileDownloadJobSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableFileDownloadJobSingleAllOfAttributes) Get ¶

func (NullableFileDownloadJobSingleAllOfAttributes) IsSet ¶

func (NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON ¶

func (*NullableFileDownloadJobSingleAllOfAttributes) Set ¶

func (*NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableFileDownloadJobSingleAllOfAttributes) Unset ¶

type NullableFileNotificationTypes ¶

type NullableFileNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableFileNotificationTypes) Get ¶

func (NullableFileNotificationTypes) IsSet ¶

func (NullableFileNotificationTypes) MarshalJSON ¶

func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableFileNotificationTypes) Set ¶

func (*NullableFileNotificationTypes) UnmarshalJSON ¶

func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableFileNotificationTypes) Unset ¶

func (v *NullableFileNotificationTypes) Unset()

type NullableFileSingle ¶

type NullableFileSingle struct {
	// contains filtered or unexported fields
}

func NewNullableFileSingle ¶

func NewNullableFileSingle(val *FileSingle) *NullableFileSingle

func (NullableFileSingle) Get ¶

func (v NullableFileSingle) Get() *FileSingle

func (NullableFileSingle) IsSet ¶

func (v NullableFileSingle) IsSet() bool

func (NullableFileSingle) MarshalJSON ¶

func (v NullableFileSingle) MarshalJSON() ([]byte, error)

func (*NullableFileSingle) Set ¶

func (v *NullableFileSingle) Set(val *FileSingle)

func (*NullableFileSingle) UnmarshalJSON ¶

func (v *NullableFileSingle) UnmarshalJSON(src []byte) error

func (*NullableFileSingle) Unset ¶

func (v *NullableFileSingle) Unset()

type NullableFileSingleAllOf ¶

type NullableFileSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableFileSingleAllOf ¶

func NewNullableFileSingleAllOf(val *FileSingleAllOf) *NullableFileSingleAllOf

func (NullableFileSingleAllOf) Get ¶

func (NullableFileSingleAllOf) IsSet ¶

func (v NullableFileSingleAllOf) IsSet() bool

func (NullableFileSingleAllOf) MarshalJSON ¶

func (v NullableFileSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFileSingleAllOf) Set ¶

func (*NullableFileSingleAllOf) UnmarshalJSON ¶

func (v *NullableFileSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFileSingleAllOf) Unset ¶

func (v *NullableFileSingleAllOf) Unset()

type NullableFileSingleAllOfAttributes ¶

type NullableFileSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableFileSingleAllOfAttributes) Get ¶

func (NullableFileSingleAllOfAttributes) IsSet ¶

func (NullableFileSingleAllOfAttributes) MarshalJSON ¶

func (v NullableFileSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableFileSingleAllOfAttributes) Set ¶

func (*NullableFileSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableFileSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableFileSingleAllOfAttributes) Unset ¶

type NullableFilesSingle ¶

type NullableFilesSingle struct {
	// contains filtered or unexported fields
}

func NewNullableFilesSingle ¶

func NewNullableFilesSingle(val *FilesSingle) *NullableFilesSingle

func (NullableFilesSingle) Get ¶

func (NullableFilesSingle) IsSet ¶

func (v NullableFilesSingle) IsSet() bool

func (NullableFilesSingle) MarshalJSON ¶

func (v NullableFilesSingle) MarshalJSON() ([]byte, error)

func (*NullableFilesSingle) Set ¶

func (v *NullableFilesSingle) Set(val *FilesSingle)

func (*NullableFilesSingle) UnmarshalJSON ¶

func (v *NullableFilesSingle) UnmarshalJSON(src []byte) error

func (*NullableFilesSingle) Unset ¶

func (v *NullableFilesSingle) Unset()

type NullableFilesSingleAllOf ¶

type NullableFilesSingleAllOf struct {
	// contains filtered or unexported fields
}

func NewNullableFilesSingleAllOf ¶

func NewNullableFilesSingleAllOf(val *FilesSingleAllOf) *NullableFilesSingleAllOf

func (NullableFilesSingleAllOf) Get ¶

func (NullableFilesSingleAllOf) IsSet ¶

func (v NullableFilesSingleAllOf) IsSet() bool

func (NullableFilesSingleAllOf) MarshalJSON ¶

func (v NullableFilesSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFilesSingleAllOf) Set ¶

func (*NullableFilesSingleAllOf) UnmarshalJSON ¶

func (v *NullableFilesSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFilesSingleAllOf) Unset ¶

func (v *NullableFilesSingleAllOf) Unset()

type NullableFilesSingleAllOfAttributes ¶

type NullableFilesSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableFilesSingleAllOfAttributes) Get ¶

func (NullableFilesSingleAllOfAttributes) IsSet ¶

func (NullableFilesSingleAllOfAttributes) MarshalJSON ¶

func (v NullableFilesSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableFilesSingleAllOfAttributes) Set ¶

func (*NullableFilesSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableFilesSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableFilesSingleAllOfAttributes) Unset ¶

type NullableFiveQICharacteristicsSingle ¶

type NullableFiveQICharacteristicsSingle struct {
	// contains filtered or unexported fields
}

func (NullableFiveQICharacteristicsSingle) Get ¶

func (NullableFiveQICharacteristicsSingle) IsSet ¶

func (NullableFiveQICharacteristicsSingle) MarshalJSON ¶

func (v NullableFiveQICharacteristicsSingle) MarshalJSON() ([]byte, error)

func (*NullableFiveQICharacteristicsSingle) Set ¶

func (*NullableFiveQICharacteristicsSingle) UnmarshalJSON ¶

func (v *NullableFiveQICharacteristicsSingle) UnmarshalJSON(src []byte) error

func (*NullableFiveQICharacteristicsSingle) Unset ¶

type NullableFiveQICharacteristicsSingleAllOf ¶

type NullableFiveQICharacteristicsSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFiveQICharacteristicsSingleAllOf) Get ¶

func (NullableFiveQICharacteristicsSingleAllOf) IsSet ¶

func (NullableFiveQICharacteristicsSingleAllOf) MarshalJSON ¶

func (*NullableFiveQICharacteristicsSingleAllOf) Set ¶

func (*NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON ¶

func (v *NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFiveQICharacteristicsSingleAllOf) Unset ¶

type NullableFiveQiDscpMapping ¶

type NullableFiveQiDscpMapping struct {
	// contains filtered or unexported fields
}

func NewNullableFiveQiDscpMapping ¶

func NewNullableFiveQiDscpMapping(val *FiveQiDscpMapping) *NullableFiveQiDscpMapping

func (NullableFiveQiDscpMapping) Get ¶

func (NullableFiveQiDscpMapping) IsSet ¶

func (v NullableFiveQiDscpMapping) IsSet() bool

func (NullableFiveQiDscpMapping) MarshalJSON ¶

func (v NullableFiveQiDscpMapping) MarshalJSON() ([]byte, error)

func (*NullableFiveQiDscpMapping) Set ¶

func (*NullableFiveQiDscpMapping) UnmarshalJSON ¶

func (v *NullableFiveQiDscpMapping) UnmarshalJSON(src []byte) error

func (*NullableFiveQiDscpMapping) Unset ¶

func (v *NullableFiveQiDscpMapping) Unset()

type NullableFiveQiDscpMappingSetSingle ¶

type NullableFiveQiDscpMappingSetSingle struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingle) Get ¶

func (NullableFiveQiDscpMappingSetSingle) IsSet ¶

func (NullableFiveQiDscpMappingSetSingle) MarshalJSON ¶

func (v NullableFiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error)

func (*NullableFiveQiDscpMappingSetSingle) Set ¶

func (*NullableFiveQiDscpMappingSetSingle) UnmarshalJSON ¶

func (v *NullableFiveQiDscpMappingSetSingle) UnmarshalJSON(src []byte) error

func (*NullableFiveQiDscpMappingSetSingle) Unset ¶

type NullableFiveQiDscpMappingSetSingleAllOf ¶

type NullableFiveQiDscpMappingSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingleAllOf) Get ¶

func (NullableFiveQiDscpMappingSetSingleAllOf) IsSet ¶

func (NullableFiveQiDscpMappingSetSingleAllOf) MarshalJSON ¶

func (v NullableFiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableFiveQiDscpMappingSetSingleAllOf) Set ¶

func (*NullableFiveQiDscpMappingSetSingleAllOf) UnmarshalJSON ¶

func (v *NullableFiveQiDscpMappingSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableFiveQiDscpMappingSetSingleAllOf) Unset ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributes ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingleAllOfAttributes) Get ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributes) IsSet ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributes) Set ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributes) Unset ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf ¶

type NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Get ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) IsSet ¶

func (NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Set ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Unset ¶

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableFlowDirection ¶

type NullableFlowDirection struct {
	// contains filtered or unexported fields
}

func NewNullableFlowDirection ¶

func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection

func (NullableFlowDirection) Get ¶

func (NullableFlowDirection) IsSet ¶

func (v NullableFlowDirection) IsSet() bool

func (NullableFlowDirection) MarshalJSON ¶

func (v NullableFlowDirection) MarshalJSON() ([]byte, error)

func (*NullableFlowDirection) Set ¶

func (v *NullableFlowDirection) Set(val *FlowDirection)

func (*NullableFlowDirection) UnmarshalJSON ¶

func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error

func (*NullableFlowDirection) Unset ¶

func (v *NullableFlowDirection) Unset()

type NullableFlowDirectionRm ¶

type NullableFlowDirectionRm struct {
	// contains filtered or unexported fields
}

func NewNullableFlowDirectionRm ¶

func NewNullableFlowDirectionRm(val *FlowDirectionRm) *NullableFlowDirectionRm

func (NullableFlowDirectionRm) Get ¶

func (NullableFlowDirectionRm) IsSet ¶

func (v NullableFlowDirectionRm) IsSet() bool

func (NullableFlowDirectionRm) MarshalJSON ¶

func (v NullableFlowDirectionRm) MarshalJSON() ([]byte, error)

func (*NullableFlowDirectionRm) Set ¶

func (*NullableFlowDirectionRm) UnmarshalJSON ¶

func (v *NullableFlowDirectionRm) UnmarshalJSON(src []byte) error

func (*NullableFlowDirectionRm) Unset ¶

func (v *NullableFlowDirectionRm) Unset()

type NullableFlowInformation ¶

type NullableFlowInformation struct {
	// contains filtered or unexported fields
}

func NewNullableFlowInformation ¶

func NewNullableFlowInformation(val *FlowInformation) *NullableFlowInformation

func (NullableFlowInformation) Get ¶

func (NullableFlowInformation) IsSet ¶

func (v NullableFlowInformation) IsSet() bool

func (NullableFlowInformation) MarshalJSON ¶

func (v NullableFlowInformation) MarshalJSON() ([]byte, error)

func (*NullableFlowInformation) Set ¶

func (*NullableFlowInformation) UnmarshalJSON ¶

func (v *NullableFlowInformation) UnmarshalJSON(src []byte) error

func (*NullableFlowInformation) Unset ¶

func (v *NullableFlowInformation) Unset()

type NullableFlowStatus ¶

type NullableFlowStatus struct {
	// contains filtered or unexported fields
}

func NewNullableFlowStatus ¶

func NewNullableFlowStatus(val *FlowStatus) *NullableFlowStatus

func (NullableFlowStatus) Get ¶

func (v NullableFlowStatus) Get() *FlowStatus

func (NullableFlowStatus) IsSet ¶

func (v NullableFlowStatus) IsSet() bool

func (NullableFlowStatus) MarshalJSON ¶

func (v NullableFlowStatus) MarshalJSON() ([]byte, error)

func (*NullableFlowStatus) Set ¶

func (v *NullableFlowStatus) Set(val *FlowStatus)

func (*NullableFlowStatus) UnmarshalJSON ¶

func (v *NullableFlowStatus) UnmarshalJSON(src []byte) error

func (*NullableFlowStatus) Unset ¶

func (v *NullableFlowStatus) Unset()

type NullableFreqInfo ¶

type NullableFreqInfo struct {
	// contains filtered or unexported fields
}

func NewNullableFreqInfo ¶

func NewNullableFreqInfo(val *FreqInfo) *NullableFreqInfo

func (NullableFreqInfo) Get ¶

func (v NullableFreqInfo) Get() *FreqInfo

func (NullableFreqInfo) IsSet ¶

func (v NullableFreqInfo) IsSet() bool

func (NullableFreqInfo) MarshalJSON ¶

func (v NullableFreqInfo) MarshalJSON() ([]byte, error)

func (*NullableFreqInfo) Set ¶

func (v *NullableFreqInfo) Set(val *FreqInfo)

func (*NullableFreqInfo) UnmarshalJSON ¶

func (v *NullableFreqInfo) UnmarshalJSON(src []byte) error

func (*NullableFreqInfo) Unset ¶

func (v *NullableFreqInfo) Unset()

type NullableGUAMInfo ¶

type NullableGUAMInfo struct {
	// contains filtered or unexported fields
}

func NewNullableGUAMInfo ¶

func NewNullableGUAMInfo(val *GUAMInfo) *NullableGUAMInfo

func (NullableGUAMInfo) Get ¶

func (v NullableGUAMInfo) Get() *GUAMInfo

func (NullableGUAMInfo) IsSet ¶

func (v NullableGUAMInfo) IsSet() bool

func (NullableGUAMInfo) MarshalJSON ¶

func (v NullableGUAMInfo) MarshalJSON() ([]byte, error)

func (*NullableGUAMInfo) Set ¶

func (v *NullableGUAMInfo) Set(val *GUAMInfo)

func (*NullableGUAMInfo) UnmarshalJSON ¶

func (v *NullableGUAMInfo) UnmarshalJSON(src []byte) error

func (*NullableGUAMInfo) Unset ¶

func (v *NullableGUAMInfo) Unset()

type NullableGeoArea ¶

type NullableGeoArea struct {
	// contains filtered or unexported fields
}

func NewNullableGeoArea ¶

func NewNullableGeoArea(val *GeoArea) *NullableGeoArea

func (NullableGeoArea) Get ¶

func (v NullableGeoArea) Get() *GeoArea

func (NullableGeoArea) IsSet ¶

func (v NullableGeoArea) IsSet() bool

func (NullableGeoArea) MarshalJSON ¶

func (v NullableGeoArea) MarshalJSON() ([]byte, error)

func (*NullableGeoArea) Set ¶

func (v *NullableGeoArea) Set(val *GeoArea)

func (*NullableGeoArea) UnmarshalJSON ¶

func (v *NullableGeoArea) UnmarshalJSON(src []byte) error

func (*NullableGeoArea) Unset ¶

func (v *NullableGeoArea) Unset()

type NullableGeoAreaToCellMapping ¶

type NullableGeoAreaToCellMapping struct {
	// contains filtered or unexported fields
}

func (NullableGeoAreaToCellMapping) Get ¶

func (NullableGeoAreaToCellMapping) IsSet ¶

func (NullableGeoAreaToCellMapping) MarshalJSON ¶

func (v NullableGeoAreaToCellMapping) MarshalJSON() ([]byte, error)

func (*NullableGeoAreaToCellMapping) Set ¶

func (*NullableGeoAreaToCellMapping) UnmarshalJSON ¶

func (v *NullableGeoAreaToCellMapping) UnmarshalJSON(src []byte) error

func (*NullableGeoAreaToCellMapping) Unset ¶

func (v *NullableGeoAreaToCellMapping) Unset()

type NullableGeoCoordinate ¶

type NullableGeoCoordinate struct {
	// contains filtered or unexported fields
}

func NewNullableGeoCoordinate ¶

func NewNullableGeoCoordinate(val *GeoCoordinate) *NullableGeoCoordinate

func (NullableGeoCoordinate) Get ¶

func (NullableGeoCoordinate) IsSet ¶

func (v NullableGeoCoordinate) IsSet() bool

func (NullableGeoCoordinate) MarshalJSON ¶

func (v NullableGeoCoordinate) MarshalJSON() ([]byte, error)

func (*NullableGeoCoordinate) Set ¶

func (v *NullableGeoCoordinate) Set(val *GeoCoordinate)

func (*NullableGeoCoordinate) UnmarshalJSON ¶

func (v *NullableGeoCoordinate) UnmarshalJSON(src []byte) error

func (*NullableGeoCoordinate) Unset ¶

func (v *NullableGeoCoordinate) Unset()

type NullableGeoLoc ¶

type NullableGeoLoc struct {
	// contains filtered or unexported fields
}

func NewNullableGeoLoc ¶

func NewNullableGeoLoc(val *GeoLoc) *NullableGeoLoc

func (NullableGeoLoc) Get ¶

func (v NullableGeoLoc) Get() *GeoLoc

func (NullableGeoLoc) IsSet ¶

func (v NullableGeoLoc) IsSet() bool

func (NullableGeoLoc) MarshalJSON ¶

func (v NullableGeoLoc) MarshalJSON() ([]byte, error)

func (*NullableGeoLoc) Set ¶

func (v *NullableGeoLoc) Set(val *GeoLoc)

func (*NullableGeoLoc) UnmarshalJSON ¶

func (v *NullableGeoLoc) UnmarshalJSON(src []byte) error

func (*NullableGeoLoc) Unset ¶

func (v *NullableGeoLoc) Unset()

type NullableGeographicalCoordinates ¶

type NullableGeographicalCoordinates struct {
	// contains filtered or unexported fields
}

func (NullableGeographicalCoordinates) Get ¶

func (NullableGeographicalCoordinates) IsSet ¶

func (NullableGeographicalCoordinates) MarshalJSON ¶

func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)

func (*NullableGeographicalCoordinates) Set ¶

func (*NullableGeographicalCoordinates) UnmarshalJSON ¶

func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error

func (*NullableGeographicalCoordinates) Unset ¶

type NullableGtpUPathDelayThresholdsType ¶

type NullableGtpUPathDelayThresholdsType struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathDelayThresholdsType) Get ¶

func (NullableGtpUPathDelayThresholdsType) IsSet ¶

func (NullableGtpUPathDelayThresholdsType) MarshalJSON ¶

func (v NullableGtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*NullableGtpUPathDelayThresholdsType) Set ¶

func (*NullableGtpUPathDelayThresholdsType) UnmarshalJSON ¶

func (v *NullableGtpUPathDelayThresholdsType) UnmarshalJSON(src []byte) error

func (*NullableGtpUPathDelayThresholdsType) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingle ¶

type NullableGtpUPathQoSMonitoringControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingle) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingle) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingle) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingle) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingle) UnmarshalJSON ¶

func (v *NullableGtpUPathQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error

func (*NullableGtpUPathQoSMonitoringControlSingle) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOf ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingleAllOf) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOf) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOf) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOf) UnmarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOf) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Unset ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Get ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet ¶

func (NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Set ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Unset ¶

type NullableHeartbeatControlSingle ¶

type NullableHeartbeatControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatControlSingle) Get ¶

func (NullableHeartbeatControlSingle) IsSet ¶

func (NullableHeartbeatControlSingle) MarshalJSON ¶

func (v NullableHeartbeatControlSingle) MarshalJSON() ([]byte, error)

func (*NullableHeartbeatControlSingle) Set ¶

func (*NullableHeartbeatControlSingle) UnmarshalJSON ¶

func (v *NullableHeartbeatControlSingle) UnmarshalJSON(src []byte) error

func (*NullableHeartbeatControlSingle) Unset ¶

func (v *NullableHeartbeatControlSingle) Unset()

type NullableHeartbeatControlSingleAllOf ¶

type NullableHeartbeatControlSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatControlSingleAllOf) Get ¶

func (NullableHeartbeatControlSingleAllOf) IsSet ¶

func (NullableHeartbeatControlSingleAllOf) MarshalJSON ¶

func (v NullableHeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableHeartbeatControlSingleAllOf) Set ¶

func (*NullableHeartbeatControlSingleAllOf) UnmarshalJSON ¶

func (v *NullableHeartbeatControlSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableHeartbeatControlSingleAllOf) Unset ¶

type NullableHeartbeatControlSingleAllOfAttributes ¶

type NullableHeartbeatControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatControlSingleAllOfAttributes) Get ¶

func (NullableHeartbeatControlSingleAllOfAttributes) IsSet ¶

func (NullableHeartbeatControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableHeartbeatControlSingleAllOfAttributes) Set ¶

func (*NullableHeartbeatControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableHeartbeatControlSingleAllOfAttributes) Unset ¶

type NullableHeartbeatNotificationTypes ¶

type NullableHeartbeatNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatNotificationTypes) Get ¶

func (NullableHeartbeatNotificationTypes) IsSet ¶

func (NullableHeartbeatNotificationTypes) MarshalJSON ¶

func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableHeartbeatNotificationTypes) Set ¶

func (*NullableHeartbeatNotificationTypes) UnmarshalJSON ¶

func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableHeartbeatNotificationTypes) Unset ¶

type NullableHostAddr ¶

type NullableHostAddr struct {
	// contains filtered or unexported fields
}

func NewNullableHostAddr ¶

func NewNullableHostAddr(val *HostAddr) *NullableHostAddr

func (NullableHostAddr) Get ¶

func (v NullableHostAddr) Get() *HostAddr

func (NullableHostAddr) IsSet ¶

func (v NullableHostAddr) IsSet() bool

func (NullableHostAddr) MarshalJSON ¶

func (v NullableHostAddr) MarshalJSON() ([]byte, error)

func (*NullableHostAddr) Set ¶

func (v *NullableHostAddr) Set(val *HostAddr)

func (*NullableHostAddr) UnmarshalJSON ¶

func (v *NullableHostAddr) UnmarshalJSON(src []byte) error

func (*NullableHostAddr) Unset ¶

func (v *NullableHostAddr) Unset()

type NullableIdentityRange ¶

type NullableIdentityRange struct {
	// contains filtered or unexported fields
}

func NewNullableIdentityRange ¶

func NewNullableIdentityRange(val *IdentityRange) *NullableIdentityRange

func (NullableIdentityRange) Get ¶

func (NullableIdentityRange) IsSet ¶

func (v NullableIdentityRange) IsSet() bool

func (NullableIdentityRange) MarshalJSON ¶

func (v NullableIdentityRange) MarshalJSON() ([]byte, error)

func (*NullableIdentityRange) Set ¶

func (v *NullableIdentityRange) Set(val *IdentityRange)

func (*NullableIdentityRange) UnmarshalJSON ¶

func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error

func (*NullableIdentityRange) Unset ¶

func (v *NullableIdentityRange) Unset()

type 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 NullableInterfaceUpfInfoItem ¶

type NullableInterfaceUpfInfoItem struct {
	// contains filtered or unexported fields
}

func (NullableInterfaceUpfInfoItem) Get ¶

func (NullableInterfaceUpfInfoItem) IsSet ¶

func (NullableInterfaceUpfInfoItem) MarshalJSON ¶

func (v NullableInterfaceUpfInfoItem) MarshalJSON() ([]byte, error)

func (*NullableInterfaceUpfInfoItem) Set ¶

func (*NullableInterfaceUpfInfoItem) UnmarshalJSON ¶

func (v *NullableInterfaceUpfInfoItem) UnmarshalJSON(src []byte) error

func (*NullableInterfaceUpfInfoItem) Unset ¶

func (v *NullableInterfaceUpfInfoItem) Unset()

type NullableInternalGroupIdRange ¶

type NullableInternalGroupIdRange struct {
	// contains filtered or unexported fields
}

func (NullableInternalGroupIdRange) Get ¶

func (NullableInternalGroupIdRange) IsSet ¶

func (NullableInternalGroupIdRange) MarshalJSON ¶

func (v NullableInternalGroupIdRange) MarshalJSON() ([]byte, error)

func (*NullableInternalGroupIdRange) Set ¶

func (*NullableInternalGroupIdRange) UnmarshalJSON ¶

func (v *NullableInternalGroupIdRange) UnmarshalJSON(src []byte) error

func (*NullableInternalGroupIdRange) Unset ¶

func (v *NullableInternalGroupIdRange) Unset()

type NullableIpAddr ¶

type NullableIpAddr struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddr ¶

func NewNullableIpAddr(val *IpAddr) *NullableIpAddr

func (NullableIpAddr) Get ¶

func (v NullableIpAddr) Get() *IpAddr

func (NullableIpAddr) IsSet ¶

func (v NullableIpAddr) IsSet() bool

func (NullableIpAddr) MarshalJSON ¶

func (v NullableIpAddr) MarshalJSON() ([]byte, error)

func (*NullableIpAddr) Set ¶

func (v *NullableIpAddr) Set(val *IpAddr)

func (*NullableIpAddr) UnmarshalJSON ¶

func (v *NullableIpAddr) UnmarshalJSON(src []byte) error

func (*NullableIpAddr) Unset ¶

func (v *NullableIpAddr) Unset()

type NullableIpAddr1 ¶

type NullableIpAddr1 struct {
	// contains filtered or unexported fields
}

func NewNullableIpAddr1 ¶

func NewNullableIpAddr1(val *IpAddr1) *NullableIpAddr1

func (NullableIpAddr1) Get ¶

func (v NullableIpAddr1) Get() *IpAddr1

func (NullableIpAddr1) IsSet ¶

func (v NullableIpAddr1) IsSet() bool

func (NullableIpAddr1) MarshalJSON ¶

func (v NullableIpAddr1) MarshalJSON() ([]byte, error)

func (*NullableIpAddr1) Set ¶

func (v *NullableIpAddr1) Set(val *IpAddr1)

func (*NullableIpAddr1) UnmarshalJSON ¶

func (v *NullableIpAddr1) UnmarshalJSON(src []byte) error

func (*NullableIpAddr1) Unset ¶

func (v *NullableIpAddr1) Unset()

type NullableIpEndPoint ¶

type NullableIpEndPoint struct {
	// contains filtered or unexported fields
}

func NewNullableIpEndPoint ¶

func NewNullableIpEndPoint(val *IpEndPoint) *NullableIpEndPoint

func (NullableIpEndPoint) Get ¶

func (v NullableIpEndPoint) Get() *IpEndPoint

func (NullableIpEndPoint) IsSet ¶

func (v NullableIpEndPoint) IsSet() bool

func (NullableIpEndPoint) MarshalJSON ¶

func (v NullableIpEndPoint) MarshalJSON() ([]byte, error)

func (*NullableIpEndPoint) Set ¶

func (v *NullableIpEndPoint) Set(val *IpEndPoint)

func (*NullableIpEndPoint) UnmarshalJSON ¶

func (v *NullableIpEndPoint) UnmarshalJSON(src []byte) error

func (*NullableIpEndPoint) Unset ¶

func (v *NullableIpEndPoint) Unset()

type NullableIpEndPoint1 ¶

type NullableIpEndPoint1 struct {
	// contains filtered or unexported fields
}

func NewNullableIpEndPoint1 ¶

func NewNullableIpEndPoint1(val *IpEndPoint1) *NullableIpEndPoint1

func (NullableIpEndPoint1) Get ¶

func (NullableIpEndPoint1) IsSet ¶

func (v NullableIpEndPoint1) IsSet() bool

func (NullableIpEndPoint1) MarshalJSON ¶

func (v NullableIpEndPoint1) MarshalJSON() ([]byte, error)

func (*NullableIpEndPoint1) Set ¶

func (v *NullableIpEndPoint1) Set(val *IpEndPoint1)

func (*NullableIpEndPoint1) UnmarshalJSON ¶

func (v *NullableIpEndPoint1) UnmarshalJSON(src []byte) error

func (*NullableIpEndPoint1) Unset ¶

func (v *NullableIpEndPoint1) Unset()

type NullableIpInterface ¶

type NullableIpInterface struct {
	// contains filtered or unexported fields
}

func NewNullableIpInterface ¶

func NewNullableIpInterface(val *IpInterface) *NullableIpInterface

func (NullableIpInterface) Get ¶

func (NullableIpInterface) IsSet ¶

func (v NullableIpInterface) IsSet() bool

func (NullableIpInterface) MarshalJSON ¶

func (v NullableIpInterface) MarshalJSON() ([]byte, error)

func (*NullableIpInterface) Set ¶

func (v *NullableIpInterface) Set(val *IpInterface)

func (*NullableIpInterface) UnmarshalJSON ¶

func (v *NullableIpInterface) UnmarshalJSON(src []byte) error

func (*NullableIpInterface) Unset ¶

func (v *NullableIpInterface) Unset()

type NullableIpReachability ¶

type NullableIpReachability struct {
	// contains filtered or unexported fields
}

func NewNullableIpReachability ¶

func NewNullableIpReachability(val *IpReachability) *NullableIpReachability

func (NullableIpReachability) Get ¶

func (NullableIpReachability) IsSet ¶

func (v NullableIpReachability) IsSet() bool

func (NullableIpReachability) MarshalJSON ¶

func (v NullableIpReachability) MarshalJSON() ([]byte, error)

func (*NullableIpReachability) Set ¶

func (*NullableIpReachability) UnmarshalJSON ¶

func (v *NullableIpReachability) UnmarshalJSON(src []byte) error

func (*NullableIpReachability) Unset ¶

func (v *NullableIpReachability) Unset()

type NullableIpv4AddressRange ¶

type NullableIpv4AddressRange struct {
	// contains filtered or unexported fields
}

func NewNullableIpv4AddressRange ¶

func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange

func (NullableIpv4AddressRange) Get ¶

func (NullableIpv4AddressRange) IsSet ¶

func (v NullableIpv4AddressRange) IsSet() bool

func (NullableIpv4AddressRange) MarshalJSON ¶

func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)

func (*NullableIpv4AddressRange) Set ¶

func (*NullableIpv4AddressRange) UnmarshalJSON ¶

func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error

func (*NullableIpv4AddressRange) Unset ¶

func (v *NullableIpv4AddressRange) Unset()

type NullableIpv6Addr ¶

type NullableIpv6Addr struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Addr ¶

func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr

func (NullableIpv6Addr) Get ¶

func (v NullableIpv6Addr) Get() *Ipv6Addr

func (NullableIpv6Addr) IsSet ¶

func (v NullableIpv6Addr) IsSet() bool

func (NullableIpv6Addr) MarshalJSON ¶

func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr) Set ¶

func (v *NullableIpv6Addr) Set(val *Ipv6Addr)

func (*NullableIpv6Addr) UnmarshalJSON ¶

func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error

func (*NullableIpv6Addr) Unset ¶

func (v *NullableIpv6Addr) Unset()

type NullableIpv6Addr1 ¶

type NullableIpv6Addr1 struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Addr1 ¶

func NewNullableIpv6Addr1(val *Ipv6Addr1) *NullableIpv6Addr1

func (NullableIpv6Addr1) Get ¶

func (v NullableIpv6Addr1) Get() *Ipv6Addr1

func (NullableIpv6Addr1) IsSet ¶

func (v NullableIpv6Addr1) IsSet() bool

func (NullableIpv6Addr1) MarshalJSON ¶

func (v NullableIpv6Addr1) MarshalJSON() ([]byte, error)

func (*NullableIpv6Addr1) Set ¶

func (v *NullableIpv6Addr1) Set(val *Ipv6Addr1)

func (*NullableIpv6Addr1) UnmarshalJSON ¶

func (v *NullableIpv6Addr1) UnmarshalJSON(src []byte) error

func (*NullableIpv6Addr1) Unset ¶

func (v *NullableIpv6Addr1) Unset()

type NullableIpv6Prefix ¶

type NullableIpv6Prefix struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Prefix ¶

func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix

func (NullableIpv6Prefix) Get ¶

func (v NullableIpv6Prefix) Get() *Ipv6Prefix

func (NullableIpv6Prefix) IsSet ¶

func (v NullableIpv6Prefix) IsSet() bool

func (NullableIpv6Prefix) MarshalJSON ¶

func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)

func (*NullableIpv6Prefix) Set ¶

func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)

func (*NullableIpv6Prefix) UnmarshalJSON ¶

func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error

func (*NullableIpv6Prefix) Unset ¶

func (v *NullableIpv6Prefix) Unset()

type NullableIpv6Prefix1 ¶

type NullableIpv6Prefix1 struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6Prefix1 ¶

func NewNullableIpv6Prefix1(val *Ipv6Prefix1) *NullableIpv6Prefix1

func (NullableIpv6Prefix1) Get ¶

func (NullableIpv6Prefix1) IsSet ¶

func (v NullableIpv6Prefix1) IsSet() bool

func (NullableIpv6Prefix1) MarshalJSON ¶

func (v NullableIpv6Prefix1) MarshalJSON() ([]byte, error)

func (*NullableIpv6Prefix1) Set ¶

func (v *NullableIpv6Prefix1) Set(val *Ipv6Prefix1)

func (*NullableIpv6Prefix1) UnmarshalJSON ¶

func (v *NullableIpv6Prefix1) UnmarshalJSON(src []byte) error

func (*NullableIpv6Prefix1) Unset ¶

func (v *NullableIpv6Prefix1) Unset()

type NullableIpv6PrefixRange ¶

type NullableIpv6PrefixRange struct {
	// contains filtered or unexported fields
}

func NewNullableIpv6PrefixRange ¶

func NewNullableIpv6PrefixRange(val *Ipv6PrefixRange) *NullableIpv6PrefixRange

func (NullableIpv6PrefixRange) Get ¶

func (NullableIpv6PrefixRange) IsSet ¶

func (v NullableIpv6PrefixRange) IsSet() bool

func (NullableIpv6PrefixRange) MarshalJSON ¶

func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error)

func (*NullableIpv6PrefixRange) Set ¶

func (*NullableIpv6PrefixRange) UnmarshalJSON ¶

func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error

func (*NullableIpv6PrefixRange) Unset ¶

func (v *NullableIpv6PrefixRange) Unset()

type NullableJobTypeType ¶

type NullableJobTypeType struct {
	// contains filtered or unexported fields
}

func NewNullableJobTypeType ¶

func NewNullableJobTypeType(val *JobTypeType) *NullableJobTypeType

func (NullableJobTypeType) Get ¶

func (NullableJobTypeType) IsSet ¶

func (v NullableJobTypeType) IsSet() bool

func (NullableJobTypeType) MarshalJSON ¶

func (v NullableJobTypeType) MarshalJSON() ([]byte, error)

func (*NullableJobTypeType) Set ¶

func (v *NullableJobTypeType) Set(val *JobTypeType)

func (*NullableJobTypeType) UnmarshalJSON ¶

func (v *NullableJobTypeType) UnmarshalJSON(src []byte) error

func (*NullableJobTypeType) Unset ¶

func (v *NullableJobTypeType) Unset()

type NullableListOfInterfacesType ¶

type NullableListOfInterfacesType struct {
	// contains filtered or unexported fields
}

func (NullableListOfInterfacesType) Get ¶

func (NullableListOfInterfacesType) IsSet ¶

func (NullableListOfInterfacesType) MarshalJSON ¶

func (v NullableListOfInterfacesType) MarshalJSON() ([]byte, error)

func (*NullableListOfInterfacesType) Set ¶

func (*NullableListOfInterfacesType) UnmarshalJSON ¶

func (v *NullableListOfInterfacesType) UnmarshalJSON(src []byte) error

func (*NullableListOfInterfacesType) Unset ¶

func (v *NullableListOfInterfacesType) Unset()

type NullableListOfMeasurementsType ¶

type NullableListOfMeasurementsType struct {
	// contains filtered or unexported fields
}

func (NullableListOfMeasurementsType) Get ¶

func (NullableListOfMeasurementsType) IsSet ¶

func (NullableListOfMeasurementsType) MarshalJSON ¶

func (v NullableListOfMeasurementsType) MarshalJSON() ([]byte, error)

func (*NullableListOfMeasurementsType) Set ¶

func (*NullableListOfMeasurementsType) UnmarshalJSON ¶

func (v *NullableListOfMeasurementsType) UnmarshalJSON(src []byte) error

func (*NullableListOfMeasurementsType) Unset ¶

func (v *NullableListOfMeasurementsType) Unset()

type NullableLmfFunctionSingle ¶

type NullableLmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableLmfFunctionSingle ¶

func NewNullableLmfFunctionSingle(val *LmfFunctionSingle) *NullableLmfFunctionSingle

func (NullableLmfFunctionSingle) Get ¶

func (NullableLmfFunctionSingle) IsSet ¶

func (v NullableLmfFunctionSingle) IsSet() bool

func (NullableLmfFunctionSingle) MarshalJSON ¶

func (v NullableLmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableLmfFunctionSingle) Set ¶

func (*NullableLmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingle) Unset ¶

func (v *NullableLmfFunctionSingle) Unset()

type NullableLmfFunctionSingleAllOf ¶

type NullableLmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOf) Get ¶

func (NullableLmfFunctionSingleAllOf) IsSet ¶

func (NullableLmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableLmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableLmfFunctionSingleAllOf) Set ¶

func (*NullableLmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingleAllOf) Unset ¶

func (v *NullableLmfFunctionSingleAllOf) Unset()

type NullableLmfFunctionSingleAllOf1 ¶

type NullableLmfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOf1) Get ¶

func (NullableLmfFunctionSingleAllOf1) IsSet ¶

func (NullableLmfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableLmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableLmfFunctionSingleAllOf1) Set ¶

func (*NullableLmfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingleAllOf1) Unset ¶

type NullableLmfFunctionSingleAllOfAttributes ¶

type NullableLmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOfAttributes) Get ¶

func (NullableLmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableLmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableLmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableLmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableLmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableLmfFunctionSingleAllOfAttributes) Unset ¶

type NullableLmfFunctionSingleAllOfAttributesAllOf ¶

type NullableLmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableLmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableLmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableLmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableLmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableLmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableLmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableLocalAddress ¶

type NullableLocalAddress struct {
	// contains filtered or unexported fields
}

func NewNullableLocalAddress ¶

func NewNullableLocalAddress(val *LocalAddress) *NullableLocalAddress

func (NullableLocalAddress) Get ¶

func (NullableLocalAddress) IsSet ¶

func (v NullableLocalAddress) IsSet() bool

func (NullableLocalAddress) MarshalJSON ¶

func (v NullableLocalAddress) MarshalJSON() ([]byte, error)

func (*NullableLocalAddress) Set ¶

func (v *NullableLocalAddress) Set(val *LocalAddress)

func (*NullableLocalAddress) UnmarshalJSON ¶

func (v *NullableLocalAddress) UnmarshalJSON(src []byte) error

func (*NullableLocalAddress) Unset ¶

func (v *NullableLocalAddress) Unset()

type NullableLoggingDurationType ¶

type NullableLoggingDurationType struct {
	// contains filtered or unexported fields
}

func (NullableLoggingDurationType) Get ¶

func (NullableLoggingDurationType) IsSet ¶

func (NullableLoggingDurationType) MarshalJSON ¶

func (v NullableLoggingDurationType) MarshalJSON() ([]byte, error)

func (*NullableLoggingDurationType) Set ¶

func (*NullableLoggingDurationType) UnmarshalJSON ¶

func (v *NullableLoggingDurationType) UnmarshalJSON(src []byte) error

func (*NullableLoggingDurationType) Unset ¶

func (v *NullableLoggingDurationType) Unset()

type NullableLoggingIntervalType ¶

type NullableLoggingIntervalType struct {
	// contains filtered or unexported fields
}

func (NullableLoggingIntervalType) Get ¶

func (NullableLoggingIntervalType) IsSet ¶

func (NullableLoggingIntervalType) MarshalJSON ¶

func (v NullableLoggingIntervalType) MarshalJSON() ([]byte, error)

func (*NullableLoggingIntervalType) Set ¶

func (*NullableLoggingIntervalType) UnmarshalJSON ¶

func (v *NullableLoggingIntervalType) UnmarshalJSON(src []byte) error

func (*NullableLoggingIntervalType) Unset ¶

func (v *NullableLoggingIntervalType) Unset()

type NullableManagedElementAttr ¶

type NullableManagedElementAttr struct {
	// contains filtered or unexported fields
}

func NewNullableManagedElementAttr ¶

func NewNullableManagedElementAttr(val *ManagedElementAttr) *NullableManagedElementAttr

func (NullableManagedElementAttr) Get ¶

func (NullableManagedElementAttr) IsSet ¶

func (v NullableManagedElementAttr) IsSet() bool

func (NullableManagedElementAttr) MarshalJSON ¶

func (v NullableManagedElementAttr) MarshalJSON() ([]byte, error)

func (*NullableManagedElementAttr) Set ¶

func (*NullableManagedElementAttr) UnmarshalJSON ¶

func (v *NullableManagedElementAttr) UnmarshalJSON(src []byte) error

func (*NullableManagedElementAttr) Unset ¶

func (v *NullableManagedElementAttr) Unset()

type NullableManagedElementNcO ¶

type NullableManagedElementNcO struct {
	// contains filtered or unexported fields
}

func NewNullableManagedElementNcO ¶

func NewNullableManagedElementNcO(val *ManagedElementNcO) *NullableManagedElementNcO

func (NullableManagedElementNcO) Get ¶

func (NullableManagedElementNcO) IsSet ¶

func (v NullableManagedElementNcO) IsSet() bool

func (NullableManagedElementNcO) MarshalJSON ¶

func (v NullableManagedElementNcO) MarshalJSON() ([]byte, error)

func (*NullableManagedElementNcO) Set ¶

func (*NullableManagedElementNcO) UnmarshalJSON ¶

func (v *NullableManagedElementNcO) UnmarshalJSON(src []byte) error

func (*NullableManagedElementNcO) Unset ¶

func (v *NullableManagedElementNcO) Unset()

type NullableManagedElementSingle ¶

type NullableManagedElementSingle struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingle) Get ¶

func (NullableManagedElementSingle) IsSet ¶

func (NullableManagedElementSingle) MarshalJSON ¶

func (v NullableManagedElementSingle) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingle) Set ¶

func (*NullableManagedElementSingle) UnmarshalJSON ¶

func (v *NullableManagedElementSingle) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingle) Unset ¶

func (v *NullableManagedElementSingle) Unset()

type NullableManagedElementSingleAllOf ¶

type NullableManagedElementSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingleAllOf) Get ¶

func (NullableManagedElementSingleAllOf) IsSet ¶

func (NullableManagedElementSingleAllOf) MarshalJSON ¶

func (v NullableManagedElementSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingleAllOf) Set ¶

func (*NullableManagedElementSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagedElementSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingleAllOf) Unset ¶

type NullableManagedElementSingleAllOf1 ¶

type NullableManagedElementSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingleAllOf1) Get ¶

func (NullableManagedElementSingleAllOf1) IsSet ¶

func (NullableManagedElementSingleAllOf1) MarshalJSON ¶

func (v NullableManagedElementSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableManagedElementSingleAllOf1) Set ¶

func (*NullableManagedElementSingleAllOf1) UnmarshalJSON ¶

func (v *NullableManagedElementSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingleAllOf1) Unset ¶

type NullableManagedElementSingleAllOfAttributes ¶

type NullableManagedElementSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagedElementSingleAllOfAttributes) Get ¶

func (NullableManagedElementSingleAllOfAttributes) IsSet ¶

func (NullableManagedElementSingleAllOfAttributes) MarshalJSON ¶

func (*NullableManagedElementSingleAllOfAttributes) Set ¶

func (*NullableManagedElementSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableManagedElementSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableManagedElementSingleAllOfAttributes) Unset ¶

type NullableManagedFunctionAttr ¶

type NullableManagedFunctionAttr struct {
	// contains filtered or unexported fields
}

func (NullableManagedFunctionAttr) Get ¶

func (NullableManagedFunctionAttr) IsSet ¶

func (NullableManagedFunctionAttr) MarshalJSON ¶

func (v NullableManagedFunctionAttr) MarshalJSON() ([]byte, error)

func (*NullableManagedFunctionAttr) Set ¶

func (*NullableManagedFunctionAttr) UnmarshalJSON ¶

func (v *NullableManagedFunctionAttr) UnmarshalJSON(src []byte) error

func (*NullableManagedFunctionAttr) Unset ¶

func (v *NullableManagedFunctionAttr) Unset()

type NullableManagedFunctionNcO ¶

type NullableManagedFunctionNcO struct {
	// contains filtered or unexported fields
}

func NewNullableManagedFunctionNcO ¶

func NewNullableManagedFunctionNcO(val *ManagedFunctionNcO) *NullableManagedFunctionNcO

func (NullableManagedFunctionNcO) Get ¶

func (NullableManagedFunctionNcO) IsSet ¶

func (v NullableManagedFunctionNcO) IsSet() bool

func (NullableManagedFunctionNcO) MarshalJSON ¶

func (v NullableManagedFunctionNcO) MarshalJSON() ([]byte, error)

func (*NullableManagedFunctionNcO) Set ¶

func (*NullableManagedFunctionNcO) UnmarshalJSON ¶

func (v *NullableManagedFunctionNcO) UnmarshalJSON(src []byte) error

func (*NullableManagedFunctionNcO) Unset ¶

func (v *NullableManagedFunctionNcO) Unset()

type NullableManagedNFProfile ¶

type NullableManagedNFProfile struct {
	// contains filtered or unexported fields
}

func NewNullableManagedNFProfile ¶

func NewNullableManagedNFProfile(val *ManagedNFProfile) *NullableManagedNFProfile

func (NullableManagedNFProfile) Get ¶

func (NullableManagedNFProfile) IsSet ¶

func (v NullableManagedNFProfile) IsSet() bool

func (NullableManagedNFProfile) MarshalJSON ¶

func (v NullableManagedNFProfile) MarshalJSON() ([]byte, error)

func (*NullableManagedNFProfile) Set ¶

func (*NullableManagedNFProfile) UnmarshalJSON ¶

func (v *NullableManagedNFProfile) UnmarshalJSON(src []byte) error

func (*NullableManagedNFProfile) Unset ¶

func (v *NullableManagedNFProfile) Unset()

type NullableManagedNFServiceSingle ¶

type NullableManagedNFServiceSingle struct {
	// contains filtered or unexported fields
}

func (NullableManagedNFServiceSingle) Get ¶

func (NullableManagedNFServiceSingle) IsSet ¶

func (NullableManagedNFServiceSingle) MarshalJSON ¶

func (v NullableManagedNFServiceSingle) MarshalJSON() ([]byte, error)

func (*NullableManagedNFServiceSingle) Set ¶

func (*NullableManagedNFServiceSingle) UnmarshalJSON ¶

func (v *NullableManagedNFServiceSingle) UnmarshalJSON(src []byte) error

func (*NullableManagedNFServiceSingle) Unset ¶

func (v *NullableManagedNFServiceSingle) Unset()

type NullableManagedNFServiceSingleAllOf ¶

type NullableManagedNFServiceSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagedNFServiceSingleAllOf) Get ¶

func (NullableManagedNFServiceSingleAllOf) IsSet ¶

func (NullableManagedNFServiceSingleAllOf) MarshalJSON ¶

func (v NullableManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableManagedNFServiceSingleAllOf) Set ¶

func (*NullableManagedNFServiceSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagedNFServiceSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagedNFServiceSingleAllOf) Unset ¶

type NullableManagedNFServiceSingleAllOfAttributes ¶

type NullableManagedNFServiceSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagedNFServiceSingleAllOfAttributes) Get ¶

func (NullableManagedNFServiceSingleAllOfAttributes) IsSet ¶

func (NullableManagedNFServiceSingleAllOfAttributes) MarshalJSON ¶

func (*NullableManagedNFServiceSingleAllOfAttributes) Set ¶

func (*NullableManagedNFServiceSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableManagedNFServiceSingleAllOfAttributes) Unset ¶

type NullableManagementData ¶

type NullableManagementData struct {
	// contains filtered or unexported fields
}

func NewNullableManagementData ¶

func NewNullableManagementData(val *ManagementData) *NullableManagementData

func (NullableManagementData) Get ¶

func (NullableManagementData) IsSet ¶

func (v NullableManagementData) IsSet() bool

func (NullableManagementData) MarshalJSON ¶

func (v NullableManagementData) MarshalJSON() ([]byte, error)

func (*NullableManagementData) Set ¶

func (*NullableManagementData) UnmarshalJSON ¶

func (v *NullableManagementData) UnmarshalJSON(src []byte) error

func (*NullableManagementData) Unset ¶

func (v *NullableManagementData) Unset()

type NullableManagementDataCollectionSingle ¶

type NullableManagementDataCollectionSingle struct {
	// contains filtered or unexported fields
}

func (NullableManagementDataCollectionSingle) Get ¶

func (NullableManagementDataCollectionSingle) IsSet ¶

func (NullableManagementDataCollectionSingle) MarshalJSON ¶

func (v NullableManagementDataCollectionSingle) MarshalJSON() ([]byte, error)

func (*NullableManagementDataCollectionSingle) Set ¶

func (*NullableManagementDataCollectionSingle) UnmarshalJSON ¶

func (v *NullableManagementDataCollectionSingle) UnmarshalJSON(src []byte) error

func (*NullableManagementDataCollectionSingle) Unset ¶

type NullableManagementDataCollectionSingleAllOf ¶

type NullableManagementDataCollectionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagementDataCollectionSingleAllOf) Get ¶

func (NullableManagementDataCollectionSingleAllOf) IsSet ¶

func (NullableManagementDataCollectionSingleAllOf) MarshalJSON ¶

func (*NullableManagementDataCollectionSingleAllOf) Set ¶

func (*NullableManagementDataCollectionSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagementDataCollectionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagementDataCollectionSingleAllOf) Unset ¶

type NullableManagementDataCollectionSingleAllOfAttributes ¶

type NullableManagementDataCollectionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagementDataCollectionSingleAllOfAttributes) Get ¶

func (NullableManagementDataCollectionSingleAllOfAttributes) IsSet ¶

func (NullableManagementDataCollectionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableManagementDataCollectionSingleAllOfAttributes) Set ¶

func (*NullableManagementDataCollectionSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableManagementDataCollectionSingleAllOfAttributes) Unset ¶

type NullableManagementNodeSingle ¶

type NullableManagementNodeSingle struct {
	// contains filtered or unexported fields
}

func (NullableManagementNodeSingle) Get ¶

func (NullableManagementNodeSingle) IsSet ¶

func (NullableManagementNodeSingle) MarshalJSON ¶

func (v NullableManagementNodeSingle) MarshalJSON() ([]byte, error)

func (*NullableManagementNodeSingle) Set ¶

func (*NullableManagementNodeSingle) UnmarshalJSON ¶

func (v *NullableManagementNodeSingle) UnmarshalJSON(src []byte) error

func (*NullableManagementNodeSingle) Unset ¶

func (v *NullableManagementNodeSingle) Unset()

type NullableManagementNodeSingleAllOf ¶

type NullableManagementNodeSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableManagementNodeSingleAllOf) Get ¶

func (NullableManagementNodeSingleAllOf) IsSet ¶

func (NullableManagementNodeSingleAllOf) MarshalJSON ¶

func (v NullableManagementNodeSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableManagementNodeSingleAllOf) Set ¶

func (*NullableManagementNodeSingleAllOf) UnmarshalJSON ¶

func (v *NullableManagementNodeSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableManagementNodeSingleAllOf) Unset ¶

type NullableManagementNodeSingleAllOfAttributes ¶

type NullableManagementNodeSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableManagementNodeSingleAllOfAttributes) Get ¶

func (NullableManagementNodeSingleAllOfAttributes) IsSet ¶

func (NullableManagementNodeSingleAllOfAttributes) MarshalJSON ¶

func (*NullableManagementNodeSingleAllOfAttributes) Set ¶

func (*NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableManagementNodeSingleAllOfAttributes) Unset ¶

type NullableMbsfnArea ¶

type NullableMbsfnArea struct {
	// contains filtered or unexported fields
}

func NewNullableMbsfnArea ¶

func NewNullableMbsfnArea(val *MbsfnArea) *NullableMbsfnArea

func (NullableMbsfnArea) Get ¶

func (v NullableMbsfnArea) Get() *MbsfnArea

func (NullableMbsfnArea) IsSet ¶

func (v NullableMbsfnArea) IsSet() bool

func (NullableMbsfnArea) MarshalJSON ¶

func (v NullableMbsfnArea) MarshalJSON() ([]byte, error)

func (*NullableMbsfnArea) Set ¶

func (v *NullableMbsfnArea) Set(val *MbsfnArea)

func (*NullableMbsfnArea) UnmarshalJSON ¶

func (v *NullableMbsfnArea) UnmarshalJSON(src []byte) error

func (*NullableMbsfnArea) Unset ¶

func (v *NullableMbsfnArea) Unset()

type NullableMeContextSingle ¶

type NullableMeContextSingle struct {
	// contains filtered or unexported fields
}

func NewNullableMeContextSingle ¶

func NewNullableMeContextSingle(val *MeContextSingle) *NullableMeContextSingle

func (NullableMeContextSingle) Get ¶

func (NullableMeContextSingle) IsSet ¶

func (v NullableMeContextSingle) IsSet() bool

func (NullableMeContextSingle) MarshalJSON ¶

func (v NullableMeContextSingle) MarshalJSON() ([]byte, error)

func (*NullableMeContextSingle) Set ¶

func (*NullableMeContextSingle) UnmarshalJSON ¶

func (v *NullableMeContextSingle) UnmarshalJSON(src []byte) error

func (*NullableMeContextSingle) Unset ¶

func (v *NullableMeContextSingle) Unset()

type NullableMeContextSingleAllOf ¶

type NullableMeContextSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMeContextSingleAllOf) Get ¶

func (NullableMeContextSingleAllOf) IsSet ¶

func (NullableMeContextSingleAllOf) MarshalJSON ¶

func (v NullableMeContextSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMeContextSingleAllOf) Set ¶

func (*NullableMeContextSingleAllOf) UnmarshalJSON ¶

func (v *NullableMeContextSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMeContextSingleAllOf) Unset ¶

func (v *NullableMeContextSingleAllOf) Unset()

type NullableMeContextSingleAllOfAttributes ¶

type NullableMeContextSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMeContextSingleAllOfAttributes) Get ¶

func (NullableMeContextSingleAllOfAttributes) IsSet ¶

func (NullableMeContextSingleAllOfAttributes) MarshalJSON ¶

func (v NullableMeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableMeContextSingleAllOfAttributes) Set ¶

func (*NullableMeContextSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableMeContextSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableMeContextSingleAllOfAttributes) Unset ¶

type NullableMeasurementPeriodLteType ¶

type NullableMeasurementPeriodLteType struct {
	// contains filtered or unexported fields
}

func (NullableMeasurementPeriodLteType) Get ¶

func (NullableMeasurementPeriodLteType) IsSet ¶

func (NullableMeasurementPeriodLteType) MarshalJSON ¶

func (v NullableMeasurementPeriodLteType) MarshalJSON() ([]byte, error)

func (*NullableMeasurementPeriodLteType) Set ¶

func (*NullableMeasurementPeriodLteType) UnmarshalJSON ¶

func (v *NullableMeasurementPeriodLteType) UnmarshalJSON(src []byte) error

func (*NullableMeasurementPeriodLteType) Unset ¶

type NullableMeasurementPeriodUmtsType ¶

type NullableMeasurementPeriodUmtsType struct {
	// contains filtered or unexported fields
}

func (NullableMeasurementPeriodUmtsType) Get ¶

func (NullableMeasurementPeriodUmtsType) IsSet ¶

func (NullableMeasurementPeriodUmtsType) MarshalJSON ¶

func (v NullableMeasurementPeriodUmtsType) MarshalJSON() ([]byte, error)

func (*NullableMeasurementPeriodUmtsType) Set ¶

func (*NullableMeasurementPeriodUmtsType) UnmarshalJSON ¶

func (v *NullableMeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error

func (*NullableMeasurementPeriodUmtsType) Unset ¶

type NullableMeasurementQuantityType ¶

type NullableMeasurementQuantityType struct {
	// contains filtered or unexported fields
}

func (NullableMeasurementQuantityType) Get ¶

func (NullableMeasurementQuantityType) IsSet ¶

func (NullableMeasurementQuantityType) MarshalJSON ¶

func (v NullableMeasurementQuantityType) MarshalJSON() ([]byte, error)

func (*NullableMeasurementQuantityType) Set ¶

func (*NullableMeasurementQuantityType) UnmarshalJSON ¶

func (v *NullableMeasurementQuantityType) UnmarshalJSON(src []byte) error

func (*NullableMeasurementQuantityType) Unset ¶

type NullableMlAnalyticsInfo ¶

type NullableMlAnalyticsInfo struct {
	// contains filtered or unexported fields
}

func NewNullableMlAnalyticsInfo ¶

func NewNullableMlAnalyticsInfo(val *MlAnalyticsInfo) *NullableMlAnalyticsInfo

func (NullableMlAnalyticsInfo) Get ¶

func (NullableMlAnalyticsInfo) IsSet ¶

func (v NullableMlAnalyticsInfo) IsSet() bool

func (NullableMlAnalyticsInfo) MarshalJSON ¶

func (v NullableMlAnalyticsInfo) MarshalJSON() ([]byte, error)

func (*NullableMlAnalyticsInfo) Set ¶

func (*NullableMlAnalyticsInfo) UnmarshalJSON ¶

func (v *NullableMlAnalyticsInfo) UnmarshalJSON(src []byte) error

func (*NullableMlAnalyticsInfo) Unset ¶

func (v *NullableMlAnalyticsInfo) Unset()

type NullableMnsAgentSingle ¶

type NullableMnsAgentSingle struct {
	// contains filtered or unexported fields
}

func NewNullableMnsAgentSingle ¶

func NewNullableMnsAgentSingle(val *MnsAgentSingle) *NullableMnsAgentSingle

func (NullableMnsAgentSingle) Get ¶

func (NullableMnsAgentSingle) IsSet ¶

func (v NullableMnsAgentSingle) IsSet() bool

func (NullableMnsAgentSingle) MarshalJSON ¶

func (v NullableMnsAgentSingle) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingle) Set ¶

func (*NullableMnsAgentSingle) UnmarshalJSON ¶

func (v *NullableMnsAgentSingle) UnmarshalJSON(src []byte) error

func (*NullableMnsAgentSingle) Unset ¶

func (v *NullableMnsAgentSingle) Unset()

type NullableMnsAgentSingleAllOf ¶

type NullableMnsAgentSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableMnsAgentSingleAllOf) Get ¶

func (NullableMnsAgentSingleAllOf) IsSet ¶

func (NullableMnsAgentSingleAllOf) MarshalJSON ¶

func (v NullableMnsAgentSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingleAllOf) Set ¶

func (*NullableMnsAgentSingleAllOf) UnmarshalJSON ¶

func (v *NullableMnsAgentSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableMnsAgentSingleAllOf) Unset ¶

func (v *NullableMnsAgentSingleAllOf) Unset()

type NullableMnsAgentSingleAllOfAttributes ¶

type NullableMnsAgentSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableMnsAgentSingleAllOfAttributes) Get ¶

func (NullableMnsAgentSingleAllOfAttributes) IsSet ¶

func (NullableMnsAgentSingleAllOfAttributes) MarshalJSON ¶

func (v NullableMnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableMnsAgentSingleAllOfAttributes) Set ¶

func (*NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableMnsAgentSingleAllOfAttributes) Unset ¶

type NullableMnsInfoSingle ¶

type NullableMnsInfoSingle struct {
	// contains filtered or unexported fields
}

func NewNullableMnsInfoSingle ¶

func NewNullableMnsInfoSingle(val *MnsInfoSingle) *NullableMnsInfoSingle

func (NullableMnsInfoSingle) Get ¶

func (NullableMnsInfoSingle) IsSet ¶

func (v NullableMnsInfoSingle) IsSet() bool

func (NullableMnsInfoSingle) MarshalJSON ¶

func (v NullableMnsInfoSingle) MarshalJSON() ([]byte, error)

func (*NullableMnsInfoSingle) Set ¶

func (v *NullableMnsInfoSingle) Set(val *MnsInfoSingle)

func (*NullableMnsInfoSingle) UnmarshalJSON ¶

func (v *NullableMnsInfoSingle) UnmarshalJSON(src []byte) error

func (*NullableMnsInfoSingle) Unset ¶

func (v *NullableMnsInfoSingle) Unset()

type NullableMnsRegistrySingle ¶

type NullableMnsRegistrySingle struct {
	// contains filtered or unexported fields
}

func NewNullableMnsRegistrySingle ¶

func NewNullableMnsRegistrySingle(val *MnsRegistrySingle) *NullableMnsRegistrySingle

func (NullableMnsRegistrySingle) Get ¶

func (NullableMnsRegistrySingle) IsSet ¶

func (v NullableMnsRegistrySingle) IsSet() bool

func (NullableMnsRegistrySingle) MarshalJSON ¶

func (v NullableMnsRegistrySingle) MarshalJSON() ([]byte, error)

func (*NullableMnsRegistrySingle) Set ¶

func (*NullableMnsRegistrySingle) UnmarshalJSON ¶

func (v *NullableMnsRegistrySingle) UnmarshalJSON(src []byte) error

func (*NullableMnsRegistrySingle) Unset ¶

func (v *NullableMnsRegistrySingle) Unset()

type NullableModel5GCNfConnEcmInfo ¶

type NullableModel5GCNfConnEcmInfo struct {
	// contains filtered or unexported fields
}

func (NullableModel5GCNfConnEcmInfo) Get ¶

func (NullableModel5GCNfConnEcmInfo) IsSet ¶

func (NullableModel5GCNfConnEcmInfo) MarshalJSON ¶

func (v NullableModel5GCNfConnEcmInfo) MarshalJSON() ([]byte, error)

func (*NullableModel5GCNfConnEcmInfo) Set ¶

func (*NullableModel5GCNfConnEcmInfo) UnmarshalJSON ¶

func (v *NullableModel5GCNfConnEcmInfo) UnmarshalJSON(src []byte) error

func (*NullableModel5GCNfConnEcmInfo) Unset ¶

func (v *NullableModel5GCNfConnEcmInfo) Unset()

type NullableMulticastAccessControl ¶

type NullableMulticastAccessControl struct {
	// contains filtered or unexported fields
}

func (NullableMulticastAccessControl) Get ¶

func (NullableMulticastAccessControl) IsSet ¶

func (NullableMulticastAccessControl) MarshalJSON ¶

func (v NullableMulticastAccessControl) MarshalJSON() ([]byte, error)

func (*NullableMulticastAccessControl) Set ¶

func (*NullableMulticastAccessControl) UnmarshalJSON ¶

func (v *NullableMulticastAccessControl) UnmarshalJSON(src []byte) error

func (*NullableMulticastAccessControl) Unset ¶

func (v *NullableMulticastAccessControl) Unset()

type NullableN3iwfFunctionSingle ¶

type NullableN3iwfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingle) Get ¶

func (NullableN3iwfFunctionSingle) IsSet ¶

func (NullableN3iwfFunctionSingle) MarshalJSON ¶

func (v NullableN3iwfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableN3iwfFunctionSingle) Set ¶

func (*NullableN3iwfFunctionSingle) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingle) Unset ¶

func (v *NullableN3iwfFunctionSingle) Unset()

type NullableN3iwfFunctionSingleAllOf ¶

type NullableN3iwfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOf) Get ¶

func (NullableN3iwfFunctionSingleAllOf) IsSet ¶

func (NullableN3iwfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableN3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableN3iwfFunctionSingleAllOf) Set ¶

func (*NullableN3iwfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingleAllOf) Unset ¶

type NullableN3iwfFunctionSingleAllOf1 ¶

type NullableN3iwfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOf1) Get ¶

func (NullableN3iwfFunctionSingleAllOf1) IsSet ¶

func (NullableN3iwfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableN3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableN3iwfFunctionSingleAllOf1) Set ¶

func (*NullableN3iwfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingleAllOf1) Unset ¶

type NullableN3iwfFunctionSingleAllOfAttributes ¶

type NullableN3iwfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOfAttributes) Get ¶

func (NullableN3iwfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableN3iwfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableN3iwfFunctionSingleAllOfAttributes) Set ¶

func (*NullableN3iwfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableN3iwfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableN3iwfFunctionSingleAllOfAttributes) Unset ¶

type NullableN3iwfFunctionSingleAllOfAttributesAllOf ¶

type NullableN3iwfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableN3iwfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableN3iwfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableN3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableN3iwfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableN3iwfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableN3iwfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNFProfile ¶

type NullableNFProfile struct {
	// contains filtered or unexported fields
}

func NewNullableNFProfile ¶

func NewNullableNFProfile(val *NFProfile) *NullableNFProfile

func (NullableNFProfile) Get ¶

func (v NullableNFProfile) Get() *NFProfile

func (NullableNFProfile) IsSet ¶

func (v NullableNFProfile) IsSet() bool

func (NullableNFProfile) MarshalJSON ¶

func (v NullableNFProfile) MarshalJSON() ([]byte, error)

func (*NullableNFProfile) Set ¶

func (v *NullableNFProfile) Set(val *NFProfile)

func (*NullableNFProfile) UnmarshalJSON ¶

func (v *NullableNFProfile) UnmarshalJSON(src []byte) error

func (*NullableNFProfile) Unset ¶

func (v *NullableNFProfile) Unset()

type NullableNFService ¶

type NullableNFService struct {
	// contains filtered or unexported fields
}

func NewNullableNFService ¶

func NewNullableNFService(val *NFService) *NullableNFService

func (NullableNFService) Get ¶

func (v NullableNFService) Get() *NFService

func (NullableNFService) IsSet ¶

func (v NullableNFService) IsSet() bool

func (NullableNFService) MarshalJSON ¶

func (v NullableNFService) MarshalJSON() ([]byte, error)

func (*NullableNFService) Set ¶

func (v *NullableNFService) Set(val *NFService)

func (*NullableNFService) UnmarshalJSON ¶

func (v *NullableNFService) UnmarshalJSON(src []byte) error

func (*NullableNFService) Unset ¶

func (v *NullableNFService) Unset()

type NullableNFServiceType ¶

type NullableNFServiceType struct {
	// contains filtered or unexported fields
}

func NewNullableNFServiceType ¶

func NewNullableNFServiceType(val *NFServiceType) *NullableNFServiceType

func (NullableNFServiceType) Get ¶

func (NullableNFServiceType) IsSet ¶

func (v NullableNFServiceType) IsSet() bool

func (NullableNFServiceType) MarshalJSON ¶

func (v NullableNFServiceType) MarshalJSON() ([]byte, error)

func (*NullableNFServiceType) Set ¶

func (v *NullableNFServiceType) Set(val *NFServiceType)

func (*NullableNFServiceType) UnmarshalJSON ¶

func (v *NullableNFServiceType) UnmarshalJSON(src []byte) error

func (*NullableNFServiceType) Unset ¶

func (v *NullableNFServiceType) Unset()

type NullableNFStatus ¶

type NullableNFStatus struct {
	// contains filtered or unexported fields
}

func NewNullableNFStatus ¶

func NewNullableNFStatus(val *NFStatus) *NullableNFStatus

func (NullableNFStatus) Get ¶

func (v NullableNFStatus) Get() *NFStatus

func (NullableNFStatus) IsSet ¶

func (v NullableNFStatus) IsSet() bool

func (NullableNFStatus) MarshalJSON ¶

func (v NullableNFStatus) MarshalJSON() ([]byte, error)

func (*NullableNFStatus) Set ¶

func (v *NullableNFStatus) Set(val *NFStatus)

func (*NullableNFStatus) UnmarshalJSON ¶

func (v *NullableNFStatus) UnmarshalJSON(src []byte) error

func (*NullableNFStatus) Unset ¶

func (v *NullableNFStatus) Unset()

type NullableNFType ¶

type NullableNFType struct {
	// contains filtered or unexported fields
}

func NewNullableNFType ¶

func NewNullableNFType(val *NFType) *NullableNFType

func (NullableNFType) Get ¶

func (v NullableNFType) Get() *NFType

func (NullableNFType) IsSet ¶

func (v NullableNFType) IsSet() bool

func (NullableNFType) MarshalJSON ¶

func (v NullableNFType) MarshalJSON() ([]byte, error)

func (*NullableNFType) Set ¶

func (v *NullableNFType) Set(val *NFType)

func (*NullableNFType) UnmarshalJSON ¶

func (v *NullableNFType) UnmarshalJSON(src []byte) error

func (*NullableNFType) Unset ¶

func (v *NullableNFType) Unset()

type NullableNRTACRange ¶

type NullableNRTACRange struct {
	// contains filtered or unexported fields
}

func NewNullableNRTACRange ¶

func NewNullableNRTACRange(val *NRTACRange) *NullableNRTACRange

func (NullableNRTACRange) Get ¶

func (v NullableNRTACRange) Get() *NRTACRange

func (NullableNRTACRange) IsSet ¶

func (v NullableNRTACRange) IsSet() bool

func (NullableNRTACRange) MarshalJSON ¶

func (v NullableNRTACRange) MarshalJSON() ([]byte, error)

func (*NullableNRTACRange) Set ¶

func (v *NullableNRTACRange) Set(val *NRTACRange)

func (*NullableNRTACRange) UnmarshalJSON ¶

func (v *NullableNRTACRange) UnmarshalJSON(src []byte) error

func (*NullableNRTACRange) Unset ¶

func (v *NullableNRTACRange) Unset()

type NullableNefFunctionSingle ¶

type NullableNefFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNefFunctionSingle ¶

func NewNullableNefFunctionSingle(val *NefFunctionSingle) *NullableNefFunctionSingle

func (NullableNefFunctionSingle) Get ¶

func (NullableNefFunctionSingle) IsSet ¶

func (v NullableNefFunctionSingle) IsSet() bool

func (NullableNefFunctionSingle) MarshalJSON ¶

func (v NullableNefFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNefFunctionSingle) Set ¶

func (*NullableNefFunctionSingle) UnmarshalJSON ¶

func (v *NullableNefFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingle) Unset ¶

func (v *NullableNefFunctionSingle) Unset()

type NullableNefFunctionSingleAllOf ¶

type NullableNefFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOf) Get ¶

func (NullableNefFunctionSingleAllOf) IsSet ¶

func (NullableNefFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNefFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNefFunctionSingleAllOf) Set ¶

func (*NullableNefFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNefFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingleAllOf) Unset ¶

func (v *NullableNefFunctionSingleAllOf) Unset()

type NullableNefFunctionSingleAllOf1 ¶

type NullableNefFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOf1) Get ¶

func (NullableNefFunctionSingleAllOf1) IsSet ¶

func (NullableNefFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNefFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNefFunctionSingleAllOf1) Set ¶

func (*NullableNefFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNefFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingleAllOf1) Unset ¶

type NullableNefFunctionSingleAllOfAttributes ¶

type NullableNefFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOfAttributes) Get ¶

func (NullableNefFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNefFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNefFunctionSingleAllOfAttributes) Set ¶

func (*NullableNefFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNefFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNefFunctionSingleAllOfAttributes) Unset ¶

type NullableNefFunctionSingleAllOfAttributesAllOf ¶

type NullableNefFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNefFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNefFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNefFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNefFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNefFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNefFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNetworkSliceInfo ¶

type NullableNetworkSliceInfo struct {
	// contains filtered or unexported fields
}

func NewNullableNetworkSliceInfo ¶

func NewNullableNetworkSliceInfo(val *NetworkSliceInfo) *NullableNetworkSliceInfo

func (NullableNetworkSliceInfo) Get ¶

func (NullableNetworkSliceInfo) IsSet ¶

func (v NullableNetworkSliceInfo) IsSet() bool

func (NullableNetworkSliceInfo) MarshalJSON ¶

func (v NullableNetworkSliceInfo) MarshalJSON() ([]byte, error)

func (*NullableNetworkSliceInfo) Set ¶

func (*NullableNetworkSliceInfo) UnmarshalJSON ¶

func (v *NullableNetworkSliceInfo) UnmarshalJSON(src []byte) error

func (*NullableNetworkSliceInfo) Unset ¶

func (v *NullableNetworkSliceInfo) Unset()

type NullableNgeirFunctionSingle ¶

type NullableNgeirFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingle) Get ¶

func (NullableNgeirFunctionSingle) IsSet ¶

func (NullableNgeirFunctionSingle) MarshalJSON ¶

func (v NullableNgeirFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNgeirFunctionSingle) Set ¶

func (*NullableNgeirFunctionSingle) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingle) Unset ¶

func (v *NullableNgeirFunctionSingle) Unset()

type NullableNgeirFunctionSingleAllOf ¶

type NullableNgeirFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOf) Get ¶

func (NullableNgeirFunctionSingleAllOf) IsSet ¶

func (NullableNgeirFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNgeirFunctionSingleAllOf) Set ¶

func (*NullableNgeirFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingleAllOf) Unset ¶

type NullableNgeirFunctionSingleAllOf1 ¶

type NullableNgeirFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOf1) Get ¶

func (NullableNgeirFunctionSingleAllOf1) IsSet ¶

func (NullableNgeirFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNgeirFunctionSingleAllOf1) Set ¶

func (*NullableNgeirFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingleAllOf1) Unset ¶

type NullableNgeirFunctionSingleAllOfAttributes ¶

type NullableNgeirFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOfAttributes) Get ¶

func (NullableNgeirFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNgeirFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNgeirFunctionSingleAllOfAttributes) Set ¶

func (*NullableNgeirFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNgeirFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNgeirFunctionSingleAllOfAttributes) Unset ¶

type NullableNgeirFunctionSingleAllOfAttributesAllOf ¶

type NullableNgeirFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNgeirFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNgeirFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNgeirFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNgeirFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNgeirFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNodeFilter ¶

type NullableNodeFilter struct {
	// contains filtered or unexported fields
}

func NewNullableNodeFilter ¶

func NewNullableNodeFilter(val *NodeFilter) *NullableNodeFilter

func (NullableNodeFilter) Get ¶

func (v NullableNodeFilter) Get() *NodeFilter

func (NullableNodeFilter) IsSet ¶

func (v NullableNodeFilter) IsSet() bool

func (NullableNodeFilter) MarshalJSON ¶

func (v NullableNodeFilter) MarshalJSON() ([]byte, error)

func (*NullableNodeFilter) Set ¶

func (v *NullableNodeFilter) Set(val *NodeFilter)

func (*NullableNodeFilter) UnmarshalJSON ¶

func (v *NullableNodeFilter) UnmarshalJSON(src []byte) error

func (*NullableNodeFilter) Unset ¶

func (v *NullableNodeFilter) Unset()

type 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 NullableNotificationType1 ¶

type NullableNotificationType1 struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationType1 ¶

func NewNullableNotificationType1(val *NotificationType1) *NullableNotificationType1

func (NullableNotificationType1) Get ¶

func (NullableNotificationType1) IsSet ¶

func (v NullableNotificationType1) IsSet() bool

func (NullableNotificationType1) MarshalJSON ¶

func (v NullableNotificationType1) MarshalJSON() ([]byte, error)

func (*NullableNotificationType1) Set ¶

func (*NullableNotificationType1) UnmarshalJSON ¶

func (v *NullableNotificationType1) UnmarshalJSON(src []byte) error

func (*NullableNotificationType1) Unset ¶

func (v *NullableNotificationType1) Unset()

type NullableNrfFunctionSingle ¶

type NullableNrfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNrfFunctionSingle ¶

func NewNullableNrfFunctionSingle(val *NrfFunctionSingle) *NullableNrfFunctionSingle

func (NullableNrfFunctionSingle) Get ¶

func (NullableNrfFunctionSingle) IsSet ¶

func (v NullableNrfFunctionSingle) IsSet() bool

func (NullableNrfFunctionSingle) MarshalJSON ¶

func (v NullableNrfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNrfFunctionSingle) Set ¶

func (*NullableNrfFunctionSingle) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingle) Unset ¶

func (v *NullableNrfFunctionSingle) Unset()

type NullableNrfFunctionSingleAllOf ¶

type NullableNrfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOf) Get ¶

func (NullableNrfFunctionSingleAllOf) IsSet ¶

func (NullableNrfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNrfFunctionSingleAllOf) Set ¶

func (*NullableNrfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingleAllOf) Unset ¶

func (v *NullableNrfFunctionSingleAllOf) Unset()

type NullableNrfFunctionSingleAllOf1 ¶

type NullableNrfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOf1) Get ¶

func (NullableNrfFunctionSingleAllOf1) IsSet ¶

func (NullableNrfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNrfFunctionSingleAllOf1) Set ¶

func (*NullableNrfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingleAllOf1) Unset ¶

type NullableNrfFunctionSingleAllOfAttributes ¶

type NullableNrfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOfAttributes) Get ¶

func (NullableNrfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNrfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNrfFunctionSingleAllOfAttributes) Set ¶

func (*NullableNrfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNrfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNrfFunctionSingleAllOfAttributes) Unset ¶

type NullableNrfFunctionSingleAllOfAttributesAllOf ¶

type NullableNrfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNrfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNrfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNrfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNrfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNsacfCapability ¶

type NullableNsacfCapability struct {
	// contains filtered or unexported fields
}

func NewNullableNsacfCapability ¶

func NewNullableNsacfCapability(val *NsacfCapability) *NullableNsacfCapability

func (NullableNsacfCapability) Get ¶

func (NullableNsacfCapability) IsSet ¶

func (v NullableNsacfCapability) IsSet() bool

func (NullableNsacfCapability) MarshalJSON ¶

func (v NullableNsacfCapability) MarshalJSON() ([]byte, error)

func (*NullableNsacfCapability) Set ¶

func (*NullableNsacfCapability) UnmarshalJSON ¶

func (v *NullableNsacfCapability) UnmarshalJSON(src []byte) error

func (*NullableNsacfCapability) Unset ¶

func (v *NullableNsacfCapability) Unset()

type NullableNsacfFunctionSingle ¶

type NullableNsacfFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingle) Get ¶

func (NullableNsacfFunctionSingle) IsSet ¶

func (NullableNsacfFunctionSingle) MarshalJSON ¶

func (v NullableNsacfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNsacfFunctionSingle) Set ¶

func (*NullableNsacfFunctionSingle) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingle) Unset ¶

func (v *NullableNsacfFunctionSingle) Unset()

type NullableNsacfFunctionSingleAllOf ¶

type NullableNsacfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOf) Get ¶

func (NullableNsacfFunctionSingleAllOf) IsSet ¶

func (NullableNsacfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNsacfFunctionSingleAllOf) Set ¶

func (*NullableNsacfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingleAllOf) Unset ¶

type NullableNsacfFunctionSingleAllOf1 ¶

type NullableNsacfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOf1) Get ¶

func (NullableNsacfFunctionSingleAllOf1) IsSet ¶

func (NullableNsacfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNsacfFunctionSingleAllOf1) Set ¶

func (*NullableNsacfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingleAllOf1) Unset ¶

type NullableNsacfFunctionSingleAllOfAttributes ¶

type NullableNsacfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOfAttributes) Get ¶

func (NullableNsacfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNsacfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNsacfFunctionSingleAllOfAttributes) Set ¶

func (*NullableNsacfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNsacfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNsacfFunctionSingleAllOfAttributes) Unset ¶

type NullableNsacfFunctionSingleAllOfAttributesAllOf ¶

type NullableNsacfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNsacfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNsacfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNsacfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNsacfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNsacfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNsacfInfo ¶

type NullableNsacfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableNsacfInfo ¶

func NewNullableNsacfInfo(val *NsacfInfo) *NullableNsacfInfo

func (NullableNsacfInfo) Get ¶

func (v NullableNsacfInfo) Get() *NsacfInfo

func (NullableNsacfInfo) IsSet ¶

func (v NullableNsacfInfo) IsSet() bool

func (NullableNsacfInfo) MarshalJSON ¶

func (v NullableNsacfInfo) MarshalJSON() ([]byte, error)

func (*NullableNsacfInfo) Set ¶

func (v *NullableNsacfInfo) Set(val *NsacfInfo)

func (*NullableNsacfInfo) UnmarshalJSON ¶

func (v *NullableNsacfInfo) UnmarshalJSON(src []byte) error

func (*NullableNsacfInfo) Unset ¶

func (v *NullableNsacfInfo) Unset()

type NullableNsacfInfoSnssai ¶

type NullableNsacfInfoSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableNsacfInfoSnssai ¶

func NewNullableNsacfInfoSnssai(val *NsacfInfoSnssai) *NullableNsacfInfoSnssai

func (NullableNsacfInfoSnssai) Get ¶

func (NullableNsacfInfoSnssai) IsSet ¶

func (v NullableNsacfInfoSnssai) IsSet() bool

func (NullableNsacfInfoSnssai) MarshalJSON ¶

func (v NullableNsacfInfoSnssai) MarshalJSON() ([]byte, error)

func (*NullableNsacfInfoSnssai) Set ¶

func (*NullableNsacfInfoSnssai) UnmarshalJSON ¶

func (v *NullableNsacfInfoSnssai) UnmarshalJSON(src []byte) error

func (*NullableNsacfInfoSnssai) Unset ¶

func (v *NullableNsacfInfoSnssai) Unset()

type NullableNssfFunctionSingle ¶

type NullableNssfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableNssfFunctionSingle ¶

func NewNullableNssfFunctionSingle(val *NssfFunctionSingle) *NullableNssfFunctionSingle

func (NullableNssfFunctionSingle) Get ¶

func (NullableNssfFunctionSingle) IsSet ¶

func (v NullableNssfFunctionSingle) IsSet() bool

func (NullableNssfFunctionSingle) MarshalJSON ¶

func (v NullableNssfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNssfFunctionSingle) Set ¶

func (*NullableNssfFunctionSingle) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingle) Unset ¶

func (v *NullableNssfFunctionSingle) Unset()

type NullableNssfFunctionSingleAllOf ¶

type NullableNssfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOf) Get ¶

func (NullableNssfFunctionSingleAllOf) IsSet ¶

func (NullableNssfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNssfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNssfFunctionSingleAllOf) Set ¶

func (*NullableNssfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingleAllOf) Unset ¶

type NullableNssfFunctionSingleAllOf1 ¶

type NullableNssfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOf1) Get ¶

func (NullableNssfFunctionSingleAllOf1) IsSet ¶

func (NullableNssfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableNssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableNssfFunctionSingleAllOf1) Set ¶

func (*NullableNssfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingleAllOf1) Unset ¶

type NullableNssfFunctionSingleAllOfAttributes ¶

type NullableNssfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOfAttributes) Get ¶

func (NullableNssfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNssfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNssfFunctionSingleAllOfAttributes) Set ¶

func (*NullableNssfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNssfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNssfFunctionSingleAllOfAttributes) Unset ¶

type NullableNssfFunctionSingleAllOfAttributesAllOf ¶

type NullableNssfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNssfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNssfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNssfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNssfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNssfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNssfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNtfSubscriptionControlSingle ¶

type NullableNtfSubscriptionControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableNtfSubscriptionControlSingle) Get ¶

func (NullableNtfSubscriptionControlSingle) IsSet ¶

func (NullableNtfSubscriptionControlSingle) MarshalJSON ¶

func (v NullableNtfSubscriptionControlSingle) MarshalJSON() ([]byte, error)

func (*NullableNtfSubscriptionControlSingle) Set ¶

func (*NullableNtfSubscriptionControlSingle) UnmarshalJSON ¶

func (v *NullableNtfSubscriptionControlSingle) UnmarshalJSON(src []byte) error

func (*NullableNtfSubscriptionControlSingle) Unset ¶

type NullableNtfSubscriptionControlSingleAllOf ¶

type NullableNtfSubscriptionControlSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNtfSubscriptionControlSingleAllOf) Get ¶

func (NullableNtfSubscriptionControlSingleAllOf) IsSet ¶

func (NullableNtfSubscriptionControlSingleAllOf) MarshalJSON ¶

func (*NullableNtfSubscriptionControlSingleAllOf) Set ¶

func (*NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON ¶

func (v *NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNtfSubscriptionControlSingleAllOf) Unset ¶

type NullableNtfSubscriptionControlSingleAllOfAttributes ¶

type NullableNtfSubscriptionControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNtfSubscriptionControlSingleAllOfAttributes) Get ¶

func (NullableNtfSubscriptionControlSingleAllOfAttributes) IsSet ¶

func (NullableNtfSubscriptionControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNtfSubscriptionControlSingleAllOfAttributes) Set ¶

func (*NullableNtfSubscriptionControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableNtfSubscriptionControlSingleAllOfAttributes) Unset ¶

type NullableNullValue ¶

type NullableNullValue struct {
	// contains filtered or unexported fields
}

func NewNullableNullValue ¶

func NewNullableNullValue(val *NullValue) *NullableNullValue

func (NullableNullValue) Get ¶

func (v NullableNullValue) Get() *NullValue

func (NullableNullValue) IsSet ¶

func (v NullableNullValue) IsSet() bool

func (NullableNullValue) MarshalJSON ¶

func (v NullableNullValue) MarshalJSON() ([]byte, error)

func (*NullableNullValue) Set ¶

func (v *NullableNullValue) Set(val *NullValue)

func (*NullableNullValue) UnmarshalJSON ¶

func (v *NullableNullValue) UnmarshalJSON(src []byte) error

func (*NullableNullValue) Unset ¶

func (v *NullableNullValue) Unset()

type NullableNwdafCapability ¶

type NullableNwdafCapability struct {
	// contains filtered or unexported fields
}

func NewNullableNwdafCapability ¶

func NewNullableNwdafCapability(val *NwdafCapability) *NullableNwdafCapability

func (NullableNwdafCapability) Get ¶

func (NullableNwdafCapability) IsSet ¶

func (v NullableNwdafCapability) IsSet() bool

func (NullableNwdafCapability) MarshalJSON ¶

func (v NullableNwdafCapability) MarshalJSON() ([]byte, error)

func (*NullableNwdafCapability) Set ¶

func (*NullableNwdafCapability) UnmarshalJSON ¶

func (v *NullableNwdafCapability) UnmarshalJSON(src []byte) error

func (*NullableNwdafCapability) Unset ¶

func (v *NullableNwdafCapability) Unset()

type NullableNwdafEvent ¶

type NullableNwdafEvent struct {
	// contains filtered or unexported fields
}

func NewNullableNwdafEvent ¶

func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent

func (NullableNwdafEvent) Get ¶

func (v NullableNwdafEvent) Get() *NwdafEvent

func (NullableNwdafEvent) IsSet ¶

func (v NullableNwdafEvent) IsSet() bool

func (NullableNwdafEvent) MarshalJSON ¶

func (v NullableNwdafEvent) MarshalJSON() ([]byte, error)

func (*NullableNwdafEvent) Set ¶

func (v *NullableNwdafEvent) Set(val *NwdafEvent)

func (*NullableNwdafEvent) UnmarshalJSON ¶

func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error

func (*NullableNwdafEvent) Unset ¶

func (v *NullableNwdafEvent) Unset()

type NullableNwdafFunctionSingle ¶

type NullableNwdafFunctionSingle struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingle) Get ¶

func (NullableNwdafFunctionSingle) IsSet ¶

func (NullableNwdafFunctionSingle) MarshalJSON ¶

func (v NullableNwdafFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableNwdafFunctionSingle) Set ¶

func (*NullableNwdafFunctionSingle) UnmarshalJSON ¶

func (v *NullableNwdafFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableNwdafFunctionSingle) Unset ¶

func (v *NullableNwdafFunctionSingle) Unset()

type NullableNwdafFunctionSingleAllOf ¶

type NullableNwdafFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingleAllOf) Get ¶

func (NullableNwdafFunctionSingleAllOf) IsSet ¶

func (NullableNwdafFunctionSingleAllOf) MarshalJSON ¶

func (v NullableNwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableNwdafFunctionSingleAllOf) Set ¶

func (*NullableNwdafFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableNwdafFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableNwdafFunctionSingleAllOf) Unset ¶

type NullableNwdafFunctionSingleAllOfAttributes ¶

type NullableNwdafFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingleAllOfAttributes) Get ¶

func (NullableNwdafFunctionSingleAllOfAttributes) IsSet ¶

func (NullableNwdafFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableNwdafFunctionSingleAllOfAttributes) Set ¶

func (*NullableNwdafFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableNwdafFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableNwdafFunctionSingleAllOfAttributes) Unset ¶

type NullableNwdafFunctionSingleAllOfAttributesAllOf ¶

type NullableNwdafFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableNwdafFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableNwdafFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableNwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableNwdafFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableNwdafFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableNwdafFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableNwdafInfo ¶

type NullableNwdafInfo struct {
	// contains filtered or unexported fields
}

func NewNullableNwdafInfo ¶

func NewNullableNwdafInfo(val *NwdafInfo) *NullableNwdafInfo

func (NullableNwdafInfo) Get ¶

func (v NullableNwdafInfo) Get() *NwdafInfo

func (NullableNwdafInfo) IsSet ¶

func (v NullableNwdafInfo) IsSet() bool

func (NullableNwdafInfo) MarshalJSON ¶

func (v NullableNwdafInfo) MarshalJSON() ([]byte, error)

func (*NullableNwdafInfo) Set ¶

func (v *NullableNwdafInfo) Set(val *NwdafInfo)

func (*NullableNwdafInfo) UnmarshalJSON ¶

func (v *NullableNwdafInfo) UnmarshalJSON(src []byte) error

func (*NullableNwdafInfo) Unset ¶

func (v *NullableNwdafInfo) Unset()

type NullableOperation ¶

type NullableOperation struct {
	// contains filtered or unexported fields
}

func NewNullableOperation ¶

func NewNullableOperation(val *Operation) *NullableOperation

func (NullableOperation) Get ¶

func (v NullableOperation) Get() *Operation

func (NullableOperation) IsSet ¶

func (v NullableOperation) IsSet() bool

func (NullableOperation) MarshalJSON ¶

func (v NullableOperation) MarshalJSON() ([]byte, error)

func (*NullableOperation) Set ¶

func (v *NullableOperation) Set(val *Operation)

func (*NullableOperation) UnmarshalJSON ¶

func (v *NullableOperation) UnmarshalJSON(src []byte) error

func (*NullableOperation) Unset ¶

func (v *NullableOperation) Unset()

type NullableOperationSemantics ¶

type NullableOperationSemantics struct {
	// contains filtered or unexported fields
}

func NewNullableOperationSemantics ¶

func NewNullableOperationSemantics(val *OperationSemantics) *NullableOperationSemantics

func (NullableOperationSemantics) Get ¶

func (NullableOperationSemantics) IsSet ¶

func (v NullableOperationSemantics) IsSet() bool

func (NullableOperationSemantics) MarshalJSON ¶

func (v NullableOperationSemantics) MarshalJSON() ([]byte, error)

func (*NullableOperationSemantics) Set ¶

func (*NullableOperationSemantics) UnmarshalJSON ¶

func (v *NullableOperationSemantics) UnmarshalJSON(src []byte) error

func (*NullableOperationSemantics) Unset ¶

func (v *NullableOperationSemantics) Unset()

type NullableOperationalState ¶

type NullableOperationalState struct {
	// contains filtered or unexported fields
}

func NewNullableOperationalState ¶

func NewNullableOperationalState(val *OperationalState) *NullableOperationalState

func (NullableOperationalState) Get ¶

func (NullableOperationalState) IsSet ¶

func (v NullableOperationalState) IsSet() bool

func (NullableOperationalState) MarshalJSON ¶

func (v NullableOperationalState) MarshalJSON() ([]byte, error)

func (*NullableOperationalState) Set ¶

func (*NullableOperationalState) UnmarshalJSON ¶

func (v *NullableOperationalState) UnmarshalJSON(src []byte) error

func (*NullableOperationalState) Unset ¶

func (v *NullableOperationalState) Unset()

type NullablePacketErrorRate ¶

type NullablePacketErrorRate struct {
	// contains filtered or unexported fields
}

func NewNullablePacketErrorRate ¶

func NewNullablePacketErrorRate(val *PacketErrorRate) *NullablePacketErrorRate

func (NullablePacketErrorRate) Get ¶

func (NullablePacketErrorRate) IsSet ¶

func (v NullablePacketErrorRate) IsSet() bool

func (NullablePacketErrorRate) MarshalJSON ¶

func (v NullablePacketErrorRate) MarshalJSON() ([]byte, error)

func (*NullablePacketErrorRate) Set ¶

func (*NullablePacketErrorRate) UnmarshalJSON ¶

func (v *NullablePacketErrorRate) UnmarshalJSON(src []byte) error

func (*NullablePacketErrorRate) Unset ¶

func (v *NullablePacketErrorRate) Unset()

type NullablePccRule ¶

type NullablePccRule struct {
	// contains filtered or unexported fields
}

func NewNullablePccRule ¶

func NewNullablePccRule(val *PccRule) *NullablePccRule

func (NullablePccRule) Get ¶

func (v NullablePccRule) Get() *PccRule

func (NullablePccRule) IsSet ¶

func (v NullablePccRule) IsSet() bool

func (NullablePccRule) MarshalJSON ¶

func (v NullablePccRule) MarshalJSON() ([]byte, error)

func (*NullablePccRule) Set ¶

func (v *NullablePccRule) Set(val *PccRule)

func (*NullablePccRule) UnmarshalJSON ¶

func (v *NullablePccRule) UnmarshalJSON(src []byte) error

func (*NullablePccRule) Unset ¶

func (v *NullablePccRule) Unset()

type NullablePcfFunctionSingle ¶

type NullablePcfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullablePcfFunctionSingle ¶

func NewNullablePcfFunctionSingle(val *PcfFunctionSingle) *NullablePcfFunctionSingle

func (NullablePcfFunctionSingle) Get ¶

func (NullablePcfFunctionSingle) IsSet ¶

func (v NullablePcfFunctionSingle) IsSet() bool

func (NullablePcfFunctionSingle) MarshalJSON ¶

func (v NullablePcfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullablePcfFunctionSingle) Set ¶

func (*NullablePcfFunctionSingle) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingle) Unset ¶

func (v *NullablePcfFunctionSingle) Unset()

type NullablePcfFunctionSingleAllOf ¶

type NullablePcfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOf) Get ¶

func (NullablePcfFunctionSingleAllOf) IsSet ¶

func (NullablePcfFunctionSingleAllOf) MarshalJSON ¶

func (v NullablePcfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullablePcfFunctionSingleAllOf) Set ¶

func (*NullablePcfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingleAllOf) Unset ¶

func (v *NullablePcfFunctionSingleAllOf) Unset()

type NullablePcfFunctionSingleAllOf1 ¶

type NullablePcfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOf1) Get ¶

func (NullablePcfFunctionSingleAllOf1) IsSet ¶

func (NullablePcfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullablePcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullablePcfFunctionSingleAllOf1) Set ¶

func (*NullablePcfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingleAllOf1) Unset ¶

type NullablePcfFunctionSingleAllOfAttributes ¶

type NullablePcfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOfAttributes) Get ¶

func (NullablePcfFunctionSingleAllOfAttributes) IsSet ¶

func (NullablePcfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullablePcfFunctionSingleAllOfAttributes) Set ¶

func (*NullablePcfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullablePcfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullablePcfFunctionSingleAllOfAttributes) Unset ¶

type NullablePcfFunctionSingleAllOfAttributesAllOf ¶

type NullablePcfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePcfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullablePcfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullablePcfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullablePcfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullablePcfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullablePcfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullablePeeParameter ¶

type NullablePeeParameter struct {
	// contains filtered or unexported fields
}

func NewNullablePeeParameter ¶

func NewNullablePeeParameter(val *PeeParameter) *NullablePeeParameter

func (NullablePeeParameter) Get ¶

func (NullablePeeParameter) IsSet ¶

func (v NullablePeeParameter) IsSet() bool

func (NullablePeeParameter) MarshalJSON ¶

func (v NullablePeeParameter) MarshalJSON() ([]byte, error)

func (*NullablePeeParameter) Set ¶

func (v *NullablePeeParameter) Set(val *PeeParameter)

func (*NullablePeeParameter) UnmarshalJSON ¶

func (v *NullablePeeParameter) UnmarshalJSON(src []byte) error

func (*NullablePeeParameter) Unset ¶

func (v *NullablePeeParameter) Unset()

type NullablePerceivedSeverity ¶

type NullablePerceivedSeverity struct {
	// contains filtered or unexported fields
}

func NewNullablePerceivedSeverity ¶

func NewNullablePerceivedSeverity(val *PerceivedSeverity) *NullablePerceivedSeverity

func (NullablePerceivedSeverity) Get ¶

func (NullablePerceivedSeverity) IsSet ¶

func (v NullablePerceivedSeverity) IsSet() bool

func (NullablePerceivedSeverity) MarshalJSON ¶

func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error)

func (*NullablePerceivedSeverity) Set ¶

func (*NullablePerceivedSeverity) UnmarshalJSON ¶

func (v *NullablePerceivedSeverity) UnmarshalJSON(src []byte) error

func (*NullablePerceivedSeverity) Unset ¶

func (v *NullablePerceivedSeverity) Unset()

type NullablePerfMetricJobSingle ¶

type NullablePerfMetricJobSingle struct {
	// contains filtered or unexported fields
}

func (NullablePerfMetricJobSingle) Get ¶

func (NullablePerfMetricJobSingle) IsSet ¶

func (NullablePerfMetricJobSingle) MarshalJSON ¶

func (v NullablePerfMetricJobSingle) MarshalJSON() ([]byte, error)

func (*NullablePerfMetricJobSingle) Set ¶

func (*NullablePerfMetricJobSingle) UnmarshalJSON ¶

func (v *NullablePerfMetricJobSingle) UnmarshalJSON(src []byte) error

func (*NullablePerfMetricJobSingle) Unset ¶

func (v *NullablePerfMetricJobSingle) Unset()

type NullablePerfMetricJobSingleAllOf ¶

type NullablePerfMetricJobSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePerfMetricJobSingleAllOf) Get ¶

func (NullablePerfMetricJobSingleAllOf) IsSet ¶

func (NullablePerfMetricJobSingleAllOf) MarshalJSON ¶

func (v NullablePerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullablePerfMetricJobSingleAllOf) Set ¶

func (*NullablePerfMetricJobSingleAllOf) UnmarshalJSON ¶

func (v *NullablePerfMetricJobSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullablePerfMetricJobSingleAllOf) Unset ¶

type NullablePerfMetricJobSingleAllOfAttributes ¶

type NullablePerfMetricJobSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePerfMetricJobSingleAllOfAttributes) Get ¶

func (NullablePerfMetricJobSingleAllOfAttributes) IsSet ¶

func (NullablePerfMetricJobSingleAllOfAttributes) MarshalJSON ¶

func (*NullablePerfMetricJobSingleAllOfAttributes) Set ¶

func (*NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullablePerfMetricJobSingleAllOfAttributes) Unset ¶

type NullablePerfNotificationTypes ¶

type NullablePerfNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullablePerfNotificationTypes) Get ¶

func (NullablePerfNotificationTypes) IsSet ¶

func (NullablePerfNotificationTypes) MarshalJSON ¶

func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullablePerfNotificationTypes) Set ¶

func (*NullablePerfNotificationTypes) UnmarshalJSON ¶

func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullablePerfNotificationTypes) Unset ¶

func (v *NullablePerfNotificationTypes) Unset()

type NullablePfdData ¶

type NullablePfdData struct {
	// contains filtered or unexported fields
}

func NewNullablePfdData ¶

func NewNullablePfdData(val *PfdData) *NullablePfdData

func (NullablePfdData) Get ¶

func (v NullablePfdData) Get() *PfdData

func (NullablePfdData) IsSet ¶

func (v NullablePfdData) IsSet() bool

func (NullablePfdData) MarshalJSON ¶

func (v NullablePfdData) MarshalJSON() ([]byte, error)

func (*NullablePfdData) Set ¶

func (v *NullablePfdData) Set(val *PfdData)

func (*NullablePfdData) UnmarshalJSON ¶

func (v *NullablePfdData) UnmarshalJSON(src []byte) error

func (*NullablePfdData) Unset ¶

func (v *NullablePfdData) Unset()

type NullablePlmnId ¶

type NullablePlmnId struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId ¶

func NewNullablePlmnId(val *PlmnId) *NullablePlmnId

func (NullablePlmnId) Get ¶

func (v NullablePlmnId) Get() *PlmnId

func (NullablePlmnId) IsSet ¶

func (v NullablePlmnId) IsSet() bool

func (NullablePlmnId) MarshalJSON ¶

func (v NullablePlmnId) MarshalJSON() ([]byte, error)

func (*NullablePlmnId) Set ¶

func (v *NullablePlmnId) Set(val *PlmnId)

func (*NullablePlmnId) UnmarshalJSON ¶

func (v *NullablePlmnId) UnmarshalJSON(src []byte) error

func (*NullablePlmnId) Unset ¶

func (v *NullablePlmnId) Unset()

type NullablePlmnId1 ¶

type NullablePlmnId1 struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId1 ¶

func NewNullablePlmnId1(val *PlmnId1) *NullablePlmnId1

func (NullablePlmnId1) Get ¶

func (v NullablePlmnId1) Get() *PlmnId1

func (NullablePlmnId1) IsSet ¶

func (v NullablePlmnId1) IsSet() bool

func (NullablePlmnId1) MarshalJSON ¶

func (v NullablePlmnId1) MarshalJSON() ([]byte, error)

func (*NullablePlmnId1) Set ¶

func (v *NullablePlmnId1) Set(val *PlmnId1)

func (*NullablePlmnId1) UnmarshalJSON ¶

func (v *NullablePlmnId1) UnmarshalJSON(src []byte) error

func (*NullablePlmnId1) Unset ¶

func (v *NullablePlmnId1) Unset()

type NullablePlmnId2 ¶

type NullablePlmnId2 struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnId2 ¶

func NewNullablePlmnId2(val *PlmnId2) *NullablePlmnId2

func (NullablePlmnId2) Get ¶

func (v NullablePlmnId2) Get() *PlmnId2

func (NullablePlmnId2) IsSet ¶

func (v NullablePlmnId2) IsSet() bool

func (NullablePlmnId2) MarshalJSON ¶

func (v NullablePlmnId2) MarshalJSON() ([]byte, error)

func (*NullablePlmnId2) Set ¶

func (v *NullablePlmnId2) Set(val *PlmnId2)

func (*NullablePlmnId2) UnmarshalJSON ¶

func (v *NullablePlmnId2) UnmarshalJSON(src []byte) error

func (*NullablePlmnId2) Unset ¶

func (v *NullablePlmnId2) Unset()

type NullablePlmnIdNid ¶

type NullablePlmnIdNid struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnIdNid ¶

func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid

func (NullablePlmnIdNid) Get ¶

func (v NullablePlmnIdNid) Get() *PlmnIdNid

func (NullablePlmnIdNid) IsSet ¶

func (v NullablePlmnIdNid) IsSet() bool

func (NullablePlmnIdNid) MarshalJSON ¶

func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)

func (*NullablePlmnIdNid) Set ¶

func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)

func (*NullablePlmnIdNid) UnmarshalJSON ¶

func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error

func (*NullablePlmnIdNid) Unset ¶

func (v *NullablePlmnIdNid) Unset()

type NullablePlmnIdNid1 ¶

type NullablePlmnIdNid1 struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnIdNid1 ¶

func NewNullablePlmnIdNid1(val *PlmnIdNid1) *NullablePlmnIdNid1

func (NullablePlmnIdNid1) Get ¶

func (v NullablePlmnIdNid1) Get() *PlmnIdNid1

func (NullablePlmnIdNid1) IsSet ¶

func (v NullablePlmnIdNid1) IsSet() bool

func (NullablePlmnIdNid1) MarshalJSON ¶

func (v NullablePlmnIdNid1) MarshalJSON() ([]byte, error)

func (*NullablePlmnIdNid1) Set ¶

func (v *NullablePlmnIdNid1) Set(val *PlmnIdNid1)

func (*NullablePlmnIdNid1) UnmarshalJSON ¶

func (v *NullablePlmnIdNid1) UnmarshalJSON(src []byte) error

func (*NullablePlmnIdNid1) Unset ¶

func (v *NullablePlmnIdNid1) Unset()

type NullablePlmnInfo ¶

type NullablePlmnInfo struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnInfo ¶

func NewNullablePlmnInfo(val *PlmnInfo) *NullablePlmnInfo

func (NullablePlmnInfo) Get ¶

func (v NullablePlmnInfo) Get() *PlmnInfo

func (NullablePlmnInfo) IsSet ¶

func (v NullablePlmnInfo) IsSet() bool

func (NullablePlmnInfo) MarshalJSON ¶

func (v NullablePlmnInfo) MarshalJSON() ([]byte, error)

func (*NullablePlmnInfo) Set ¶

func (v *NullablePlmnInfo) Set(val *PlmnInfo)

func (*NullablePlmnInfo) UnmarshalJSON ¶

func (v *NullablePlmnInfo) UnmarshalJSON(src []byte) error

func (*NullablePlmnInfo) Unset ¶

func (v *NullablePlmnInfo) Unset()

type NullablePlmnListTypeInner ¶

type NullablePlmnListTypeInner struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnListTypeInner ¶

func NewNullablePlmnListTypeInner(val *PlmnListTypeInner) *NullablePlmnListTypeInner

func (NullablePlmnListTypeInner) Get ¶

func (NullablePlmnListTypeInner) IsSet ¶

func (v NullablePlmnListTypeInner) IsSet() bool

func (NullablePlmnListTypeInner) MarshalJSON ¶

func (v NullablePlmnListTypeInner) MarshalJSON() ([]byte, error)

func (*NullablePlmnListTypeInner) Set ¶

func (*NullablePlmnListTypeInner) UnmarshalJSON ¶

func (v *NullablePlmnListTypeInner) UnmarshalJSON(src []byte) error

func (*NullablePlmnListTypeInner) Unset ¶

func (v *NullablePlmnListTypeInner) Unset()

type NullablePlmnTargetType ¶

type NullablePlmnTargetType struct {
	// contains filtered or unexported fields
}

func NewNullablePlmnTargetType ¶

func NewNullablePlmnTargetType(val *PlmnTargetType) *NullablePlmnTargetType

func (NullablePlmnTargetType) Get ¶

func (NullablePlmnTargetType) IsSet ¶

func (v NullablePlmnTargetType) IsSet() bool

func (NullablePlmnTargetType) MarshalJSON ¶

func (v NullablePlmnTargetType) MarshalJSON() ([]byte, error)

func (*NullablePlmnTargetType) Set ¶

func (*NullablePlmnTargetType) UnmarshalJSON ¶

func (v *NullablePlmnTargetType) UnmarshalJSON(src []byte) error

func (*NullablePlmnTargetType) Unset ¶

func (v *NullablePlmnTargetType) Unset()

type 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 NullablePredefinedPccRuleSetSingle ¶

type NullablePredefinedPccRuleSetSingle struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingle) Get ¶

func (NullablePredefinedPccRuleSetSingle) IsSet ¶

func (NullablePredefinedPccRuleSetSingle) MarshalJSON ¶

func (v NullablePredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error)

func (*NullablePredefinedPccRuleSetSingle) Set ¶

func (*NullablePredefinedPccRuleSetSingle) UnmarshalJSON ¶

func (v *NullablePredefinedPccRuleSetSingle) UnmarshalJSON(src []byte) error

func (*NullablePredefinedPccRuleSetSingle) Unset ¶

type NullablePredefinedPccRuleSetSingleAllOf ¶

type NullablePredefinedPccRuleSetSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingleAllOf) Get ¶

func (NullablePredefinedPccRuleSetSingleAllOf) IsSet ¶

func (NullablePredefinedPccRuleSetSingleAllOf) MarshalJSON ¶

func (v NullablePredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullablePredefinedPccRuleSetSingleAllOf) Set ¶

func (*NullablePredefinedPccRuleSetSingleAllOf) UnmarshalJSON ¶

func (v *NullablePredefinedPccRuleSetSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullablePredefinedPccRuleSetSingleAllOf) Unset ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributes ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingleAllOfAttributes) Get ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributes) IsSet ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributes) Set ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributes) Unset ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf ¶

type NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Get ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) IsSet ¶

func (NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Set ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Unset ¶

type NullablePreemptionCapability ¶

type NullablePreemptionCapability struct {
	// contains filtered or unexported fields
}

func (NullablePreemptionCapability) Get ¶

func (NullablePreemptionCapability) IsSet ¶

func (NullablePreemptionCapability) MarshalJSON ¶

func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error)

func (*NullablePreemptionCapability) Set ¶

func (*NullablePreemptionCapability) UnmarshalJSON ¶

func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error

func (*NullablePreemptionCapability) Unset ¶

func (v *NullablePreemptionCapability) Unset()

type NullablePreemptionVulnerability ¶

type NullablePreemptionVulnerability struct {
	// contains filtered or unexported fields
}

func (NullablePreemptionVulnerability) Get ¶

func (NullablePreemptionVulnerability) IsSet ¶

func (NullablePreemptionVulnerability) MarshalJSON ¶

func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error)

func (*NullablePreemptionVulnerability) Set ¶

func (*NullablePreemptionVulnerability) UnmarshalJSON ¶

func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error

func (*NullablePreemptionVulnerability) Unset ¶

type NullableProbableCause ¶

type NullableProbableCause struct {
	// contains filtered or unexported fields
}

func NewNullableProbableCause ¶

func NewNullableProbableCause(val *ProbableCause) *NullableProbableCause

func (NullableProbableCause) Get ¶

func (NullableProbableCause) IsSet ¶

func (v NullableProbableCause) IsSet() bool

func (NullableProbableCause) MarshalJSON ¶

func (v NullableProbableCause) MarshalJSON() ([]byte, error)

func (*NullableProbableCause) Set ¶

func (v *NullableProbableCause) Set(val *ProbableCause)

func (*NullableProbableCause) UnmarshalJSON ¶

func (v *NullableProbableCause) UnmarshalJSON(src []byte) error

func (*NullableProbableCause) Unset ¶

func (v *NullableProbableCause) Unset()

type NullableProbableCauseOneOf ¶

type NullableProbableCauseOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableProbableCauseOneOf ¶

func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf

func (NullableProbableCauseOneOf) Get ¶

func (NullableProbableCauseOneOf) IsSet ¶

func (v NullableProbableCauseOneOf) IsSet() bool

func (NullableProbableCauseOneOf) MarshalJSON ¶

func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)

func (*NullableProbableCauseOneOf) Set ¶

func (*NullableProbableCauseOneOf) UnmarshalJSON ¶

func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error

func (*NullableProbableCauseOneOf) Unset ¶

func (v *NullableProbableCauseOneOf) Unset()

type NullableProseCapability ¶

type NullableProseCapability struct {
	// contains filtered or unexported fields
}

func NewNullableProseCapability ¶

func NewNullableProseCapability(val *ProseCapability) *NullableProseCapability

func (NullableProseCapability) Get ¶

func (NullableProseCapability) IsSet ¶

func (v NullableProseCapability) IsSet() bool

func (NullableProseCapability) MarshalJSON ¶

func (v NullableProseCapability) MarshalJSON() ([]byte, error)

func (*NullableProseCapability) Set ¶

func (*NullableProseCapability) UnmarshalJSON ¶

func (v *NullableProseCapability) UnmarshalJSON(src []byte) error

func (*NullableProseCapability) Unset ¶

func (v *NullableProseCapability) Unset()

type NullableProvMnS ¶

type NullableProvMnS struct {
	// contains filtered or unexported fields
}

func NewNullableProvMnS ¶

func NewNullableProvMnS(val *ProvMnS) *NullableProvMnS

func (NullableProvMnS) Get ¶

func (v NullableProvMnS) Get() *ProvMnS

func (NullableProvMnS) IsSet ¶

func (v NullableProvMnS) IsSet() bool

func (NullableProvMnS) MarshalJSON ¶

func (v NullableProvMnS) MarshalJSON() ([]byte, error)

func (*NullableProvMnS) Set ¶

func (v *NullableProvMnS) Set(val *ProvMnS)

func (*NullableProvMnS) UnmarshalJSON ¶

func (v *NullableProvMnS) UnmarshalJSON(src []byte) error

func (*NullableProvMnS) Unset ¶

func (v *NullableProvMnS) Unset()

type NullableProvMnSOneOf ¶

type NullableProvMnSOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableProvMnSOneOf ¶

func NewNullableProvMnSOneOf(val *ProvMnSOneOf) *NullableProvMnSOneOf

func (NullableProvMnSOneOf) Get ¶

func (NullableProvMnSOneOf) IsSet ¶

func (v NullableProvMnSOneOf) IsSet() bool

func (NullableProvMnSOneOf) MarshalJSON ¶

func (v NullableProvMnSOneOf) MarshalJSON() ([]byte, error)

func (*NullableProvMnSOneOf) Set ¶

func (v *NullableProvMnSOneOf) Set(val *ProvMnSOneOf)

func (*NullableProvMnSOneOf) UnmarshalJSON ¶

func (v *NullableProvMnSOneOf) UnmarshalJSON(src []byte) error

func (*NullableProvMnSOneOf) Unset ¶

func (v *NullableProvMnSOneOf) Unset()

type NullableProvMnSOneOf1 ¶

type NullableProvMnSOneOf1 struct {
	// contains filtered or unexported fields
}

func NewNullableProvMnSOneOf1 ¶

func NewNullableProvMnSOneOf1(val *ProvMnSOneOf1) *NullableProvMnSOneOf1

func (NullableProvMnSOneOf1) Get ¶

func (NullableProvMnSOneOf1) IsSet ¶

func (v NullableProvMnSOneOf1) IsSet() bool

func (NullableProvMnSOneOf1) MarshalJSON ¶

func (v NullableProvMnSOneOf1) MarshalJSON() ([]byte, error)

func (*NullableProvMnSOneOf1) Set ¶

func (v *NullableProvMnSOneOf1) Set(val *ProvMnSOneOf1)

func (*NullableProvMnSOneOf1) UnmarshalJSON ¶

func (v *NullableProvMnSOneOf1) UnmarshalJSON(src []byte) error

func (*NullableProvMnSOneOf1) Unset ¶

func (v *NullableProvMnSOneOf1) Unset()

type NullableQFPacketDelayThresholdsType ¶

type NullableQFPacketDelayThresholdsType struct {
	// contains filtered or unexported fields
}

func (NullableQFPacketDelayThresholdsType) Get ¶

func (NullableQFPacketDelayThresholdsType) IsSet ¶

func (NullableQFPacketDelayThresholdsType) MarshalJSON ¶

func (v NullableQFPacketDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*NullableQFPacketDelayThresholdsType) Set ¶

func (*NullableQFPacketDelayThresholdsType) UnmarshalJSON ¶

func (v *NullableQFPacketDelayThresholdsType) UnmarshalJSON(src []byte) error

func (*NullableQFPacketDelayThresholdsType) Unset ¶

type NullableQFQoSMonitoringControlSingle ¶

type NullableQFQoSMonitoringControlSingle struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingle) Get ¶

func (NullableQFQoSMonitoringControlSingle) IsSet ¶

func (NullableQFQoSMonitoringControlSingle) MarshalJSON ¶

func (v NullableQFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)

func (*NullableQFQoSMonitoringControlSingle) Set ¶

func (*NullableQFQoSMonitoringControlSingle) UnmarshalJSON ¶

func (v *NullableQFQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error

func (*NullableQFQoSMonitoringControlSingle) Unset ¶

type NullableQFQoSMonitoringControlSingleAllOf ¶

type NullableQFQoSMonitoringControlSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingleAllOf) Get ¶

func (NullableQFQoSMonitoringControlSingleAllOf) IsSet ¶

func (NullableQFQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOf) Set ¶

func (*NullableQFQoSMonitoringControlSingleAllOf) UnmarshalJSON ¶

func (v *NullableQFQoSMonitoringControlSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableQFQoSMonitoringControlSingleAllOf) Unset ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributes ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingleAllOfAttributes) Get ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributes) IsSet ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributes) Set ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributes) Unset ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Get ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet ¶

func (NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Set ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Unset ¶

type NullableQosData ¶

type NullableQosData struct {
	// contains filtered or unexported fields
}

func NewNullableQosData ¶

func NewNullableQosData(val *QosData) *NullableQosData

func (NullableQosData) Get ¶

func (v NullableQosData) Get() *QosData

func (NullableQosData) IsSet ¶

func (v NullableQosData) IsSet() bool

func (NullableQosData) MarshalJSON ¶

func (v NullableQosData) MarshalJSON() ([]byte, error)

func (*NullableQosData) Set ¶

func (v *NullableQosData) Set(val *QosData)

func (*NullableQosData) UnmarshalJSON ¶

func (v *NullableQosData) UnmarshalJSON(src []byte) error

func (*NullableQosData) Unset ¶

func (v *NullableQosData) Unset()

type NullableRatType ¶

type NullableRatType struct {
	// contains filtered or unexported fields
}

func NewNullableRatType ¶

func NewNullableRatType(val *RatType) *NullableRatType

func (NullableRatType) Get ¶

func (v NullableRatType) Get() *RatType

func (NullableRatType) IsSet ¶

func (v NullableRatType) IsSet() bool

func (NullableRatType) MarshalJSON ¶

func (v NullableRatType) MarshalJSON() ([]byte, error)

func (*NullableRatType) Set ¶

func (v *NullableRatType) Set(val *RatType)

func (*NullableRatType) UnmarshalJSON ¶

func (v *NullableRatType) UnmarshalJSON(src []byte) error

func (*NullableRatType) Unset ¶

func (v *NullableRatType) Unset()

type NullableRedirectAddressType ¶

type NullableRedirectAddressType struct {
	// contains filtered or unexported fields
}

func (NullableRedirectAddressType) Get ¶

func (NullableRedirectAddressType) IsSet ¶

func (NullableRedirectAddressType) MarshalJSON ¶

func (v NullableRedirectAddressType) MarshalJSON() ([]byte, error)

func (*NullableRedirectAddressType) Set ¶

func (*NullableRedirectAddressType) UnmarshalJSON ¶

func (v *NullableRedirectAddressType) UnmarshalJSON(src []byte) error

func (*NullableRedirectAddressType) Unset ¶

func (v *NullableRedirectAddressType) Unset()

type NullableRedirectInformation ¶

type NullableRedirectInformation struct {
	// contains filtered or unexported fields
}

func (NullableRedirectInformation) Get ¶

func (NullableRedirectInformation) IsSet ¶

func (NullableRedirectInformation) MarshalJSON ¶

func (v NullableRedirectInformation) MarshalJSON() ([]byte, error)

func (*NullableRedirectInformation) Set ¶

func (*NullableRedirectInformation) UnmarshalJSON ¶

func (v *NullableRedirectInformation) UnmarshalJSON(src []byte) error

func (*NullableRedirectInformation) Unset ¶

func (v *NullableRedirectInformation) Unset()

type NullableRegistrationState ¶

type NullableRegistrationState struct {
	// contains filtered or unexported fields
}

func NewNullableRegistrationState ¶

func NewNullableRegistrationState(val *RegistrationState) *NullableRegistrationState

func (NullableRegistrationState) Get ¶

func (NullableRegistrationState) IsSet ¶

func (v NullableRegistrationState) IsSet() bool

func (NullableRegistrationState) MarshalJSON ¶

func (v NullableRegistrationState) MarshalJSON() ([]byte, error)

func (*NullableRegistrationState) Set ¶

func (*NullableRegistrationState) UnmarshalJSON ¶

func (v *NullableRegistrationState) UnmarshalJSON(src []byte) error

func (*NullableRegistrationState) Unset ¶

func (v *NullableRegistrationState) Unset()

type NullableRemoteAddress ¶

type NullableRemoteAddress struct {
	// contains filtered or unexported fields
}

func NewNullableRemoteAddress ¶

func NewNullableRemoteAddress(val *RemoteAddress) *NullableRemoteAddress

func (NullableRemoteAddress) Get ¶

func (NullableRemoteAddress) IsSet ¶

func (v NullableRemoteAddress) IsSet() bool

func (NullableRemoteAddress) MarshalJSON ¶

func (v NullableRemoteAddress) MarshalJSON() ([]byte, error)

func (*NullableRemoteAddress) Set ¶

func (v *NullableRemoteAddress) Set(val *RemoteAddress)

func (*NullableRemoteAddress) UnmarshalJSON ¶

func (v *NullableRemoteAddress) UnmarshalJSON(src []byte) error

func (*NullableRemoteAddress) Unset ¶

func (v *NullableRemoteAddress) Unset()

type NullableReportAmountType ¶

type NullableReportAmountType struct {
	// contains filtered or unexported fields
}

func NewNullableReportAmountType ¶

func NewNullableReportAmountType(val *ReportAmountType) *NullableReportAmountType

func (NullableReportAmountType) Get ¶

func (NullableReportAmountType) IsSet ¶

func (v NullableReportAmountType) IsSet() bool

func (NullableReportAmountType) MarshalJSON ¶

func (v NullableReportAmountType) MarshalJSON() ([]byte, error)

func (*NullableReportAmountType) Set ¶

func (*NullableReportAmountType) UnmarshalJSON ¶

func (v *NullableReportAmountType) UnmarshalJSON(src []byte) error

func (*NullableReportAmountType) Unset ¶

func (v *NullableReportAmountType) Unset()

type NullableReportIntervalType ¶

type NullableReportIntervalType struct {
	// contains filtered or unexported fields
}

func NewNullableReportIntervalType ¶

func NewNullableReportIntervalType(val *ReportIntervalType) *NullableReportIntervalType

func (NullableReportIntervalType) Get ¶

func (NullableReportIntervalType) IsSet ¶

func (v NullableReportIntervalType) IsSet() bool

func (NullableReportIntervalType) MarshalJSON ¶

func (v NullableReportIntervalType) MarshalJSON() ([]byte, error)

func (*NullableReportIntervalType) Set ¶

func (*NullableReportIntervalType) UnmarshalJSON ¶

func (v *NullableReportIntervalType) UnmarshalJSON(src []byte) error

func (*NullableReportIntervalType) Unset ¶

func (v *NullableReportIntervalType) Unset()

type NullableReportTypeType ¶

type NullableReportTypeType struct {
	// contains filtered or unexported fields
}

func NewNullableReportTypeType ¶

func NewNullableReportTypeType(val *ReportTypeType) *NullableReportTypeType

func (NullableReportTypeType) Get ¶

func (NullableReportTypeType) IsSet ¶

func (v NullableReportTypeType) IsSet() bool

func (NullableReportTypeType) MarshalJSON ¶

func (v NullableReportTypeType) MarshalJSON() ([]byte, error)

func (*NullableReportTypeType) Set ¶

func (*NullableReportTypeType) UnmarshalJSON ¶

func (v *NullableReportTypeType) UnmarshalJSON(src []byte) error

func (*NullableReportTypeType) Unset ¶

func (v *NullableReportTypeType) Unset()

type NullableReportingCtrl ¶

type NullableReportingCtrl struct {
	// contains filtered or unexported fields
}

func NewNullableReportingCtrl ¶

func NewNullableReportingCtrl(val *ReportingCtrl) *NullableReportingCtrl

func (NullableReportingCtrl) Get ¶

func (NullableReportingCtrl) IsSet ¶

func (v NullableReportingCtrl) IsSet() bool

func (NullableReportingCtrl) MarshalJSON ¶

func (v NullableReportingCtrl) MarshalJSON() ([]byte, error)

func (*NullableReportingCtrl) Set ¶

func (v *NullableReportingCtrl) Set(val *ReportingCtrl)

func (*NullableReportingCtrl) UnmarshalJSON ¶

func (v *NullableReportingCtrl) UnmarshalJSON(src []byte) error

func (*NullableReportingCtrl) Unset ¶

func (v *NullableReportingCtrl) Unset()

type NullableReportingCtrlOneOf ¶

type NullableReportingCtrlOneOf struct {
	// contains filtered or unexported fields
}

func NewNullableReportingCtrlOneOf ¶

func NewNullableReportingCtrlOneOf(val *ReportingCtrlOneOf) *NullableReportingCtrlOneOf

func (NullableReportingCtrlOneOf) Get ¶

func (NullableReportingCtrlOneOf) IsSet ¶

func (v NullableReportingCtrlOneOf) IsSet() bool

func (NullableReportingCtrlOneOf) MarshalJSON ¶

func (v NullableReportingCtrlOneOf) MarshalJSON() ([]byte, error)

func (*NullableReportingCtrlOneOf) Set ¶

func (*NullableReportingCtrlOneOf) UnmarshalJSON ¶

func (v *NullableReportingCtrlOneOf) UnmarshalJSON(src []byte) error

func (*NullableReportingCtrlOneOf) Unset ¶

func (v *NullableReportingCtrlOneOf) Unset()

type NullableReportingCtrlOneOf1 ¶

type NullableReportingCtrlOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableReportingCtrlOneOf1) Get ¶

func (NullableReportingCtrlOneOf1) IsSet ¶

func (NullableReportingCtrlOneOf1) MarshalJSON ¶

func (v NullableReportingCtrlOneOf1) MarshalJSON() ([]byte, error)

func (*NullableReportingCtrlOneOf1) Set ¶

func (*NullableReportingCtrlOneOf1) UnmarshalJSON ¶

func (v *NullableReportingCtrlOneOf1) UnmarshalJSON(src []byte) error

func (*NullableReportingCtrlOneOf1) Unset ¶

func (v *NullableReportingCtrlOneOf1) Unset()

type NullableReportingCtrlOneOf2 ¶

type NullableReportingCtrlOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableReportingCtrlOneOf2) Get ¶

func (NullableReportingCtrlOneOf2) IsSet ¶

func (NullableReportingCtrlOneOf2) MarshalJSON ¶

func (v NullableReportingCtrlOneOf2) MarshalJSON() ([]byte, error)

func (*NullableReportingCtrlOneOf2) Set ¶

func (*NullableReportingCtrlOneOf2) UnmarshalJSON ¶

func (v *NullableReportingCtrlOneOf2) UnmarshalJSON(src []byte) error

func (*NullableReportingCtrlOneOf2) Unset ¶

func (v *NullableReportingCtrlOneOf2) Unset()

type NullableResources5gcNrm ¶

type NullableResources5gcNrm struct {
	// contains filtered or unexported fields
}

func NewNullableResources5gcNrm ¶

func NewNullableResources5gcNrm(val *Resources5gcNrm) *NullableResources5gcNrm

func (NullableResources5gcNrm) Get ¶

func (NullableResources5gcNrm) IsSet ¶

func (v NullableResources5gcNrm) IsSet() bool

func (NullableResources5gcNrm) MarshalJSON ¶

func (v NullableResources5gcNrm) MarshalJSON() ([]byte, error)

func (*NullableResources5gcNrm) Set ¶

func (*NullableResources5gcNrm) UnmarshalJSON ¶

func (v *NullableResources5gcNrm) UnmarshalJSON(src []byte) error

func (*NullableResources5gcNrm) Unset ¶

func (v *NullableResources5gcNrm) Unset()

type NullableRouteInformation ¶

type NullableRouteInformation struct {
	// contains filtered or unexported fields
}

func NewNullableRouteInformation ¶

func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation

func (NullableRouteInformation) Get ¶

func (NullableRouteInformation) IsSet ¶

func (v NullableRouteInformation) IsSet() bool

func (NullableRouteInformation) MarshalJSON ¶

func (v NullableRouteInformation) MarshalJSON() ([]byte, error)

func (*NullableRouteInformation) Set ¶

func (*NullableRouteInformation) UnmarshalJSON ¶

func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error

func (*NullableRouteInformation) Unset ¶

func (v *NullableRouteInformation) Unset()

type NullableRouteToLocation ¶

type NullableRouteToLocation struct {
	// contains filtered or unexported fields
}

func NewNullableRouteToLocation ¶

func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation

func (NullableRouteToLocation) Get ¶

func (NullableRouteToLocation) IsSet ¶

func (v NullableRouteToLocation) IsSet() bool

func (NullableRouteToLocation) MarshalJSON ¶

func (v NullableRouteToLocation) MarshalJSON() ([]byte, error)

func (*NullableRouteToLocation) Set ¶

func (*NullableRouteToLocation) UnmarshalJSON ¶

func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error

func (*NullableRouteToLocation) Unset ¶

func (v *NullableRouteToLocation) Unset()

type NullableSAP ¶

type NullableSAP struct {
	// contains filtered or unexported fields
}

func NewNullableSAP ¶

func NewNullableSAP(val *SAP) *NullableSAP

func (NullableSAP) Get ¶

func (v NullableSAP) Get() *SAP

func (NullableSAP) IsSet ¶

func (v NullableSAP) IsSet() bool

func (NullableSAP) MarshalJSON ¶

func (v NullableSAP) MarshalJSON() ([]byte, error)

func (*NullableSAP) Set ¶

func (v *NullableSAP) Set(val *SAP)

func (*NullableSAP) UnmarshalJSON ¶

func (v *NullableSAP) UnmarshalJSON(src []byte) error

func (*NullableSAP) Unset ¶

func (v *NullableSAP) Unset()

type NullableSEPPType ¶

type NullableSEPPType struct {
	// contains filtered or unexported fields
}

func NewNullableSEPPType ¶

func NewNullableSEPPType(val *SEPPType) *NullableSEPPType

func (NullableSEPPType) Get ¶

func (v NullableSEPPType) Get() *SEPPType

func (NullableSEPPType) IsSet ¶

func (v NullableSEPPType) IsSet() bool

func (NullableSEPPType) MarshalJSON ¶

func (v NullableSEPPType) MarshalJSON() ([]byte, error)

func (*NullableSEPPType) Set ¶

func (v *NullableSEPPType) Set(val *SEPPType)

func (*NullableSEPPType) UnmarshalJSON ¶

func (v *NullableSEPPType) UnmarshalJSON(src []byte) error

func (*NullableSEPPType) Unset ¶

func (v *NullableSEPPType) Unset()

type NullableSNssaiSmfInfoItem ¶

type NullableSNssaiSmfInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableSNssaiSmfInfoItem ¶

func NewNullableSNssaiSmfInfoItem(val *SNssaiSmfInfoItem) *NullableSNssaiSmfInfoItem

func (NullableSNssaiSmfInfoItem) Get ¶

func (NullableSNssaiSmfInfoItem) IsSet ¶

func (v NullableSNssaiSmfInfoItem) IsSet() bool

func (NullableSNssaiSmfInfoItem) MarshalJSON ¶

func (v NullableSNssaiSmfInfoItem) MarshalJSON() ([]byte, error)

func (*NullableSNssaiSmfInfoItem) Set ¶

func (*NullableSNssaiSmfInfoItem) UnmarshalJSON ¶

func (v *NullableSNssaiSmfInfoItem) UnmarshalJSON(src []byte) error

func (*NullableSNssaiSmfInfoItem) Unset ¶

func (v *NullableSNssaiSmfInfoItem) Unset()

type NullableScope ¶

type NullableScope struct {
	// contains filtered or unexported fields
}

func NewNullableScope ¶

func NewNullableScope(val *Scope) *NullableScope

func (NullableScope) Get ¶

func (v NullableScope) Get() *Scope

func (NullableScope) IsSet ¶

func (v NullableScope) IsSet() bool

func (NullableScope) MarshalJSON ¶

func (v NullableScope) MarshalJSON() ([]byte, error)

func (*NullableScope) Set ¶

func (v *NullableScope) Set(val *Scope)

func (*NullableScope) UnmarshalJSON ¶

func (v *NullableScope) UnmarshalJSON(src []byte) error

func (*NullableScope) Unset ¶

func (v *NullableScope) Unset()

type NullableScpCapability ¶

type NullableScpCapability struct {
	// contains filtered or unexported fields
}

func NewNullableScpCapability ¶

func NewNullableScpCapability(val *ScpCapability) *NullableScpCapability

func (NullableScpCapability) Get ¶

func (NullableScpCapability) IsSet ¶

func (v NullableScpCapability) IsSet() bool

func (NullableScpCapability) MarshalJSON ¶

func (v NullableScpCapability) MarshalJSON() ([]byte, error)

func (*NullableScpCapability) Set ¶

func (v *NullableScpCapability) Set(val *ScpCapability)

func (*NullableScpCapability) UnmarshalJSON ¶

func (v *NullableScpCapability) UnmarshalJSON(src []byte) error

func (*NullableScpCapability) Unset ¶

func (v *NullableScpCapability) Unset()

type NullableScpDomainInfo ¶

type NullableScpDomainInfo struct {
	// contains filtered or unexported fields
}

func NewNullableScpDomainInfo ¶

func NewNullableScpDomainInfo(val *ScpDomainInfo) *NullableScpDomainInfo

func (NullableScpDomainInfo) Get ¶

func (NullableScpDomainInfo) IsSet ¶

func (v NullableScpDomainInfo) IsSet() bool

func (NullableScpDomainInfo) MarshalJSON ¶

func (v NullableScpDomainInfo) MarshalJSON() ([]byte, error)

func (*NullableScpDomainInfo) Set ¶

func (v *NullableScpDomainInfo) Set(val *ScpDomainInfo)

func (*NullableScpDomainInfo) UnmarshalJSON ¶

func (v *NullableScpDomainInfo) UnmarshalJSON(src []byte) error

func (*NullableScpDomainInfo) Unset ¶

func (v *NullableScpDomainInfo) Unset()

type NullableScpFunctionSingle ¶

type NullableScpFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableScpFunctionSingle ¶

func NewNullableScpFunctionSingle(val *ScpFunctionSingle) *NullableScpFunctionSingle

func (NullableScpFunctionSingle) Get ¶

func (NullableScpFunctionSingle) IsSet ¶

func (v NullableScpFunctionSingle) IsSet() bool

func (NullableScpFunctionSingle) MarshalJSON ¶

func (v NullableScpFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableScpFunctionSingle) Set ¶

func (*NullableScpFunctionSingle) UnmarshalJSON ¶

func (v *NullableScpFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableScpFunctionSingle) Unset ¶

func (v *NullableScpFunctionSingle) Unset()

type NullableScpFunctionSingleAllOf ¶

type NullableScpFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableScpFunctionSingleAllOf) Get ¶

func (NullableScpFunctionSingleAllOf) IsSet ¶

func (NullableScpFunctionSingleAllOf) MarshalJSON ¶

func (v NullableScpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableScpFunctionSingleAllOf) Set ¶

func (*NullableScpFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableScpFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableScpFunctionSingleAllOf) Unset ¶

func (v *NullableScpFunctionSingleAllOf) Unset()

type NullableScpFunctionSingleAllOfAttributes ¶

type NullableScpFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableScpFunctionSingleAllOfAttributes) Get ¶

func (NullableScpFunctionSingleAllOfAttributes) IsSet ¶

func (NullableScpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableScpFunctionSingleAllOfAttributes) Set ¶

func (*NullableScpFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableScpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableScpFunctionSingleAllOfAttributes) Unset ¶

type NullableScpFunctionSingleAllOfAttributesAllOf ¶

type NullableScpFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableScpFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableScpFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableScpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableScpFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableScpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableScpFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableScpInfo ¶

type NullableScpInfo struct {
	// contains filtered or unexported fields
}

func NewNullableScpInfo ¶

func NewNullableScpInfo(val *ScpInfo) *NullableScpInfo

func (NullableScpInfo) Get ¶

func (v NullableScpInfo) Get() *ScpInfo

func (NullableScpInfo) IsSet ¶

func (v NullableScpInfo) IsSet() bool

func (NullableScpInfo) MarshalJSON ¶

func (v NullableScpInfo) MarshalJSON() ([]byte, error)

func (*NullableScpInfo) Set ¶

func (v *NullableScpInfo) Set(val *ScpInfo)

func (*NullableScpInfo) UnmarshalJSON ¶

func (v *NullableScpInfo) UnmarshalJSON(src []byte) error

func (*NullableScpInfo) Unset ¶

func (v *NullableScpInfo) Unset()

type NullableSdRange ¶

type NullableSdRange struct {
	// contains filtered or unexported fields
}

func NewNullableSdRange ¶

func NewNullableSdRange(val *SdRange) *NullableSdRange

func (NullableSdRange) Get ¶

func (v NullableSdRange) Get() *SdRange

func (NullableSdRange) IsSet ¶

func (v NullableSdRange) IsSet() bool

func (NullableSdRange) MarshalJSON ¶

func (v NullableSdRange) MarshalJSON() ([]byte, error)

func (*NullableSdRange) Set ¶

func (v *NullableSdRange) Set(val *SdRange)

func (*NullableSdRange) UnmarshalJSON ¶

func (v *NullableSdRange) UnmarshalJSON(src []byte) error

func (*NullableSdRange) Unset ¶

func (v *NullableSdRange) Unset()

type NullableSeppFunctionSingle ¶

type NullableSeppFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableSeppFunctionSingle ¶

func NewNullableSeppFunctionSingle(val *SeppFunctionSingle) *NullableSeppFunctionSingle

func (NullableSeppFunctionSingle) Get ¶

func (NullableSeppFunctionSingle) IsSet ¶

func (v NullableSeppFunctionSingle) IsSet() bool

func (NullableSeppFunctionSingle) MarshalJSON ¶

func (v NullableSeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableSeppFunctionSingle) Set ¶

func (*NullableSeppFunctionSingle) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingle) Unset ¶

func (v *NullableSeppFunctionSingle) Unset()

type NullableSeppFunctionSingleAllOf ¶

type NullableSeppFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOf) Get ¶

func (NullableSeppFunctionSingleAllOf) IsSet ¶

func (NullableSeppFunctionSingleAllOf) MarshalJSON ¶

func (v NullableSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSeppFunctionSingleAllOf) Set ¶

func (*NullableSeppFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingleAllOf) Unset ¶

type NullableSeppFunctionSingleAllOf1 ¶

type NullableSeppFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOf1) Get ¶

func (NullableSeppFunctionSingleAllOf1) IsSet ¶

func (NullableSeppFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableSeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSeppFunctionSingleAllOf1) Set ¶

func (*NullableSeppFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingleAllOf1) Unset ¶

type NullableSeppFunctionSingleAllOfAttributes ¶

type NullableSeppFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOfAttributes) Get ¶

func (NullableSeppFunctionSingleAllOfAttributes) IsSet ¶

func (NullableSeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableSeppFunctionSingleAllOfAttributes) Set ¶

func (*NullableSeppFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableSeppFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSeppFunctionSingleAllOfAttributes) Unset ¶

type NullableSeppFunctionSingleAllOfAttributesAllOf ¶

type NullableSeppFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSeppFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableSeppFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableSeppFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableSeppFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableSeppInfo ¶

type NullableSeppInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSeppInfo ¶

func NewNullableSeppInfo(val *SeppInfo) *NullableSeppInfo

func (NullableSeppInfo) Get ¶

func (v NullableSeppInfo) Get() *SeppInfo

func (NullableSeppInfo) IsSet ¶

func (v NullableSeppInfo) IsSet() bool

func (NullableSeppInfo) MarshalJSON ¶

func (v NullableSeppInfo) MarshalJSON() ([]byte, error)

func (*NullableSeppInfo) Set ¶

func (v *NullableSeppInfo) Set(val *SeppInfo)

func (*NullableSeppInfo) UnmarshalJSON ¶

func (v *NullableSeppInfo) UnmarshalJSON(src []byte) error

func (*NullableSeppInfo) Unset ¶

func (v *NullableSeppInfo) Unset()

type NullableServingLocation ¶

type NullableServingLocation struct {
	// contains filtered or unexported fields
}

func NewNullableServingLocation ¶

func NewNullableServingLocation(val *ServingLocation) *NullableServingLocation

func (NullableServingLocation) Get ¶

func (NullableServingLocation) IsSet ¶

func (v NullableServingLocation) IsSet() bool

func (NullableServingLocation) MarshalJSON ¶

func (v NullableServingLocation) MarshalJSON() ([]byte, error)

func (*NullableServingLocation) Set ¶

func (*NullableServingLocation) UnmarshalJSON ¶

func (v *NullableServingLocation) UnmarshalJSON(src []byte) error

func (*NullableServingLocation) Unset ¶

func (v *NullableServingLocation) Unset()

type NullableSharedDataIdRange ¶

type NullableSharedDataIdRange struct {
	// contains filtered or unexported fields
}

func NewNullableSharedDataIdRange ¶

func NewNullableSharedDataIdRange(val *SharedDataIdRange) *NullableSharedDataIdRange

func (NullableSharedDataIdRange) Get ¶

func (NullableSharedDataIdRange) IsSet ¶

func (v NullableSharedDataIdRange) IsSet() bool

func (NullableSharedDataIdRange) MarshalJSON ¶

func (v NullableSharedDataIdRange) MarshalJSON() ([]byte, error)

func (*NullableSharedDataIdRange) Set ¶

func (*NullableSharedDataIdRange) UnmarshalJSON ¶

func (v *NullableSharedDataIdRange) UnmarshalJSON(src []byte) error

func (*NullableSharedDataIdRange) Unset ¶

func (v *NullableSharedDataIdRange) Unset()

type NullableSmfFunctionSingle ¶

type NullableSmfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableSmfFunctionSingle ¶

func NewNullableSmfFunctionSingle(val *SmfFunctionSingle) *NullableSmfFunctionSingle

func (NullableSmfFunctionSingle) Get ¶

func (NullableSmfFunctionSingle) IsSet ¶

func (v NullableSmfFunctionSingle) IsSet() bool

func (NullableSmfFunctionSingle) MarshalJSON ¶

func (v NullableSmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableSmfFunctionSingle) Set ¶

func (*NullableSmfFunctionSingle) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingle) Unset ¶

func (v *NullableSmfFunctionSingle) Unset()

type NullableSmfFunctionSingleAllOf ¶

type NullableSmfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOf) Get ¶

func (NullableSmfFunctionSingleAllOf) IsSet ¶

func (NullableSmfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableSmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSmfFunctionSingleAllOf) Set ¶

func (*NullableSmfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingleAllOf) Unset ¶

func (v *NullableSmfFunctionSingleAllOf) Unset()

type NullableSmfFunctionSingleAllOf1 ¶

type NullableSmfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOf1) Get ¶

func (NullableSmfFunctionSingleAllOf1) IsSet ¶

func (NullableSmfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableSmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSmfFunctionSingleAllOf1) Set ¶

func (*NullableSmfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingleAllOf1) Unset ¶

type NullableSmfFunctionSingleAllOfAttributes ¶

type NullableSmfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOfAttributes) Get ¶

func (NullableSmfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableSmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableSmfFunctionSingleAllOfAttributes) Set ¶

func (*NullableSmfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableSmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSmfFunctionSingleAllOfAttributes) Unset ¶

type NullableSmfFunctionSingleAllOfAttributesAllOf ¶

type NullableSmfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableSmfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableSmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableSmfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableSmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableSmfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableSmsfFunctionSingle ¶

type NullableSmsfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableSmsfFunctionSingle ¶

func NewNullableSmsfFunctionSingle(val *SmsfFunctionSingle) *NullableSmsfFunctionSingle

func (NullableSmsfFunctionSingle) Get ¶

func (NullableSmsfFunctionSingle) IsSet ¶

func (v NullableSmsfFunctionSingle) IsSet() bool

func (NullableSmsfFunctionSingle) MarshalJSON ¶

func (v NullableSmsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableSmsfFunctionSingle) Set ¶

func (*NullableSmsfFunctionSingle) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingle) Unset ¶

func (v *NullableSmsfFunctionSingle) Unset()

type NullableSmsfFunctionSingleAllOf ¶

type NullableSmsfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOf) Get ¶

func (NullableSmsfFunctionSingleAllOf) IsSet ¶

func (NullableSmsfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableSmsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableSmsfFunctionSingleAllOf) Set ¶

func (*NullableSmsfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingleAllOf) Unset ¶

type NullableSmsfFunctionSingleAllOf1 ¶

type NullableSmsfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOf1) Get ¶

func (NullableSmsfFunctionSingleAllOf1) IsSet ¶

func (NullableSmsfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableSmsfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableSmsfFunctionSingleAllOf1) Set ¶

func (*NullableSmsfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingleAllOf1) Unset ¶

type NullableSmsfFunctionSingleAllOfAttributes ¶

type NullableSmsfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOfAttributes) Get ¶

func (NullableSmsfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableSmsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableSmsfFunctionSingleAllOfAttributes) Set ¶

func (*NullableSmsfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableSmsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSmsfFunctionSingleAllOfAttributes) Unset ¶

type NullableSmsfFunctionSingleAllOfAttributesAllOf ¶

type NullableSmsfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableSmsfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableSmsfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableSmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableSmsfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableSmsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableSmsfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableSnpnId ¶

type NullableSnpnId struct {
	// contains filtered or unexported fields
}

func NewNullableSnpnId ¶

func NewNullableSnpnId(val *SnpnId) *NullableSnpnId

func (NullableSnpnId) Get ¶

func (v NullableSnpnId) Get() *SnpnId

func (NullableSnpnId) IsSet ¶

func (v NullableSnpnId) IsSet() bool

func (NullableSnpnId) MarshalJSON ¶

func (v NullableSnpnId) MarshalJSON() ([]byte, error)

func (*NullableSnpnId) Set ¶

func (v *NullableSnpnId) Set(val *SnpnId)

func (*NullableSnpnId) UnmarshalJSON ¶

func (v *NullableSnpnId) UnmarshalJSON(src []byte) error

func (*NullableSnpnId) Unset ¶

func (v *NullableSnpnId) Unset()

type NullableSnpnInfo ¶

type NullableSnpnInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSnpnInfo ¶

func NewNullableSnpnInfo(val *SnpnInfo) *NullableSnpnInfo

func (NullableSnpnInfo) Get ¶

func (v NullableSnpnInfo) Get() *SnpnInfo

func (NullableSnpnInfo) IsSet ¶

func (v NullableSnpnInfo) IsSet() bool

func (NullableSnpnInfo) MarshalJSON ¶

func (v NullableSnpnInfo) MarshalJSON() ([]byte, error)

func (*NullableSnpnInfo) Set ¶

func (v *NullableSnpnInfo) Set(val *SnpnInfo)

func (*NullableSnpnInfo) UnmarshalJSON ¶

func (v *NullableSnpnInfo) UnmarshalJSON(src []byte) error

func (*NullableSnpnInfo) Unset ¶

func (v *NullableSnpnInfo) Unset()

type NullableSnssai ¶

type NullableSnssai struct {
	// contains filtered or unexported fields
}

func NewNullableSnssai ¶

func NewNullableSnssai(val *Snssai) *NullableSnssai

func (NullableSnssai) Get ¶

func (v NullableSnssai) Get() *Snssai

func (NullableSnssai) IsSet ¶

func (v NullableSnssai) IsSet() bool

func (NullableSnssai) MarshalJSON ¶

func (v NullableSnssai) MarshalJSON() ([]byte, error)

func (*NullableSnssai) Set ¶

func (v *NullableSnssai) Set(val *Snssai)

func (*NullableSnssai) UnmarshalJSON ¶

func (v *NullableSnssai) UnmarshalJSON(src []byte) error

func (*NullableSnssai) Unset ¶

func (v *NullableSnssai) Unset()

type NullableSnssai1 ¶

type NullableSnssai1 struct {
	// contains filtered or unexported fields
}

func NewNullableSnssai1 ¶

func NewNullableSnssai1(val *Snssai1) *NullableSnssai1

func (NullableSnssai1) Get ¶

func (v NullableSnssai1) Get() *Snssai1

func (NullableSnssai1) IsSet ¶

func (v NullableSnssai1) IsSet() bool

func (NullableSnssai1) MarshalJSON ¶

func (v NullableSnssai1) MarshalJSON() ([]byte, error)

func (*NullableSnssai1) Set ¶

func (v *NullableSnssai1) Set(val *Snssai1)

func (*NullableSnssai1) UnmarshalJSON ¶

func (v *NullableSnssai1) UnmarshalJSON(src []byte) error

func (*NullableSnssai1) Unset ¶

func (v *NullableSnssai1) Unset()

type NullableSnssaiExtension ¶

type NullableSnssaiExtension struct {
	// contains filtered or unexported fields
}

func NewNullableSnssaiExtension ¶

func NewNullableSnssaiExtension(val *SnssaiExtension) *NullableSnssaiExtension

func (NullableSnssaiExtension) Get ¶

func (NullableSnssaiExtension) IsSet ¶

func (v NullableSnssaiExtension) IsSet() bool

func (NullableSnssaiExtension) MarshalJSON ¶

func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error)

func (*NullableSnssaiExtension) Set ¶

func (*NullableSnssaiExtension) UnmarshalJSON ¶

func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error

func (*NullableSnssaiExtension) Unset ¶

func (v *NullableSnssaiExtension) Unset()

type NullableSnssaiInfo ¶

type NullableSnssaiInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSnssaiInfo ¶

func NewNullableSnssaiInfo(val *SnssaiInfo) *NullableSnssaiInfo

func (NullableSnssaiInfo) Get ¶

func (v NullableSnssaiInfo) Get() *SnssaiInfo

func (NullableSnssaiInfo) IsSet ¶

func (v NullableSnssaiInfo) IsSet() bool

func (NullableSnssaiInfo) MarshalJSON ¶

func (v NullableSnssaiInfo) MarshalJSON() ([]byte, error)

func (*NullableSnssaiInfo) Set ¶

func (v *NullableSnssaiInfo) Set(val *SnssaiInfo)

func (*NullableSnssaiInfo) UnmarshalJSON ¶

func (v *NullableSnssaiInfo) UnmarshalJSON(src []byte) error

func (*NullableSnssaiInfo) Unset ¶

func (v *NullableSnssaiInfo) Unset()

type NullableSnssaiInfoItem ¶

type NullableSnssaiInfoItem struct {
	// contains filtered or unexported fields
}

func NewNullableSnssaiInfoItem ¶

func NewNullableSnssaiInfoItem(val *SnssaiInfoItem) *NullableSnssaiInfoItem

func (NullableSnssaiInfoItem) Get ¶

func (NullableSnssaiInfoItem) IsSet ¶

func (v NullableSnssaiInfoItem) IsSet() bool

func (NullableSnssaiInfoItem) MarshalJSON ¶

func (v NullableSnssaiInfoItem) MarshalJSON() ([]byte, error)

func (*NullableSnssaiInfoItem) Set ¶

func (*NullableSnssaiInfoItem) UnmarshalJSON ¶

func (v *NullableSnssaiInfoItem) UnmarshalJSON(src []byte) error

func (*NullableSnssaiInfoItem) Unset ¶

func (v *NullableSnssaiInfoItem) Unset()

type 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 NullableSteerModeValue ¶

type NullableSteerModeValue struct {
	// contains filtered or unexported fields
}

func NewNullableSteerModeValue ¶

func NewNullableSteerModeValue(val *SteerModeValue) *NullableSteerModeValue

func (NullableSteerModeValue) Get ¶

func (NullableSteerModeValue) IsSet ¶

func (v NullableSteerModeValue) IsSet() bool

func (NullableSteerModeValue) MarshalJSON ¶

func (v NullableSteerModeValue) MarshalJSON() ([]byte, error)

func (*NullableSteerModeValue) Set ¶

func (*NullableSteerModeValue) UnmarshalJSON ¶

func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error

func (*NullableSteerModeValue) Unset ¶

func (v *NullableSteerModeValue) Unset()

type NullableSteeringFunctionality ¶

type NullableSteeringFunctionality struct {
	// contains filtered or unexported fields
}

func (NullableSteeringFunctionality) Get ¶

func (NullableSteeringFunctionality) IsSet ¶

func (NullableSteeringFunctionality) MarshalJSON ¶

func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error)

func (*NullableSteeringFunctionality) Set ¶

func (*NullableSteeringFunctionality) UnmarshalJSON ¶

func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error

func (*NullableSteeringFunctionality) Unset ¶

func (v *NullableSteeringFunctionality) Unset()

type NullableSteeringMode ¶

type NullableSteeringMode struct {
	// contains filtered or unexported fields
}

func NewNullableSteeringMode ¶

func NewNullableSteeringMode(val *SteeringMode) *NullableSteeringMode

func (NullableSteeringMode) Get ¶

func (NullableSteeringMode) IsSet ¶

func (v NullableSteeringMode) IsSet() bool

func (NullableSteeringMode) MarshalJSON ¶

func (v NullableSteeringMode) MarshalJSON() ([]byte, error)

func (*NullableSteeringMode) Set ¶

func (v *NullableSteeringMode) Set(val *SteeringMode)

func (*NullableSteeringMode) UnmarshalJSON ¶

func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error

func (*NullableSteeringMode) Unset ¶

func (v *NullableSteeringMode) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSubNetworkAttr ¶

type NullableSubNetworkAttr struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkAttr ¶

func NewNullableSubNetworkAttr(val *SubNetworkAttr) *NullableSubNetworkAttr

func (NullableSubNetworkAttr) Get ¶

func (NullableSubNetworkAttr) IsSet ¶

func (v NullableSubNetworkAttr) IsSet() bool

func (NullableSubNetworkAttr) MarshalJSON ¶

func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkAttr) Set ¶

func (*NullableSubNetworkAttr) UnmarshalJSON ¶

func (v *NullableSubNetworkAttr) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkAttr) Unset ¶

func (v *NullableSubNetworkAttr) Unset()

type NullableSubNetworkNcO ¶

type NullableSubNetworkNcO struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkNcO ¶

func NewNullableSubNetworkNcO(val *SubNetworkNcO) *NullableSubNetworkNcO

func (NullableSubNetworkNcO) Get ¶

func (NullableSubNetworkNcO) IsSet ¶

func (v NullableSubNetworkNcO) IsSet() bool

func (NullableSubNetworkNcO) MarshalJSON ¶

func (v NullableSubNetworkNcO) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkNcO) Set ¶

func (v *NullableSubNetworkNcO) Set(val *SubNetworkNcO)

func (*NullableSubNetworkNcO) UnmarshalJSON ¶

func (v *NullableSubNetworkNcO) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkNcO) Unset ¶

func (v *NullableSubNetworkNcO) Unset()

type NullableSubNetworkSingle ¶

type NullableSubNetworkSingle struct {
	// contains filtered or unexported fields
}

func NewNullableSubNetworkSingle ¶

func NewNullableSubNetworkSingle(val *SubNetworkSingle) *NullableSubNetworkSingle

func (NullableSubNetworkSingle) Get ¶

func (NullableSubNetworkSingle) IsSet ¶

func (v NullableSubNetworkSingle) IsSet() bool

func (NullableSubNetworkSingle) MarshalJSON ¶

func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingle) Set ¶

func (*NullableSubNetworkSingle) UnmarshalJSON ¶

func (v *NullableSubNetworkSingle) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingle) Unset ¶

func (v *NullableSubNetworkSingle) Unset()

type 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 NullableSubNetworkSingleAllOfAttributes ¶

type NullableSubNetworkSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableSubNetworkSingleAllOfAttributes) Get ¶

func (NullableSubNetworkSingleAllOfAttributes) IsSet ¶

func (NullableSubNetworkSingleAllOfAttributes) MarshalJSON ¶

func (v NullableSubNetworkSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NullableSubNetworkSingleAllOfAttributes) Set ¶

func (*NullableSubNetworkSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableSubNetworkSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableSubNetworkSingleAllOfAttributes) Unset ¶

type NullableSuciInfo ¶

type NullableSuciInfo struct {
	// contains filtered or unexported fields
}

func NewNullableSuciInfo ¶

func NewNullableSuciInfo(val *SuciInfo) *NullableSuciInfo

func (NullableSuciInfo) Get ¶

func (v NullableSuciInfo) Get() *SuciInfo

func (NullableSuciInfo) IsSet ¶

func (v NullableSuciInfo) IsSet() bool

func (NullableSuciInfo) MarshalJSON ¶

func (v NullableSuciInfo) MarshalJSON() ([]byte, error)

func (*NullableSuciInfo) Set ¶

func (v *NullableSuciInfo) Set(val *SuciInfo)

func (*NullableSuciInfo) UnmarshalJSON ¶

func (v *NullableSuciInfo) UnmarshalJSON(src []byte) error

func (*NullableSuciInfo) Unset ¶

func (v *NullableSuciInfo) Unset()

type NullableSupiRange ¶

type NullableSupiRange struct {
	// contains filtered or unexported fields
}

func NewNullableSupiRange ¶

func NewNullableSupiRange(val *SupiRange) *NullableSupiRange

func (NullableSupiRange) Get ¶

func (v NullableSupiRange) Get() *SupiRange

func (NullableSupiRange) IsSet ¶

func (v NullableSupiRange) IsSet() bool

func (NullableSupiRange) MarshalJSON ¶

func (v NullableSupiRange) MarshalJSON() ([]byte, error)

func (*NullableSupiRange) Set ¶

func (v *NullableSupiRange) Set(val *SupiRange)

func (*NullableSupiRange) UnmarshalJSON ¶

func (v *NullableSupiRange) UnmarshalJSON(src []byte) error

func (*NullableSupiRange) Unset ¶

func (v *NullableSupiRange) Unset()

type NullableSupportedDataSet ¶

type NullableSupportedDataSet struct {
	// contains filtered or unexported fields
}

func NewNullableSupportedDataSet ¶

func NewNullableSupportedDataSet(val *SupportedDataSet) *NullableSupportedDataSet

func (NullableSupportedDataSet) Get ¶

func (NullableSupportedDataSet) IsSet ¶

func (v NullableSupportedDataSet) IsSet() bool

func (NullableSupportedDataSet) MarshalJSON ¶

func (v NullableSupportedDataSet) MarshalJSON() ([]byte, error)

func (*NullableSupportedDataSet) Set ¶

func (*NullableSupportedDataSet) UnmarshalJSON ¶

func (v *NullableSupportedDataSet) UnmarshalJSON(src []byte) error

func (*NullableSupportedDataSet) Unset ¶

func (v *NullableSupportedDataSet) Unset()

type NullableSupportedFunc ¶

type NullableSupportedFunc struct {
	// contains filtered or unexported fields
}

func NewNullableSupportedFunc ¶

func NewNullableSupportedFunc(val *SupportedFunc) *NullableSupportedFunc

func (NullableSupportedFunc) Get ¶

func (NullableSupportedFunc) IsSet ¶

func (v NullableSupportedFunc) IsSet() bool

func (NullableSupportedFunc) MarshalJSON ¶

func (v NullableSupportedFunc) MarshalJSON() ([]byte, error)

func (*NullableSupportedFunc) Set ¶

func (v *NullableSupportedFunc) Set(val *SupportedFunc)

func (*NullableSupportedFunc) UnmarshalJSON ¶

func (v *NullableSupportedFunc) UnmarshalJSON(src []byte) error

func (*NullableSupportedFunc) Unset ¶

func (v *NullableSupportedFunc) Unset()

type NullableSupportedPerfMetricGroup ¶

type NullableSupportedPerfMetricGroup struct {
	// contains filtered or unexported fields
}

func (NullableSupportedPerfMetricGroup) Get ¶

func (NullableSupportedPerfMetricGroup) IsSet ¶

func (NullableSupportedPerfMetricGroup) MarshalJSON ¶

func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error)

func (*NullableSupportedPerfMetricGroup) Set ¶

func (*NullableSupportedPerfMetricGroup) UnmarshalJSON ¶

func (v *NullableSupportedPerfMetricGroup) UnmarshalJSON(src []byte) error

func (*NullableSupportedPerfMetricGroup) Unset ¶

type NullableTai ¶

type NullableTai struct {
	// contains filtered or unexported fields
}

func NewNullableTai ¶

func NewNullableTai(val *Tai) *NullableTai

func (NullableTai) Get ¶

func (v NullableTai) Get() *Tai

func (NullableTai) IsSet ¶

func (v NullableTai) IsSet() bool

func (NullableTai) MarshalJSON ¶

func (v NullableTai) MarshalJSON() ([]byte, error)

func (*NullableTai) Set ¶

func (v *NullableTai) Set(val *Tai)

func (*NullableTai) UnmarshalJSON ¶

func (v *NullableTai) UnmarshalJSON(src []byte) error

func (*NullableTai) Unset ¶

func (v *NullableTai) Unset()

type NullableTai1 ¶

type NullableTai1 struct {
	// contains filtered or unexported fields
}

func NewNullableTai1 ¶

func NewNullableTai1(val *Tai1) *NullableTai1

func (NullableTai1) Get ¶

func (v NullableTai1) Get() *Tai1

func (NullableTai1) IsSet ¶

func (v NullableTai1) IsSet() bool

func (NullableTai1) MarshalJSON ¶

func (v NullableTai1) MarshalJSON() ([]byte, error)

func (*NullableTai1) Set ¶

func (v *NullableTai1) Set(val *Tai1)

func (*NullableTai1) UnmarshalJSON ¶

func (v *NullableTai1) UnmarshalJSON(src []byte) error

func (*NullableTai1) Unset ¶

func (v *NullableTai1) Unset()

type NullableTaiRange ¶

type NullableTaiRange struct {
	// contains filtered or unexported fields
}

func NewNullableTaiRange ¶

func NewNullableTaiRange(val *TaiRange) *NullableTaiRange

func (NullableTaiRange) Get ¶

func (v NullableTaiRange) Get() *TaiRange

func (NullableTaiRange) IsSet ¶

func (v NullableTaiRange) IsSet() bool

func (NullableTaiRange) MarshalJSON ¶

func (v NullableTaiRange) MarshalJSON() ([]byte, error)

func (*NullableTaiRange) Set ¶

func (v *NullableTaiRange) Set(val *TaiRange)

func (*NullableTaiRange) UnmarshalJSON ¶

func (v *NullableTaiRange) UnmarshalJSON(src []byte) error

func (*NullableTaiRange) Unset ¶

func (v *NullableTaiRange) Unset()

type 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 (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 NullableTopologicalServiceArea ¶

type NullableTopologicalServiceArea struct {
	// contains filtered or unexported fields
}

func (NullableTopologicalServiceArea) Get ¶

func (NullableTopologicalServiceArea) IsSet ¶

func (NullableTopologicalServiceArea) MarshalJSON ¶

func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error)

func (*NullableTopologicalServiceArea) Set ¶

func (*NullableTopologicalServiceArea) UnmarshalJSON ¶

func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error

func (*NullableTopologicalServiceArea) Unset ¶

func (v *NullableTopologicalServiceArea) Unset()

type NullableTraceDepthType ¶

type NullableTraceDepthType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceDepthType ¶

func NewNullableTraceDepthType(val *TraceDepthType) *NullableTraceDepthType

func (NullableTraceDepthType) Get ¶

func (NullableTraceDepthType) IsSet ¶

func (v NullableTraceDepthType) IsSet() bool

func (NullableTraceDepthType) MarshalJSON ¶

func (v NullableTraceDepthType) MarshalJSON() ([]byte, error)

func (*NullableTraceDepthType) Set ¶

func (*NullableTraceDepthType) UnmarshalJSON ¶

func (v *NullableTraceDepthType) UnmarshalJSON(src []byte) error

func (*NullableTraceDepthType) Unset ¶

func (v *NullableTraceDepthType) Unset()

type NullableTraceJobAttr ¶

type NullableTraceJobAttr struct {
	// contains filtered or unexported fields
}

func NewNullableTraceJobAttr ¶

func NewNullableTraceJobAttr(val *TraceJobAttr) *NullableTraceJobAttr

func (NullableTraceJobAttr) Get ¶

func (NullableTraceJobAttr) IsSet ¶

func (v NullableTraceJobAttr) IsSet() bool

func (NullableTraceJobAttr) MarshalJSON ¶

func (v NullableTraceJobAttr) MarshalJSON() ([]byte, error)

func (*NullableTraceJobAttr) Set ¶

func (v *NullableTraceJobAttr) Set(val *TraceJobAttr)

func (*NullableTraceJobAttr) UnmarshalJSON ¶

func (v *NullableTraceJobAttr) UnmarshalJSON(src []byte) error

func (*NullableTraceJobAttr) Unset ¶

func (v *NullableTraceJobAttr) Unset()

type NullableTraceJobSingle ¶

type NullableTraceJobSingle struct {
	// contains filtered or unexported fields
}

func NewNullableTraceJobSingle ¶

func NewNullableTraceJobSingle(val *TraceJobSingle) *NullableTraceJobSingle

func (NullableTraceJobSingle) Get ¶

func (NullableTraceJobSingle) IsSet ¶

func (v NullableTraceJobSingle) IsSet() bool

func (NullableTraceJobSingle) MarshalJSON ¶

func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error)

func (*NullableTraceJobSingle) Set ¶

func (*NullableTraceJobSingle) UnmarshalJSON ¶

func (v *NullableTraceJobSingle) UnmarshalJSON(src []byte) error

func (*NullableTraceJobSingle) Unset ¶

func (v *NullableTraceJobSingle) Unset()

type NullableTraceJobSingleAllOf ¶

type NullableTraceJobSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableTraceJobSingleAllOf) Get ¶

func (NullableTraceJobSingleAllOf) IsSet ¶

func (NullableTraceJobSingleAllOf) MarshalJSON ¶

func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableTraceJobSingleAllOf) Set ¶

func (*NullableTraceJobSingleAllOf) UnmarshalJSON ¶

func (v *NullableTraceJobSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableTraceJobSingleAllOf) Unset ¶

func (v *NullableTraceJobSingleAllOf) Unset()

type NullableTraceReferenceType ¶

type NullableTraceReferenceType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceReferenceType ¶

func NewNullableTraceReferenceType(val *TraceReferenceType) *NullableTraceReferenceType

func (NullableTraceReferenceType) Get ¶

func (NullableTraceReferenceType) IsSet ¶

func (v NullableTraceReferenceType) IsSet() bool

func (NullableTraceReferenceType) MarshalJSON ¶

func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error)

func (*NullableTraceReferenceType) Set ¶

func (*NullableTraceReferenceType) UnmarshalJSON ¶

func (v *NullableTraceReferenceType) UnmarshalJSON(src []byte) error

func (*NullableTraceReferenceType) Unset ¶

func (v *NullableTraceReferenceType) Unset()

type NullableTraceReportingFormatType ¶

type NullableTraceReportingFormatType struct {
	// contains filtered or unexported fields
}

func (NullableTraceReportingFormatType) Get ¶

func (NullableTraceReportingFormatType) IsSet ¶

func (NullableTraceReportingFormatType) MarshalJSON ¶

func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error)

func (*NullableTraceReportingFormatType) Set ¶

func (*NullableTraceReportingFormatType) UnmarshalJSON ¶

func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error

func (*NullableTraceReportingFormatType) Unset ¶

type NullableTraceTargetType ¶

type NullableTraceTargetType struct {
	// contains filtered or unexported fields
}

func NewNullableTraceTargetType ¶

func NewNullableTraceTargetType(val *TraceTargetType) *NullableTraceTargetType

func (NullableTraceTargetType) Get ¶

func (NullableTraceTargetType) IsSet ¶

func (v NullableTraceTargetType) IsSet() bool

func (NullableTraceTargetType) MarshalJSON ¶

func (v NullableTraceTargetType) MarshalJSON() ([]byte, error)

func (*NullableTraceTargetType) Set ¶

func (*NullableTraceTargetType) UnmarshalJSON ¶

func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error

func (*NullableTraceTargetType) Unset ¶

func (v *NullableTraceTargetType) Unset()

type NullableTrafficControlData ¶

type NullableTrafficControlData struct {
	// contains filtered or unexported fields
}

func NewNullableTrafficControlData ¶

func NewNullableTrafficControlData(val *TrafficControlData) *NullableTrafficControlData

func (NullableTrafficControlData) Get ¶

func (NullableTrafficControlData) IsSet ¶

func (v NullableTrafficControlData) IsSet() bool

func (NullableTrafficControlData) MarshalJSON ¶

func (v NullableTrafficControlData) MarshalJSON() ([]byte, error)

func (*NullableTrafficControlData) Set ¶

func (*NullableTrafficControlData) UnmarshalJSON ¶

func (v *NullableTrafficControlData) UnmarshalJSON(src []byte) error

func (*NullableTrafficControlData) Unset ¶

func (v *NullableTrafficControlData) Unset()

type NullableTransportProtocol ¶

type NullableTransportProtocol struct {
	// contains filtered or unexported fields
}

func NewNullableTransportProtocol ¶

func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol

func (NullableTransportProtocol) Get ¶

func (NullableTransportProtocol) IsSet ¶

func (v NullableTransportProtocol) IsSet() bool

func (NullableTransportProtocol) MarshalJSON ¶

func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)

func (*NullableTransportProtocol) Set ¶

func (*NullableTransportProtocol) UnmarshalJSON ¶

func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error

func (*NullableTransportProtocol) Unset ¶

func (v *NullableTransportProtocol) Unset()

type NullableTrendIndication ¶

type NullableTrendIndication struct {
	// contains filtered or unexported fields
}

func NewNullableTrendIndication ¶

func NewNullableTrendIndication(val *TrendIndication) *NullableTrendIndication

func (NullableTrendIndication) Get ¶

func (NullableTrendIndication) IsSet ¶

func (v NullableTrendIndication) IsSet() bool

func (NullableTrendIndication) MarshalJSON ¶

func (v NullableTrendIndication) MarshalJSON() ([]byte, error)

func (*NullableTrendIndication) Set ¶

func (*NullableTrendIndication) UnmarshalJSON ¶

func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error

func (*NullableTrendIndication) Unset ¶

func (v *NullableTrendIndication) Unset()

type NullableTriggeringEventsType ¶

type NullableTriggeringEventsType struct {
	// contains filtered or unexported fields
}

func (NullableTriggeringEventsType) Get ¶

func (NullableTriggeringEventsType) IsSet ¶

func (NullableTriggeringEventsType) MarshalJSON ¶

func (v NullableTriggeringEventsType) MarshalJSON() ([]byte, error)

func (*NullableTriggeringEventsType) Set ¶

func (*NullableTriggeringEventsType) UnmarshalJSON ¶

func (v *NullableTriggeringEventsType) UnmarshalJSON(src []byte) error

func (*NullableTriggeringEventsType) Unset ¶

func (v *NullableTriggeringEventsType) Unset()

type NullableTscaiInputContainer ¶

type NullableTscaiInputContainer struct {
	// contains filtered or unexported fields
}

func (NullableTscaiInputContainer) Get ¶

func (NullableTscaiInputContainer) IsSet ¶

func (NullableTscaiInputContainer) MarshalJSON ¶

func (v NullableTscaiInputContainer) MarshalJSON() ([]byte, error)

func (*NullableTscaiInputContainer) Set ¶

func (*NullableTscaiInputContainer) UnmarshalJSON ¶

func (v *NullableTscaiInputContainer) UnmarshalJSON(src []byte) error

func (*NullableTscaiInputContainer) Unset ¶

func (v *NullableTscaiInputContainer) Unset()

type NullableUPFConnectionInfo ¶

type NullableUPFConnectionInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUPFConnectionInfo ¶

func NewNullableUPFConnectionInfo(val *UPFConnectionInfo) *NullableUPFConnectionInfo

func (NullableUPFConnectionInfo) Get ¶

func (NullableUPFConnectionInfo) IsSet ¶

func (v NullableUPFConnectionInfo) IsSet() bool

func (NullableUPFConnectionInfo) MarshalJSON ¶

func (v NullableUPFConnectionInfo) MarshalJSON() ([]byte, error)

func (*NullableUPFConnectionInfo) Set ¶

func (*NullableUPFConnectionInfo) UnmarshalJSON ¶

func (v *NullableUPFConnectionInfo) UnmarshalJSON(src []byte) error

func (*NullableUPFConnectionInfo) Unset ¶

func (v *NullableUPFConnectionInfo) Unset()

type NullableUdmFunctionSingle ¶

type NullableUdmFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUdmFunctionSingle ¶

func NewNullableUdmFunctionSingle(val *UdmFunctionSingle) *NullableUdmFunctionSingle

func (NullableUdmFunctionSingle) Get ¶

func (NullableUdmFunctionSingle) IsSet ¶

func (v NullableUdmFunctionSingle) IsSet() bool

func (NullableUdmFunctionSingle) MarshalJSON ¶

func (v NullableUdmFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUdmFunctionSingle) Set ¶

func (*NullableUdmFunctionSingle) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingle) Unset ¶

func (v *NullableUdmFunctionSingle) Unset()

type NullableUdmFunctionSingleAllOf ¶

type NullableUdmFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOf) Get ¶

func (NullableUdmFunctionSingleAllOf) IsSet ¶

func (NullableUdmFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUdmFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUdmFunctionSingleAllOf) Set ¶

func (*NullableUdmFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingleAllOf) Unset ¶

func (v *NullableUdmFunctionSingleAllOf) Unset()

type NullableUdmFunctionSingleAllOf1 ¶

type NullableUdmFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOf1) Get ¶

func (NullableUdmFunctionSingleAllOf1) IsSet ¶

func (NullableUdmFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableUdmFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableUdmFunctionSingleAllOf1) Set ¶

func (*NullableUdmFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingleAllOf1) Unset ¶

type NullableUdmFunctionSingleAllOfAttributes ¶

type NullableUdmFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOfAttributes) Get ¶

func (NullableUdmFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUdmFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUdmFunctionSingleAllOfAttributes) Set ¶

func (*NullableUdmFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUdmFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUdmFunctionSingleAllOfAttributes) Unset ¶

type NullableUdmFunctionSingleAllOfAttributesAllOf ¶

type NullableUdmFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdmFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUdmFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUdmFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUdmFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUdmFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUdmFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUdrFunctionSingle ¶

type NullableUdrFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUdrFunctionSingle ¶

func NewNullableUdrFunctionSingle(val *UdrFunctionSingle) *NullableUdrFunctionSingle

func (NullableUdrFunctionSingle) Get ¶

func (NullableUdrFunctionSingle) IsSet ¶

func (v NullableUdrFunctionSingle) IsSet() bool

func (NullableUdrFunctionSingle) MarshalJSON ¶

func (v NullableUdrFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUdrFunctionSingle) Set ¶

func (*NullableUdrFunctionSingle) UnmarshalJSON ¶

func (v *NullableUdrFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUdrFunctionSingle) Unset ¶

func (v *NullableUdrFunctionSingle) Unset()

type NullableUdrFunctionSingleAllOf ¶

type NullableUdrFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdrFunctionSingleAllOf) Get ¶

func (NullableUdrFunctionSingleAllOf) IsSet ¶

func (NullableUdrFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUdrFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUdrFunctionSingleAllOf) Set ¶

func (*NullableUdrFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUdrFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUdrFunctionSingleAllOf) Unset ¶

func (v *NullableUdrFunctionSingleAllOf) Unset()

type NullableUdrFunctionSingleAllOfAttributes ¶

type NullableUdrFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUdrFunctionSingleAllOfAttributes) Get ¶

func (NullableUdrFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUdrFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUdrFunctionSingleAllOfAttributes) Set ¶

func (*NullableUdrFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUdrFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUdrFunctionSingleAllOfAttributes) Unset ¶

type NullableUdrFunctionSingleAllOfAttributesAllOf ¶

type NullableUdrFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdrFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUdrFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUdrFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUdrFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUdrFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUdrFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUdsfFunctionSingle ¶

type NullableUdsfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUdsfFunctionSingle ¶

func NewNullableUdsfFunctionSingle(val *UdsfFunctionSingle) *NullableUdsfFunctionSingle

func (NullableUdsfFunctionSingle) Get ¶

func (NullableUdsfFunctionSingle) IsSet ¶

func (v NullableUdsfFunctionSingle) IsSet() bool

func (NullableUdsfFunctionSingle) MarshalJSON ¶

func (v NullableUdsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUdsfFunctionSingle) Set ¶

func (*NullableUdsfFunctionSingle) UnmarshalJSON ¶

func (v *NullableUdsfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUdsfFunctionSingle) Unset ¶

func (v *NullableUdsfFunctionSingle) Unset()

type NullableUdsfFunctionSingleAllOf ¶

type NullableUdsfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdsfFunctionSingleAllOf) Get ¶

func (NullableUdsfFunctionSingleAllOf) IsSet ¶

func (NullableUdsfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUdsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUdsfFunctionSingleAllOf) Set ¶

func (*NullableUdsfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUdsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUdsfFunctionSingleAllOf) Unset ¶

type NullableUdsfFunctionSingleAllOfAttributes ¶

type NullableUdsfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUdsfFunctionSingleAllOfAttributes) Get ¶

func (NullableUdsfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUdsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUdsfFunctionSingleAllOfAttributes) Set ¶

func (*NullableUdsfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUdsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUdsfFunctionSingleAllOfAttributes) Unset ¶

type NullableUdsfFunctionSingleAllOfAttributesAllOf ¶

type NullableUdsfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUdsfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUdsfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUdsfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUdsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUdsfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUdsfInfo ¶

type NullableUdsfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUdsfInfo ¶

func NewNullableUdsfInfo(val *UdsfInfo) *NullableUdsfInfo

func (NullableUdsfInfo) Get ¶

func (v NullableUdsfInfo) Get() *UdsfInfo

func (NullableUdsfInfo) IsSet ¶

func (v NullableUdsfInfo) IsSet() bool

func (NullableUdsfInfo) MarshalJSON ¶

func (v NullableUdsfInfo) MarshalJSON() ([]byte, error)

func (*NullableUdsfInfo) Set ¶

func (v *NullableUdsfInfo) Set(val *UdsfInfo)

func (*NullableUdsfInfo) UnmarshalJSON ¶

func (v *NullableUdsfInfo) UnmarshalJSON(src []byte) error

func (*NullableUdsfInfo) Unset ¶

func (v *NullableUdsfInfo) Unset()

type NullableUnTrustAfInfo ¶

type NullableUnTrustAfInfo struct {
	// contains filtered or unexported fields
}

func NewNullableUnTrustAfInfo ¶

func NewNullableUnTrustAfInfo(val *UnTrustAfInfo) *NullableUnTrustAfInfo

func (NullableUnTrustAfInfo) Get ¶

func (NullableUnTrustAfInfo) IsSet ¶

func (v NullableUnTrustAfInfo) IsSet() bool

func (NullableUnTrustAfInfo) MarshalJSON ¶

func (v NullableUnTrustAfInfo) MarshalJSON() ([]byte, error)

func (*NullableUnTrustAfInfo) Set ¶

func (v *NullableUnTrustAfInfo) Set(val *UnTrustAfInfo)

func (*NullableUnTrustAfInfo) UnmarshalJSON ¶

func (v *NullableUnTrustAfInfo) UnmarshalJSON(src []byte) error

func (*NullableUnTrustAfInfo) Unset ¶

func (v *NullableUnTrustAfInfo) Unset()

type NullableUpPathChgEvent ¶

type NullableUpPathChgEvent struct {
	// contains filtered or unexported fields
}

func NewNullableUpPathChgEvent ¶

func NewNullableUpPathChgEvent(val *UpPathChgEvent) *NullableUpPathChgEvent

func (NullableUpPathChgEvent) Get ¶

func (NullableUpPathChgEvent) IsSet ¶

func (v NullableUpPathChgEvent) IsSet() bool

func (NullableUpPathChgEvent) MarshalJSON ¶

func (v NullableUpPathChgEvent) MarshalJSON() ([]byte, error)

func (*NullableUpPathChgEvent) Set ¶

func (*NullableUpPathChgEvent) UnmarshalJSON ¶

func (v *NullableUpPathChgEvent) UnmarshalJSON(src []byte) error

func (*NullableUpPathChgEvent) Unset ¶

func (v *NullableUpPathChgEvent) Unset()

type NullableUpfFunctionSingle ¶

type NullableUpfFunctionSingle struct {
	// contains filtered or unexported fields
}

func NewNullableUpfFunctionSingle ¶

func NewNullableUpfFunctionSingle(val *UpfFunctionSingle) *NullableUpfFunctionSingle

func (NullableUpfFunctionSingle) Get ¶

func (NullableUpfFunctionSingle) IsSet ¶

func (v NullableUpfFunctionSingle) IsSet() bool

func (NullableUpfFunctionSingle) MarshalJSON ¶

func (v NullableUpfFunctionSingle) MarshalJSON() ([]byte, error)

func (*NullableUpfFunctionSingle) Set ¶

func (*NullableUpfFunctionSingle) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingle) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingle) Unset ¶

func (v *NullableUpfFunctionSingle) Unset()

type NullableUpfFunctionSingleAllOf ¶

type NullableUpfFunctionSingleAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOf) Get ¶

func (NullableUpfFunctionSingleAllOf) IsSet ¶

func (NullableUpfFunctionSingleAllOf) MarshalJSON ¶

func (v NullableUpfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NullableUpfFunctionSingleAllOf) Set ¶

func (*NullableUpfFunctionSingleAllOf) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingleAllOf) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingleAllOf) Unset ¶

func (v *NullableUpfFunctionSingleAllOf) Unset()

type NullableUpfFunctionSingleAllOf1 ¶

type NullableUpfFunctionSingleAllOf1 struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOf1) Get ¶

func (NullableUpfFunctionSingleAllOf1) IsSet ¶

func (NullableUpfFunctionSingleAllOf1) MarshalJSON ¶

func (v NullableUpfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*NullableUpfFunctionSingleAllOf1) Set ¶

func (*NullableUpfFunctionSingleAllOf1) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingleAllOf1) Unset ¶

type NullableUpfFunctionSingleAllOfAttributes ¶

type NullableUpfFunctionSingleAllOfAttributes struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOfAttributes) Get ¶

func (NullableUpfFunctionSingleAllOfAttributes) IsSet ¶

func (NullableUpfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (*NullableUpfFunctionSingleAllOfAttributes) Set ¶

func (*NullableUpfFunctionSingleAllOfAttributes) UnmarshalJSON ¶

func (v *NullableUpfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error

func (*NullableUpfFunctionSingleAllOfAttributes) Unset ¶

type NullableUpfFunctionSingleAllOfAttributesAllOf ¶

type NullableUpfFunctionSingleAllOfAttributesAllOf struct {
	// contains filtered or unexported fields
}

func (NullableUpfFunctionSingleAllOfAttributesAllOf) Get ¶

func (NullableUpfFunctionSingleAllOfAttributesAllOf) IsSet ¶

func (NullableUpfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*NullableUpfFunctionSingleAllOfAttributesAllOf) Set ¶

func (*NullableUpfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON ¶

func (*NullableUpfFunctionSingleAllOfAttributesAllOf) Unset ¶

type NullableUsageState ¶

type NullableUsageState struct {
	// contains filtered or unexported fields
}

func NewNullableUsageState ¶

func NewNullableUsageState(val *UsageState) *NullableUsageState

func (NullableUsageState) Get ¶

func (v NullableUsageState) Get() *UsageState

func (NullableUsageState) IsSet ¶

func (v NullableUsageState) IsSet() bool

func (NullableUsageState) MarshalJSON ¶

func (v NullableUsageState) MarshalJSON() ([]byte, error)

func (*NullableUsageState) Set ¶

func (v *NullableUsageState) Set(val *UsageState)

func (*NullableUsageState) UnmarshalJSON ¶

func (v *NullableUsageState) UnmarshalJSON(src []byte) error

func (*NullableUsageState) Unset ¶

func (v *NullableUsageState) Unset()

type NullableV2xCapability ¶

type NullableV2xCapability struct {
	// contains filtered or unexported fields
}

func NewNullableV2xCapability ¶

func NewNullableV2xCapability(val *V2xCapability) *NullableV2xCapability

func (NullableV2xCapability) Get ¶

func (NullableV2xCapability) IsSet ¶

func (v NullableV2xCapability) IsSet() bool

func (NullableV2xCapability) MarshalJSON ¶

func (v NullableV2xCapability) MarshalJSON() ([]byte, error)

func (*NullableV2xCapability) Set ¶

func (v *NullableV2xCapability) Set(val *V2xCapability)

func (*NullableV2xCapability) UnmarshalJSON ¶

func (v *NullableV2xCapability) UnmarshalJSON(src []byte) error

func (*NullableV2xCapability) Unset ¶

func (v *NullableV2xCapability) Unset()

type NullableVnfParameter ¶

type NullableVnfParameter struct {
	// contains filtered or unexported fields
}

func NewNullableVnfParameter ¶

func NewNullableVnfParameter(val *VnfParameter) *NullableVnfParameter

func (NullableVnfParameter) Get ¶

func (NullableVnfParameter) IsSet ¶

func (v NullableVnfParameter) IsSet() bool

func (NullableVnfParameter) MarshalJSON ¶

func (v NullableVnfParameter) MarshalJSON() ([]byte, error)

func (*NullableVnfParameter) Set ¶

func (v *NullableVnfParameter) Set(val *VnfParameter)

func (*NullableVnfParameter) UnmarshalJSON ¶

func (v *NullableVnfParameter) UnmarshalJSON(src []byte) error

func (*NullableVnfParameter) Unset ¶

func (v *NullableVnfParameter) Unset()

type NullableVsDataContainerSingle ¶

type NullableVsDataContainerSingle struct {
	// contains filtered or unexported fields
}

func (NullableVsDataContainerSingle) Get ¶

func (NullableVsDataContainerSingle) IsSet ¶

func (NullableVsDataContainerSingle) MarshalJSON ¶

func (v NullableVsDataContainerSingle) MarshalJSON() ([]byte, error)

func (*NullableVsDataContainerSingle) Set ¶

func (*NullableVsDataContainerSingle) UnmarshalJSON ¶

func (v *NullableVsDataContainerSingle) UnmarshalJSON(src []byte) error

func (*NullableVsDataContainerSingle) Unset ¶

func (v *NullableVsDataContainerSingle) Unset()

type NullableVsDataContainerSingleAttributes ¶

type NullableVsDataContainerSingleAttributes struct {
	// contains filtered or unexported fields
}

func (NullableVsDataContainerSingleAttributes) Get ¶

func (NullableVsDataContainerSingleAttributes) IsSet ¶

func (NullableVsDataContainerSingleAttributes) MarshalJSON ¶

func (v NullableVsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)

func (*NullableVsDataContainerSingleAttributes) Set ¶

func (*NullableVsDataContainerSingleAttributes) UnmarshalJSON ¶

func (v *NullableVsDataContainerSingleAttributes) UnmarshalJSON(src []byte) error

func (*NullableVsDataContainerSingleAttributes) Unset ¶

type NwdafCapability ¶

type NwdafCapability struct {
	AnalyticsAggregation          *bool `json:"analyticsAggregation,omitempty"`
	AnalyticsMetadataProvisioning *bool `json:"analyticsMetadataProvisioning,omitempty"`
}

NwdafCapability Indicates the capability supported by the NWDAF

func NewNwdafCapability ¶

func NewNwdafCapability() *NwdafCapability

NewNwdafCapability instantiates a new NwdafCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafCapabilityWithDefaults ¶

func NewNwdafCapabilityWithDefaults() *NwdafCapability

NewNwdafCapabilityWithDefaults instantiates a new NwdafCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafCapability) GetAnalyticsAggregation ¶

func (o *NwdafCapability) GetAnalyticsAggregation() bool

GetAnalyticsAggregation returns the AnalyticsAggregation field value if set, zero value otherwise.

func (*NwdafCapability) GetAnalyticsAggregationOk ¶

func (o *NwdafCapability) GetAnalyticsAggregationOk() (*bool, bool)

GetAnalyticsAggregationOk returns a tuple with the AnalyticsAggregation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafCapability) GetAnalyticsMetadataProvisioning ¶

func (o *NwdafCapability) GetAnalyticsMetadataProvisioning() bool

GetAnalyticsMetadataProvisioning returns the AnalyticsMetadataProvisioning field value if set, zero value otherwise.

func (*NwdafCapability) GetAnalyticsMetadataProvisioningOk ¶

func (o *NwdafCapability) GetAnalyticsMetadataProvisioningOk() (*bool, bool)

GetAnalyticsMetadataProvisioningOk returns a tuple with the AnalyticsMetadataProvisioning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafCapability) HasAnalyticsAggregation ¶

func (o *NwdafCapability) HasAnalyticsAggregation() bool

HasAnalyticsAggregation returns a boolean if a field has been set.

func (*NwdafCapability) HasAnalyticsMetadataProvisioning ¶

func (o *NwdafCapability) HasAnalyticsMetadataProvisioning() bool

HasAnalyticsMetadataProvisioning returns a boolean if a field has been set.

func (NwdafCapability) MarshalJSON ¶

func (o NwdafCapability) MarshalJSON() ([]byte, error)

func (*NwdafCapability) SetAnalyticsAggregation ¶

func (o *NwdafCapability) SetAnalyticsAggregation(v bool)

SetAnalyticsAggregation gets a reference to the given bool and assigns it to the AnalyticsAggregation field.

func (*NwdafCapability) SetAnalyticsMetadataProvisioning ¶

func (o *NwdafCapability) SetAnalyticsMetadataProvisioning(v bool)

SetAnalyticsMetadataProvisioning gets a reference to the given bool and assigns it to the AnalyticsMetadataProvisioning field.

func (NwdafCapability) ToMap ¶

func (o NwdafCapability) ToMap() (map[string]interface{}, error)

type NwdafEvent ¶

type NwdafEvent struct {
	String *string
}

NwdafEvent Possible values are: - SLICE_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice - NETWORK_PERFORMANCE: Indicates that the event subscribed is network performance information. - NF_LOAD: Indicates that the event subscribed is load level and status of one or several Network Functions. - SERVICE_EXPERIENCE: Indicates that the event subscribed is service experience. - UE_MOBILITY: Indicates that the event subscribed is UE mobility information. - UE_COMMUNICATION: Indicates that the event subscribed is UE communication information. - QOS_SUSTAINABILITY: Indicates that the event subscribed is QoS sustainability. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour. - USER_DATA_CONGESTION: Indicates that the event subscribed is user data congestion information. - NSI_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice and the optionally associated Network Slice Instance - DN_PERFORMANCE: Indicates that the event subscribed is DN performance information. - DISPERSION: Indicates that the event subscribed is dispersion information. - RED_TRANS_EXP: Indicates that the event subscribed is redundant transmission experience. - WLAN_PERFORMANCE: Indicates that the event subscribed is WLAN performance. - SM_CONGESTION: Indicates the Session Management Congestion Control Experience information for specific DNN and/or S-NSSAI.

func (*NwdafEvent) MarshalJSON ¶

func (src *NwdafEvent) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*NwdafEvent) UnmarshalJSON ¶

func (dst *NwdafEvent) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type NwdafFunctionSingle ¶

type NwdafFunctionSingle struct {
	Top
	Attributes *NwdafFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NwdafFunctionSingle struct for NwdafFunctionSingle

func NewNwdafFunctionSingle ¶

func NewNwdafFunctionSingle(id NullableString) *NwdafFunctionSingle

NewNwdafFunctionSingle instantiates a new NwdafFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleWithDefaults ¶

func NewNwdafFunctionSingleWithDefaults() *NwdafFunctionSingle

NewNwdafFunctionSingleWithDefaults instantiates a new NwdafFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NwdafFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingle) HasAttributes ¶

func (o *NwdafFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NwdafFunctionSingle) MarshalJSON ¶

func (o NwdafFunctionSingle) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given NwdafFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NwdafFunctionSingle) ToMap ¶

func (o NwdafFunctionSingle) ToMap() (map[string]interface{}, error)

type NwdafFunctionSingleAllOf ¶

type NwdafFunctionSingleAllOf struct {
	Attributes *NwdafFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

NwdafFunctionSingleAllOf struct for NwdafFunctionSingleAllOf

func NewNwdafFunctionSingleAllOf ¶

func NewNwdafFunctionSingleAllOf() *NwdafFunctionSingleAllOf

NewNwdafFunctionSingleAllOf instantiates a new NwdafFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleAllOfWithDefaults ¶

func NewNwdafFunctionSingleAllOfWithDefaults() *NwdafFunctionSingleAllOf

NewNwdafFunctionSingleAllOfWithDefaults instantiates a new NwdafFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOf) HasAttributes ¶

func (o *NwdafFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (NwdafFunctionSingleAllOf) MarshalJSON ¶

func (o NwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given NwdafFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (NwdafFunctionSingleAllOf) ToMap ¶

func (o NwdafFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type NwdafFunctionSingleAllOfAttributes ¶

type NwdafFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList           []PlmnId             `json:"plmnIdList,omitempty"`
	SBIFqdn              *string              `json:"sBIFqdn,omitempty"`
	SnssaiList           []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile     *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CommModelList        []CommModel          `json:"commModelList,omitempty"`
	NetworkSliceInfoList []NetworkSliceInfo   `json:"networkSliceInfoList,omitempty"`
	AdministrativeState  *AdministrativeState `json:"administrativeState,omitempty"`
	NwdafInfo            *NwdafInfo           `json:"nwdafInfo,omitempty"`
}

NwdafFunctionSingleAllOfAttributes struct for NwdafFunctionSingleAllOfAttributes

func NewNwdafFunctionSingleAllOfAttributes ¶

func NewNwdafFunctionSingleAllOfAttributes() *NwdafFunctionSingleAllOfAttributes

NewNwdafFunctionSingleAllOfAttributes instantiates a new NwdafFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleAllOfAttributesWithDefaults ¶

func NewNwdafFunctionSingleAllOfAttributesWithDefaults() *NwdafFunctionSingleAllOfAttributes

NewNwdafFunctionSingleAllOfAttributesWithDefaults instantiates a new NwdafFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingleAllOfAttributes) GetAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoList() []NetworkSliceInfo

GetNetworkSliceInfoList returns the NetworkSliceInfoList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool)

GetNetworkSliceInfoListOk returns a tuple with the NetworkSliceInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetNwdafInfo ¶

GetNwdafInfo returns the NwdafInfo field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetNwdafInfoOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetNwdafInfoOk() (*NwdafInfo, bool)

GetNwdafInfoOk returns a tuple with the NwdafInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) GetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributes) GetSnssaiListOk ¶

func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasNetworkSliceInfoList() bool

HasNetworkSliceInfoList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasNwdafInfo ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasNwdafInfo() bool

HasNwdafInfo returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributes) HasSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributes) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NwdafFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o NwdafFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingleAllOfAttributes) SetAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NwdafFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NwdafFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NwdafFunctionSingleAllOfAttributes) SetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetNetworkSliceInfoList(v []NetworkSliceInfo)

SetNetworkSliceInfoList gets a reference to the given []NetworkSliceInfo and assigns it to the NetworkSliceInfoList field.

func (*NwdafFunctionSingleAllOfAttributes) SetNwdafInfo ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetNwdafInfo(v NwdafInfo)

SetNwdafInfo gets a reference to the given NwdafInfo and assigns it to the NwdafInfo field.

func (*NwdafFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NwdafFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NwdafFunctionSingleAllOfAttributes) SetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NwdafFunctionSingleAllOfAttributes) ToMap ¶

func (o NwdafFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type NwdafFunctionSingleAllOfAttributesAllOf ¶

type NwdafFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList           []PlmnId             `json:"plmnIdList,omitempty"`
	SBIFqdn              *string              `json:"sBIFqdn,omitempty"`
	SnssaiList           []Snssai             `json:"snssaiList,omitempty"`
	ManagedNFProfile     *ManagedNFProfile    `json:"managedNFProfile,omitempty"`
	CommModelList        []CommModel          `json:"commModelList,omitempty"`
	NetworkSliceInfoList []NetworkSliceInfo   `json:"networkSliceInfoList,omitempty"`
	AdministrativeState  *AdministrativeState `json:"administrativeState,omitempty"`
	NwdafInfo            *NwdafInfo           `json:"nwdafInfo,omitempty"`
}

NwdafFunctionSingleAllOfAttributesAllOf struct for NwdafFunctionSingleAllOfAttributesAllOf

func NewNwdafFunctionSingleAllOfAttributesAllOf ¶

func NewNwdafFunctionSingleAllOfAttributesAllOf() *NwdafFunctionSingleAllOfAttributesAllOf

NewNwdafFunctionSingleAllOfAttributesAllOf instantiates a new NwdafFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewNwdafFunctionSingleAllOfAttributesAllOfWithDefaults() *NwdafFunctionSingleAllOfAttributesAllOf

NewNwdafFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new NwdafFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeState ¶

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeStateOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoList() []NetworkSliceInfo

GetNetworkSliceInfoList returns the NetworkSliceInfoList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool)

GetNetworkSliceInfoListOk returns a tuple with the NetworkSliceInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfo ¶

GetNwdafInfo returns the NwdafInfo field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfoOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfoOk() (*NwdafInfo, bool)

GetNwdafInfoOk returns a tuple with the NwdafInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasNetworkSliceInfoList() bool

HasNetworkSliceInfoList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasNwdafInfo ¶

HasNwdafInfo returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*NwdafFunctionSingleAllOfAttributesAllOf) HasSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (NwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o NwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetAdministrativeState ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetNetworkSliceInfoList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetNetworkSliceInfoList(v []NetworkSliceInfo)

SetNetworkSliceInfoList gets a reference to the given []NetworkSliceInfo and assigns it to the NetworkSliceInfoList field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetNwdafInfo ¶

SetNwdafInfo gets a reference to the given NwdafInfo and assigns it to the NwdafInfo field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*NwdafFunctionSingleAllOfAttributesAllOf) SetSnssaiList ¶

func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (NwdafFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o NwdafFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type NwdafInfo ¶

type NwdafInfo struct {
	EventIds    []EventId    `json:"eventIds,omitempty"`
	NwdafEvents []NwdafEvent `json:"nwdafEvents,omitempty"`
}

NwdafInfo Information of a NWDAF NF Instance

func NewNwdafInfo ¶

func NewNwdafInfo() *NwdafInfo

NewNwdafInfo instantiates a new NwdafInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNwdafInfoWithDefaults ¶

func NewNwdafInfoWithDefaults() *NwdafInfo

NewNwdafInfoWithDefaults instantiates a new NwdafInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NwdafInfo) GetEventIds ¶

func (o *NwdafInfo) GetEventIds() []EventId

GetEventIds returns the EventIds field value if set, zero value otherwise.

func (*NwdafInfo) GetEventIdsOk ¶

func (o *NwdafInfo) GetEventIdsOk() ([]EventId, bool)

GetEventIdsOk returns a tuple with the EventIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafInfo) GetNwdafEvents ¶

func (o *NwdafInfo) GetNwdafEvents() []NwdafEvent

GetNwdafEvents returns the NwdafEvents field value if set, zero value otherwise.

func (*NwdafInfo) GetNwdafEventsOk ¶

func (o *NwdafInfo) GetNwdafEventsOk() ([]NwdafEvent, bool)

GetNwdafEventsOk returns a tuple with the NwdafEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NwdafInfo) HasEventIds ¶

func (o *NwdafInfo) HasEventIds() bool

HasEventIds returns a boolean if a field has been set.

func (*NwdafInfo) HasNwdafEvents ¶

func (o *NwdafInfo) HasNwdafEvents() bool

HasNwdafEvents returns a boolean if a field has been set.

func (NwdafInfo) MarshalJSON ¶

func (o NwdafInfo) MarshalJSON() ([]byte, error)

func (*NwdafInfo) SetEventIds ¶

func (o *NwdafInfo) SetEventIds(v []EventId)

SetEventIds gets a reference to the given []EventId and assigns it to the EventIds field.

func (*NwdafInfo) SetNwdafEvents ¶

func (o *NwdafInfo) SetNwdafEvents(v []NwdafEvent)

SetNwdafEvents gets a reference to the given []NwdafEvent and assigns it to the NwdafEvents field.

func (NwdafInfo) ToMap ¶

func (o NwdafInfo) ToMap() (map[string]interface{}, error)

type Operation ¶

type Operation struct {
	Name               *string             `json:"name,omitempty"`
	AllowedNFTypes     *NFType             `json:"allowedNFTypes,omitempty"`
	OperationSemantics *OperationSemantics `json:"operationSemantics,omitempty"`
}

Operation struct for Operation

func NewOperation ¶

func NewOperation() *Operation

NewOperation instantiates a new Operation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOperationWithDefaults ¶

func NewOperationWithDefaults() *Operation

NewOperationWithDefaults instantiates a new Operation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Operation) GetAllowedNFTypes ¶

func (o *Operation) GetAllowedNFTypes() NFType

GetAllowedNFTypes returns the AllowedNFTypes field value if set, zero value otherwise.

func (*Operation) GetAllowedNFTypesOk ¶

func (o *Operation) GetAllowedNFTypesOk() (*NFType, bool)

GetAllowedNFTypesOk returns a tuple with the AllowedNFTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Operation) GetName ¶

func (o *Operation) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Operation) GetNameOk ¶

func (o *Operation) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Operation) GetOperationSemantics ¶

func (o *Operation) GetOperationSemantics() OperationSemantics

GetOperationSemantics returns the OperationSemantics field value if set, zero value otherwise.

func (*Operation) GetOperationSemanticsOk ¶

func (o *Operation) GetOperationSemanticsOk() (*OperationSemantics, bool)

GetOperationSemanticsOk returns a tuple with the OperationSemantics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Operation) HasAllowedNFTypes ¶

func (o *Operation) HasAllowedNFTypes() bool

HasAllowedNFTypes returns a boolean if a field has been set.

func (*Operation) HasName ¶

func (o *Operation) HasName() bool

HasName returns a boolean if a field has been set.

func (*Operation) HasOperationSemantics ¶

func (o *Operation) HasOperationSemantics() bool

HasOperationSemantics returns a boolean if a field has been set.

func (Operation) MarshalJSON ¶

func (o Operation) MarshalJSON() ([]byte, error)

func (*Operation) SetAllowedNFTypes ¶

func (o *Operation) SetAllowedNFTypes(v NFType)

SetAllowedNFTypes gets a reference to the given NFType and assigns it to the AllowedNFTypes field.

func (*Operation) SetName ¶

func (o *Operation) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Operation) SetOperationSemantics ¶

func (o *Operation) SetOperationSemantics(v OperationSemantics)

SetOperationSemantics gets a reference to the given OperationSemantics and assigns it to the OperationSemantics field.

func (Operation) ToMap ¶

func (o Operation) ToMap() (map[string]interface{}, error)

type OperationSemantics ¶

type OperationSemantics string

OperationSemantics the model 'OperationSemantics'

const (
	REQUEST_RESPONSE OperationSemantics = "REQUEST_RESPONSE"
	SUBSCRIBE_NOTIFY OperationSemantics = "SUBSCRIBE_NOTIFY"
)

List of OperationSemantics

func NewOperationSemanticsFromValue ¶

func NewOperationSemanticsFromValue(v string) (*OperationSemantics, error)

NewOperationSemanticsFromValue returns a pointer to a valid OperationSemantics for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OperationSemantics) IsValid ¶

func (v OperationSemantics) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OperationSemantics) Ptr ¶

Ptr returns reference to OperationSemantics value

func (*OperationSemantics) UnmarshalJSON ¶

func (v *OperationSemantics) UnmarshalJSON(src []byte) error

type OperationalState ¶

type OperationalState string

OperationalState the model 'OperationalState'

const (
	ENABLED  OperationalState = "ENABLED"
	DISABLED OperationalState = "DISABLED"
)

List of OperationalState

func NewOperationalStateFromValue ¶

func NewOperationalStateFromValue(v string) (*OperationalState, error)

NewOperationalStateFromValue returns a pointer to a valid OperationalState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (OperationalState) IsValid ¶

func (v OperationalState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (OperationalState) Ptr ¶

Ptr returns reference to OperationalState value

func (*OperationalState) UnmarshalJSON ¶

func (v *OperationalState) UnmarshalJSON(src []byte) error

type PacketErrorRate ¶

type PacketErrorRate struct {
	Scalar   *int32 `json:"scalar,omitempty"`
	Exponent *int32 `json:"exponent,omitempty"`
}

PacketErrorRate struct for PacketErrorRate

func NewPacketErrorRate ¶

func NewPacketErrorRate() *PacketErrorRate

NewPacketErrorRate instantiates a new PacketErrorRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPacketErrorRateWithDefaults ¶

func NewPacketErrorRateWithDefaults() *PacketErrorRate

NewPacketErrorRateWithDefaults instantiates a new PacketErrorRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PacketErrorRate) GetExponent ¶

func (o *PacketErrorRate) GetExponent() int32

GetExponent returns the Exponent field value if set, zero value otherwise.

func (*PacketErrorRate) GetExponentOk ¶

func (o *PacketErrorRate) GetExponentOk() (*int32, bool)

GetExponentOk returns a tuple with the Exponent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketErrorRate) GetScalar ¶

func (o *PacketErrorRate) GetScalar() int32

GetScalar returns the Scalar field value if set, zero value otherwise.

func (*PacketErrorRate) GetScalarOk ¶

func (o *PacketErrorRate) GetScalarOk() (*int32, bool)

GetScalarOk returns a tuple with the Scalar field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PacketErrorRate) HasExponent ¶

func (o *PacketErrorRate) HasExponent() bool

HasExponent returns a boolean if a field has been set.

func (*PacketErrorRate) HasScalar ¶

func (o *PacketErrorRate) HasScalar() bool

HasScalar returns a boolean if a field has been set.

func (PacketErrorRate) MarshalJSON ¶

func (o PacketErrorRate) MarshalJSON() ([]byte, error)

func (*PacketErrorRate) SetExponent ¶

func (o *PacketErrorRate) SetExponent(v int32)

SetExponent gets a reference to the given int32 and assigns it to the Exponent field.

func (*PacketErrorRate) SetScalar ¶

func (o *PacketErrorRate) SetScalar(v int32)

SetScalar gets a reference to the given int32 and assigns it to the Scalar field.

func (PacketErrorRate) ToMap ¶

func (o PacketErrorRate) ToMap() (map[string]interface{}, error)

type PccRule ¶

type PccRule struct {
	// Univocally identifies the PCC rule within a PDU session.
	PccRuleId     *string           `json:"pccRuleId,omitempty"`
	FlowInfoList  []FlowInformation `json:"flowInfoList,omitempty"`
	ApplicationId *string           `json:"applicationId,omitempty"`
	// string with format 'bytes' as defined in OpenAPI
	AppDescriptor *string `json:"appDescriptor,omitempty"`
	// Represents the content version of some content.
	ContentVersion *int32 `json:"contentVersion,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Precedence         *int32                      `json:"precedence,omitempty"`
	AfSigProtocol      *AfSigProtocol              `json:"afSigProtocol,omitempty"`
	IsAppRelocatable   *bool                       `json:"isAppRelocatable,omitempty"`
	IsUeAddrPreserved  *bool                       `json:"isUeAddrPreserved,omitempty"`
	QosData            [][]QosData                 `json:"qosData,omitempty"`
	AltQosParams       [][]QosData                 `json:"altQosParams,omitempty"`
	TrafficControlData [][]TrafficControlData      `json:"trafficControlData,omitempty"`
	ConditionData      NullableConditionData       `json:"conditionData,omitempty"`
	TscaiInputDl       NullableTscaiInputContainer `json:"tscaiInputDl,omitempty"`
	TscaiInputUl       NullableTscaiInputContainer `json:"tscaiInputUl,omitempty"`
}

PccRule struct for PccRule

func NewPccRule ¶

func NewPccRule() *PccRule

NewPccRule instantiates a new PccRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPccRuleWithDefaults ¶

func NewPccRuleWithDefaults() *PccRule

NewPccRuleWithDefaults instantiates a new PccRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PccRule) GetAfSigProtocol ¶

func (o *PccRule) GetAfSigProtocol() AfSigProtocol

GetAfSigProtocol returns the AfSigProtocol field value if set, zero value otherwise.

func (*PccRule) GetAfSigProtocolOk ¶

func (o *PccRule) GetAfSigProtocolOk() (*AfSigProtocol, bool)

GetAfSigProtocolOk returns a tuple with the AfSigProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetAltQosParams ¶

func (o *PccRule) GetAltQosParams() [][]QosData

GetAltQosParams returns the AltQosParams field value if set, zero value otherwise.

func (*PccRule) GetAltQosParamsOk ¶

func (o *PccRule) GetAltQosParamsOk() ([][]QosData, bool)

GetAltQosParamsOk returns a tuple with the AltQosParams field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetAppDescriptor ¶

func (o *PccRule) GetAppDescriptor() string

GetAppDescriptor returns the AppDescriptor field value if set, zero value otherwise.

func (*PccRule) GetAppDescriptorOk ¶

func (o *PccRule) GetAppDescriptorOk() (*string, bool)

GetAppDescriptorOk returns a tuple with the AppDescriptor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetApplicationId ¶

func (o *PccRule) GetApplicationId() string

GetApplicationId returns the ApplicationId field value if set, zero value otherwise.

func (*PccRule) GetApplicationIdOk ¶

func (o *PccRule) GetApplicationIdOk() (*string, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetConditionData ¶

func (o *PccRule) GetConditionData() ConditionData

GetConditionData returns the ConditionData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PccRule) GetConditionDataOk ¶

func (o *PccRule) GetConditionDataOk() (*ConditionData, bool)

GetConditionDataOk returns a tuple with the ConditionData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PccRule) GetContentVersion ¶

func (o *PccRule) GetContentVersion() int32

GetContentVersion returns the ContentVersion field value if set, zero value otherwise.

func (*PccRule) GetContentVersionOk ¶

func (o *PccRule) GetContentVersionOk() (*int32, bool)

GetContentVersionOk returns a tuple with the ContentVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetFlowInfoList ¶

func (o *PccRule) GetFlowInfoList() []FlowInformation

GetFlowInfoList returns the FlowInfoList field value if set, zero value otherwise.

func (*PccRule) GetFlowInfoListOk ¶

func (o *PccRule) GetFlowInfoListOk() ([]FlowInformation, bool)

GetFlowInfoListOk returns a tuple with the FlowInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetIsAppRelocatable ¶

func (o *PccRule) GetIsAppRelocatable() bool

GetIsAppRelocatable returns the IsAppRelocatable field value if set, zero value otherwise.

func (*PccRule) GetIsAppRelocatableOk ¶

func (o *PccRule) GetIsAppRelocatableOk() (*bool, bool)

GetIsAppRelocatableOk returns a tuple with the IsAppRelocatable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetIsUeAddrPreserved ¶

func (o *PccRule) GetIsUeAddrPreserved() bool

GetIsUeAddrPreserved returns the IsUeAddrPreserved field value if set, zero value otherwise.

func (*PccRule) GetIsUeAddrPreservedOk ¶

func (o *PccRule) GetIsUeAddrPreservedOk() (*bool, bool)

GetIsUeAddrPreservedOk returns a tuple with the IsUeAddrPreserved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetPccRuleId ¶

func (o *PccRule) GetPccRuleId() string

GetPccRuleId returns the PccRuleId field value if set, zero value otherwise.

func (*PccRule) GetPccRuleIdOk ¶

func (o *PccRule) GetPccRuleIdOk() (*string, bool)

GetPccRuleIdOk returns a tuple with the PccRuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetPrecedence ¶

func (o *PccRule) GetPrecedence() int32

GetPrecedence returns the Precedence field value if set, zero value otherwise.

func (*PccRule) GetPrecedenceOk ¶

func (o *PccRule) GetPrecedenceOk() (*int32, bool)

GetPrecedenceOk returns a tuple with the Precedence field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetQosData ¶

func (o *PccRule) GetQosData() [][]QosData

GetQosData returns the QosData field value if set, zero value otherwise.

func (*PccRule) GetQosDataOk ¶

func (o *PccRule) GetQosDataOk() ([][]QosData, bool)

GetQosDataOk returns a tuple with the QosData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetTrafficControlData ¶

func (o *PccRule) GetTrafficControlData() [][]TrafficControlData

GetTrafficControlData returns the TrafficControlData field value if set, zero value otherwise.

func (*PccRule) GetTrafficControlDataOk ¶

func (o *PccRule) GetTrafficControlDataOk() ([][]TrafficControlData, bool)

GetTrafficControlDataOk returns a tuple with the TrafficControlData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PccRule) GetTscaiInputDl ¶

func (o *PccRule) GetTscaiInputDl() TscaiInputContainer

GetTscaiInputDl returns the TscaiInputDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PccRule) GetTscaiInputDlOk ¶

func (o *PccRule) GetTscaiInputDlOk() (*TscaiInputContainer, bool)

GetTscaiInputDlOk returns a tuple with the TscaiInputDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PccRule) GetTscaiInputUl ¶

func (o *PccRule) GetTscaiInputUl() TscaiInputContainer

GetTscaiInputUl returns the TscaiInputUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PccRule) GetTscaiInputUlOk ¶

func (o *PccRule) GetTscaiInputUlOk() (*TscaiInputContainer, bool)

GetTscaiInputUlOk returns a tuple with the TscaiInputUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PccRule) HasAfSigProtocol ¶

func (o *PccRule) HasAfSigProtocol() bool

HasAfSigProtocol returns a boolean if a field has been set.

func (*PccRule) HasAltQosParams ¶

func (o *PccRule) HasAltQosParams() bool

HasAltQosParams returns a boolean if a field has been set.

func (*PccRule) HasAppDescriptor ¶

func (o *PccRule) HasAppDescriptor() bool

HasAppDescriptor returns a boolean if a field has been set.

func (*PccRule) HasApplicationId ¶

func (o *PccRule) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

func (*PccRule) HasConditionData ¶

func (o *PccRule) HasConditionData() bool

HasConditionData returns a boolean if a field has been set.

func (*PccRule) HasContentVersion ¶

func (o *PccRule) HasContentVersion() bool

HasContentVersion returns a boolean if a field has been set.

func (*PccRule) HasFlowInfoList ¶

func (o *PccRule) HasFlowInfoList() bool

HasFlowInfoList returns a boolean if a field has been set.

func (*PccRule) HasIsAppRelocatable ¶

func (o *PccRule) HasIsAppRelocatable() bool

HasIsAppRelocatable returns a boolean if a field has been set.

func (*PccRule) HasIsUeAddrPreserved ¶

func (o *PccRule) HasIsUeAddrPreserved() bool

HasIsUeAddrPreserved returns a boolean if a field has been set.

func (*PccRule) HasPccRuleId ¶

func (o *PccRule) HasPccRuleId() bool

HasPccRuleId returns a boolean if a field has been set.

func (*PccRule) HasPrecedence ¶

func (o *PccRule) HasPrecedence() bool

HasPrecedence returns a boolean if a field has been set.

func (*PccRule) HasQosData ¶

func (o *PccRule) HasQosData() bool

HasQosData returns a boolean if a field has been set.

func (*PccRule) HasTrafficControlData ¶

func (o *PccRule) HasTrafficControlData() bool

HasTrafficControlData returns a boolean if a field has been set.

func (*PccRule) HasTscaiInputDl ¶

func (o *PccRule) HasTscaiInputDl() bool

HasTscaiInputDl returns a boolean if a field has been set.

func (*PccRule) HasTscaiInputUl ¶

func (o *PccRule) HasTscaiInputUl() bool

HasTscaiInputUl returns a boolean if a field has been set.

func (PccRule) MarshalJSON ¶

func (o PccRule) MarshalJSON() ([]byte, error)

func (*PccRule) SetAfSigProtocol ¶

func (o *PccRule) SetAfSigProtocol(v AfSigProtocol)

SetAfSigProtocol gets a reference to the given AfSigProtocol and assigns it to the AfSigProtocol field.

func (*PccRule) SetAltQosParams ¶

func (o *PccRule) SetAltQosParams(v [][]QosData)

SetAltQosParams gets a reference to the given [][]QosData and assigns it to the AltQosParams field.

func (*PccRule) SetAppDescriptor ¶

func (o *PccRule) SetAppDescriptor(v string)

SetAppDescriptor gets a reference to the given string and assigns it to the AppDescriptor field.

func (*PccRule) SetApplicationId ¶

func (o *PccRule) SetApplicationId(v string)

SetApplicationId gets a reference to the given string and assigns it to the ApplicationId field.

func (*PccRule) SetConditionData ¶

func (o *PccRule) SetConditionData(v ConditionData)

SetConditionData gets a reference to the given NullableConditionData and assigns it to the ConditionData field.

func (*PccRule) SetConditionDataNil ¶

func (o *PccRule) SetConditionDataNil()

SetConditionDataNil sets the value for ConditionData to be an explicit nil

func (*PccRule) SetContentVersion ¶

func (o *PccRule) SetContentVersion(v int32)

SetContentVersion gets a reference to the given int32 and assigns it to the ContentVersion field.

func (*PccRule) SetFlowInfoList ¶

func (o *PccRule) SetFlowInfoList(v []FlowInformation)

SetFlowInfoList gets a reference to the given []FlowInformation and assigns it to the FlowInfoList field.

func (*PccRule) SetIsAppRelocatable ¶

func (o *PccRule) SetIsAppRelocatable(v bool)

SetIsAppRelocatable gets a reference to the given bool and assigns it to the IsAppRelocatable field.

func (*PccRule) SetIsUeAddrPreserved ¶

func (o *PccRule) SetIsUeAddrPreserved(v bool)

SetIsUeAddrPreserved gets a reference to the given bool and assigns it to the IsUeAddrPreserved field.

func (*PccRule) SetPccRuleId ¶

func (o *PccRule) SetPccRuleId(v string)

SetPccRuleId gets a reference to the given string and assigns it to the PccRuleId field.

func (*PccRule) SetPrecedence ¶

func (o *PccRule) SetPrecedence(v int32)

SetPrecedence gets a reference to the given int32 and assigns it to the Precedence field.

func (*PccRule) SetQosData ¶

func (o *PccRule) SetQosData(v [][]QosData)

SetQosData gets a reference to the given [][]QosData and assigns it to the QosData field.

func (*PccRule) SetTrafficControlData ¶

func (o *PccRule) SetTrafficControlData(v [][]TrafficControlData)

SetTrafficControlData gets a reference to the given [][]TrafficControlData and assigns it to the TrafficControlData field.

func (*PccRule) SetTscaiInputDl ¶

func (o *PccRule) SetTscaiInputDl(v TscaiInputContainer)

SetTscaiInputDl gets a reference to the given NullableTscaiInputContainer and assigns it to the TscaiInputDl field.

func (*PccRule) SetTscaiInputDlNil ¶

func (o *PccRule) SetTscaiInputDlNil()

SetTscaiInputDlNil sets the value for TscaiInputDl to be an explicit nil

func (*PccRule) SetTscaiInputUl ¶

func (o *PccRule) SetTscaiInputUl(v TscaiInputContainer)

SetTscaiInputUl gets a reference to the given NullableTscaiInputContainer and assigns it to the TscaiInputUl field.

func (*PccRule) SetTscaiInputUlNil ¶

func (o *PccRule) SetTscaiInputUlNil()

SetTscaiInputUlNil sets the value for TscaiInputUl to be an explicit nil

func (PccRule) ToMap ¶

func (o PccRule) ToMap() (map[string]interface{}, error)

func (*PccRule) UnsetConditionData ¶

func (o *PccRule) UnsetConditionData()

UnsetConditionData ensures that no value is present for ConditionData, not even an explicit nil

func (*PccRule) UnsetTscaiInputDl ¶

func (o *PccRule) UnsetTscaiInputDl()

UnsetTscaiInputDl ensures that no value is present for TscaiInputDl, not even an explicit nil

func (*PccRule) UnsetTscaiInputUl ¶

func (o *PccRule) UnsetTscaiInputUl()

UnsetTscaiInputUl ensures that no value is present for TscaiInputUl, not even an explicit nil

type PcfFunctionSingle ¶

type PcfFunctionSingle struct {
	Top
	Attributes           *PcfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob        []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor     []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService     []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob             []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN5                 []EPN5Single                      `json:"EP_N5,omitempty"`
	EPN7                 []EPN7Single                      `json:"EP_N7,omitempty"`
	EPN15                []EPN15Single                     `json:"EP_N15,omitempty"`
	EPN16                []EPN16Single                     `json:"EP_N16,omitempty"`
	EPRx                 []EPRxSingle                      `json:"EP_Rx,omitempty"`
	PredefinedPccRuleSet *PredefinedPccRuleSetSingle       `json:"PredefinedPccRuleSet,omitempty"`
}

PcfFunctionSingle struct for PcfFunctionSingle

func NewPcfFunctionSingle ¶

func NewPcfFunctionSingle(id NullableString) *PcfFunctionSingle

NewPcfFunctionSingle instantiates a new PcfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleWithDefaults ¶

func NewPcfFunctionSingleWithDefaults() *PcfFunctionSingle

NewPcfFunctionSingleWithDefaults instantiates a new PcfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetAttributesOk ¶

func (o *PcfFunctionSingle) GetAttributesOk() (*PcfFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPN15 ¶

func (o *PcfFunctionSingle) GetEPN15() []EPN15Single

GetEPN15 returns the EPN15 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN15Ok ¶

func (o *PcfFunctionSingle) GetEPN15Ok() ([]EPN15Single, bool)

GetEPN15Ok returns a tuple with the EPN15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPN16 ¶

func (o *PcfFunctionSingle) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN16Ok ¶

func (o *PcfFunctionSingle) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPN5 ¶

func (o *PcfFunctionSingle) GetEPN5() []EPN5Single

GetEPN5 returns the EPN5 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN5Ok ¶

func (o *PcfFunctionSingle) GetEPN5Ok() ([]EPN5Single, bool)

GetEPN5Ok returns a tuple with the EPN5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPN7 ¶

func (o *PcfFunctionSingle) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPN7Ok ¶

func (o *PcfFunctionSingle) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetEPRx ¶

func (o *PcfFunctionSingle) GetEPRx() []EPRxSingle

GetEPRx returns the EPRx field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetEPRxOk ¶

func (o *PcfFunctionSingle) GetEPRxOk() ([]EPRxSingle, bool)

GetEPRxOk returns a tuple with the EPRx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetManagedNFService ¶

func (o *PcfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetManagedNFServiceOk ¶

func (o *PcfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetPerfMetricJob ¶

func (o *PcfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetPerfMetricJobOk ¶

func (o *PcfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingle) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetPredefinedPccRuleSetOk ¶

func (o *PcfFunctionSingle) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetThresholdMonitor ¶

func (o *PcfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetThresholdMonitorOk ¶

func (o *PcfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) GetTraceJob ¶

func (o *PcfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*PcfFunctionSingle) GetTraceJobOk ¶

func (o *PcfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingle) HasAttributes ¶

func (o *PcfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN15 ¶

func (o *PcfFunctionSingle) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN16 ¶

func (o *PcfFunctionSingle) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN5 ¶

func (o *PcfFunctionSingle) HasEPN5() bool

HasEPN5 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPN7 ¶

func (o *PcfFunctionSingle) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasEPRx ¶

func (o *PcfFunctionSingle) HasEPRx() bool

HasEPRx returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasManagedNFService ¶

func (o *PcfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasPerfMetricJob ¶

func (o *PcfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasPredefinedPccRuleSet ¶

func (o *PcfFunctionSingle) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasThresholdMonitor ¶

func (o *PcfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*PcfFunctionSingle) HasTraceJob ¶

func (o *PcfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (PcfFunctionSingle) MarshalJSON ¶

func (o PcfFunctionSingle) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given PcfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*PcfFunctionSingle) SetEPN15 ¶

func (o *PcfFunctionSingle) SetEPN15(v []EPN15Single)

SetEPN15 gets a reference to the given []EPN15Single and assigns it to the EPN15 field.

func (*PcfFunctionSingle) SetEPN16 ¶

func (o *PcfFunctionSingle) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*PcfFunctionSingle) SetEPN5 ¶

func (o *PcfFunctionSingle) SetEPN5(v []EPN5Single)

SetEPN5 gets a reference to the given []EPN5Single and assigns it to the EPN5 field.

func (*PcfFunctionSingle) SetEPN7 ¶

func (o *PcfFunctionSingle) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*PcfFunctionSingle) SetEPRx ¶

func (o *PcfFunctionSingle) SetEPRx(v []EPRxSingle)

SetEPRx gets a reference to the given []EPRxSingle and assigns it to the EPRx field.

func (*PcfFunctionSingle) SetManagedNFService ¶

func (o *PcfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*PcfFunctionSingle) SetPerfMetricJob ¶

func (o *PcfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*PcfFunctionSingle) SetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingle) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (*PcfFunctionSingle) SetThresholdMonitor ¶

func (o *PcfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*PcfFunctionSingle) SetTraceJob ¶

func (o *PcfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (PcfFunctionSingle) ToMap ¶

func (o PcfFunctionSingle) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOf ¶

type PcfFunctionSingleAllOf struct {
	Attributes *PcfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

PcfFunctionSingleAllOf struct for PcfFunctionSingleAllOf

func NewPcfFunctionSingleAllOf ¶

func NewPcfFunctionSingleAllOf() *PcfFunctionSingleAllOf

NewPcfFunctionSingleAllOf instantiates a new PcfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOfWithDefaults ¶

func NewPcfFunctionSingleAllOfWithDefaults() *PcfFunctionSingleAllOf

NewPcfFunctionSingleAllOfWithDefaults instantiates a new PcfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf) HasAttributes ¶

func (o *PcfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (PcfFunctionSingleAllOf) MarshalJSON ¶

func (o PcfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given PcfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (PcfFunctionSingleAllOf) ToMap ¶

func (o PcfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOf1 ¶

type PcfFunctionSingleAllOf1 struct {
	EPN5                 []EPN5Single                `json:"EP_N5,omitempty"`
	EPN7                 []EPN7Single                `json:"EP_N7,omitempty"`
	EPN15                []EPN15Single               `json:"EP_N15,omitempty"`
	EPN16                []EPN16Single               `json:"EP_N16,omitempty"`
	EPRx                 []EPRxSingle                `json:"EP_Rx,omitempty"`
	PredefinedPccRuleSet *PredefinedPccRuleSetSingle `json:"PredefinedPccRuleSet,omitempty"`
}

PcfFunctionSingleAllOf1 struct for PcfFunctionSingleAllOf1

func NewPcfFunctionSingleAllOf1 ¶

func NewPcfFunctionSingleAllOf1() *PcfFunctionSingleAllOf1

NewPcfFunctionSingleAllOf1 instantiates a new PcfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOf1WithDefaults ¶

func NewPcfFunctionSingleAllOf1WithDefaults() *PcfFunctionSingleAllOf1

NewPcfFunctionSingleAllOf1WithDefaults instantiates a new PcfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOf1) GetEPN15 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN15() []EPN15Single

GetEPN15 returns the EPN15 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN15Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN15Ok() ([]EPN15Single, bool)

GetEPN15Ok returns a tuple with the EPN15 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPN16 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN16Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPN5 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN5() []EPN5Single

GetEPN5 returns the EPN5 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN5Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN5Ok() ([]EPN5Single, bool)

GetEPN5Ok returns a tuple with the EPN5 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPN7 ¶

func (o *PcfFunctionSingleAllOf1) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPN7Ok ¶

func (o *PcfFunctionSingleAllOf1) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetEPRx ¶

func (o *PcfFunctionSingleAllOf1) GetEPRx() []EPRxSingle

GetEPRx returns the EPRx field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetEPRxOk ¶

func (o *PcfFunctionSingleAllOf1) GetEPRxOk() ([]EPRxSingle, bool)

GetEPRxOk returns a tuple with the EPRx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) GetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk ¶

func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOf1) HasEPN15 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN15() bool

HasEPN15 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPN16 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPN5 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN5() bool

HasEPN5 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPN7 ¶

func (o *PcfFunctionSingleAllOf1) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasEPRx ¶

func (o *PcfFunctionSingleAllOf1) HasEPRx() bool

HasEPRx returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOf1) HasPredefinedPccRuleSet ¶

func (o *PcfFunctionSingleAllOf1) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (PcfFunctionSingleAllOf1) MarshalJSON ¶

func (o PcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOf1) SetEPN15 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN15(v []EPN15Single)

SetEPN15 gets a reference to the given []EPN15Single and assigns it to the EPN15 field.

func (*PcfFunctionSingleAllOf1) SetEPN16 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*PcfFunctionSingleAllOf1) SetEPN5 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN5(v []EPN5Single)

SetEPN5 gets a reference to the given []EPN5Single and assigns it to the EPN5 field.

func (*PcfFunctionSingleAllOf1) SetEPN7 ¶

func (o *PcfFunctionSingleAllOf1) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*PcfFunctionSingleAllOf1) SetEPRx ¶

func (o *PcfFunctionSingleAllOf1) SetEPRx(v []EPRxSingle)

SetEPRx gets a reference to the given []EPRxSingle and assigns it to the EPRx field.

func (*PcfFunctionSingleAllOf1) SetPredefinedPccRuleSet ¶

func (o *PcfFunctionSingleAllOf1) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (PcfFunctionSingleAllOf1) ToMap ¶

func (o PcfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOfAttributes ¶

type PcfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList          []PlmnInfo        `json:"pLMNInfoList,omitempty"`
	SBIFqdn               *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile      *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel       `json:"commModelList,omitempty"`
	GroupId               *string           `json:"groupId,omitempty"`
	DnnList               []string          `json:"dnnList,omitempty"`
	SupiRanges            []SupiRange       `json:"supiRanges,omitempty"`
	GpsiRanges            []IdentityRange   `json:"gpsiRanges,omitempty"`
	RxDiamHost            *string           `json:"rxDiamHost,omitempty"`
	RxDiamRealm           *string           `json:"rxDiamRealm,omitempty"`
	V2xSupportInd         *bool             `json:"v2xSupportInd,omitempty"`
	ProseSupportInd       *bool             `json:"proseSupportInd,omitempty"`
	ProseCapability       *ProseCapability  `json:"proseCapability,omitempty"`
	V2xCapability         *V2xCapability    `json:"v2xCapability,omitempty"`
	Configurable5QISetRef *string           `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string           `json:"dynamic5QISetRef,omitempty"`
	SupportedBMOList      []string          `json:"supportedBMOList,omitempty"`
}

PcfFunctionSingleAllOfAttributes struct for PcfFunctionSingleAllOfAttributes

func NewPcfFunctionSingleAllOfAttributes ¶

func NewPcfFunctionSingleAllOfAttributes() *PcfFunctionSingleAllOfAttributes

NewPcfFunctionSingleAllOfAttributes instantiates a new PcfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOfAttributesWithDefaults ¶

func NewPcfFunctionSingleAllOfAttributesWithDefaults() *PcfFunctionSingleAllOfAttributes

NewPcfFunctionSingleAllOfAttributesWithDefaults instantiates a new PcfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetDnnList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDnnList() []string

GetDnnList returns the DnnList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetDnnListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDnnListOk() ([]string, bool)

GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetGroupId ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetGroupIdOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseCapability() ProseCapability

GetProseCapability returns the ProseCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetProseCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseCapabilityOk() (*ProseCapability, bool)

GetProseCapabilityOk returns a tuple with the ProseCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportInd() bool

GetProseSupportInd returns the ProseSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetProseSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportIndOk() (*bool, bool)

GetProseSupportIndOk returns a tuple with the ProseSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHost() string

GetRxDiamHost returns the RxDiamHost field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamHostOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHostOk() (*string, bool)

GetRxDiamHostOk returns a tuple with the RxDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealm() string

GetRxDiamRealm returns the RxDiamRealm field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetRxDiamRealmOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealmOk() (*string, bool)

GetRxDiamRealmOk returns a tuple with the RxDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetSupiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetSupportedBMOListOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapability() V2xCapability

GetV2xCapability returns the V2xCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetV2xCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapabilityOk() (*V2xCapability, bool)

GetV2xCapabilityOk returns a tuple with the V2xCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) GetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportInd() bool

GetV2xSupportInd returns the V2xSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributes) GetV2xSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportIndOk() (*bool, bool)

GetV2xSupportIndOk returns a tuple with the V2xSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasDnnList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasDnnList() bool

HasDnnList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasGroupId ¶

func (o *PcfFunctionSingleAllOfAttributes) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) HasProseCapability() bool

HasProseCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) HasProseSupportInd() bool

HasProseSupportInd returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamHost() bool

HasRxDiamHost returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamRealm() bool

HasRxDiamRealm returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *PcfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributes) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) HasV2xCapability() bool

HasV2xCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributes) HasV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) HasV2xSupportInd() bool

HasV2xSupportInd returns a boolean if a field has been set.

func (PcfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o PcfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*PcfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*PcfFunctionSingleAllOfAttributes) SetDnnList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetDnnList(v []string)

SetDnnList gets a reference to the given []string and assigns it to the DnnList field.

func (*PcfFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*PcfFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*PcfFunctionSingleAllOfAttributes) SetGroupId ¶

func (o *PcfFunctionSingleAllOfAttributes) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*PcfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*PcfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*PcfFunctionSingleAllOfAttributes) SetProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) SetProseCapability(v ProseCapability)

SetProseCapability gets a reference to the given ProseCapability and assigns it to the ProseCapability field.

func (*PcfFunctionSingleAllOfAttributes) SetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) SetProseSupportInd(v bool)

SetProseSupportInd gets a reference to the given bool and assigns it to the ProseSupportInd field.

func (*PcfFunctionSingleAllOfAttributes) SetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamHost(v string)

SetRxDiamHost gets a reference to the given string and assigns it to the RxDiamHost field.

func (*PcfFunctionSingleAllOfAttributes) SetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamRealm(v string)

SetRxDiamRealm gets a reference to the given string and assigns it to the RxDiamRealm field.

func (*PcfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *PcfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*PcfFunctionSingleAllOfAttributes) SetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*PcfFunctionSingleAllOfAttributes) SetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributes) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*PcfFunctionSingleAllOfAttributes) SetV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributes) SetV2xCapability(v V2xCapability)

SetV2xCapability gets a reference to the given V2xCapability and assigns it to the V2xCapability field.

func (*PcfFunctionSingleAllOfAttributes) SetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributes) SetV2xSupportInd(v bool)

SetV2xSupportInd gets a reference to the given bool and assigns it to the V2xSupportInd field.

func (PcfFunctionSingleAllOfAttributes) ToMap ¶

func (o PcfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type PcfFunctionSingleAllOfAttributesAllOf ¶

type PcfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList          []PlmnInfo        `json:"pLMNInfoList,omitempty"`
	SBIFqdn               *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile      *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel       `json:"commModelList,omitempty"`
	GroupId               *string           `json:"groupId,omitempty"`
	DnnList               []string          `json:"dnnList,omitempty"`
	SupiRanges            []SupiRange       `json:"supiRanges,omitempty"`
	GpsiRanges            []IdentityRange   `json:"gpsiRanges,omitempty"`
	RxDiamHost            *string           `json:"rxDiamHost,omitempty"`
	RxDiamRealm           *string           `json:"rxDiamRealm,omitempty"`
	V2xSupportInd         *bool             `json:"v2xSupportInd,omitempty"`
	ProseSupportInd       *bool             `json:"proseSupportInd,omitempty"`
	ProseCapability       *ProseCapability  `json:"proseCapability,omitempty"`
	V2xCapability         *V2xCapability    `json:"v2xCapability,omitempty"`
	Configurable5QISetRef *string           `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string           `json:"dynamic5QISetRef,omitempty"`
	SupportedBMOList      []string          `json:"supportedBMOList,omitempty"`
}

PcfFunctionSingleAllOfAttributesAllOf struct for PcfFunctionSingleAllOfAttributesAllOf

func NewPcfFunctionSingleAllOfAttributesAllOf ¶

func NewPcfFunctionSingleAllOfAttributesAllOf() *PcfFunctionSingleAllOfAttributesAllOf

NewPcfFunctionSingleAllOfAttributesAllOf instantiates a new PcfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPcfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewPcfFunctionSingleAllOfAttributesAllOfWithDefaults() *PcfFunctionSingleAllOfAttributesAllOf

NewPcfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new PcfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PcfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDnnList ¶

GetDnnList returns the DnnList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDnnListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDnnListOk() ([]string, bool)

GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetGroupIdOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseCapability ¶

GetProseCapability returns the ProseCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseCapabilityOk() (*ProseCapability, bool)

GetProseCapabilityOk returns a tuple with the ProseCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportInd() bool

GetProseSupportInd returns the ProseSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportIndOk() (*bool, bool)

GetProseSupportIndOk returns a tuple with the ProseSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHost() string

GetRxDiamHost returns the RxDiamHost field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHostOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHostOk() (*string, bool)

GetRxDiamHostOk returns a tuple with the RxDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealm() string

GetRxDiamRealm returns the RxDiamRealm field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealmOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealmOk() (*string, bool)

GetRxDiamRealmOk returns a tuple with the RxDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapability ¶

GetV2xCapability returns the V2xCapability field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapabilityOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapabilityOk() (*V2xCapability, bool)

GetV2xCapabilityOk returns a tuple with the V2xCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportInd() bool

GetV2xSupportInd returns the V2xSupportInd field value if set, zero value otherwise.

func (*PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportIndOk ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportIndOk() (*bool, bool)

GetV2xSupportIndOk returns a tuple with the V2xSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasDnnList ¶

HasDnnList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseCapability() bool

HasProseCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseSupportInd() bool

HasProseSupportInd returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamHost() bool

HasRxDiamHost returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamRealm() bool

HasRxDiamRealm returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasV2xCapability ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xCapability() bool

HasV2xCapability returns a boolean if a field has been set.

func (*PcfFunctionSingleAllOfAttributesAllOf) HasV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xSupportInd() bool

HasV2xSupportInd returns a boolean if a field has been set.

func (PcfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o PcfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*PcfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetDnnList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDnnList(v []string)

SetDnnList gets a reference to the given []string and assigns it to the DnnList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetProseCapability ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseCapability(v ProseCapability)

SetProseCapability gets a reference to the given ProseCapability and assigns it to the ProseCapability field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetProseSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseSupportInd(v bool)

SetProseSupportInd gets a reference to the given bool and assigns it to the ProseSupportInd field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamHost ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamHost(v string)

SetRxDiamHost gets a reference to the given string and assigns it to the RxDiamHost field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamRealm ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamRealm(v string)

SetRxDiamRealm gets a reference to the given string and assigns it to the RxDiamRealm field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetSupiRanges ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetV2xCapability ¶

SetV2xCapability gets a reference to the given V2xCapability and assigns it to the V2xCapability field.

func (*PcfFunctionSingleAllOfAttributesAllOf) SetV2xSupportInd ¶

func (o *PcfFunctionSingleAllOfAttributesAllOf) SetV2xSupportInd(v bool)

SetV2xSupportInd gets a reference to the given bool and assigns it to the V2xSupportInd field.

func (PcfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o PcfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type PeeParameter ¶

type PeeParameter struct {
	SiteIdentification *string  `json:"siteIdentification,omitempty"`
	SiteDescription    *string  `json:"siteDescription,omitempty"`
	SiteLatitude       *float32 `json:"siteLatitude,omitempty"`
	SiteLongitude      *float32 `json:"siteLongitude,omitempty"`
	SiteAltitude       *float32 `json:"siteAltitude,omitempty"`
	EquipmentType      *string  `json:"equipmentType,omitempty"`
	EnvironmentType    *string  `json:"environmentType,omitempty"`
	PowerInterface     *string  `json:"powerInterface,omitempty"`
}

PeeParameter struct for PeeParameter

func NewPeeParameter ¶

func NewPeeParameter() *PeeParameter

NewPeeParameter instantiates a new PeeParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPeeParameterWithDefaults ¶

func NewPeeParameterWithDefaults() *PeeParameter

NewPeeParameterWithDefaults instantiates a new PeeParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PeeParameter) GetEnvironmentType ¶

func (o *PeeParameter) GetEnvironmentType() string

GetEnvironmentType returns the EnvironmentType field value if set, zero value otherwise.

func (*PeeParameter) GetEnvironmentTypeOk ¶

func (o *PeeParameter) GetEnvironmentTypeOk() (*string, bool)

GetEnvironmentTypeOk returns a tuple with the EnvironmentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetEquipmentType ¶

func (o *PeeParameter) GetEquipmentType() string

GetEquipmentType returns the EquipmentType field value if set, zero value otherwise.

func (*PeeParameter) GetEquipmentTypeOk ¶

func (o *PeeParameter) GetEquipmentTypeOk() (*string, bool)

GetEquipmentTypeOk returns a tuple with the EquipmentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetPowerInterface ¶

func (o *PeeParameter) GetPowerInterface() string

GetPowerInterface returns the PowerInterface field value if set, zero value otherwise.

func (*PeeParameter) GetPowerInterfaceOk ¶

func (o *PeeParameter) GetPowerInterfaceOk() (*string, bool)

GetPowerInterfaceOk returns a tuple with the PowerInterface field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteAltitude ¶

func (o *PeeParameter) GetSiteAltitude() float32

GetSiteAltitude returns the SiteAltitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteAltitudeOk ¶

func (o *PeeParameter) GetSiteAltitudeOk() (*float32, bool)

GetSiteAltitudeOk returns a tuple with the SiteAltitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteDescription ¶

func (o *PeeParameter) GetSiteDescription() string

GetSiteDescription returns the SiteDescription field value if set, zero value otherwise.

func (*PeeParameter) GetSiteDescriptionOk ¶

func (o *PeeParameter) GetSiteDescriptionOk() (*string, bool)

GetSiteDescriptionOk returns a tuple with the SiteDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteIdentification ¶

func (o *PeeParameter) GetSiteIdentification() string

GetSiteIdentification returns the SiteIdentification field value if set, zero value otherwise.

func (*PeeParameter) GetSiteIdentificationOk ¶

func (o *PeeParameter) GetSiteIdentificationOk() (*string, bool)

GetSiteIdentificationOk returns a tuple with the SiteIdentification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteLatitude ¶

func (o *PeeParameter) GetSiteLatitude() float32

GetSiteLatitude returns the SiteLatitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteLatitudeOk ¶

func (o *PeeParameter) GetSiteLatitudeOk() (*float32, bool)

GetSiteLatitudeOk returns a tuple with the SiteLatitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) GetSiteLongitude ¶

func (o *PeeParameter) GetSiteLongitude() float32

GetSiteLongitude returns the SiteLongitude field value if set, zero value otherwise.

func (*PeeParameter) GetSiteLongitudeOk ¶

func (o *PeeParameter) GetSiteLongitudeOk() (*float32, bool)

GetSiteLongitudeOk returns a tuple with the SiteLongitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeeParameter) HasEnvironmentType ¶

func (o *PeeParameter) HasEnvironmentType() bool

HasEnvironmentType returns a boolean if a field has been set.

func (*PeeParameter) HasEquipmentType ¶

func (o *PeeParameter) HasEquipmentType() bool

HasEquipmentType returns a boolean if a field has been set.

func (*PeeParameter) HasPowerInterface ¶

func (o *PeeParameter) HasPowerInterface() bool

HasPowerInterface returns a boolean if a field has been set.

func (*PeeParameter) HasSiteAltitude ¶

func (o *PeeParameter) HasSiteAltitude() bool

HasSiteAltitude returns a boolean if a field has been set.

func (*PeeParameter) HasSiteDescription ¶

func (o *PeeParameter) HasSiteDescription() bool

HasSiteDescription returns a boolean if a field has been set.

func (*PeeParameter) HasSiteIdentification ¶

func (o *PeeParameter) HasSiteIdentification() bool

HasSiteIdentification returns a boolean if a field has been set.

func (*PeeParameter) HasSiteLatitude ¶

func (o *PeeParameter) HasSiteLatitude() bool

HasSiteLatitude returns a boolean if a field has been set.

func (*PeeParameter) HasSiteLongitude ¶

func (o *PeeParameter) HasSiteLongitude() bool

HasSiteLongitude returns a boolean if a field has been set.

func (PeeParameter) MarshalJSON ¶

func (o PeeParameter) MarshalJSON() ([]byte, error)

func (*PeeParameter) SetEnvironmentType ¶

func (o *PeeParameter) SetEnvironmentType(v string)

SetEnvironmentType gets a reference to the given string and assigns it to the EnvironmentType field.

func (*PeeParameter) SetEquipmentType ¶

func (o *PeeParameter) SetEquipmentType(v string)

SetEquipmentType gets a reference to the given string and assigns it to the EquipmentType field.

func (*PeeParameter) SetPowerInterface ¶

func (o *PeeParameter) SetPowerInterface(v string)

SetPowerInterface gets a reference to the given string and assigns it to the PowerInterface field.

func (*PeeParameter) SetSiteAltitude ¶

func (o *PeeParameter) SetSiteAltitude(v float32)

SetSiteAltitude gets a reference to the given float32 and assigns it to the SiteAltitude field.

func (*PeeParameter) SetSiteDescription ¶

func (o *PeeParameter) SetSiteDescription(v string)

SetSiteDescription gets a reference to the given string and assigns it to the SiteDescription field.

func (*PeeParameter) SetSiteIdentification ¶

func (o *PeeParameter) SetSiteIdentification(v string)

SetSiteIdentification gets a reference to the given string and assigns it to the SiteIdentification field.

func (*PeeParameter) SetSiteLatitude ¶

func (o *PeeParameter) SetSiteLatitude(v float32)

SetSiteLatitude gets a reference to the given float32 and assigns it to the SiteLatitude field.

func (*PeeParameter) SetSiteLongitude ¶

func (o *PeeParameter) SetSiteLongitude(v float32)

SetSiteLongitude gets a reference to the given float32 and assigns it to the SiteLongitude field.

func (PeeParameter) ToMap ¶

func (o PeeParameter) ToMap() (map[string]interface{}, error)

type PerceivedSeverity ¶

type PerceivedSeverity string

PerceivedSeverity the model 'PerceivedSeverity'

const (
	INDETERMINATE PerceivedSeverity = "INDETERMINATE"
	CRITICAL      PerceivedSeverity = "CRITICAL"
	MAJOR         PerceivedSeverity = "MAJOR"
	MINOR         PerceivedSeverity = "MINOR"
	WARNING       PerceivedSeverity = "WARNING"
	CLEARED       PerceivedSeverity = "CLEARED"
)

List of PerceivedSeverity

func NewPerceivedSeverityFromValue ¶

func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error)

NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerceivedSeverity) IsValid ¶

func (v PerceivedSeverity) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerceivedSeverity) Ptr ¶

Ptr returns reference to PerceivedSeverity value

func (*PerceivedSeverity) UnmarshalJSON ¶

func (v *PerceivedSeverity) UnmarshalJSON(src []byte) error

type PerfMetricJobSingle ¶

type PerfMetricJobSingle struct {
	Top
	Attributes *PerfMetricJobSingleAllOfAttributes `json:"attributes,omitempty"`
	Files      []FilesSingle                       `json:"Files,omitempty"`
}

PerfMetricJobSingle struct for PerfMetricJobSingle

func NewPerfMetricJobSingle ¶

func NewPerfMetricJobSingle(id NullableString) *PerfMetricJobSingle

NewPerfMetricJobSingle instantiates a new PerfMetricJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPerfMetricJobSingleWithDefaults ¶

func NewPerfMetricJobSingleWithDefaults() *PerfMetricJobSingle

NewPerfMetricJobSingleWithDefaults instantiates a new PerfMetricJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PerfMetricJobSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PerfMetricJobSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingle) GetFiles ¶

func (o *PerfMetricJobSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*PerfMetricJobSingle) GetFilesOk ¶

func (o *PerfMetricJobSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingle) HasAttributes ¶

func (o *PerfMetricJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PerfMetricJobSingle) HasFiles ¶

func (o *PerfMetricJobSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (PerfMetricJobSingle) MarshalJSON ¶

func (o PerfMetricJobSingle) MarshalJSON() ([]byte, error)

func (*PerfMetricJobSingle) SetAttributes ¶

SetAttributes gets a reference to the given PerfMetricJobSingleAllOfAttributes and assigns it to the Attributes field.

func (*PerfMetricJobSingle) SetFiles ¶

func (o *PerfMetricJobSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (PerfMetricJobSingle) ToMap ¶

func (o PerfMetricJobSingle) ToMap() (map[string]interface{}, error)

type PerfMetricJobSingleAllOf ¶

type PerfMetricJobSingleAllOf struct {
	Attributes *PerfMetricJobSingleAllOfAttributes `json:"attributes,omitempty"`
	Files      []FilesSingle                       `json:"Files,omitempty"`
}

PerfMetricJobSingleAllOf struct for PerfMetricJobSingleAllOf

func NewPerfMetricJobSingleAllOf ¶

func NewPerfMetricJobSingleAllOf() *PerfMetricJobSingleAllOf

NewPerfMetricJobSingleAllOf instantiates a new PerfMetricJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPerfMetricJobSingleAllOfWithDefaults ¶

func NewPerfMetricJobSingleAllOfWithDefaults() *PerfMetricJobSingleAllOf

NewPerfMetricJobSingleAllOfWithDefaults instantiates a new PerfMetricJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PerfMetricJobSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOf) GetFiles ¶

func (o *PerfMetricJobSingleAllOf) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOf) GetFilesOk ¶

func (o *PerfMetricJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOf) HasAttributes ¶

func (o *PerfMetricJobSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOf) HasFiles ¶

func (o *PerfMetricJobSingleAllOf) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (PerfMetricJobSingleAllOf) MarshalJSON ¶

func (o PerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*PerfMetricJobSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given PerfMetricJobSingleAllOfAttributes and assigns it to the Attributes field.

func (*PerfMetricJobSingleAllOf) SetFiles ¶

func (o *PerfMetricJobSingleAllOf) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (PerfMetricJobSingleAllOf) ToMap ¶

func (o PerfMetricJobSingleAllOf) ToMap() (map[string]interface{}, error)

type PerfMetricJobSingleAllOfAttributes ¶

type PerfMetricJobSingleAllOfAttributes struct {
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
	OperationalState    *OperationalState    `json:"operationalState,omitempty"`
	JobId               *string              `json:"jobId,omitempty"`
	PerformanceMetrics  []string             `json:"performanceMetrics,omitempty"`
	GranularityPeriod   *int32               `json:"granularityPeriod,omitempty"`
	ObjectInstances     []string             `json:"objectInstances,omitempty"`
	RootObjectInstances []string             `json:"rootObjectInstances,omitempty"`
	ReportingCtrl       *ReportingCtrl       `json:"reportingCtrl,omitempty"`
}

PerfMetricJobSingleAllOfAttributes struct for PerfMetricJobSingleAllOfAttributes

func NewPerfMetricJobSingleAllOfAttributes ¶

func NewPerfMetricJobSingleAllOfAttributes() *PerfMetricJobSingleAllOfAttributes

NewPerfMetricJobSingleAllOfAttributes instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPerfMetricJobSingleAllOfAttributesWithDefaults ¶

func NewPerfMetricJobSingleAllOfAttributesWithDefaults() *PerfMetricJobSingleAllOfAttributes

NewPerfMetricJobSingleAllOfAttributesWithDefaults instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PerfMetricJobSingleAllOfAttributes) GetAdministrativeState ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod() int32

GetGranularityPeriod returns the GranularityPeriod field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk() (*int32, bool)

GetGranularityPeriodOk returns a tuple with the GranularityPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetJobId ¶

GetJobId returns the JobId field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetJobIdOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetObjectInstances ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstances() []string

GetObjectInstances returns the ObjectInstances field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool)

GetObjectInstancesOk returns a tuple with the ObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetOperationalState ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalState() OperationalState

GetOperationalState returns the OperationalState field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool)

GetOperationalStateOk returns a tuple with the OperationalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetReportingCtrl ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl

GetReportingCtrl returns the ReportingCtrl field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool)

GetReportingCtrlOk returns a tuple with the ReportingCtrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances() []string

GetRootObjectInstances returns the RootObjectInstances field value if set, zero value otherwise.

func (*PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk ¶

func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool)

GetRootObjectInstancesOk returns a tuple with the RootObjectInstances field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasAdministrativeState ¶

func (o *PerfMetricJobSingleAllOfAttributes) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod ¶

func (o *PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod() bool

HasGranularityPeriod returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasJobId ¶

HasJobId returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasObjectInstances ¶

func (o *PerfMetricJobSingleAllOfAttributes) HasObjectInstances() bool

HasObjectInstances returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasOperationalState ¶

func (o *PerfMetricJobSingleAllOfAttributes) HasOperationalState() bool

HasOperationalState returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics ¶

func (o *PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasReportingCtrl ¶

func (o *PerfMetricJobSingleAllOfAttributes) HasReportingCtrl() bool

HasReportingCtrl returns a boolean if a field has been set.

func (*PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances ¶

func (o *PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances() bool

HasRootObjectInstances returns a boolean if a field has been set.

func (PerfMetricJobSingleAllOfAttributes) MarshalJSON ¶

func (o PerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*PerfMetricJobSingleAllOfAttributes) SetAdministrativeState ¶

func (o *PerfMetricJobSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod ¶

func (o *PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod(v int32)

SetGranularityPeriod gets a reference to the given int32 and assigns it to the GranularityPeriod field.

func (*PerfMetricJobSingleAllOfAttributes) SetJobId ¶

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*PerfMetricJobSingleAllOfAttributes) SetObjectInstances ¶

func (o *PerfMetricJobSingleAllOfAttributes) SetObjectInstances(v []string)

SetObjectInstances gets a reference to the given []string and assigns it to the ObjectInstances field.

func (*PerfMetricJobSingleAllOfAttributes) SetOperationalState ¶

func (o *PerfMetricJobSingleAllOfAttributes) SetOperationalState(v OperationalState)

SetOperationalState gets a reference to the given OperationalState and assigns it to the OperationalState field.

func (*PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics ¶

func (o *PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*PerfMetricJobSingleAllOfAttributes) SetReportingCtrl ¶

func (o *PerfMetricJobSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl)

SetReportingCtrl gets a reference to the given ReportingCtrl and assigns it to the ReportingCtrl field.

func (*PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances ¶

func (o *PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances(v []string)

SetRootObjectInstances gets a reference to the given []string and assigns it to the RootObjectInstances field.

func (PerfMetricJobSingleAllOfAttributes) ToMap ¶

func (o PerfMetricJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type PerfNotificationTypes ¶

type PerfNotificationTypes string

PerfNotificationTypes the model 'PerfNotificationTypes'

const (
	NOTIFY_THRESHOLD_CROSSING PerfNotificationTypes = "notifyThresholdCrossing"
)

List of PerfNotificationTypes

func NewPerfNotificationTypesFromValue ¶

func NewPerfNotificationTypesFromValue(v string) (*PerfNotificationTypes, error)

NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerfNotificationTypes) IsValid ¶

func (v PerfNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerfNotificationTypes) Ptr ¶

Ptr returns reference to PerfNotificationTypes value

func (*PerfNotificationTypes) UnmarshalJSON ¶

func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error

type PfdData ¶

type PfdData struct {
	AppIds []string `json:"appIds,omitempty"`
	AfIds  []string `json:"afIds,omitempty"`
}

PfdData List of Application IDs and/or AF IDs managed by a given NEF Instance

func NewPfdData ¶

func NewPfdData() *PfdData

NewPfdData instantiates a new PfdData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPfdDataWithDefaults ¶

func NewPfdDataWithDefaults() *PfdData

NewPfdDataWithDefaults instantiates a new PfdData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PfdData) GetAfIds ¶

func (o *PfdData) GetAfIds() []string

GetAfIds returns the AfIds field value if set, zero value otherwise.

func (*PfdData) GetAfIdsOk ¶

func (o *PfdData) GetAfIdsOk() ([]string, bool)

GetAfIdsOk returns a tuple with the AfIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PfdData) GetAppIds ¶

func (o *PfdData) GetAppIds() []string

GetAppIds returns the AppIds field value if set, zero value otherwise.

func (*PfdData) GetAppIdsOk ¶

func (o *PfdData) GetAppIdsOk() ([]string, bool)

GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PfdData) HasAfIds ¶

func (o *PfdData) HasAfIds() bool

HasAfIds returns a boolean if a field has been set.

func (*PfdData) HasAppIds ¶

func (o *PfdData) HasAppIds() bool

HasAppIds returns a boolean if a field has been set.

func (PfdData) MarshalJSON ¶

func (o PfdData) MarshalJSON() ([]byte, error)

func (*PfdData) SetAfIds ¶

func (o *PfdData) SetAfIds(v []string)

SetAfIds gets a reference to the given []string and assigns it to the AfIds field.

func (*PfdData) SetAppIds ¶

func (o *PfdData) SetAppIds(v []string)

SetAppIds gets a reference to the given []string and assigns it to the AppIds field.

func (PfdData) ToMap ¶

func (o PfdData) ToMap() (map[string]interface{}, error)

type PlmnId ¶

type PlmnId struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
}

PlmnId struct for PlmnId

func NewPlmnId ¶

func NewPlmnId() *PlmnId

NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdWithDefaults ¶

func NewPlmnIdWithDefaults() *PlmnId

NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnId) GetMcc ¶

func (o *PlmnId) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*PlmnId) GetMccOk ¶

func (o *PlmnId) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnId) GetMnc ¶

func (o *PlmnId) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*PlmnId) GetMncOk ¶

func (o *PlmnId) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnId) HasMcc ¶

func (o *PlmnId) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*PlmnId) HasMnc ¶

func (o *PlmnId) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (PlmnId) MarshalJSON ¶

func (o PlmnId) MarshalJSON() ([]byte, error)

func (*PlmnId) SetMcc ¶

func (o *PlmnId) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*PlmnId) SetMnc ¶

func (o *PlmnId) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (PlmnId) ToMap ¶

func (o PlmnId) ToMap() (map[string]interface{}, error)

type PlmnId1 ¶

type PlmnId1 struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
}

PlmnId1 struct for PlmnId1

func NewPlmnId1 ¶

func NewPlmnId1() *PlmnId1

NewPlmnId1 instantiates a new PlmnId1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnId1WithDefaults ¶

func NewPlmnId1WithDefaults() *PlmnId1

NewPlmnId1WithDefaults instantiates a new PlmnId1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnId1) GetMcc ¶

func (o *PlmnId1) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*PlmnId1) GetMccOk ¶

func (o *PlmnId1) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnId1) GetMnc ¶

func (o *PlmnId1) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*PlmnId1) GetMncOk ¶

func (o *PlmnId1) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnId1) HasMcc ¶

func (o *PlmnId1) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*PlmnId1) HasMnc ¶

func (o *PlmnId1) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (PlmnId1) MarshalJSON ¶

func (o PlmnId1) MarshalJSON() ([]byte, error)

func (*PlmnId1) SetMcc ¶

func (o *PlmnId1) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*PlmnId1) SetMnc ¶

func (o *PlmnId1) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (PlmnId1) ToMap ¶

func (o PlmnId1) ToMap() (map[string]interface{}, error)

type PlmnId2 ¶

type PlmnId2 struct {
	// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mcc string `json:"mcc"`
	// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mnc string `json:"mnc"`
}

PlmnId2 When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".

func NewPlmnId2 ¶

func NewPlmnId2(mcc string, mnc string) *PlmnId2

NewPlmnId2 instantiates a new PlmnId2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnId2WithDefaults ¶

func NewPlmnId2WithDefaults() *PlmnId2

NewPlmnId2WithDefaults instantiates a new PlmnId2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnId2) GetMcc ¶

func (o *PlmnId2) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnId2) GetMccOk ¶

func (o *PlmnId2) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnId2) GetMnc ¶

func (o *PlmnId2) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnId2) GetMncOk ¶

func (o *PlmnId2) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (PlmnId2) MarshalJSON ¶

func (o PlmnId2) MarshalJSON() ([]byte, error)

func (*PlmnId2) SetMcc ¶

func (o *PlmnId2) SetMcc(v string)

SetMcc sets field value

func (*PlmnId2) SetMnc ¶

func (o *PlmnId2) SetMnc(v string)

SetMnc sets field value

func (PlmnId2) ToMap ¶

func (o PlmnId2) ToMap() (map[string]interface{}, error)

type PlmnIdNid ¶

type PlmnIdNid struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
	Nid *string `json:"nid,omitempty"`
}

PlmnIdNid struct for PlmnIdNid

func NewPlmnIdNid ¶

func NewPlmnIdNid() *PlmnIdNid

NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdNidWithDefaults ¶

func NewPlmnIdNidWithDefaults() *PlmnIdNid

NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnIdNid) GetMcc ¶

func (o *PlmnIdNid) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*PlmnIdNid) GetMccOk ¶

func (o *PlmnIdNid) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnIdNid) GetMnc ¶

func (o *PlmnIdNid) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*PlmnIdNid) GetMncOk ¶

func (o *PlmnIdNid) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnIdNid) GetNid ¶

func (o *PlmnIdNid) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*PlmnIdNid) GetNidOk ¶

func (o *PlmnIdNid) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnIdNid) HasMcc ¶

func (o *PlmnIdNid) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*PlmnIdNid) HasMnc ¶

func (o *PlmnIdNid) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*PlmnIdNid) HasNid ¶

func (o *PlmnIdNid) HasNid() bool

HasNid returns a boolean if a field has been set.

func (PlmnIdNid) MarshalJSON ¶

func (o PlmnIdNid) MarshalJSON() ([]byte, error)

func (*PlmnIdNid) SetMcc ¶

func (o *PlmnIdNid) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*PlmnIdNid) SetMnc ¶

func (o *PlmnIdNid) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*PlmnIdNid) SetNid ¶

func (o *PlmnIdNid) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (PlmnIdNid) ToMap ¶

func (o PlmnIdNid) ToMap() (map[string]interface{}, error)

type PlmnIdNid1 ¶

type PlmnIdNid1 struct {
	// Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mcc string `json:"mcc"`
	// Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413.
	Mnc string `json:"mnc"`
	// This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1).
	Nid *string `json:"nid,omitempty"`
}

PlmnIdNid1 Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.

func NewPlmnIdNid1 ¶

func NewPlmnIdNid1(mcc string, mnc string) *PlmnIdNid1

NewPlmnIdNid1 instantiates a new PlmnIdNid1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnIdNid1WithDefaults ¶

func NewPlmnIdNid1WithDefaults() *PlmnIdNid1

NewPlmnIdNid1WithDefaults instantiates a new PlmnIdNid1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnIdNid1) GetMcc ¶

func (o *PlmnIdNid1) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnIdNid1) GetMccOk ¶

func (o *PlmnIdNid1) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnIdNid1) GetMnc ¶

func (o *PlmnIdNid1) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnIdNid1) GetMncOk ¶

func (o *PlmnIdNid1) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (*PlmnIdNid1) GetNid ¶

func (o *PlmnIdNid1) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*PlmnIdNid1) GetNidOk ¶

func (o *PlmnIdNid1) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnIdNid1) HasNid ¶

func (o *PlmnIdNid1) HasNid() bool

HasNid returns a boolean if a field has been set.

func (PlmnIdNid1) MarshalJSON ¶

func (o PlmnIdNid1) MarshalJSON() ([]byte, error)

func (*PlmnIdNid1) SetMcc ¶

func (o *PlmnIdNid1) SetMcc(v string)

SetMcc sets field value

func (*PlmnIdNid1) SetMnc ¶

func (o *PlmnIdNid1) SetMnc(v string)

SetMnc sets field value

func (*PlmnIdNid1) SetNid ¶

func (o *PlmnIdNid1) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (PlmnIdNid1) ToMap ¶

func (o PlmnIdNid1) ToMap() (map[string]interface{}, error)

type PlmnInfo ¶

type PlmnInfo struct {
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	Snssai *Snssai `json:"snssai,omitempty"`
}

PlmnInfo struct for PlmnInfo

func NewPlmnInfo ¶

func NewPlmnInfo() *PlmnInfo

NewPlmnInfo instantiates a new PlmnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnInfoWithDefaults ¶

func NewPlmnInfoWithDefaults() *PlmnInfo

NewPlmnInfoWithDefaults instantiates a new PlmnInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnInfo) GetPlmnId ¶

func (o *PlmnInfo) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*PlmnInfo) GetPlmnIdOk ¶

func (o *PlmnInfo) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnInfo) GetSnssai ¶

func (o *PlmnInfo) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*PlmnInfo) GetSnssaiOk ¶

func (o *PlmnInfo) GetSnssaiOk() (*Snssai, bool)

GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PlmnInfo) HasPlmnId ¶

func (o *PlmnInfo) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*PlmnInfo) HasSnssai ¶

func (o *PlmnInfo) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (PlmnInfo) MarshalJSON ¶

func (o PlmnInfo) MarshalJSON() ([]byte, error)

func (*PlmnInfo) SetPlmnId ¶

func (o *PlmnInfo) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*PlmnInfo) SetSnssai ¶

func (o *PlmnInfo) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (PlmnInfo) ToMap ¶

func (o PlmnInfo) ToMap() (map[string]interface{}, error)

type PlmnListTypeInner ¶

type PlmnListTypeInner struct {
	Mcc string `json:"mcc"`
	Mnc string `json:"mnc"`
}

PlmnListTypeInner struct for PlmnListTypeInner

func NewPlmnListTypeInner ¶

func NewPlmnListTypeInner(mcc string, mnc string) *PlmnListTypeInner

NewPlmnListTypeInner instantiates a new PlmnListTypeInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnListTypeInnerWithDefaults ¶

func NewPlmnListTypeInnerWithDefaults() *PlmnListTypeInner

NewPlmnListTypeInnerWithDefaults instantiates a new PlmnListTypeInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnListTypeInner) GetMcc ¶

func (o *PlmnListTypeInner) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnListTypeInner) GetMccOk ¶

func (o *PlmnListTypeInner) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnListTypeInner) GetMnc ¶

func (o *PlmnListTypeInner) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnListTypeInner) GetMncOk ¶

func (o *PlmnListTypeInner) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (PlmnListTypeInner) MarshalJSON ¶

func (o PlmnListTypeInner) MarshalJSON() ([]byte, error)

func (*PlmnListTypeInner) SetMcc ¶

func (o *PlmnListTypeInner) SetMcc(v string)

SetMcc sets field value

func (*PlmnListTypeInner) SetMnc ¶

func (o *PlmnListTypeInner) SetMnc(v string)

SetMnc sets field value

func (PlmnListTypeInner) ToMap ¶

func (o PlmnListTypeInner) ToMap() (map[string]interface{}, error)

type PlmnTargetType ¶

type PlmnTargetType struct {
	Mcc string `json:"mcc"`
	Mnc string `json:"mnc"`
}

PlmnTargetType The PLMN for which sessions shall be selected in the Trace Session in case of management based activation when several PLMNs are supported in the RAN (this means that shared cells and not shared cells are allowed for the specified PLMN. Note that the PLMN Target might differ from the PLMN specified in the Trace Reference, as that specifies the PLMN that is containing the management system requesting the Trace Session from the NE. See 3GPP TS 32.422 clause 5.9b for additional details.

func NewPlmnTargetType ¶

func NewPlmnTargetType(mcc string, mnc string) *PlmnTargetType

NewPlmnTargetType instantiates a new PlmnTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPlmnTargetTypeWithDefaults ¶

func NewPlmnTargetTypeWithDefaults() *PlmnTargetType

NewPlmnTargetTypeWithDefaults instantiates a new PlmnTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PlmnTargetType) GetMcc ¶

func (o *PlmnTargetType) GetMcc() string

GetMcc returns the Mcc field value

func (*PlmnTargetType) GetMccOk ¶

func (o *PlmnTargetType) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*PlmnTargetType) GetMnc ¶

func (o *PlmnTargetType) GetMnc() string

GetMnc returns the Mnc field value

func (*PlmnTargetType) GetMncOk ¶

func (o *PlmnTargetType) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (PlmnTargetType) MarshalJSON ¶

func (o PlmnTargetType) MarshalJSON() ([]byte, error)

func (*PlmnTargetType) SetMcc ¶

func (o *PlmnTargetType) SetMcc(v string)

SetMcc sets field value

func (*PlmnTargetType) SetMnc ¶

func (o *PlmnTargetType) SetMnc(v string)

SetMnc sets field value

func (PlmnTargetType) ToMap ¶

func (o PlmnTargetType) ToMap() (map[string]interface{}, error)

type 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 PredefinedPccRuleSetSingle ¶

type PredefinedPccRuleSetSingle struct {
	Top
	Attributes *PredefinedPccRuleSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

PredefinedPccRuleSetSingle struct for PredefinedPccRuleSetSingle

func NewPredefinedPccRuleSetSingle ¶

func NewPredefinedPccRuleSetSingle(id NullableString) *PredefinedPccRuleSetSingle

NewPredefinedPccRuleSetSingle instantiates a new PredefinedPccRuleSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleWithDefaults ¶

func NewPredefinedPccRuleSetSingleWithDefaults() *PredefinedPccRuleSetSingle

NewPredefinedPccRuleSetSingleWithDefaults instantiates a new PredefinedPccRuleSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PredefinedPccRuleSetSingle) HasAttributes ¶

func (o *PredefinedPccRuleSetSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingle) MarshalJSON ¶

func (o PredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error)

func (*PredefinedPccRuleSetSingle) SetAttributes ¶

SetAttributes gets a reference to the given PredefinedPccRuleSetSingleAllOfAttributes and assigns it to the Attributes field.

func (PredefinedPccRuleSetSingle) ToMap ¶

func (o PredefinedPccRuleSetSingle) ToMap() (map[string]interface{}, error)

type PredefinedPccRuleSetSingleAllOf ¶

type PredefinedPccRuleSetSingleAllOf struct {
	Attributes *PredefinedPccRuleSetSingleAllOfAttributes `json:"attributes,omitempty"`
}

PredefinedPccRuleSetSingleAllOf struct for PredefinedPccRuleSetSingleAllOf

func NewPredefinedPccRuleSetSingleAllOf ¶

func NewPredefinedPccRuleSetSingleAllOf() *PredefinedPccRuleSetSingleAllOf

NewPredefinedPccRuleSetSingleAllOf instantiates a new PredefinedPccRuleSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleAllOfWithDefaults ¶

func NewPredefinedPccRuleSetSingleAllOfWithDefaults() *PredefinedPccRuleSetSingleAllOf

NewPredefinedPccRuleSetSingleAllOfWithDefaults instantiates a new PredefinedPccRuleSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PredefinedPccRuleSetSingleAllOf) HasAttributes ¶

func (o *PredefinedPccRuleSetSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingleAllOf) MarshalJSON ¶

func (o PredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error)

func (*PredefinedPccRuleSetSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given PredefinedPccRuleSetSingleAllOfAttributes and assigns it to the Attributes field.

func (PredefinedPccRuleSetSingleAllOf) ToMap ¶

func (o PredefinedPccRuleSetSingleAllOf) ToMap() (map[string]interface{}, error)

type PredefinedPccRuleSetSingleAllOfAttributes ¶

type PredefinedPccRuleSetSingleAllOfAttributes struct {
	PredefinedPccRules []PccRule `json:"predefinedPccRules,omitempty"`
}

PredefinedPccRuleSetSingleAllOfAttributes struct for PredefinedPccRuleSetSingleAllOfAttributes

func NewPredefinedPccRuleSetSingleAllOfAttributes ¶

func NewPredefinedPccRuleSetSingleAllOfAttributes() *PredefinedPccRuleSetSingleAllOfAttributes

NewPredefinedPccRuleSetSingleAllOfAttributes instantiates a new PredefinedPccRuleSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleAllOfAttributesWithDefaults ¶

func NewPredefinedPccRuleSetSingleAllOfAttributesWithDefaults() *PredefinedPccRuleSetSingleAllOfAttributes

NewPredefinedPccRuleSetSingleAllOfAttributesWithDefaults instantiates a new PredefinedPccRuleSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRules() []PccRule

GetPredefinedPccRules returns the PredefinedPccRules field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRulesOk ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRulesOk() ([]PccRule, bool)

GetPredefinedPccRulesOk returns a tuple with the PredefinedPccRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PredefinedPccRuleSetSingleAllOfAttributes) HasPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) HasPredefinedPccRules() bool

HasPredefinedPccRules returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON ¶

func (*PredefinedPccRuleSetSingleAllOfAttributes) SetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributes) SetPredefinedPccRules(v []PccRule)

SetPredefinedPccRules gets a reference to the given []PccRule and assigns it to the PredefinedPccRules field.

func (PredefinedPccRuleSetSingleAllOfAttributes) ToMap ¶

func (o PredefinedPccRuleSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type PredefinedPccRuleSetSingleAllOfAttributesAllOf ¶

type PredefinedPccRuleSetSingleAllOfAttributesAllOf struct {
	PredefinedPccRules []PccRule `json:"predefinedPccRules,omitempty"`
}

PredefinedPccRuleSetSingleAllOfAttributesAllOf struct for PredefinedPccRuleSetSingleAllOfAttributesAllOf

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOf ¶

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOf() *PredefinedPccRuleSetSingleAllOfAttributesAllOf

NewPredefinedPccRuleSetSingleAllOfAttributesAllOf instantiates a new PredefinedPccRuleSetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOfWithDefaults ¶

func NewPredefinedPccRuleSetSingleAllOfAttributesAllOfWithDefaults() *PredefinedPccRuleSetSingleAllOfAttributesAllOf

NewPredefinedPccRuleSetSingleAllOfAttributesAllOfWithDefaults instantiates a new PredefinedPccRuleSetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRules() []PccRule

GetPredefinedPccRules returns the PredefinedPccRules field value if set, zero value otherwise.

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRulesOk ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRulesOk() ([]PccRule, bool)

GetPredefinedPccRulesOk returns a tuple with the PredefinedPccRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) HasPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) HasPredefinedPccRules() bool

HasPredefinedPccRules returns a boolean if a field has been set.

func (PredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*PredefinedPccRuleSetSingleAllOfAttributesAllOf) SetPredefinedPccRules ¶

func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) SetPredefinedPccRules(v []PccRule)

SetPredefinedPccRules gets a reference to the given []PccRule and assigns it to the PredefinedPccRules field.

func (PredefinedPccRuleSetSingleAllOfAttributesAllOf) ToMap ¶

func (o PredefinedPccRuleSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type PreemptionCapability ¶

type PreemptionCapability struct {
	String *string
}

PreemptionCapability The enumeration PreemptionCapability indicates the pre-emption capability of a request on other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.1-1.

func (*PreemptionCapability) MarshalJSON ¶

func (src *PreemptionCapability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PreemptionCapability) UnmarshalJSON ¶

func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type PreemptionVulnerability ¶

type PreemptionVulnerability struct {
	String *string
}

PreemptionVulnerability The enumeration PreemptionVulnerability indicates the pre-emption vulnerability of the QoS flow to pre-emption from other QoS flows. See clause 5.7.2.2 of 3GPP TS 23.501. It shall comply with the provisions defined in table 5.5.3.2-1

func (*PreemptionVulnerability) MarshalJSON ¶

func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*PreemptionVulnerability) UnmarshalJSON ¶

func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ProbableCause ¶

type ProbableCause struct {
	ProbableCauseOneOf *ProbableCauseOneOf
	Int32              *int32
}

ProbableCause - The value of the probable cause may be a specific standardized string, or any vendor provided string. Probable cause strings are not standardized in the present document. They may be added in a future version. Up to then the mapping of the generic probable cause strings \"PROBABLE_CAUSE_001\" to \"PROBABLE_CAUSE_005\" is vendor specific. The value of the probable cause may also be an integer. The mapping of integer values to probable causes is vendor specific.

func Int32AsProbableCause ¶

func Int32AsProbableCause(v *int32) ProbableCause

int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause

func ProbableCauseOneOfAsProbableCause ¶ added in v1.18.2

func ProbableCauseOneOfAsProbableCause(v *ProbableCauseOneOf) ProbableCause

ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause

func (*ProbableCause) GetActualInstance ¶

func (obj *ProbableCause) GetActualInstance() interface{}

Get the actual instance

func (ProbableCause) MarshalJSON ¶

func (src ProbableCause) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProbableCause) UnmarshalJSON ¶

func (dst *ProbableCause) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ProbableCauseOneOf ¶

type ProbableCauseOneOf struct {
	String *string
}

ProbableCauseOneOf struct for ProbableCauseOneOf

func (*ProbableCauseOneOf) MarshalJSON ¶

func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProbableCauseOneOf) UnmarshalJSON ¶

func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type ProseCapability ¶

type ProseCapability struct {
	ProseDirectDiscovey      *bool `json:"proseDirectDiscovey,omitempty"`
	ProseDirectCommunication *bool `json:"proseDirectCommunication,omitempty"`
	ProseL2UetoNetworkRelay  *bool `json:"proseL2UetoNetworkRelay,omitempty"`
	ProseL3UetoNetworkRelay  *bool `json:"proseL3UetoNetworkRelay,omitempty"`
	ProseL2RemoteUe          *bool `json:"proseL2RemoteUe,omitempty"`
	ProseL3RemoteUe          *bool `json:"proseL3RemoteUe,omitempty"`
}

ProseCapability struct for ProseCapability

func NewProseCapability ¶

func NewProseCapability() *ProseCapability

NewProseCapability instantiates a new ProseCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProseCapabilityWithDefaults ¶

func NewProseCapabilityWithDefaults() *ProseCapability

NewProseCapabilityWithDefaults instantiates a new ProseCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProseCapability) GetProseDirectCommunication ¶

func (o *ProseCapability) GetProseDirectCommunication() bool

GetProseDirectCommunication returns the ProseDirectCommunication field value if set, zero value otherwise.

func (*ProseCapability) GetProseDirectCommunicationOk ¶

func (o *ProseCapability) GetProseDirectCommunicationOk() (*bool, bool)

GetProseDirectCommunicationOk returns a tuple with the ProseDirectCommunication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseDirectDiscovey ¶

func (o *ProseCapability) GetProseDirectDiscovey() bool

GetProseDirectDiscovey returns the ProseDirectDiscovey field value if set, zero value otherwise.

func (*ProseCapability) GetProseDirectDiscoveyOk ¶

func (o *ProseCapability) GetProseDirectDiscoveyOk() (*bool, bool)

GetProseDirectDiscoveyOk returns a tuple with the ProseDirectDiscovey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL2RemoteUe ¶

func (o *ProseCapability) GetProseL2RemoteUe() bool

GetProseL2RemoteUe returns the ProseL2RemoteUe field value if set, zero value otherwise.

func (*ProseCapability) GetProseL2RemoteUeOk ¶

func (o *ProseCapability) GetProseL2RemoteUeOk() (*bool, bool)

GetProseL2RemoteUeOk returns a tuple with the ProseL2RemoteUe field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL2UetoNetworkRelay ¶

func (o *ProseCapability) GetProseL2UetoNetworkRelay() bool

GetProseL2UetoNetworkRelay returns the ProseL2UetoNetworkRelay field value if set, zero value otherwise.

func (*ProseCapability) GetProseL2UetoNetworkRelayOk ¶

func (o *ProseCapability) GetProseL2UetoNetworkRelayOk() (*bool, bool)

GetProseL2UetoNetworkRelayOk returns a tuple with the ProseL2UetoNetworkRelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL3RemoteUe ¶

func (o *ProseCapability) GetProseL3RemoteUe() bool

GetProseL3RemoteUe returns the ProseL3RemoteUe field value if set, zero value otherwise.

func (*ProseCapability) GetProseL3RemoteUeOk ¶

func (o *ProseCapability) GetProseL3RemoteUeOk() (*bool, bool)

GetProseL3RemoteUeOk returns a tuple with the ProseL3RemoteUe field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) GetProseL3UetoNetworkRelay ¶

func (o *ProseCapability) GetProseL3UetoNetworkRelay() bool

GetProseL3UetoNetworkRelay returns the ProseL3UetoNetworkRelay field value if set, zero value otherwise.

func (*ProseCapability) GetProseL3UetoNetworkRelayOk ¶

func (o *ProseCapability) GetProseL3UetoNetworkRelayOk() (*bool, bool)

GetProseL3UetoNetworkRelayOk returns a tuple with the ProseL3UetoNetworkRelay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProseCapability) HasProseDirectCommunication ¶

func (o *ProseCapability) HasProseDirectCommunication() bool

HasProseDirectCommunication returns a boolean if a field has been set.

func (*ProseCapability) HasProseDirectDiscovey ¶

func (o *ProseCapability) HasProseDirectDiscovey() bool

HasProseDirectDiscovey returns a boolean if a field has been set.

func (*ProseCapability) HasProseL2RemoteUe ¶

func (o *ProseCapability) HasProseL2RemoteUe() bool

HasProseL2RemoteUe returns a boolean if a field has been set.

func (*ProseCapability) HasProseL2UetoNetworkRelay ¶

func (o *ProseCapability) HasProseL2UetoNetworkRelay() bool

HasProseL2UetoNetworkRelay returns a boolean if a field has been set.

func (*ProseCapability) HasProseL3RemoteUe ¶

func (o *ProseCapability) HasProseL3RemoteUe() bool

HasProseL3RemoteUe returns a boolean if a field has been set.

func (*ProseCapability) HasProseL3UetoNetworkRelay ¶

func (o *ProseCapability) HasProseL3UetoNetworkRelay() bool

HasProseL3UetoNetworkRelay returns a boolean if a field has been set.

func (ProseCapability) MarshalJSON ¶

func (o ProseCapability) MarshalJSON() ([]byte, error)

func (*ProseCapability) SetProseDirectCommunication ¶

func (o *ProseCapability) SetProseDirectCommunication(v bool)

SetProseDirectCommunication gets a reference to the given bool and assigns it to the ProseDirectCommunication field.

func (*ProseCapability) SetProseDirectDiscovey ¶

func (o *ProseCapability) SetProseDirectDiscovey(v bool)

SetProseDirectDiscovey gets a reference to the given bool and assigns it to the ProseDirectDiscovey field.

func (*ProseCapability) SetProseL2RemoteUe ¶

func (o *ProseCapability) SetProseL2RemoteUe(v bool)

SetProseL2RemoteUe gets a reference to the given bool and assigns it to the ProseL2RemoteUe field.

func (*ProseCapability) SetProseL2UetoNetworkRelay ¶

func (o *ProseCapability) SetProseL2UetoNetworkRelay(v bool)

SetProseL2UetoNetworkRelay gets a reference to the given bool and assigns it to the ProseL2UetoNetworkRelay field.

func (*ProseCapability) SetProseL3RemoteUe ¶

func (o *ProseCapability) SetProseL3RemoteUe(v bool)

SetProseL3RemoteUe gets a reference to the given bool and assigns it to the ProseL3RemoteUe field.

func (*ProseCapability) SetProseL3UetoNetworkRelay ¶

func (o *ProseCapability) SetProseL3UetoNetworkRelay(v bool)

SetProseL3UetoNetworkRelay gets a reference to the given bool and assigns it to the ProseL3UetoNetworkRelay field.

func (ProseCapability) ToMap ¶

func (o ProseCapability) ToMap() (map[string]interface{}, error)

type ProvMnS ¶

type ProvMnS struct {
	ProvMnSOneOf  *ProvMnSOneOf
	ProvMnSOneOf1 *ProvMnSOneOf1
}

ProvMnS - struct for ProvMnS

func ProvMnSOneOf1AsProvMnS ¶

func ProvMnSOneOf1AsProvMnS(v *ProvMnSOneOf1) ProvMnS

ProvMnSOneOf1AsProvMnS is a convenience function that returns ProvMnSOneOf1 wrapped in ProvMnS

func ProvMnSOneOfAsProvMnS ¶

func ProvMnSOneOfAsProvMnS(v *ProvMnSOneOf) ProvMnS

ProvMnSOneOfAsProvMnS is a convenience function that returns ProvMnSOneOf wrapped in ProvMnS

func (*ProvMnS) GetActualInstance ¶

func (obj *ProvMnS) GetActualInstance() interface{}

Get the actual instance

func (ProvMnS) MarshalJSON ¶

func (src ProvMnS) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ProvMnS) UnmarshalJSON ¶

func (dst *ProvMnS) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ProvMnSOneOf ¶

type ProvMnSOneOf struct {
	SubNetwork []SubNetworkSingle `json:"SubNetwork,omitempty"`
}

ProvMnSOneOf struct for ProvMnSOneOf

func NewProvMnSOneOf ¶

func NewProvMnSOneOf() *ProvMnSOneOf

NewProvMnSOneOf instantiates a new ProvMnSOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvMnSOneOfWithDefaults ¶

func NewProvMnSOneOfWithDefaults() *ProvMnSOneOf

NewProvMnSOneOfWithDefaults instantiates a new ProvMnSOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvMnSOneOf) GetSubNetwork ¶

func (o *ProvMnSOneOf) GetSubNetwork() []SubNetworkSingle

GetSubNetwork returns the SubNetwork field value if set, zero value otherwise.

func (*ProvMnSOneOf) GetSubNetworkOk ¶

func (o *ProvMnSOneOf) 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 (*ProvMnSOneOf) HasSubNetwork ¶

func (o *ProvMnSOneOf) HasSubNetwork() bool

HasSubNetwork returns a boolean if a field has been set.

func (ProvMnSOneOf) MarshalJSON ¶

func (o ProvMnSOneOf) MarshalJSON() ([]byte, error)

func (*ProvMnSOneOf) SetSubNetwork ¶

func (o *ProvMnSOneOf) SetSubNetwork(v []SubNetworkSingle)

SetSubNetwork gets a reference to the given []SubNetworkSingle and assigns it to the SubNetwork field.

func (ProvMnSOneOf) ToMap ¶

func (o ProvMnSOneOf) ToMap() (map[string]interface{}, error)

type ProvMnSOneOf1 ¶

type ProvMnSOneOf1 struct {
	ManagedElement []ManagedElementSingle `json:"ManagedElement,omitempty"`
}

ProvMnSOneOf1 struct for ProvMnSOneOf1

func NewProvMnSOneOf1 ¶

func NewProvMnSOneOf1() *ProvMnSOneOf1

NewProvMnSOneOf1 instantiates a new ProvMnSOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvMnSOneOf1WithDefaults ¶

func NewProvMnSOneOf1WithDefaults() *ProvMnSOneOf1

NewProvMnSOneOf1WithDefaults instantiates a new ProvMnSOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvMnSOneOf1) GetManagedElement ¶

func (o *ProvMnSOneOf1) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*ProvMnSOneOf1) GetManagedElementOk ¶

func (o *ProvMnSOneOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvMnSOneOf1) HasManagedElement ¶

func (o *ProvMnSOneOf1) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (ProvMnSOneOf1) MarshalJSON ¶

func (o ProvMnSOneOf1) MarshalJSON() ([]byte, error)

func (*ProvMnSOneOf1) SetManagedElement ¶

func (o *ProvMnSOneOf1) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (ProvMnSOneOf1) ToMap ¶

func (o ProvMnSOneOf1) ToMap() (map[string]interface{}, error)

type QFPacketDelayThresholdsType ¶

type QFPacketDelayThresholdsType struct {
	ThresholdDl  *int32 `json:"thresholdDl,omitempty"`
	ThresholdUl  *int32 `json:"thresholdUl,omitempty"`
	ThresholdRtt *int32 `json:"thresholdRtt,omitempty"`
}

QFPacketDelayThresholdsType struct for QFPacketDelayThresholdsType

func NewQFPacketDelayThresholdsType ¶

func NewQFPacketDelayThresholdsType() *QFPacketDelayThresholdsType

NewQFPacketDelayThresholdsType instantiates a new QFPacketDelayThresholdsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFPacketDelayThresholdsTypeWithDefaults ¶

func NewQFPacketDelayThresholdsTypeWithDefaults() *QFPacketDelayThresholdsType

NewQFPacketDelayThresholdsTypeWithDefaults instantiates a new QFPacketDelayThresholdsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFPacketDelayThresholdsType) GetThresholdDl ¶

func (o *QFPacketDelayThresholdsType) GetThresholdDl() int32

GetThresholdDl returns the ThresholdDl field value if set, zero value otherwise.

func (*QFPacketDelayThresholdsType) GetThresholdDlOk ¶

func (o *QFPacketDelayThresholdsType) GetThresholdDlOk() (*int32, bool)

GetThresholdDlOk returns a tuple with the ThresholdDl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFPacketDelayThresholdsType) GetThresholdRtt ¶

func (o *QFPacketDelayThresholdsType) GetThresholdRtt() int32

GetThresholdRtt returns the ThresholdRtt field value if set, zero value otherwise.

func (*QFPacketDelayThresholdsType) GetThresholdRttOk ¶

func (o *QFPacketDelayThresholdsType) GetThresholdRttOk() (*int32, bool)

GetThresholdRttOk returns a tuple with the ThresholdRtt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFPacketDelayThresholdsType) GetThresholdUl ¶

func (o *QFPacketDelayThresholdsType) GetThresholdUl() int32

GetThresholdUl returns the ThresholdUl field value if set, zero value otherwise.

func (*QFPacketDelayThresholdsType) GetThresholdUlOk ¶

func (o *QFPacketDelayThresholdsType) GetThresholdUlOk() (*int32, bool)

GetThresholdUlOk returns a tuple with the ThresholdUl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFPacketDelayThresholdsType) HasThresholdDl ¶

func (o *QFPacketDelayThresholdsType) HasThresholdDl() bool

HasThresholdDl returns a boolean if a field has been set.

func (*QFPacketDelayThresholdsType) HasThresholdRtt ¶

func (o *QFPacketDelayThresholdsType) HasThresholdRtt() bool

HasThresholdRtt returns a boolean if a field has been set.

func (*QFPacketDelayThresholdsType) HasThresholdUl ¶

func (o *QFPacketDelayThresholdsType) HasThresholdUl() bool

HasThresholdUl returns a boolean if a field has been set.

func (QFPacketDelayThresholdsType) MarshalJSON ¶

func (o QFPacketDelayThresholdsType) MarshalJSON() ([]byte, error)

func (*QFPacketDelayThresholdsType) SetThresholdDl ¶

func (o *QFPacketDelayThresholdsType) SetThresholdDl(v int32)

SetThresholdDl gets a reference to the given int32 and assigns it to the ThresholdDl field.

func (*QFPacketDelayThresholdsType) SetThresholdRtt ¶

func (o *QFPacketDelayThresholdsType) SetThresholdRtt(v int32)

SetThresholdRtt gets a reference to the given int32 and assigns it to the ThresholdRtt field.

func (*QFPacketDelayThresholdsType) SetThresholdUl ¶

func (o *QFPacketDelayThresholdsType) SetThresholdUl(v int32)

SetThresholdUl gets a reference to the given int32 and assigns it to the ThresholdUl field.

func (QFPacketDelayThresholdsType) ToMap ¶

func (o QFPacketDelayThresholdsType) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingle ¶

type QFQoSMonitoringControlSingle struct {
	Top
	Attributes *QFQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

QFQoSMonitoringControlSingle struct for QFQoSMonitoringControlSingle

func NewQFQoSMonitoringControlSingle ¶

func NewQFQoSMonitoringControlSingle(id NullableString) *QFQoSMonitoringControlSingle

NewQFQoSMonitoringControlSingle instantiates a new QFQoSMonitoringControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleWithDefaults ¶

func NewQFQoSMonitoringControlSingleWithDefaults() *QFQoSMonitoringControlSingle

NewQFQoSMonitoringControlSingleWithDefaults instantiates a new QFQoSMonitoringControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingle) HasAttributes ¶

func (o *QFQoSMonitoringControlSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingle) MarshalJSON ¶

func (o QFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error)

func (*QFQoSMonitoringControlSingle) SetAttributes ¶

SetAttributes gets a reference to the given QFQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (QFQoSMonitoringControlSingle) ToMap ¶

func (o QFQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingleAllOf ¶

type QFQoSMonitoringControlSingleAllOf struct {
	Attributes *QFQoSMonitoringControlSingleAllOfAttributes `json:"attributes,omitempty"`
}

QFQoSMonitoringControlSingleAllOf struct for QFQoSMonitoringControlSingleAllOf

func NewQFQoSMonitoringControlSingleAllOf ¶

func NewQFQoSMonitoringControlSingleAllOf() *QFQoSMonitoringControlSingleAllOf

NewQFQoSMonitoringControlSingleAllOf instantiates a new QFQoSMonitoringControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleAllOfWithDefaults ¶

func NewQFQoSMonitoringControlSingleAllOfWithDefaults() *QFQoSMonitoringControlSingleAllOf

NewQFQoSMonitoringControlSingleAllOfWithDefaults instantiates a new QFQoSMonitoringControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOf) HasAttributes ¶

func (o *QFQoSMonitoringControlSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingleAllOf) MarshalJSON ¶

func (o QFQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error)

func (*QFQoSMonitoringControlSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given QFQoSMonitoringControlSingleAllOfAttributes and assigns it to the Attributes field.

func (QFQoSMonitoringControlSingleAllOf) ToMap ¶

func (o QFQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingleAllOfAttributes ¶

type QFQoSMonitoringControlSingleAllOfAttributes struct {
	QFQoSMonitoringState                   *string                      `json:"qFQoSMonitoringState,omitempty"`
	QFMonitoredSNSSAIs                     []Snssai                     `json:"qFMonitoredSNSSAIs,omitempty"`
	QFMonitored5QIs                        []int32                      `json:"qFMonitored5QIs,omitempty"`
	IsEventTriggeredQFMonitoringSupported  *bool                        `json:"isEventTriggeredQFMonitoringSupported,omitempty"`
	IsPeriodicQFMonitoringSupported        *bool                        `json:"isPeriodicQFMonitoringSupported,omitempty"`
	IsSessionReleasedQFMonitoringSupported *bool                        `json:"isSessionReleasedQFMonitoringSupported,omitempty"`
	QFPacketDelayThresholds                *QFPacketDelayThresholdsType `json:"qFPacketDelayThresholds,omitempty"`
	QFMinimumWaitTime                      *int32                       `json:"qFMinimumWaitTime,omitempty"`
	QFMeasurementPeriod                    *int32                       `json:"qFMeasurementPeriod,omitempty"`
}

QFQoSMonitoringControlSingleAllOfAttributes struct for QFQoSMonitoringControlSingleAllOfAttributes

func NewQFQoSMonitoringControlSingleAllOfAttributes ¶

func NewQFQoSMonitoringControlSingleAllOfAttributes() *QFQoSMonitoringControlSingleAllOfAttributes

NewQFQoSMonitoringControlSingleAllOfAttributes instantiates a new QFQoSMonitoringControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleAllOfAttributesWithDefaults ¶

func NewQFQoSMonitoringControlSingleAllOfAttributesWithDefaults() *QFQoSMonitoringControlSingleAllOfAttributes

NewQFQoSMonitoringControlSingleAllOfAttributesWithDefaults instantiates a new QFQoSMonitoringControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupported() bool

GetIsEventTriggeredQFMonitoringSupported returns the IsEventTriggeredQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredQFMonitoringSupportedOk returns a tuple with the IsEventTriggeredQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupported() bool

GetIsPeriodicQFMonitoringSupported returns the IsPeriodicQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicQFMonitoringSupportedOk returns a tuple with the IsPeriodicQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupported() bool

GetIsSessionReleasedQFMonitoringSupported returns the IsSessionReleasedQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool)

GetIsSessionReleasedQFMonitoringSupportedOk returns a tuple with the IsSessionReleasedQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriod() int32

GetQFMeasurementPeriod returns the QFMeasurementPeriod field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriodOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriodOk() (*int32, bool)

GetQFMeasurementPeriodOk returns a tuple with the QFMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTime() int32

GetQFMinimumWaitTime returns the QFMinimumWaitTime field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTimeOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTimeOk() (*int32, bool)

GetQFMinimumWaitTimeOk returns a tuple with the QFMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIs() []int32

GetQFMonitored5QIs returns the QFMonitored5QIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIsOk() ([]int32, bool)

GetQFMonitored5QIsOk returns a tuple with the QFMonitored5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIs() []Snssai

GetQFMonitoredSNSSAIs returns the QFMonitoredSNSSAIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool)

GetQFMonitoredSNSSAIsOk returns a tuple with the QFMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholds ¶

GetQFPacketDelayThresholds returns the QFPacketDelayThresholds field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholdsOk ¶

GetQFPacketDelayThresholdsOk returns a tuple with the QFPacketDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringState() string

GetQFQoSMonitoringState returns the QFQoSMonitoringState field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringStateOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringStateOk() (*string, bool)

GetQFQoSMonitoringStateOk returns a tuple with the QFQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredQFMonitoringSupported() bool

HasIsEventTriggeredQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicQFMonitoringSupported() bool

HasIsPeriodicQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsSessionReleasedQFMonitoringSupported() bool

HasIsSessionReleasedQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMeasurementPeriod() bool

HasQFMeasurementPeriod returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMinimumWaitTime() bool

HasQFMinimumWaitTime returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitored5QIs() bool

HasQFMonitored5QIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitoredSNSSAIs() bool

HasQFMonitoredSNSSAIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFPacketDelayThresholds ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFPacketDelayThresholds() bool

HasQFPacketDelayThresholds returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributes) HasQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFQoSMonitoringState() bool

HasQFQoSMonitoringState returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON ¶

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredQFMonitoringSupported(v bool)

SetIsEventTriggeredQFMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicQFMonitoringSupported(v bool)

SetIsPeriodicQFMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsSessionReleasedQFMonitoringSupported(v bool)

SetIsSessionReleasedQFMonitoringSupported gets a reference to the given bool and assigns it to the IsSessionReleasedQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMeasurementPeriod(v int32)

SetQFMeasurementPeriod gets a reference to the given int32 and assigns it to the QFMeasurementPeriod field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMinimumWaitTime(v int32)

SetQFMinimumWaitTime gets a reference to the given int32 and assigns it to the QFMinimumWaitTime field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitored5QIs(v []int32)

SetQFMonitored5QIs gets a reference to the given []int32 and assigns it to the QFMonitored5QIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitoredSNSSAIs(v []Snssai)

SetQFMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the QFMonitoredSNSSAIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFPacketDelayThresholds ¶

SetQFPacketDelayThresholds gets a reference to the given QFPacketDelayThresholdsType and assigns it to the QFPacketDelayThresholds field.

func (*QFQoSMonitoringControlSingleAllOfAttributes) SetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFQoSMonitoringState(v string)

SetQFQoSMonitoringState gets a reference to the given string and assigns it to the QFQoSMonitoringState field.

func (QFQoSMonitoringControlSingleAllOfAttributes) ToMap ¶

func (o QFQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type QFQoSMonitoringControlSingleAllOfAttributesAllOf ¶

type QFQoSMonitoringControlSingleAllOfAttributesAllOf struct {
	QFQoSMonitoringState                   *string                      `json:"qFQoSMonitoringState,omitempty"`
	QFMonitoredSNSSAIs                     []Snssai                     `json:"qFMonitoredSNSSAIs,omitempty"`
	QFMonitored5QIs                        []int32                      `json:"qFMonitored5QIs,omitempty"`
	IsEventTriggeredQFMonitoringSupported  *bool                        `json:"isEventTriggeredQFMonitoringSupported,omitempty"`
	IsPeriodicQFMonitoringSupported        *bool                        `json:"isPeriodicQFMonitoringSupported,omitempty"`
	IsSessionReleasedQFMonitoringSupported *bool                        `json:"isSessionReleasedQFMonitoringSupported,omitempty"`
	QFPacketDelayThresholds                *QFPacketDelayThresholdsType `json:"qFPacketDelayThresholds,omitempty"`
	QFMinimumWaitTime                      *int32                       `json:"qFMinimumWaitTime,omitempty"`
	QFMeasurementPeriod                    *int32                       `json:"qFMeasurementPeriod,omitempty"`
}

QFQoSMonitoringControlSingleAllOfAttributesAllOf struct for QFQoSMonitoringControlSingleAllOfAttributesAllOf

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOf ¶

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOf() *QFQoSMonitoringControlSingleAllOfAttributesAllOf

NewQFQoSMonitoringControlSingleAllOfAttributesAllOf instantiates a new QFQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults ¶

func NewQFQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults() *QFQoSMonitoringControlSingleAllOfAttributesAllOf

NewQFQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults instantiates a new QFQoSMonitoringControlSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupported() bool

GetIsEventTriggeredQFMonitoringSupported returns the IsEventTriggeredQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool)

GetIsEventTriggeredQFMonitoringSupportedOk returns a tuple with the IsEventTriggeredQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupported() bool

GetIsPeriodicQFMonitoringSupported returns the IsPeriodicQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool)

GetIsPeriodicQFMonitoringSupportedOk returns a tuple with the IsPeriodicQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupported() bool

GetIsSessionReleasedQFMonitoringSupported returns the IsSessionReleasedQFMonitoringSupported field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupportedOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool)

GetIsSessionReleasedQFMonitoringSupportedOk returns a tuple with the IsSessionReleasedQFMonitoringSupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriod() int32

GetQFMeasurementPeriod returns the QFMeasurementPeriod field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriodOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriodOk() (*int32, bool)

GetQFMeasurementPeriodOk returns a tuple with the QFMeasurementPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTime() int32

GetQFMinimumWaitTime returns the QFMinimumWaitTime field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTimeOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTimeOk() (*int32, bool)

GetQFMinimumWaitTimeOk returns a tuple with the QFMinimumWaitTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIs() []int32

GetQFMonitored5QIs returns the QFMonitored5QIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIsOk() ([]int32, bool)

GetQFMonitored5QIsOk returns a tuple with the QFMonitored5QIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIs() []Snssai

GetQFMonitoredSNSSAIs returns the QFMonitoredSNSSAIs field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIsOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool)

GetQFMonitoredSNSSAIsOk returns a tuple with the QFMonitoredSNSSAIs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholds ¶

GetQFPacketDelayThresholds returns the QFPacketDelayThresholds field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholdsOk ¶

GetQFPacketDelayThresholdsOk returns a tuple with the QFPacketDelayThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringState() string

GetQFQoSMonitoringState returns the QFQoSMonitoringState field value if set, zero value otherwise.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringStateOk ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringStateOk() (*string, bool)

GetQFQoSMonitoringStateOk returns a tuple with the QFQoSMonitoringState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredQFMonitoringSupported() bool

HasIsEventTriggeredQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicQFMonitoringSupported() bool

HasIsPeriodicQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsSessionReleasedQFMonitoringSupported() bool

HasIsSessionReleasedQFMonitoringSupported returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMeasurementPeriod() bool

HasQFMeasurementPeriod returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMinimumWaitTime() bool

HasQFMinimumWaitTime returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitored5QIs ¶

HasQFMonitored5QIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitoredSNSSAIs() bool

HasQFMonitoredSNSSAIs returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFPacketDelayThresholds ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFPacketDelayThresholds() bool

HasQFPacketDelayThresholds returns a boolean if a field has been set.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFQoSMonitoringState() bool

HasQFQoSMonitoringState returns a boolean if a field has been set.

func (QFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON ¶

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredQFMonitoringSupported(v bool)

SetIsEventTriggeredQFMonitoringSupported gets a reference to the given bool and assigns it to the IsEventTriggeredQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicQFMonitoringSupported(v bool)

SetIsPeriodicQFMonitoringSupported gets a reference to the given bool and assigns it to the IsPeriodicQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsSessionReleasedQFMonitoringSupported ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsSessionReleasedQFMonitoringSupported(v bool)

SetIsSessionReleasedQFMonitoringSupported gets a reference to the given bool and assigns it to the IsSessionReleasedQFMonitoringSupported field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMeasurementPeriod ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMeasurementPeriod(v int32)

SetQFMeasurementPeriod gets a reference to the given int32 and assigns it to the QFMeasurementPeriod field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMinimumWaitTime ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMinimumWaitTime(v int32)

SetQFMinimumWaitTime gets a reference to the given int32 and assigns it to the QFMinimumWaitTime field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitored5QIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitored5QIs(v []int32)

SetQFMonitored5QIs gets a reference to the given []int32 and assigns it to the QFMonitored5QIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitoredSNSSAIs ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitoredSNSSAIs(v []Snssai)

SetQFMonitoredSNSSAIs gets a reference to the given []Snssai and assigns it to the QFMonitoredSNSSAIs field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFPacketDelayThresholds ¶

SetQFPacketDelayThresholds gets a reference to the given QFPacketDelayThresholdsType and assigns it to the QFPacketDelayThresholds field.

func (*QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFQoSMonitoringState ¶

func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFQoSMonitoringState(v string)

SetQFQoSMonitoringState gets a reference to the given string and assigns it to the QFQoSMonitoringState field.

func (QFQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap ¶

func (o QFQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type QosData ¶

type QosData struct {
	QosId       *string `json:"qosId,omitempty"`
	FiveQIValue *int32  `json:"fiveQIValue,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxbrUl NullableString `json:"maxbrUl,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxbrDl NullableString `json:"maxbrDl,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	GbrUl NullableString `json:"gbrUl,omitempty"`
	// This data type is defined in the same way as the 'BitRate' data type, but with the OpenAPI 'nullable: true' property.
	GbrDl                  NullableString `json:"gbrDl,omitempty"`
	Arp                    *Arp           `json:"arp,omitempty"`
	QosNotificationControl *bool          `json:"qosNotificationControl,omitempty"`
	ReflectiveQos          *bool          `json:"reflectiveQos,omitempty"`
	SharingKeyDl           *string        `json:"sharingKeyDl,omitempty"`
	SharingKeyUl           *string        `json:"sharingKeyUl,omitempty"`
	// This data type is defined in the same way as the 'PacketLossRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxPacketLossRateDl NullableInt32 `json:"maxPacketLossRateDl,omitempty"`
	// This data type is defined in the same way as the 'PacketLossRate' data type, but with the OpenAPI 'nullable: true' property.
	MaxPacketLossRateUl NullableInt32 `json:"maxPacketLossRateUl,omitempty"`
	// This data type is defined in the same way as the 'ExtMaxDataBurstVol' data type, but with the OpenAPI 'nullable: true' property.
	ExtMaxDataBurstVol NullableInt32 `json:"extMaxDataBurstVol,omitempty"`
}

QosData struct for QosData

func NewQosData ¶

func NewQosData() *QosData

NewQosData instantiates a new QosData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQosDataWithDefaults ¶

func NewQosDataWithDefaults() *QosData

NewQosDataWithDefaults instantiates a new QosData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QosData) GetArp ¶

func (o *QosData) GetArp() Arp

GetArp returns the Arp field value if set, zero value otherwise.

func (*QosData) GetArpOk ¶

func (o *QosData) GetArpOk() (*Arp, bool)

GetArpOk returns a tuple with the Arp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetExtMaxDataBurstVol ¶

func (o *QosData) GetExtMaxDataBurstVol() int32

GetExtMaxDataBurstVol returns the ExtMaxDataBurstVol field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetExtMaxDataBurstVolOk ¶

func (o *QosData) GetExtMaxDataBurstVolOk() (*int32, bool)

GetExtMaxDataBurstVolOk returns a tuple with the ExtMaxDataBurstVol field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetFiveQIValue ¶

func (o *QosData) GetFiveQIValue() int32

GetFiveQIValue returns the FiveQIValue field value if set, zero value otherwise.

func (*QosData) GetFiveQIValueOk ¶

func (o *QosData) GetFiveQIValueOk() (*int32, bool)

GetFiveQIValueOk returns a tuple with the FiveQIValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetGbrDl ¶

func (o *QosData) GetGbrDl() string

GetGbrDl returns the GbrDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetGbrDlOk ¶

func (o *QosData) GetGbrDlOk() (*string, bool)

GetGbrDlOk returns a tuple with the GbrDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetGbrUl ¶

func (o *QosData) GetGbrUl() string

GetGbrUl returns the GbrUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetGbrUlOk ¶

func (o *QosData) GetGbrUlOk() (*string, bool)

GetGbrUlOk returns a tuple with the GbrUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxPacketLossRateDl ¶

func (o *QosData) GetMaxPacketLossRateDl() int32

GetMaxPacketLossRateDl returns the MaxPacketLossRateDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxPacketLossRateDlOk ¶

func (o *QosData) GetMaxPacketLossRateDlOk() (*int32, bool)

GetMaxPacketLossRateDlOk returns a tuple with the MaxPacketLossRateDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxPacketLossRateUl ¶

func (o *QosData) GetMaxPacketLossRateUl() int32

GetMaxPacketLossRateUl returns the MaxPacketLossRateUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxPacketLossRateUlOk ¶

func (o *QosData) GetMaxPacketLossRateUlOk() (*int32, bool)

GetMaxPacketLossRateUlOk returns a tuple with the MaxPacketLossRateUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxbrDl ¶

func (o *QosData) GetMaxbrDl() string

GetMaxbrDl returns the MaxbrDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxbrDlOk ¶

func (o *QosData) GetMaxbrDlOk() (*string, bool)

GetMaxbrDlOk returns a tuple with the MaxbrDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetMaxbrUl ¶

func (o *QosData) GetMaxbrUl() string

GetMaxbrUl returns the MaxbrUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*QosData) GetMaxbrUlOk ¶

func (o *QosData) GetMaxbrUlOk() (*string, bool)

GetMaxbrUlOk returns a tuple with the MaxbrUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*QosData) GetQosId ¶

func (o *QosData) GetQosId() string

GetQosId returns the QosId field value if set, zero value otherwise.

func (*QosData) GetQosIdOk ¶

func (o *QosData) GetQosIdOk() (*string, bool)

GetQosIdOk returns a tuple with the QosId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetQosNotificationControl ¶

func (o *QosData) GetQosNotificationControl() bool

GetQosNotificationControl returns the QosNotificationControl field value if set, zero value otherwise.

func (*QosData) GetQosNotificationControlOk ¶

func (o *QosData) GetQosNotificationControlOk() (*bool, bool)

GetQosNotificationControlOk returns a tuple with the QosNotificationControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetReflectiveQos ¶

func (o *QosData) GetReflectiveQos() bool

GetReflectiveQos returns the ReflectiveQos field value if set, zero value otherwise.

func (*QosData) GetReflectiveQosOk ¶

func (o *QosData) GetReflectiveQosOk() (*bool, bool)

GetReflectiveQosOk returns a tuple with the ReflectiveQos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetSharingKeyDl ¶

func (o *QosData) GetSharingKeyDl() string

GetSharingKeyDl returns the SharingKeyDl field value if set, zero value otherwise.

func (*QosData) GetSharingKeyDlOk ¶

func (o *QosData) GetSharingKeyDlOk() (*string, bool)

GetSharingKeyDlOk returns a tuple with the SharingKeyDl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) GetSharingKeyUl ¶

func (o *QosData) GetSharingKeyUl() string

GetSharingKeyUl returns the SharingKeyUl field value if set, zero value otherwise.

func (*QosData) GetSharingKeyUlOk ¶

func (o *QosData) GetSharingKeyUlOk() (*string, bool)

GetSharingKeyUlOk returns a tuple with the SharingKeyUl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QosData) HasArp ¶

func (o *QosData) HasArp() bool

HasArp returns a boolean if a field has been set.

func (*QosData) HasExtMaxDataBurstVol ¶

func (o *QosData) HasExtMaxDataBurstVol() bool

HasExtMaxDataBurstVol returns a boolean if a field has been set.

func (*QosData) HasFiveQIValue ¶

func (o *QosData) HasFiveQIValue() bool

HasFiveQIValue returns a boolean if a field has been set.

func (*QosData) HasGbrDl ¶

func (o *QosData) HasGbrDl() bool

HasGbrDl returns a boolean if a field has been set.

func (*QosData) HasGbrUl ¶

func (o *QosData) HasGbrUl() bool

HasGbrUl returns a boolean if a field has been set.

func (*QosData) HasMaxPacketLossRateDl ¶

func (o *QosData) HasMaxPacketLossRateDl() bool

HasMaxPacketLossRateDl returns a boolean if a field has been set.

func (*QosData) HasMaxPacketLossRateUl ¶

func (o *QosData) HasMaxPacketLossRateUl() bool

HasMaxPacketLossRateUl returns a boolean if a field has been set.

func (*QosData) HasMaxbrDl ¶

func (o *QosData) HasMaxbrDl() bool

HasMaxbrDl returns a boolean if a field has been set.

func (*QosData) HasMaxbrUl ¶

func (o *QosData) HasMaxbrUl() bool

HasMaxbrUl returns a boolean if a field has been set.

func (*QosData) HasQosId ¶

func (o *QosData) HasQosId() bool

HasQosId returns a boolean if a field has been set.

func (*QosData) HasQosNotificationControl ¶

func (o *QosData) HasQosNotificationControl() bool

HasQosNotificationControl returns a boolean if a field has been set.

func (*QosData) HasReflectiveQos ¶

func (o *QosData) HasReflectiveQos() bool

HasReflectiveQos returns a boolean if a field has been set.

func (*QosData) HasSharingKeyDl ¶

func (o *QosData) HasSharingKeyDl() bool

HasSharingKeyDl returns a boolean if a field has been set.

func (*QosData) HasSharingKeyUl ¶

func (o *QosData) HasSharingKeyUl() bool

HasSharingKeyUl returns a boolean if a field has been set.

func (QosData) MarshalJSON ¶

func (o QosData) MarshalJSON() ([]byte, error)

func (*QosData) SetArp ¶

func (o *QosData) SetArp(v Arp)

SetArp gets a reference to the given Arp and assigns it to the Arp field.

func (*QosData) SetExtMaxDataBurstVol ¶

func (o *QosData) SetExtMaxDataBurstVol(v int32)

SetExtMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the ExtMaxDataBurstVol field.

func (*QosData) SetExtMaxDataBurstVolNil ¶

func (o *QosData) SetExtMaxDataBurstVolNil()

SetExtMaxDataBurstVolNil sets the value for ExtMaxDataBurstVol to be an explicit nil

func (*QosData) SetFiveQIValue ¶

func (o *QosData) SetFiveQIValue(v int32)

SetFiveQIValue gets a reference to the given int32 and assigns it to the FiveQIValue field.

func (*QosData) SetGbrDl ¶

func (o *QosData) SetGbrDl(v string)

SetGbrDl gets a reference to the given NullableString and assigns it to the GbrDl field.

func (*QosData) SetGbrDlNil ¶

func (o *QosData) SetGbrDlNil()

SetGbrDlNil sets the value for GbrDl to be an explicit nil

func (*QosData) SetGbrUl ¶

func (o *QosData) SetGbrUl(v string)

SetGbrUl gets a reference to the given NullableString and assigns it to the GbrUl field.

func (*QosData) SetGbrUlNil ¶

func (o *QosData) SetGbrUlNil()

SetGbrUlNil sets the value for GbrUl to be an explicit nil

func (*QosData) SetMaxPacketLossRateDl ¶

func (o *QosData) SetMaxPacketLossRateDl(v int32)

SetMaxPacketLossRateDl gets a reference to the given NullableInt32 and assigns it to the MaxPacketLossRateDl field.

func (*QosData) SetMaxPacketLossRateDlNil ¶

func (o *QosData) SetMaxPacketLossRateDlNil()

SetMaxPacketLossRateDlNil sets the value for MaxPacketLossRateDl to be an explicit nil

func (*QosData) SetMaxPacketLossRateUl ¶

func (o *QosData) SetMaxPacketLossRateUl(v int32)

SetMaxPacketLossRateUl gets a reference to the given NullableInt32 and assigns it to the MaxPacketLossRateUl field.

func (*QosData) SetMaxPacketLossRateUlNil ¶

func (o *QosData) SetMaxPacketLossRateUlNil()

SetMaxPacketLossRateUlNil sets the value for MaxPacketLossRateUl to be an explicit nil

func (*QosData) SetMaxbrDl ¶

func (o *QosData) SetMaxbrDl(v string)

SetMaxbrDl gets a reference to the given NullableString and assigns it to the MaxbrDl field.

func (*QosData) SetMaxbrDlNil ¶

func (o *QosData) SetMaxbrDlNil()

SetMaxbrDlNil sets the value for MaxbrDl to be an explicit nil

func (*QosData) SetMaxbrUl ¶

func (o *QosData) SetMaxbrUl(v string)

SetMaxbrUl gets a reference to the given NullableString and assigns it to the MaxbrUl field.

func (*QosData) SetMaxbrUlNil ¶

func (o *QosData) SetMaxbrUlNil()

SetMaxbrUlNil sets the value for MaxbrUl to be an explicit nil

func (*QosData) SetQosId ¶

func (o *QosData) SetQosId(v string)

SetQosId gets a reference to the given string and assigns it to the QosId field.

func (*QosData) SetQosNotificationControl ¶

func (o *QosData) SetQosNotificationControl(v bool)

SetQosNotificationControl gets a reference to the given bool and assigns it to the QosNotificationControl field.

func (*QosData) SetReflectiveQos ¶

func (o *QosData) SetReflectiveQos(v bool)

SetReflectiveQos gets a reference to the given bool and assigns it to the ReflectiveQos field.

func (*QosData) SetSharingKeyDl ¶

func (o *QosData) SetSharingKeyDl(v string)

SetSharingKeyDl gets a reference to the given string and assigns it to the SharingKeyDl field.

func (*QosData) SetSharingKeyUl ¶

func (o *QosData) SetSharingKeyUl(v string)

SetSharingKeyUl gets a reference to the given string and assigns it to the SharingKeyUl field.

func (QosData) ToMap ¶

func (o QosData) ToMap() (map[string]interface{}, error)

func (*QosData) UnsetExtMaxDataBurstVol ¶

func (o *QosData) UnsetExtMaxDataBurstVol()

UnsetExtMaxDataBurstVol ensures that no value is present for ExtMaxDataBurstVol, not even an explicit nil

func (*QosData) UnsetGbrDl ¶

func (o *QosData) UnsetGbrDl()

UnsetGbrDl ensures that no value is present for GbrDl, not even an explicit nil

func (*QosData) UnsetGbrUl ¶

func (o *QosData) UnsetGbrUl()

UnsetGbrUl ensures that no value is present for GbrUl, not even an explicit nil

func (*QosData) UnsetMaxPacketLossRateDl ¶

func (o *QosData) UnsetMaxPacketLossRateDl()

UnsetMaxPacketLossRateDl ensures that no value is present for MaxPacketLossRateDl, not even an explicit nil

func (*QosData) UnsetMaxPacketLossRateUl ¶

func (o *QosData) UnsetMaxPacketLossRateUl()

UnsetMaxPacketLossRateUl ensures that no value is present for MaxPacketLossRateUl, not even an explicit nil

func (*QosData) UnsetMaxbrDl ¶

func (o *QosData) UnsetMaxbrDl()

UnsetMaxbrDl ensures that no value is present for MaxbrDl, not even an explicit nil

func (*QosData) UnsetMaxbrUl ¶

func (o *QosData) UnsetMaxbrUl()

UnsetMaxbrUl ensures that no value is present for MaxbrUl, not even an explicit nil

type RatType ¶

type RatType struct {
	String *string
}

RatType Indicates the radio access used.

func (*RatType) MarshalJSON ¶

func (src *RatType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RatType) UnmarshalJSON ¶

func (dst *RatType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RedirectAddressType ¶

type RedirectAddressType struct {
	String *string
}

RedirectAddressType Possible values are - IPV4_ADDR: Indicates that the address type is in the form of \"dotted-decimal\" IPv4 address. - IPV6_ADDR: Indicates that the address type is in the form of IPv6 address. - URL: Indicates that the address type is in the form of Uniform Resource Locator. - SIP_URI: Indicates that the address type is in the form of SIP Uniform Resource Identifier.

func (*RedirectAddressType) MarshalJSON ¶

func (src *RedirectAddressType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RedirectAddressType) UnmarshalJSON ¶

func (dst *RedirectAddressType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type RedirectInformation ¶

type RedirectInformation struct {
	// Indicates the redirect is enable.
	RedirectEnabled     *bool                `json:"redirectEnabled,omitempty"`
	RedirectAddressType *RedirectAddressType `json:"redirectAddressType,omitempty"`
	// Indicates the address of the redirect server. If \"redirectAddressType\" attribute indicates the IPV4_ADDR, the encoding is the same as the Ipv4Addr data type defined in 3GPP TS 29.571.If \"redirectAddressType\" attribute indicates the IPV6_ADDR, the encoding is the same as the Ipv6Addr data type defined in 3GPP TS 29.571.If \"redirectAddressType\" attribute indicates the URL or SIP_URI, the encoding is the same as the Uri data type defined in 3GPP TS 29.571.
	RedirectServerAddress *string `json:"redirectServerAddress,omitempty"`
}

RedirectInformation Contains the redirect information.

func NewRedirectInformation ¶

func NewRedirectInformation() *RedirectInformation

NewRedirectInformation instantiates a new RedirectInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRedirectInformationWithDefaults ¶

func NewRedirectInformationWithDefaults() *RedirectInformation

NewRedirectInformationWithDefaults instantiates a new RedirectInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RedirectInformation) GetRedirectAddressType ¶

func (o *RedirectInformation) GetRedirectAddressType() RedirectAddressType

GetRedirectAddressType returns the RedirectAddressType field value if set, zero value otherwise.

func (*RedirectInformation) GetRedirectAddressTypeOk ¶

func (o *RedirectInformation) GetRedirectAddressTypeOk() (*RedirectAddressType, bool)

GetRedirectAddressTypeOk returns a tuple with the RedirectAddressType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectInformation) GetRedirectEnabled ¶

func (o *RedirectInformation) GetRedirectEnabled() bool

GetRedirectEnabled returns the RedirectEnabled field value if set, zero value otherwise.

func (*RedirectInformation) GetRedirectEnabledOk ¶

func (o *RedirectInformation) GetRedirectEnabledOk() (*bool, bool)

GetRedirectEnabledOk returns a tuple with the RedirectEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectInformation) GetRedirectServerAddress ¶

func (o *RedirectInformation) GetRedirectServerAddress() string

GetRedirectServerAddress returns the RedirectServerAddress field value if set, zero value otherwise.

func (*RedirectInformation) GetRedirectServerAddressOk ¶

func (o *RedirectInformation) GetRedirectServerAddressOk() (*string, bool)

GetRedirectServerAddressOk returns a tuple with the RedirectServerAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RedirectInformation) HasRedirectAddressType ¶

func (o *RedirectInformation) HasRedirectAddressType() bool

HasRedirectAddressType returns a boolean if a field has been set.

func (*RedirectInformation) HasRedirectEnabled ¶

func (o *RedirectInformation) HasRedirectEnabled() bool

HasRedirectEnabled returns a boolean if a field has been set.

func (*RedirectInformation) HasRedirectServerAddress ¶

func (o *RedirectInformation) HasRedirectServerAddress() bool

HasRedirectServerAddress returns a boolean if a field has been set.

func (RedirectInformation) MarshalJSON ¶

func (o RedirectInformation) MarshalJSON() ([]byte, error)

func (*RedirectInformation) SetRedirectAddressType ¶

func (o *RedirectInformation) SetRedirectAddressType(v RedirectAddressType)

SetRedirectAddressType gets a reference to the given RedirectAddressType and assigns it to the RedirectAddressType field.

func (*RedirectInformation) SetRedirectEnabled ¶

func (o *RedirectInformation) SetRedirectEnabled(v bool)

SetRedirectEnabled gets a reference to the given bool and assigns it to the RedirectEnabled field.

func (*RedirectInformation) SetRedirectServerAddress ¶

func (o *RedirectInformation) SetRedirectServerAddress(v string)

SetRedirectServerAddress gets a reference to the given string and assigns it to the RedirectServerAddress field.

func (RedirectInformation) ToMap ¶

func (o RedirectInformation) ToMap() (map[string]interface{}, error)

type RegistrationState ¶

type RegistrationState string

RegistrationState the model 'RegistrationState'

const (
	REGISTERED   RegistrationState = "REGISTERED"
	DEREGISTERED RegistrationState = "DEREGISTERED"
)

List of RegistrationState

func NewRegistrationStateFromValue ¶

func NewRegistrationStateFromValue(v string) (*RegistrationState, error)

NewRegistrationStateFromValue returns a pointer to a valid RegistrationState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (RegistrationState) IsValid ¶

func (v RegistrationState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (RegistrationState) Ptr ¶

Ptr returns reference to RegistrationState value

func (*RegistrationState) UnmarshalJSON ¶

func (v *RegistrationState) UnmarshalJSON(src []byte) error

type RemoteAddress ¶

type RemoteAddress struct {
	Ipv4Address *string   `json:"ipv4Address,omitempty"`
	Ipv6Address *Ipv6Addr `json:"ipv6Address,omitempty"`
}

RemoteAddress struct for RemoteAddress

func NewRemoteAddress ¶

func NewRemoteAddress() *RemoteAddress

NewRemoteAddress instantiates a new RemoteAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteAddressWithDefaults ¶

func NewRemoteAddressWithDefaults() *RemoteAddress

NewRemoteAddressWithDefaults instantiates a new RemoteAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteAddress) GetIpv4Address ¶

func (o *RemoteAddress) GetIpv4Address() string

GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.

func (*RemoteAddress) GetIpv4AddressOk ¶

func (o *RemoteAddress) GetIpv4AddressOk() (*string, bool)

GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteAddress) GetIpv6Address ¶

func (o *RemoteAddress) GetIpv6Address() Ipv6Addr

GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.

func (*RemoteAddress) GetIpv6AddressOk ¶

func (o *RemoteAddress) GetIpv6AddressOk() (*Ipv6Addr, bool)

GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteAddress) HasIpv4Address ¶

func (o *RemoteAddress) HasIpv4Address() bool

HasIpv4Address returns a boolean if a field has been set.

func (*RemoteAddress) HasIpv6Address ¶

func (o *RemoteAddress) HasIpv6Address() bool

HasIpv6Address returns a boolean if a field has been set.

func (RemoteAddress) MarshalJSON ¶

func (o RemoteAddress) MarshalJSON() ([]byte, error)

func (*RemoteAddress) SetIpv4Address ¶

func (o *RemoteAddress) SetIpv4Address(v string)

SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.

func (*RemoteAddress) SetIpv6Address ¶

func (o *RemoteAddress) SetIpv6Address(v Ipv6Addr)

SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.

func (RemoteAddress) ToMap ¶

func (o RemoteAddress) ToMap() (map[string]interface{}, error)

type ReportAmountType ¶

type ReportAmountType string

ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.

const (
	INFINITY ReportAmountType = "INFINITY"
)

List of reportAmount-Type

func NewReportAmountTypeFromValue ¶

func NewReportAmountTypeFromValue(v string) (*ReportAmountType, error)

NewReportAmountTypeFromValue returns a pointer to a valid ReportAmountType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReportAmountType) IsValid ¶

func (v ReportAmountType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReportAmountType) Ptr ¶

Ptr returns reference to reportAmount-Type value

func (*ReportAmountType) UnmarshalJSON ¶

func (v *ReportAmountType) UnmarshalJSON(src []byte) error

type ReportIntervalType ¶

type ReportIntervalType struct {
	UMTS []string `json:"UMTS,omitempty"`
	LTE  []string `json:"LTE,omitempty"`
	NR   []string `json:"NR,omitempty"`
}

ReportIntervalType See details in 3GPP TS 32.422 clause 5.10.5.

func NewReportIntervalType ¶

func NewReportIntervalType() *ReportIntervalType

NewReportIntervalType instantiates a new ReportIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportIntervalTypeWithDefaults ¶

func NewReportIntervalTypeWithDefaults() *ReportIntervalType

NewReportIntervalTypeWithDefaults instantiates a new ReportIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportIntervalType) GetLTE ¶

func (o *ReportIntervalType) GetLTE() []string

GetLTE returns the LTE field value if set, zero value otherwise.

func (*ReportIntervalType) GetLTEOk ¶

func (o *ReportIntervalType) GetLTEOk() ([]string, bool)

GetLTEOk returns a tuple with the LTE field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) GetNR ¶

func (o *ReportIntervalType) GetNR() []string

GetNR returns the NR field value if set, zero value otherwise.

func (*ReportIntervalType) GetNROk ¶

func (o *ReportIntervalType) GetNROk() ([]string, bool)

GetNROk returns a tuple with the NR field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) GetUMTS ¶

func (o *ReportIntervalType) GetUMTS() []string

GetUMTS returns the UMTS field value if set, zero value otherwise.

func (*ReportIntervalType) GetUMTSOk ¶

func (o *ReportIntervalType) GetUMTSOk() ([]string, bool)

GetUMTSOk returns a tuple with the UMTS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportIntervalType) HasLTE ¶

func (o *ReportIntervalType) HasLTE() bool

HasLTE returns a boolean if a field has been set.

func (*ReportIntervalType) HasNR ¶

func (o *ReportIntervalType) HasNR() bool

HasNR returns a boolean if a field has been set.

func (*ReportIntervalType) HasUMTS ¶

func (o *ReportIntervalType) HasUMTS() bool

HasUMTS returns a boolean if a field has been set.

func (ReportIntervalType) MarshalJSON ¶

func (o ReportIntervalType) MarshalJSON() ([]byte, error)

func (*ReportIntervalType) SetLTE ¶

func (o *ReportIntervalType) SetLTE(v []string)

SetLTE gets a reference to the given []string and assigns it to the LTE field.

func (*ReportIntervalType) SetNR ¶

func (o *ReportIntervalType) SetNR(v []string)

SetNR gets a reference to the given []string and assigns it to the NR field.

func (*ReportIntervalType) SetUMTS ¶

func (o *ReportIntervalType) SetUMTS(v []string)

SetUMTS gets a reference to the given []string and assigns it to the UMTS field.

func (ReportIntervalType) ToMap ¶

func (o ReportIntervalType) ToMap() (map[string]interface{}, error)

type ReportTypeType ¶

type ReportTypeType string

ReportTypeType Report type for logged NR MDT. See details in 3GPP TS 32.422 clause 5.10.27.

const (
	PERIODICAL      ReportTypeType = "PERIODICAL"
	EVENT_TRIGGERED ReportTypeType = "EVENT_TRIGGERED"
)

List of reportType-Type

func NewReportTypeTypeFromValue ¶

func NewReportTypeTypeFromValue(v string) (*ReportTypeType, error)

NewReportTypeTypeFromValue returns a pointer to a valid ReportTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ReportTypeType) IsValid ¶

func (v ReportTypeType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ReportTypeType) Ptr ¶

func (v ReportTypeType) Ptr() *ReportTypeType

Ptr returns reference to reportType-Type value

func (*ReportTypeType) UnmarshalJSON ¶

func (v *ReportTypeType) UnmarshalJSON(src []byte) error

type ReportingCtrl ¶

type ReportingCtrl struct {
	ReportingCtrlOneOf  *ReportingCtrlOneOf
	ReportingCtrlOneOf1 *ReportingCtrlOneOf1
	ReportingCtrlOneOf2 *ReportingCtrlOneOf2
}

ReportingCtrl - struct for ReportingCtrl

func ReportingCtrlOneOf1AsReportingCtrl ¶

func ReportingCtrlOneOf1AsReportingCtrl(v *ReportingCtrlOneOf1) ReportingCtrl

ReportingCtrlOneOf1AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf1 wrapped in ReportingCtrl

func ReportingCtrlOneOf2AsReportingCtrl ¶

func ReportingCtrlOneOf2AsReportingCtrl(v *ReportingCtrlOneOf2) ReportingCtrl

ReportingCtrlOneOf2AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf2 wrapped in ReportingCtrl

func ReportingCtrlOneOfAsReportingCtrl ¶

func ReportingCtrlOneOfAsReportingCtrl(v *ReportingCtrlOneOf) ReportingCtrl

ReportingCtrlOneOfAsReportingCtrl is a convenience function that returns ReportingCtrlOneOf wrapped in ReportingCtrl

func (*ReportingCtrl) GetActualInstance ¶

func (obj *ReportingCtrl) GetActualInstance() interface{}

Get the actual instance

func (ReportingCtrl) MarshalJSON ¶

func (src ReportingCtrl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReportingCtrl) UnmarshalJSON ¶

func (dst *ReportingCtrl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ReportingCtrlOneOf ¶

type ReportingCtrlOneOf struct {
	FileReportingPeriod *int32 `json:"fileReportingPeriod,omitempty"`
}

ReportingCtrlOneOf struct for ReportingCtrlOneOf

func NewReportingCtrlOneOf ¶

func NewReportingCtrlOneOf() *ReportingCtrlOneOf

NewReportingCtrlOneOf instantiates a new ReportingCtrlOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOfWithDefaults ¶

func NewReportingCtrlOneOfWithDefaults() *ReportingCtrlOneOf

NewReportingCtrlOneOfWithDefaults instantiates a new ReportingCtrlOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf) GetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf) GetFileReportingPeriod() int32

GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.

func (*ReportingCtrlOneOf) GetFileReportingPeriodOk ¶

func (o *ReportingCtrlOneOf) GetFileReportingPeriodOk() (*int32, bool)

GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf) HasFileReportingPeriod ¶

func (o *ReportingCtrlOneOf) HasFileReportingPeriod() bool

HasFileReportingPeriod returns a boolean if a field has been set.

func (ReportingCtrlOneOf) MarshalJSON ¶

func (o ReportingCtrlOneOf) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf) SetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf) SetFileReportingPeriod(v int32)

SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.

func (ReportingCtrlOneOf) ToMap ¶

func (o ReportingCtrlOneOf) ToMap() (map[string]interface{}, error)

type ReportingCtrlOneOf1 ¶

type ReportingCtrlOneOf1 struct {
	FileReportingPeriod *int32  `json:"fileReportingPeriod,omitempty"`
	FileLocation        *string `json:"fileLocation,omitempty"`
}

ReportingCtrlOneOf1 struct for ReportingCtrlOneOf1

func NewReportingCtrlOneOf1 ¶

func NewReportingCtrlOneOf1() *ReportingCtrlOneOf1

NewReportingCtrlOneOf1 instantiates a new ReportingCtrlOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOf1WithDefaults ¶

func NewReportingCtrlOneOf1WithDefaults() *ReportingCtrlOneOf1

NewReportingCtrlOneOf1WithDefaults instantiates a new ReportingCtrlOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf1) GetFileLocation ¶

func (o *ReportingCtrlOneOf1) GetFileLocation() string

GetFileLocation returns the FileLocation field value if set, zero value otherwise.

func (*ReportingCtrlOneOf1) GetFileLocationOk ¶

func (o *ReportingCtrlOneOf1) GetFileLocationOk() (*string, bool)

GetFileLocationOk returns a tuple with the FileLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf1) GetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf1) GetFileReportingPeriod() int32

GetFileReportingPeriod returns the FileReportingPeriod field value if set, zero value otherwise.

func (*ReportingCtrlOneOf1) GetFileReportingPeriodOk ¶

func (o *ReportingCtrlOneOf1) GetFileReportingPeriodOk() (*int32, bool)

GetFileReportingPeriodOk returns a tuple with the FileReportingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf1) HasFileLocation ¶

func (o *ReportingCtrlOneOf1) HasFileLocation() bool

HasFileLocation returns a boolean if a field has been set.

func (*ReportingCtrlOneOf1) HasFileReportingPeriod ¶

func (o *ReportingCtrlOneOf1) HasFileReportingPeriod() bool

HasFileReportingPeriod returns a boolean if a field has been set.

func (ReportingCtrlOneOf1) MarshalJSON ¶

func (o ReportingCtrlOneOf1) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf1) SetFileLocation ¶

func (o *ReportingCtrlOneOf1) SetFileLocation(v string)

SetFileLocation gets a reference to the given string and assigns it to the FileLocation field.

func (*ReportingCtrlOneOf1) SetFileReportingPeriod ¶

func (o *ReportingCtrlOneOf1) SetFileReportingPeriod(v int32)

SetFileReportingPeriod gets a reference to the given int32 and assigns it to the FileReportingPeriod field.

func (ReportingCtrlOneOf1) ToMap ¶

func (o ReportingCtrlOneOf1) ToMap() (map[string]interface{}, error)

type ReportingCtrlOneOf2 ¶

type ReportingCtrlOneOf2 struct {
	StreamTarget *string `json:"streamTarget,omitempty"`
}

ReportingCtrlOneOf2 struct for ReportingCtrlOneOf2

func NewReportingCtrlOneOf2 ¶

func NewReportingCtrlOneOf2() *ReportingCtrlOneOf2

NewReportingCtrlOneOf2 instantiates a new ReportingCtrlOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingCtrlOneOf2WithDefaults ¶

func NewReportingCtrlOneOf2WithDefaults() *ReportingCtrlOneOf2

NewReportingCtrlOneOf2WithDefaults instantiates a new ReportingCtrlOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingCtrlOneOf2) GetStreamTarget ¶

func (o *ReportingCtrlOneOf2) GetStreamTarget() string

GetStreamTarget returns the StreamTarget field value if set, zero value otherwise.

func (*ReportingCtrlOneOf2) GetStreamTargetOk ¶

func (o *ReportingCtrlOneOf2) GetStreamTargetOk() (*string, bool)

GetStreamTargetOk returns a tuple with the StreamTarget field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingCtrlOneOf2) HasStreamTarget ¶

func (o *ReportingCtrlOneOf2) HasStreamTarget() bool

HasStreamTarget returns a boolean if a field has been set.

func (ReportingCtrlOneOf2) MarshalJSON ¶

func (o ReportingCtrlOneOf2) MarshalJSON() ([]byte, error)

func (*ReportingCtrlOneOf2) SetStreamTarget ¶

func (o *ReportingCtrlOneOf2) SetStreamTarget(v string)

SetStreamTarget gets a reference to the given string and assigns it to the StreamTarget field.

func (ReportingCtrlOneOf2) ToMap ¶

func (o ReportingCtrlOneOf2) ToMap() (map[string]interface{}, error)

type Resources5gcNrm ¶

type Resources5gcNrm struct {
	AmfFunctionSingle                  *AmfFunctionSingle
	AmfRegionSingle                    *AmfRegionSingle
	AmfSetSingle                       *AmfSetSingle
	AusfFunctionSingle                 *AusfFunctionSingle
	Configurable5QISetSingle           *Configurable5QISetSingle
	DDNMFFunctionSingle                *DDNMFFunctionSingle
	Dynamic5QISetSingle                *Dynamic5QISetSingle
	EASDFFunctionSingle                *EASDFFunctionSingle
	EPMAPSMSCSingle                    *EPMAPSMSCSingle
	EPN10Single                        *EPN10Single
	EPN11Single                        *EPN11Single
	EPN12Single                        *EPN12Single
	EPN13Single                        *EPN13Single
	EPN14Single                        *EPN14Single
	EPN15Single                        *EPN15Single
	EPN16Single                        *EPN16Single
	EPN17Single                        *EPN17Single
	EPN20Single                        *EPN20Single
	EPN21Single                        *EPN21Single
	EPN22Single                        *EPN22Single
	EPN26Single                        *EPN26Single
	EPN27Single                        *EPN27Single
	EPN2Single                         *EPN2Single
	EPN31Single                        *EPN31Single
	EPN32Single                        *EPN32Single
	EPN33Single                        *EPN33Single
	EPN3Single                         *EPN3Single
	EPN4Single                         *EPN4Single
	EPN5Single                         *EPN5Single
	EPN60Single                        *EPN60Single
	EPN6Single                         *EPN6Single
	EPN7Single                         *EPN7Single
	EPN88Single                        *EPN88Single
	EPN8Single                         *EPN8Single
	EPN9Single                         *EPN9Single
	EPNLGSingle                        *EPNLGSingle
	EPNLSSingle                        *EPNLSSingle
	EPNpc4Single                       *EPNpc4Single
	EPNpc6Single                       *EPNpc6Single
	EPNpc7Single                       *EPNpc7Single
	EPNpc8Single                       *EPNpc8Single
	EPRxSingle                         *EPRxSingle
	EPS5CSingle                        *EPS5CSingle
	EPS5USingle                        *EPS5USingle
	EcmConnectionInfoSingle            *EcmConnectionInfoSingle
	ExternalAmfFunctionSingle          *ExternalAmfFunctionSingle
	ExternalNrfFunctionSingle          *ExternalNrfFunctionSingle
	ExternalNssfFunctionSingle         *ExternalNssfFunctionSingle
	ExternalSeppFunctionSingle         *ExternalSeppFunctionSingle
	FiveQiDscpMappingSetSingle         *FiveQiDscpMappingSetSingle
	GtpUPathQoSMonitoringControlSingle *GtpUPathQoSMonitoringControlSingle
	LmfFunctionSingle                  *LmfFunctionSingle
	ManagedElementSingle               *ManagedElementSingle
	N3iwfFunctionSingle                *N3iwfFunctionSingle
	NefFunctionSingle                  *NefFunctionSingle
	NgeirFunctionSingle                *NgeirFunctionSingle
	NrfFunctionSingle                  *NrfFunctionSingle
	NsacfFunctionSingle                *NsacfFunctionSingle
	NssfFunctionSingle                 *NssfFunctionSingle
	NwdafFunctionSingle                *NwdafFunctionSingle
	PcfFunctionSingle                  *PcfFunctionSingle
	PredefinedPccRuleSetSingle         *PredefinedPccRuleSetSingle
	ProvMnS                            *ProvMnS
	QFQoSMonitoringControlSingle       *QFQoSMonitoringControlSingle
	ScpFunctionSingle                  *ScpFunctionSingle
	SeppFunctionSingle                 *SeppFunctionSingle
	SmfFunctionSingle                  *SmfFunctionSingle
	SmsfFunctionSingle                 *SmsfFunctionSingle
	SubNetworkSingle                   *SubNetworkSingle
	UdmFunctionSingle                  *UdmFunctionSingle
	UdrFunctionSingle                  *UdrFunctionSingle
	UdsfFunctionSingle                 *UdsfFunctionSingle
	UpfFunctionSingle                  *UpfFunctionSingle
}

Resources5gcNrm - struct for Resources5gcNrm

func AmfFunctionSingleAsResources5gcNrm ¶

func AmfFunctionSingleAsResources5gcNrm(v *AmfFunctionSingle) Resources5gcNrm

AmfFunctionSingleAsResources5gcNrm is a convenience function that returns AmfFunctionSingle wrapped in Resources5gcNrm

func AmfRegionSingleAsResources5gcNrm ¶

func AmfRegionSingleAsResources5gcNrm(v *AmfRegionSingle) Resources5gcNrm

AmfRegionSingleAsResources5gcNrm is a convenience function that returns AmfRegionSingle wrapped in Resources5gcNrm

func AmfSetSingleAsResources5gcNrm ¶

func AmfSetSingleAsResources5gcNrm(v *AmfSetSingle) Resources5gcNrm

AmfSetSingleAsResources5gcNrm is a convenience function that returns AmfSetSingle wrapped in Resources5gcNrm

func AusfFunctionSingleAsResources5gcNrm ¶

func AusfFunctionSingleAsResources5gcNrm(v *AusfFunctionSingle) Resources5gcNrm

AusfFunctionSingleAsResources5gcNrm is a convenience function that returns AusfFunctionSingle wrapped in Resources5gcNrm

func Configurable5QISetSingleAsResources5gcNrm ¶

func Configurable5QISetSingleAsResources5gcNrm(v *Configurable5QISetSingle) Resources5gcNrm

Configurable5QISetSingleAsResources5gcNrm is a convenience function that returns Configurable5QISetSingle wrapped in Resources5gcNrm

func DDNMFFunctionSingleAsResources5gcNrm ¶

func DDNMFFunctionSingleAsResources5gcNrm(v *DDNMFFunctionSingle) Resources5gcNrm

DDNMFFunctionSingleAsResources5gcNrm is a convenience function that returns DDNMFFunctionSingle wrapped in Resources5gcNrm

func Dynamic5QISetSingleAsResources5gcNrm ¶

func Dynamic5QISetSingleAsResources5gcNrm(v *Dynamic5QISetSingle) Resources5gcNrm

Dynamic5QISetSingleAsResources5gcNrm is a convenience function that returns Dynamic5QISetSingle wrapped in Resources5gcNrm

func EASDFFunctionSingleAsResources5gcNrm ¶

func EASDFFunctionSingleAsResources5gcNrm(v *EASDFFunctionSingle) Resources5gcNrm

EASDFFunctionSingleAsResources5gcNrm is a convenience function that returns EASDFFunctionSingle wrapped in Resources5gcNrm

func EPMAPSMSCSingleAsResources5gcNrm ¶

func EPMAPSMSCSingleAsResources5gcNrm(v *EPMAPSMSCSingle) Resources5gcNrm

EPMAPSMSCSingleAsResources5gcNrm is a convenience function that returns EPMAPSMSCSingle wrapped in Resources5gcNrm

func EPN10SingleAsResources5gcNrm ¶

func EPN10SingleAsResources5gcNrm(v *EPN10Single) Resources5gcNrm

EPN10SingleAsResources5gcNrm is a convenience function that returns EPN10Single wrapped in Resources5gcNrm

func EPN11SingleAsResources5gcNrm ¶

func EPN11SingleAsResources5gcNrm(v *EPN11Single) Resources5gcNrm

EPN11SingleAsResources5gcNrm is a convenience function that returns EPN11Single wrapped in Resources5gcNrm

func EPN12SingleAsResources5gcNrm ¶

func EPN12SingleAsResources5gcNrm(v *EPN12Single) Resources5gcNrm

EPN12SingleAsResources5gcNrm is a convenience function that returns EPN12Single wrapped in Resources5gcNrm

func EPN13SingleAsResources5gcNrm ¶

func EPN13SingleAsResources5gcNrm(v *EPN13Single) Resources5gcNrm

EPN13SingleAsResources5gcNrm is a convenience function that returns EPN13Single wrapped in Resources5gcNrm

func EPN14SingleAsResources5gcNrm ¶

func EPN14SingleAsResources5gcNrm(v *EPN14Single) Resources5gcNrm

EPN14SingleAsResources5gcNrm is a convenience function that returns EPN14Single wrapped in Resources5gcNrm

func EPN15SingleAsResources5gcNrm ¶

func EPN15SingleAsResources5gcNrm(v *EPN15Single) Resources5gcNrm

EPN15SingleAsResources5gcNrm is a convenience function that returns EPN15Single wrapped in Resources5gcNrm

func EPN16SingleAsResources5gcNrm ¶

func EPN16SingleAsResources5gcNrm(v *EPN16Single) Resources5gcNrm

EPN16SingleAsResources5gcNrm is a convenience function that returns EPN16Single wrapped in Resources5gcNrm

func EPN17SingleAsResources5gcNrm ¶

func EPN17SingleAsResources5gcNrm(v *EPN17Single) Resources5gcNrm

EPN17SingleAsResources5gcNrm is a convenience function that returns EPN17Single wrapped in Resources5gcNrm

func EPN20SingleAsResources5gcNrm ¶

func EPN20SingleAsResources5gcNrm(v *EPN20Single) Resources5gcNrm

EPN20SingleAsResources5gcNrm is a convenience function that returns EPN20Single wrapped in Resources5gcNrm

func EPN21SingleAsResources5gcNrm ¶

func EPN21SingleAsResources5gcNrm(v *EPN21Single) Resources5gcNrm

EPN21SingleAsResources5gcNrm is a convenience function that returns EPN21Single wrapped in Resources5gcNrm

func EPN22SingleAsResources5gcNrm ¶

func EPN22SingleAsResources5gcNrm(v *EPN22Single) Resources5gcNrm

EPN22SingleAsResources5gcNrm is a convenience function that returns EPN22Single wrapped in Resources5gcNrm

func EPN26SingleAsResources5gcNrm ¶

func EPN26SingleAsResources5gcNrm(v *EPN26Single) Resources5gcNrm

EPN26SingleAsResources5gcNrm is a convenience function that returns EPN26Single wrapped in Resources5gcNrm

func EPN27SingleAsResources5gcNrm ¶

func EPN27SingleAsResources5gcNrm(v *EPN27Single) Resources5gcNrm

EPN27SingleAsResources5gcNrm is a convenience function that returns EPN27Single wrapped in Resources5gcNrm

func EPN2SingleAsResources5gcNrm ¶

func EPN2SingleAsResources5gcNrm(v *EPN2Single) Resources5gcNrm

EPN2SingleAsResources5gcNrm is a convenience function that returns EPN2Single wrapped in Resources5gcNrm

func EPN31SingleAsResources5gcNrm ¶

func EPN31SingleAsResources5gcNrm(v *EPN31Single) Resources5gcNrm

EPN31SingleAsResources5gcNrm is a convenience function that returns EPN31Single wrapped in Resources5gcNrm

func EPN32SingleAsResources5gcNrm ¶

func EPN32SingleAsResources5gcNrm(v *EPN32Single) Resources5gcNrm

EPN32SingleAsResources5gcNrm is a convenience function that returns EPN32Single wrapped in Resources5gcNrm

func EPN33SingleAsResources5gcNrm ¶

func EPN33SingleAsResources5gcNrm(v *EPN33Single) Resources5gcNrm

EPN33SingleAsResources5gcNrm is a convenience function that returns EPN33Single wrapped in Resources5gcNrm

func EPN3SingleAsResources5gcNrm ¶

func EPN3SingleAsResources5gcNrm(v *EPN3Single) Resources5gcNrm

EPN3SingleAsResources5gcNrm is a convenience function that returns EPN3Single wrapped in Resources5gcNrm

func EPN4SingleAsResources5gcNrm ¶

func EPN4SingleAsResources5gcNrm(v *EPN4Single) Resources5gcNrm

EPN4SingleAsResources5gcNrm is a convenience function that returns EPN4Single wrapped in Resources5gcNrm

func EPN5SingleAsResources5gcNrm ¶

func EPN5SingleAsResources5gcNrm(v *EPN5Single) Resources5gcNrm

EPN5SingleAsResources5gcNrm is a convenience function that returns EPN5Single wrapped in Resources5gcNrm

func EPN60SingleAsResources5gcNrm ¶

func EPN60SingleAsResources5gcNrm(v *EPN60Single) Resources5gcNrm

EPN60SingleAsResources5gcNrm is a convenience function that returns EPN60Single wrapped in Resources5gcNrm

func EPN6SingleAsResources5gcNrm ¶

func EPN6SingleAsResources5gcNrm(v *EPN6Single) Resources5gcNrm

EPN6SingleAsResources5gcNrm is a convenience function that returns EPN6Single wrapped in Resources5gcNrm

func EPN7SingleAsResources5gcNrm ¶

func EPN7SingleAsResources5gcNrm(v *EPN7Single) Resources5gcNrm

EPN7SingleAsResources5gcNrm is a convenience function that returns EPN7Single wrapped in Resources5gcNrm

func EPN88SingleAsResources5gcNrm ¶

func EPN88SingleAsResources5gcNrm(v *EPN88Single) Resources5gcNrm

EPN88SingleAsResources5gcNrm is a convenience function that returns EPN88Single wrapped in Resources5gcNrm

func EPN8SingleAsResources5gcNrm ¶

func EPN8SingleAsResources5gcNrm(v *EPN8Single) Resources5gcNrm

EPN8SingleAsResources5gcNrm is a convenience function that returns EPN8Single wrapped in Resources5gcNrm

func EPN9SingleAsResources5gcNrm ¶

func EPN9SingleAsResources5gcNrm(v *EPN9Single) Resources5gcNrm

EPN9SingleAsResources5gcNrm is a convenience function that returns EPN9Single wrapped in Resources5gcNrm

func EPNLGSingleAsResources5gcNrm ¶

func EPNLGSingleAsResources5gcNrm(v *EPNLGSingle) Resources5gcNrm

EPNLGSingleAsResources5gcNrm is a convenience function that returns EPNLGSingle wrapped in Resources5gcNrm

func EPNLSSingleAsResources5gcNrm ¶

func EPNLSSingleAsResources5gcNrm(v *EPNLSSingle) Resources5gcNrm

EPNLSSingleAsResources5gcNrm is a convenience function that returns EPNLSSingle wrapped in Resources5gcNrm

func EPNpc4SingleAsResources5gcNrm ¶

func EPNpc4SingleAsResources5gcNrm(v *EPNpc4Single) Resources5gcNrm

EPNpc4SingleAsResources5gcNrm is a convenience function that returns EPNpc4Single wrapped in Resources5gcNrm

func EPNpc6SingleAsResources5gcNrm ¶

func EPNpc6SingleAsResources5gcNrm(v *EPNpc6Single) Resources5gcNrm

EPNpc6SingleAsResources5gcNrm is a convenience function that returns EPNpc6Single wrapped in Resources5gcNrm

func EPNpc7SingleAsResources5gcNrm ¶

func EPNpc7SingleAsResources5gcNrm(v *EPNpc7Single) Resources5gcNrm

EPNpc7SingleAsResources5gcNrm is a convenience function that returns EPNpc7Single wrapped in Resources5gcNrm

func EPNpc8SingleAsResources5gcNrm ¶

func EPNpc8SingleAsResources5gcNrm(v *EPNpc8Single) Resources5gcNrm

EPNpc8SingleAsResources5gcNrm is a convenience function that returns EPNpc8Single wrapped in Resources5gcNrm

func EPRxSingleAsResources5gcNrm ¶

func EPRxSingleAsResources5gcNrm(v *EPRxSingle) Resources5gcNrm

EPRxSingleAsResources5gcNrm is a convenience function that returns EPRxSingle wrapped in Resources5gcNrm

func EPS5CSingleAsResources5gcNrm ¶

func EPS5CSingleAsResources5gcNrm(v *EPS5CSingle) Resources5gcNrm

EPS5CSingleAsResources5gcNrm is a convenience function that returns EPS5CSingle wrapped in Resources5gcNrm

func EPS5USingleAsResources5gcNrm ¶

func EPS5USingleAsResources5gcNrm(v *EPS5USingle) Resources5gcNrm

EPS5USingleAsResources5gcNrm is a convenience function that returns EPS5USingle wrapped in Resources5gcNrm

func EcmConnectionInfoSingleAsResources5gcNrm ¶

func EcmConnectionInfoSingleAsResources5gcNrm(v *EcmConnectionInfoSingle) Resources5gcNrm

EcmConnectionInfoSingleAsResources5gcNrm is a convenience function that returns EcmConnectionInfoSingle wrapped in Resources5gcNrm

func ExternalAmfFunctionSingleAsResources5gcNrm ¶

func ExternalAmfFunctionSingleAsResources5gcNrm(v *ExternalAmfFunctionSingle) Resources5gcNrm

ExternalAmfFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalAmfFunctionSingle wrapped in Resources5gcNrm

func ExternalNrfFunctionSingleAsResources5gcNrm ¶

func ExternalNrfFunctionSingleAsResources5gcNrm(v *ExternalNrfFunctionSingle) Resources5gcNrm

ExternalNrfFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalNrfFunctionSingle wrapped in Resources5gcNrm

func ExternalNssfFunctionSingleAsResources5gcNrm ¶

func ExternalNssfFunctionSingleAsResources5gcNrm(v *ExternalNssfFunctionSingle) Resources5gcNrm

ExternalNssfFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalNssfFunctionSingle wrapped in Resources5gcNrm

func ExternalSeppFunctionSingleAsResources5gcNrm ¶

func ExternalSeppFunctionSingleAsResources5gcNrm(v *ExternalSeppFunctionSingle) Resources5gcNrm

ExternalSeppFunctionSingleAsResources5gcNrm is a convenience function that returns ExternalSeppFunctionSingle wrapped in Resources5gcNrm

func FiveQiDscpMappingSetSingleAsResources5gcNrm ¶

func FiveQiDscpMappingSetSingleAsResources5gcNrm(v *FiveQiDscpMappingSetSingle) Resources5gcNrm

FiveQiDscpMappingSetSingleAsResources5gcNrm is a convenience function that returns FiveQiDscpMappingSetSingle wrapped in Resources5gcNrm

func GtpUPathQoSMonitoringControlSingleAsResources5gcNrm ¶

func GtpUPathQoSMonitoringControlSingleAsResources5gcNrm(v *GtpUPathQoSMonitoringControlSingle) Resources5gcNrm

GtpUPathQoSMonitoringControlSingleAsResources5gcNrm is a convenience function that returns GtpUPathQoSMonitoringControlSingle wrapped in Resources5gcNrm

func LmfFunctionSingleAsResources5gcNrm ¶

func LmfFunctionSingleAsResources5gcNrm(v *LmfFunctionSingle) Resources5gcNrm

LmfFunctionSingleAsResources5gcNrm is a convenience function that returns LmfFunctionSingle wrapped in Resources5gcNrm

func ManagedElementSingleAsResources5gcNrm ¶

func ManagedElementSingleAsResources5gcNrm(v *ManagedElementSingle) Resources5gcNrm

ManagedElementSingleAsResources5gcNrm is a convenience function that returns ManagedElementSingle wrapped in Resources5gcNrm

func N3iwfFunctionSingleAsResources5gcNrm ¶

func N3iwfFunctionSingleAsResources5gcNrm(v *N3iwfFunctionSingle) Resources5gcNrm

N3iwfFunctionSingleAsResources5gcNrm is a convenience function that returns N3iwfFunctionSingle wrapped in Resources5gcNrm

func NefFunctionSingleAsResources5gcNrm ¶

func NefFunctionSingleAsResources5gcNrm(v *NefFunctionSingle) Resources5gcNrm

NefFunctionSingleAsResources5gcNrm is a convenience function that returns NefFunctionSingle wrapped in Resources5gcNrm

func NgeirFunctionSingleAsResources5gcNrm ¶

func NgeirFunctionSingleAsResources5gcNrm(v *NgeirFunctionSingle) Resources5gcNrm

NgeirFunctionSingleAsResources5gcNrm is a convenience function that returns NgeirFunctionSingle wrapped in Resources5gcNrm

func NrfFunctionSingleAsResources5gcNrm ¶

func NrfFunctionSingleAsResources5gcNrm(v *NrfFunctionSingle) Resources5gcNrm

NrfFunctionSingleAsResources5gcNrm is a convenience function that returns NrfFunctionSingle wrapped in Resources5gcNrm

func NsacfFunctionSingleAsResources5gcNrm ¶

func NsacfFunctionSingleAsResources5gcNrm(v *NsacfFunctionSingle) Resources5gcNrm

NsacfFunctionSingleAsResources5gcNrm is a convenience function that returns NsacfFunctionSingle wrapped in Resources5gcNrm

func NssfFunctionSingleAsResources5gcNrm ¶

func NssfFunctionSingleAsResources5gcNrm(v *NssfFunctionSingle) Resources5gcNrm

NssfFunctionSingleAsResources5gcNrm is a convenience function that returns NssfFunctionSingle wrapped in Resources5gcNrm

func NwdafFunctionSingleAsResources5gcNrm ¶

func NwdafFunctionSingleAsResources5gcNrm(v *NwdafFunctionSingle) Resources5gcNrm

NwdafFunctionSingleAsResources5gcNrm is a convenience function that returns NwdafFunctionSingle wrapped in Resources5gcNrm

func PcfFunctionSingleAsResources5gcNrm ¶

func PcfFunctionSingleAsResources5gcNrm(v *PcfFunctionSingle) Resources5gcNrm

PcfFunctionSingleAsResources5gcNrm is a convenience function that returns PcfFunctionSingle wrapped in Resources5gcNrm

func PredefinedPccRuleSetSingleAsResources5gcNrm ¶

func PredefinedPccRuleSetSingleAsResources5gcNrm(v *PredefinedPccRuleSetSingle) Resources5gcNrm

PredefinedPccRuleSetSingleAsResources5gcNrm is a convenience function that returns PredefinedPccRuleSetSingle wrapped in Resources5gcNrm

func ProvMnSAsResources5gcNrm ¶

func ProvMnSAsResources5gcNrm(v *ProvMnS) Resources5gcNrm

ProvMnSAsResources5gcNrm is a convenience function that returns ProvMnS wrapped in Resources5gcNrm

func QFQoSMonitoringControlSingleAsResources5gcNrm ¶

func QFQoSMonitoringControlSingleAsResources5gcNrm(v *QFQoSMonitoringControlSingle) Resources5gcNrm

QFQoSMonitoringControlSingleAsResources5gcNrm is a convenience function that returns QFQoSMonitoringControlSingle wrapped in Resources5gcNrm

func ScpFunctionSingleAsResources5gcNrm ¶

func ScpFunctionSingleAsResources5gcNrm(v *ScpFunctionSingle) Resources5gcNrm

ScpFunctionSingleAsResources5gcNrm is a convenience function that returns ScpFunctionSingle wrapped in Resources5gcNrm

func SeppFunctionSingleAsResources5gcNrm ¶

func SeppFunctionSingleAsResources5gcNrm(v *SeppFunctionSingle) Resources5gcNrm

SeppFunctionSingleAsResources5gcNrm is a convenience function that returns SeppFunctionSingle wrapped in Resources5gcNrm

func SmfFunctionSingleAsResources5gcNrm ¶

func SmfFunctionSingleAsResources5gcNrm(v *SmfFunctionSingle) Resources5gcNrm

SmfFunctionSingleAsResources5gcNrm is a convenience function that returns SmfFunctionSingle wrapped in Resources5gcNrm

func SmsfFunctionSingleAsResources5gcNrm ¶

func SmsfFunctionSingleAsResources5gcNrm(v *SmsfFunctionSingle) Resources5gcNrm

SmsfFunctionSingleAsResources5gcNrm is a convenience function that returns SmsfFunctionSingle wrapped in Resources5gcNrm

func SubNetworkSingleAsResources5gcNrm ¶

func SubNetworkSingleAsResources5gcNrm(v *SubNetworkSingle) Resources5gcNrm

SubNetworkSingleAsResources5gcNrm is a convenience function that returns SubNetworkSingle wrapped in Resources5gcNrm

func UdmFunctionSingleAsResources5gcNrm ¶

func UdmFunctionSingleAsResources5gcNrm(v *UdmFunctionSingle) Resources5gcNrm

UdmFunctionSingleAsResources5gcNrm is a convenience function that returns UdmFunctionSingle wrapped in Resources5gcNrm

func UdrFunctionSingleAsResources5gcNrm ¶

func UdrFunctionSingleAsResources5gcNrm(v *UdrFunctionSingle) Resources5gcNrm

UdrFunctionSingleAsResources5gcNrm is a convenience function that returns UdrFunctionSingle wrapped in Resources5gcNrm

func UdsfFunctionSingleAsResources5gcNrm ¶

func UdsfFunctionSingleAsResources5gcNrm(v *UdsfFunctionSingle) Resources5gcNrm

UdsfFunctionSingleAsResources5gcNrm is a convenience function that returns UdsfFunctionSingle wrapped in Resources5gcNrm

func UpfFunctionSingleAsResources5gcNrm ¶

func UpfFunctionSingleAsResources5gcNrm(v *UpfFunctionSingle) Resources5gcNrm

UpfFunctionSingleAsResources5gcNrm is a convenience function that returns UpfFunctionSingle wrapped in Resources5gcNrm

func (*Resources5gcNrm) GetActualInstance ¶

func (obj *Resources5gcNrm) GetActualInstance() interface{}

Get the actual instance

func (Resources5gcNrm) MarshalJSON ¶

func (src Resources5gcNrm) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Resources5gcNrm) UnmarshalJSON ¶

func (dst *Resources5gcNrm) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type RouteInformation ¶

type RouteInformation struct {
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	Ipv4Addr *string    `json:"ipv4Addr,omitempty"`
	Ipv6Addr *Ipv6Addr1 `json:"ipv6Addr,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	PortNumber int32 `json:"portNumber"`
}

RouteInformation At least one of the \"ipv4Addr\" attribute and the \"ipv6Addr\" attribute shall be included in the \"RouteInformation\" data type.

func NewRouteInformation ¶

func NewRouteInformation(portNumber int32) *RouteInformation

NewRouteInformation instantiates a new RouteInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRouteInformationWithDefaults ¶

func NewRouteInformationWithDefaults() *RouteInformation

NewRouteInformationWithDefaults instantiates a new RouteInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RouteInformation) GetIpv4Addr ¶

func (o *RouteInformation) GetIpv4Addr() string

GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.

func (*RouteInformation) GetIpv4AddrOk ¶

func (o *RouteInformation) GetIpv4AddrOk() (*string, bool)

GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RouteInformation) GetIpv6Addr ¶

func (o *RouteInformation) GetIpv6Addr() Ipv6Addr1

GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.

func (*RouteInformation) GetIpv6AddrOk ¶

func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr1, bool)

GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RouteInformation) GetPortNumber ¶

func (o *RouteInformation) GetPortNumber() int32

GetPortNumber returns the PortNumber field value

func (*RouteInformation) GetPortNumberOk ¶

func (o *RouteInformation) GetPortNumberOk() (*int32, bool)

GetPortNumberOk returns a tuple with the PortNumber field value and a boolean to check if the value has been set.

func (*RouteInformation) HasIpv4Addr ¶

func (o *RouteInformation) HasIpv4Addr() bool

HasIpv4Addr returns a boolean if a field has been set.

func (*RouteInformation) HasIpv6Addr ¶

func (o *RouteInformation) HasIpv6Addr() bool

HasIpv6Addr returns a boolean if a field has been set.

func (RouteInformation) MarshalJSON ¶

func (o RouteInformation) MarshalJSON() ([]byte, error)

func (*RouteInformation) SetIpv4Addr ¶

func (o *RouteInformation) SetIpv4Addr(v string)

SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.

func (*RouteInformation) SetIpv6Addr ¶

func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr1)

SetIpv6Addr gets a reference to the given Ipv6Addr1 and assigns it to the Ipv6Addr field.

func (*RouteInformation) SetPortNumber ¶

func (o *RouteInformation) SetPortNumber(v int32)

SetPortNumber sets field value

func (RouteInformation) ToMap ¶

func (o RouteInformation) ToMap() (map[string]interface{}, error)

type RouteToLocation ¶

type RouteToLocation struct {
	Interface *interface{}
}

RouteToLocation At least one of the \"routeInfo\" attribute and the \"routeProfId\" attribute shall be included in the \"RouteToLocation\" data type.

func (*RouteToLocation) MarshalJSON ¶

func (src *RouteToLocation) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*RouteToLocation) UnmarshalJSON ¶

func (dst *RouteToLocation) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SAP ¶

type SAP struct {
	Host *HostAddr `json:"host,omitempty"`
	Port *int32    `json:"port,omitempty"`
}

SAP struct for SAP

func NewSAP ¶

func NewSAP() *SAP

NewSAP instantiates a new SAP object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSAPWithDefaults ¶

func NewSAPWithDefaults() *SAP

NewSAPWithDefaults instantiates a new SAP object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SAP) GetHost ¶

func (o *SAP) GetHost() HostAddr

GetHost returns the Host field value if set, zero value otherwise.

func (*SAP) GetHostOk ¶

func (o *SAP) GetHostOk() (*HostAddr, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SAP) GetPort ¶

func (o *SAP) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*SAP) GetPortOk ¶

func (o *SAP) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SAP) HasHost ¶

func (o *SAP) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*SAP) HasPort ¶

func (o *SAP) HasPort() bool

HasPort returns a boolean if a field has been set.

func (SAP) MarshalJSON ¶

func (o SAP) MarshalJSON() ([]byte, error)

func (*SAP) SetHost ¶

func (o *SAP) SetHost(v HostAddr)

SetHost gets a reference to the given HostAddr and assigns it to the Host field.

func (*SAP) SetPort ¶

func (o *SAP) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (SAP) ToMap ¶

func (o SAP) ToMap() (map[string]interface{}, error)

type SEPPType ¶

type SEPPType string

SEPPType any of enumrated value

const (
	CSEPP SEPPType = "CSEPP"
	PSEPP SEPPType = "PSEPP"
)

List of SEPPType

func NewSEPPTypeFromValue ¶

func NewSEPPTypeFromValue(v string) (*SEPPType, error)

NewSEPPTypeFromValue returns a pointer to a valid SEPPType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SEPPType) IsValid ¶

func (v SEPPType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SEPPType) Ptr ¶

func (v SEPPType) Ptr() *SEPPType

Ptr returns reference to SEPPType value

func (*SEPPType) UnmarshalJSON ¶

func (v *SEPPType) UnmarshalJSON(src []byte) error

type SNssaiSmfInfoItem ¶

type SNssaiSmfInfoItem struct {
	SNSSAI         *Snssai          `json:"sNSSAI,omitempty"`
	DnnSmfInfoList []DnnSmfInfoItem `json:"dnnSmfInfoList,omitempty"`
}

SNssaiSmfInfoItem struct for SNssaiSmfInfoItem

func NewSNssaiSmfInfoItem ¶

func NewSNssaiSmfInfoItem() *SNssaiSmfInfoItem

NewSNssaiSmfInfoItem instantiates a new SNssaiSmfInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSNssaiSmfInfoItemWithDefaults ¶

func NewSNssaiSmfInfoItemWithDefaults() *SNssaiSmfInfoItem

NewSNssaiSmfInfoItemWithDefaults instantiates a new SNssaiSmfInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SNssaiSmfInfoItem) GetDnnSmfInfoList ¶

func (o *SNssaiSmfInfoItem) GetDnnSmfInfoList() []DnnSmfInfoItem

GetDnnSmfInfoList returns the DnnSmfInfoList field value if set, zero value otherwise.

func (*SNssaiSmfInfoItem) GetDnnSmfInfoListOk ¶

func (o *SNssaiSmfInfoItem) GetDnnSmfInfoListOk() ([]DnnSmfInfoItem, bool)

GetDnnSmfInfoListOk returns a tuple with the DnnSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SNssaiSmfInfoItem) GetSNSSAI ¶

func (o *SNssaiSmfInfoItem) GetSNSSAI() Snssai

GetSNSSAI returns the SNSSAI field value if set, zero value otherwise.

func (*SNssaiSmfInfoItem) GetSNSSAIOk ¶

func (o *SNssaiSmfInfoItem) GetSNSSAIOk() (*Snssai, bool)

GetSNSSAIOk returns a tuple with the SNSSAI field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SNssaiSmfInfoItem) HasDnnSmfInfoList ¶

func (o *SNssaiSmfInfoItem) HasDnnSmfInfoList() bool

HasDnnSmfInfoList returns a boolean if a field has been set.

func (*SNssaiSmfInfoItem) HasSNSSAI ¶

func (o *SNssaiSmfInfoItem) HasSNSSAI() bool

HasSNSSAI returns a boolean if a field has been set.

func (SNssaiSmfInfoItem) MarshalJSON ¶

func (o SNssaiSmfInfoItem) MarshalJSON() ([]byte, error)

func (*SNssaiSmfInfoItem) SetDnnSmfInfoList ¶

func (o *SNssaiSmfInfoItem) SetDnnSmfInfoList(v []DnnSmfInfoItem)

SetDnnSmfInfoList gets a reference to the given []DnnSmfInfoItem and assigns it to the DnnSmfInfoList field.

func (*SNssaiSmfInfoItem) SetSNSSAI ¶

func (o *SNssaiSmfInfoItem) SetSNSSAI(v Snssai)

SetSNSSAI gets a reference to the given Snssai and assigns it to the SNSSAI field.

func (SNssaiSmfInfoItem) ToMap ¶

func (o SNssaiSmfInfoItem) ToMap() (map[string]interface{}, error)

type Scope ¶

type Scope struct {
	ScopeType  *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 ScpCapability ¶

type ScpCapability string

ScpCapability the model 'ScpCapability'

const (
	INDIRECT_COM_WITH_DELEG_DISC ScpCapability = "INDIRECT_COM_WITH_DELEG_DISC"
)

List of ScpCapability

func NewScpCapabilityFromValue ¶

func NewScpCapabilityFromValue(v string) (*ScpCapability, error)

NewScpCapabilityFromValue returns a pointer to a valid ScpCapability for the value passed as argument, or an error if the value passed is not allowed by the enum

func (ScpCapability) IsValid ¶

func (v ScpCapability) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (ScpCapability) Ptr ¶

func (v ScpCapability) Ptr() *ScpCapability

Ptr returns reference to ScpCapability value

func (*ScpCapability) UnmarshalJSON ¶

func (v *ScpCapability) UnmarshalJSON(src []byte) error

type ScpDomainInfo ¶

type ScpDomainInfo struct {
	ScpFqdn        *string       `json:"scpFqdn,omitempty"`
	ScpIpEndPoints []IpEndPoint1 `json:"scpIpEndPoints,omitempty"`
	ScpPrefix      *string       `json:"scpPrefix,omitempty"`
	// Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\".
	ScpPorts *map[string]int32 `json:"scpPorts,omitempty"`
}

ScpDomainInfo SCP Domain specific information

func NewScpDomainInfo ¶

func NewScpDomainInfo() *ScpDomainInfo

NewScpDomainInfo instantiates a new ScpDomainInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpDomainInfoWithDefaults ¶

func NewScpDomainInfoWithDefaults() *ScpDomainInfo

NewScpDomainInfoWithDefaults instantiates a new ScpDomainInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpDomainInfo) GetScpFqdn ¶

func (o *ScpDomainInfo) GetScpFqdn() string

GetScpFqdn returns the ScpFqdn field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpFqdnOk ¶

func (o *ScpDomainInfo) GetScpFqdnOk() (*string, bool)

GetScpFqdnOk returns a tuple with the ScpFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) GetScpIpEndPoints ¶

func (o *ScpDomainInfo) GetScpIpEndPoints() []IpEndPoint1

GetScpIpEndPoints returns the ScpIpEndPoints field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpIpEndPointsOk ¶

func (o *ScpDomainInfo) GetScpIpEndPointsOk() ([]IpEndPoint1, bool)

GetScpIpEndPointsOk returns a tuple with the ScpIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) GetScpPorts ¶

func (o *ScpDomainInfo) GetScpPorts() map[string]int32

GetScpPorts returns the ScpPorts field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpPortsOk ¶

func (o *ScpDomainInfo) GetScpPortsOk() (*map[string]int32, bool)

GetScpPortsOk returns a tuple with the ScpPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) GetScpPrefix ¶

func (o *ScpDomainInfo) GetScpPrefix() string

GetScpPrefix returns the ScpPrefix field value if set, zero value otherwise.

func (*ScpDomainInfo) GetScpPrefixOk ¶

func (o *ScpDomainInfo) GetScpPrefixOk() (*string, bool)

GetScpPrefixOk returns a tuple with the ScpPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpDomainInfo) HasScpFqdn ¶

func (o *ScpDomainInfo) HasScpFqdn() bool

HasScpFqdn returns a boolean if a field has been set.

func (*ScpDomainInfo) HasScpIpEndPoints ¶

func (o *ScpDomainInfo) HasScpIpEndPoints() bool

HasScpIpEndPoints returns a boolean if a field has been set.

func (*ScpDomainInfo) HasScpPorts ¶

func (o *ScpDomainInfo) HasScpPorts() bool

HasScpPorts returns a boolean if a field has been set.

func (*ScpDomainInfo) HasScpPrefix ¶

func (o *ScpDomainInfo) HasScpPrefix() bool

HasScpPrefix returns a boolean if a field has been set.

func (ScpDomainInfo) MarshalJSON ¶

func (o ScpDomainInfo) MarshalJSON() ([]byte, error)

func (*ScpDomainInfo) SetScpFqdn ¶

func (o *ScpDomainInfo) SetScpFqdn(v string)

SetScpFqdn gets a reference to the given string and assigns it to the ScpFqdn field.

func (*ScpDomainInfo) SetScpIpEndPoints ¶

func (o *ScpDomainInfo) SetScpIpEndPoints(v []IpEndPoint1)

SetScpIpEndPoints gets a reference to the given []IpEndPoint1 and assigns it to the ScpIpEndPoints field.

func (*ScpDomainInfo) SetScpPorts ¶

func (o *ScpDomainInfo) SetScpPorts(v map[string]int32)

SetScpPorts gets a reference to the given map[string]int32 and assigns it to the ScpPorts field.

func (*ScpDomainInfo) SetScpPrefix ¶

func (o *ScpDomainInfo) SetScpPrefix(v string)

SetScpPrefix gets a reference to the given string and assigns it to the ScpPrefix field.

func (ScpDomainInfo) ToMap ¶

func (o ScpDomainInfo) ToMap() (map[string]interface{}, error)

type ScpFunctionSingle ¶

type ScpFunctionSingle struct {
	Top
	Attributes       *ScpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
}

ScpFunctionSingle struct for ScpFunctionSingle

func NewScpFunctionSingle ¶

func NewScpFunctionSingle(id NullableString) *ScpFunctionSingle

NewScpFunctionSingle instantiates a new ScpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleWithDefaults ¶

func NewScpFunctionSingleWithDefaults() *ScpFunctionSingle

NewScpFunctionSingleWithDefaults instantiates a new ScpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetAttributesOk ¶

func (o *ScpFunctionSingle) GetAttributesOk() (*ScpFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingle) GetManagedNFService ¶

func (o *ScpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetManagedNFServiceOk ¶

func (o *ScpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingle) GetPerfMetricJob ¶

func (o *ScpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetPerfMetricJobOk ¶

func (o *ScpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingle) GetThresholdMonitor ¶

func (o *ScpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetThresholdMonitorOk ¶

func (o *ScpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingle) GetTraceJob ¶

func (o *ScpFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*ScpFunctionSingle) GetTraceJobOk ¶

func (o *ScpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingle) HasAttributes ¶

func (o *ScpFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasManagedNFService ¶

func (o *ScpFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasPerfMetricJob ¶

func (o *ScpFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasThresholdMonitor ¶

func (o *ScpFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*ScpFunctionSingle) HasTraceJob ¶

func (o *ScpFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (ScpFunctionSingle) MarshalJSON ¶

func (o ScpFunctionSingle) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given ScpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*ScpFunctionSingle) SetManagedNFService ¶

func (o *ScpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*ScpFunctionSingle) SetPerfMetricJob ¶

func (o *ScpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*ScpFunctionSingle) SetThresholdMonitor ¶

func (o *ScpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*ScpFunctionSingle) SetTraceJob ¶

func (o *ScpFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (ScpFunctionSingle) ToMap ¶

func (o ScpFunctionSingle) ToMap() (map[string]interface{}, error)

type ScpFunctionSingleAllOf ¶

type ScpFunctionSingleAllOf struct {
	Attributes *ScpFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

ScpFunctionSingleAllOf struct for ScpFunctionSingleAllOf

func NewScpFunctionSingleAllOf ¶

func NewScpFunctionSingleAllOf() *ScpFunctionSingleAllOf

NewScpFunctionSingleAllOf instantiates a new ScpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleAllOfWithDefaults ¶

func NewScpFunctionSingleAllOfWithDefaults() *ScpFunctionSingleAllOf

NewScpFunctionSingleAllOfWithDefaults instantiates a new ScpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOf) HasAttributes ¶

func (o *ScpFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (ScpFunctionSingleAllOf) MarshalJSON ¶

func (o ScpFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given ScpFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (ScpFunctionSingleAllOf) ToMap ¶

func (o ScpFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type ScpFunctionSingleAllOfAttributes ¶

type ScpFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	SupportedFuncList []SupportedFunc `json:"supportedFuncList,omitempty"`
	Address           *HostAddr       `json:"address,omitempty"`
	ScpInfo           *ScpInfo        `json:"scpInfo,omitempty"`
}

ScpFunctionSingleAllOfAttributes struct for ScpFunctionSingleAllOfAttributes

func NewScpFunctionSingleAllOfAttributes ¶

func NewScpFunctionSingleAllOfAttributes() *ScpFunctionSingleAllOfAttributes

NewScpFunctionSingleAllOfAttributes instantiates a new ScpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleAllOfAttributesWithDefaults ¶

func NewScpFunctionSingleAllOfAttributesWithDefaults() *ScpFunctionSingleAllOfAttributes

NewScpFunctionSingleAllOfAttributesWithDefaults instantiates a new ScpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingleAllOfAttributes) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributes) GetAddressOk ¶

func (o *ScpFunctionSingleAllOfAttributes) GetAddressOk() (*HostAddr, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributes) GetScpInfo ¶

func (o *ScpFunctionSingleAllOfAttributes) GetScpInfo() ScpInfo

GetScpInfo returns the ScpInfo field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributes) GetScpInfoOk ¶

func (o *ScpFunctionSingleAllOfAttributes) GetScpInfoOk() (*ScpInfo, bool)

GetScpInfoOk returns a tuple with the ScpInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributes) GetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncList() []SupportedFunc

GetSupportedFuncList returns the SupportedFuncList field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributes) GetSupportedFuncListOk ¶

func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncListOk() ([]SupportedFunc, bool)

GetSupportedFuncListOk returns a tuple with the SupportedFuncList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributes) HasAddress ¶

func (o *ScpFunctionSingleAllOfAttributes) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributes) HasScpInfo ¶

func (o *ScpFunctionSingleAllOfAttributes) HasScpInfo() bool

HasScpInfo returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributes) HasSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributes) HasSupportedFuncList() bool

HasSupportedFuncList returns a boolean if a field has been set.

func (ScpFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o ScpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingleAllOfAttributes) SetAddress ¶

func (o *ScpFunctionSingleAllOfAttributes) SetAddress(v HostAddr)

SetAddress gets a reference to the given HostAddr and assigns it to the Address field.

func (*ScpFunctionSingleAllOfAttributes) SetScpInfo ¶

func (o *ScpFunctionSingleAllOfAttributes) SetScpInfo(v ScpInfo)

SetScpInfo gets a reference to the given ScpInfo and assigns it to the ScpInfo field.

func (*ScpFunctionSingleAllOfAttributes) SetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributes) SetSupportedFuncList(v []SupportedFunc)

SetSupportedFuncList gets a reference to the given []SupportedFunc and assigns it to the SupportedFuncList field.

func (ScpFunctionSingleAllOfAttributes) ToMap ¶

func (o ScpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type ScpFunctionSingleAllOfAttributesAllOf ¶

type ScpFunctionSingleAllOfAttributesAllOf struct {
	SupportedFuncList []SupportedFunc `json:"supportedFuncList,omitempty"`
	Address           *HostAddr       `json:"address,omitempty"`
	ScpInfo           *ScpInfo        `json:"scpInfo,omitempty"`
}

ScpFunctionSingleAllOfAttributesAllOf struct for ScpFunctionSingleAllOfAttributesAllOf

func NewScpFunctionSingleAllOfAttributesAllOf ¶

func NewScpFunctionSingleAllOfAttributesAllOf() *ScpFunctionSingleAllOfAttributesAllOf

NewScpFunctionSingleAllOfAttributesAllOf instantiates a new ScpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewScpFunctionSingleAllOfAttributesAllOfWithDefaults() *ScpFunctionSingleAllOfAttributesAllOf

NewScpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ScpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpFunctionSingleAllOfAttributesAllOf) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetAddressOk ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetAddressOk() (*HostAddr, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetScpInfo ¶

GetScpInfo returns the ScpInfo field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetScpInfoOk ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetScpInfoOk() (*ScpInfo, bool)

GetScpInfoOk returns a tuple with the ScpInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncList() []SupportedFunc

GetSupportedFuncList returns the SupportedFuncList field value if set, zero value otherwise.

func (*ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncListOk ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncListOk() ([]SupportedFunc, bool)

GetSupportedFuncListOk returns a tuple with the SupportedFuncList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) HasAddress ¶

HasAddress returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) HasScpInfo ¶

HasScpInfo returns a boolean if a field has been set.

func (*ScpFunctionSingleAllOfAttributesAllOf) HasSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) HasSupportedFuncList() bool

HasSupportedFuncList returns a boolean if a field has been set.

func (ScpFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o ScpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*ScpFunctionSingleAllOfAttributesAllOf) SetAddress ¶

SetAddress gets a reference to the given HostAddr and assigns it to the Address field.

func (*ScpFunctionSingleAllOfAttributesAllOf) SetScpInfo ¶

SetScpInfo gets a reference to the given ScpInfo and assigns it to the ScpInfo field.

func (*ScpFunctionSingleAllOfAttributesAllOf) SetSupportedFuncList ¶

func (o *ScpFunctionSingleAllOfAttributesAllOf) SetSupportedFuncList(v []SupportedFunc)

SetSupportedFuncList gets a reference to the given []SupportedFunc and assigns it to the SupportedFuncList field.

func (ScpFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o ScpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type ScpInfo ¶

type ScpInfo struct {
	// A map (list of key-value pairs) where the key of the map shall be the string identifying an SCP domain
	ScpDomainInfoList *map[string]ScpDomainInfo `json:"scpDomainInfoList,omitempty"`
	ScpPrefix         *string                   `json:"scpPrefix,omitempty"`
	// Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\".
	ScpPorts          *map[string]int32  `json:"scpPorts,omitempty"`
	AddressDomains    []string           `json:"addressDomains,omitempty"`
	Ipv4Addresses     []string           `json:"ipv4Addresses,omitempty"`
	Ipv6Prefixes      []Ipv6Prefix1      `json:"ipv6Prefixes,omitempty"`
	Ipv4AddrRanges    []Ipv4AddressRange `json:"ipv4AddrRanges,omitempty"`
	Ipv6PrefixRanges  []Ipv6PrefixRange  `json:"ipv6PrefixRanges,omitempty"`
	ServedNfSetIdList []string           `json:"servedNfSetIdList,omitempty"`
	RemotePlmnList    []PlmnId2          `json:"remotePlmnList,omitempty"`
	RemoteSnpnList    []PlmnIdNid        `json:"remoteSnpnList,omitempty"`
	IpReachability    *IpReachability    `json:"ipReachability,omitempty"`
	ScpCapabilities   []ScpCapability    `json:"scpCapabilities,omitempty"`
}

ScpInfo Information of an SCP Instance

func NewScpInfo ¶

func NewScpInfo() *ScpInfo

NewScpInfo instantiates a new ScpInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScpInfoWithDefaults ¶

func NewScpInfoWithDefaults() *ScpInfo

NewScpInfoWithDefaults instantiates a new ScpInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScpInfo) GetAddressDomains ¶

func (o *ScpInfo) GetAddressDomains() []string

GetAddressDomains returns the AddressDomains field value if set, zero value otherwise.

func (*ScpInfo) GetAddressDomainsOk ¶

func (o *ScpInfo) GetAddressDomainsOk() ([]string, bool)

GetAddressDomainsOk returns a tuple with the AddressDomains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpReachability ¶

func (o *ScpInfo) GetIpReachability() IpReachability

GetIpReachability returns the IpReachability field value if set, zero value otherwise.

func (*ScpInfo) GetIpReachabilityOk ¶

func (o *ScpInfo) GetIpReachabilityOk() (*IpReachability, bool)

GetIpReachabilityOk returns a tuple with the IpReachability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv4AddrRanges ¶

func (o *ScpInfo) GetIpv4AddrRanges() []Ipv4AddressRange

GetIpv4AddrRanges returns the Ipv4AddrRanges field value if set, zero value otherwise.

func (*ScpInfo) GetIpv4AddrRangesOk ¶

func (o *ScpInfo) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)

GetIpv4AddrRangesOk returns a tuple with the Ipv4AddrRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv4Addresses ¶

func (o *ScpInfo) GetIpv4Addresses() []string

GetIpv4Addresses returns the Ipv4Addresses field value if set, zero value otherwise.

func (*ScpInfo) GetIpv4AddressesOk ¶

func (o *ScpInfo) GetIpv4AddressesOk() ([]string, bool)

GetIpv4AddressesOk returns a tuple with the Ipv4Addresses field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv6PrefixRanges ¶

func (o *ScpInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange

GetIpv6PrefixRanges returns the Ipv6PrefixRanges field value if set, zero value otherwise.

func (*ScpInfo) GetIpv6PrefixRangesOk ¶

func (o *ScpInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)

GetIpv6PrefixRangesOk returns a tuple with the Ipv6PrefixRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetIpv6Prefixes ¶

func (o *ScpInfo) GetIpv6Prefixes() []Ipv6Prefix1

GetIpv6Prefixes returns the Ipv6Prefixes field value if set, zero value otherwise.

func (*ScpInfo) GetIpv6PrefixesOk ¶

func (o *ScpInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix1, bool)

GetIpv6PrefixesOk returns a tuple with the Ipv6Prefixes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetRemotePlmnList ¶

func (o *ScpInfo) GetRemotePlmnList() []PlmnId2

GetRemotePlmnList returns the RemotePlmnList field value if set, zero value otherwise.

func (*ScpInfo) GetRemotePlmnListOk ¶

func (o *ScpInfo) GetRemotePlmnListOk() ([]PlmnId2, bool)

GetRemotePlmnListOk returns a tuple with the RemotePlmnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetRemoteSnpnList ¶

func (o *ScpInfo) GetRemoteSnpnList() []PlmnIdNid

GetRemoteSnpnList returns the RemoteSnpnList field value if set, zero value otherwise.

func (*ScpInfo) GetRemoteSnpnListOk ¶

func (o *ScpInfo) GetRemoteSnpnListOk() ([]PlmnIdNid, bool)

GetRemoteSnpnListOk returns a tuple with the RemoteSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpCapabilities ¶

func (o *ScpInfo) GetScpCapabilities() []ScpCapability

GetScpCapabilities returns the ScpCapabilities field value if set, zero value otherwise.

func (*ScpInfo) GetScpCapabilitiesOk ¶

func (o *ScpInfo) GetScpCapabilitiesOk() ([]ScpCapability, bool)

GetScpCapabilitiesOk returns a tuple with the ScpCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpDomainInfoList ¶

func (o *ScpInfo) GetScpDomainInfoList() map[string]ScpDomainInfo

GetScpDomainInfoList returns the ScpDomainInfoList field value if set, zero value otherwise.

func (*ScpInfo) GetScpDomainInfoListOk ¶

func (o *ScpInfo) GetScpDomainInfoListOk() (*map[string]ScpDomainInfo, bool)

GetScpDomainInfoListOk returns a tuple with the ScpDomainInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpPorts ¶

func (o *ScpInfo) GetScpPorts() map[string]int32

GetScpPorts returns the ScpPorts field value if set, zero value otherwise.

func (*ScpInfo) GetScpPortsOk ¶

func (o *ScpInfo) GetScpPortsOk() (*map[string]int32, bool)

GetScpPortsOk returns a tuple with the ScpPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetScpPrefix ¶

func (o *ScpInfo) GetScpPrefix() string

GetScpPrefix returns the ScpPrefix field value if set, zero value otherwise.

func (*ScpInfo) GetScpPrefixOk ¶

func (o *ScpInfo) GetScpPrefixOk() (*string, bool)

GetScpPrefixOk returns a tuple with the ScpPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) GetServedNfSetIdList ¶

func (o *ScpInfo) GetServedNfSetIdList() []string

GetServedNfSetIdList returns the ServedNfSetIdList field value if set, zero value otherwise.

func (*ScpInfo) GetServedNfSetIdListOk ¶

func (o *ScpInfo) GetServedNfSetIdListOk() ([]string, bool)

GetServedNfSetIdListOk returns a tuple with the ServedNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScpInfo) HasAddressDomains ¶

func (o *ScpInfo) HasAddressDomains() bool

HasAddressDomains returns a boolean if a field has been set.

func (*ScpInfo) HasIpReachability ¶

func (o *ScpInfo) HasIpReachability() bool

HasIpReachability returns a boolean if a field has been set.

func (*ScpInfo) HasIpv4AddrRanges ¶

func (o *ScpInfo) HasIpv4AddrRanges() bool

HasIpv4AddrRanges returns a boolean if a field has been set.

func (*ScpInfo) HasIpv4Addresses ¶

func (o *ScpInfo) HasIpv4Addresses() bool

HasIpv4Addresses returns a boolean if a field has been set.

func (*ScpInfo) HasIpv6PrefixRanges ¶

func (o *ScpInfo) HasIpv6PrefixRanges() bool

HasIpv6PrefixRanges returns a boolean if a field has been set.

func (*ScpInfo) HasIpv6Prefixes ¶

func (o *ScpInfo) HasIpv6Prefixes() bool

HasIpv6Prefixes returns a boolean if a field has been set.

func (*ScpInfo) HasRemotePlmnList ¶

func (o *ScpInfo) HasRemotePlmnList() bool

HasRemotePlmnList returns a boolean if a field has been set.

func (*ScpInfo) HasRemoteSnpnList ¶

func (o *ScpInfo) HasRemoteSnpnList() bool

HasRemoteSnpnList returns a boolean if a field has been set.

func (*ScpInfo) HasScpCapabilities ¶

func (o *ScpInfo) HasScpCapabilities() bool

HasScpCapabilities returns a boolean if a field has been set.

func (*ScpInfo) HasScpDomainInfoList ¶

func (o *ScpInfo) HasScpDomainInfoList() bool

HasScpDomainInfoList returns a boolean if a field has been set.

func (*ScpInfo) HasScpPorts ¶

func (o *ScpInfo) HasScpPorts() bool

HasScpPorts returns a boolean if a field has been set.

func (*ScpInfo) HasScpPrefix ¶

func (o *ScpInfo) HasScpPrefix() bool

HasScpPrefix returns a boolean if a field has been set.

func (*ScpInfo) HasServedNfSetIdList ¶

func (o *ScpInfo) HasServedNfSetIdList() bool

HasServedNfSetIdList returns a boolean if a field has been set.

func (ScpInfo) MarshalJSON ¶

func (o ScpInfo) MarshalJSON() ([]byte, error)

func (*ScpInfo) SetAddressDomains ¶

func (o *ScpInfo) SetAddressDomains(v []string)

SetAddressDomains gets a reference to the given []string and assigns it to the AddressDomains field.

func (*ScpInfo) SetIpReachability ¶

func (o *ScpInfo) SetIpReachability(v IpReachability)

SetIpReachability gets a reference to the given IpReachability and assigns it to the IpReachability field.

func (*ScpInfo) SetIpv4AddrRanges ¶

func (o *ScpInfo) SetIpv4AddrRanges(v []Ipv4AddressRange)

SetIpv4AddrRanges gets a reference to the given []Ipv4AddressRange and assigns it to the Ipv4AddrRanges field.

func (*ScpInfo) SetIpv4Addresses ¶

func (o *ScpInfo) SetIpv4Addresses(v []string)

SetIpv4Addresses gets a reference to the given []string and assigns it to the Ipv4Addresses field.

func (*ScpInfo) SetIpv6PrefixRanges ¶

func (o *ScpInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange)

SetIpv6PrefixRanges gets a reference to the given []Ipv6PrefixRange and assigns it to the Ipv6PrefixRanges field.

func (*ScpInfo) SetIpv6Prefixes ¶

func (o *ScpInfo) SetIpv6Prefixes(v []Ipv6Prefix1)

SetIpv6Prefixes gets a reference to the given []Ipv6Prefix1 and assigns it to the Ipv6Prefixes field.

func (*ScpInfo) SetRemotePlmnList ¶

func (o *ScpInfo) SetRemotePlmnList(v []PlmnId2)

SetRemotePlmnList gets a reference to the given []PlmnId2 and assigns it to the RemotePlmnList field.

func (*ScpInfo) SetRemoteSnpnList ¶

func (o *ScpInfo) SetRemoteSnpnList(v []PlmnIdNid)

SetRemoteSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RemoteSnpnList field.

func (*ScpInfo) SetScpCapabilities ¶

func (o *ScpInfo) SetScpCapabilities(v []ScpCapability)

SetScpCapabilities gets a reference to the given []ScpCapability and assigns it to the ScpCapabilities field.

func (*ScpInfo) SetScpDomainInfoList ¶

func (o *ScpInfo) SetScpDomainInfoList(v map[string]ScpDomainInfo)

SetScpDomainInfoList gets a reference to the given map[string]ScpDomainInfo and assigns it to the ScpDomainInfoList field.

func (*ScpInfo) SetScpPorts ¶

func (o *ScpInfo) SetScpPorts(v map[string]int32)

SetScpPorts gets a reference to the given map[string]int32 and assigns it to the ScpPorts field.

func (*ScpInfo) SetScpPrefix ¶

func (o *ScpInfo) SetScpPrefix(v string)

SetScpPrefix gets a reference to the given string and assigns it to the ScpPrefix field.

func (*ScpInfo) SetServedNfSetIdList ¶

func (o *ScpInfo) SetServedNfSetIdList(v []string)

SetServedNfSetIdList gets a reference to the given []string and assigns it to the ServedNfSetIdList field.

func (ScpInfo) ToMap ¶

func (o ScpInfo) ToMap() (map[string]interface{}, error)

type SdRange ¶

type SdRange struct {
	// First value identifying the start of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2.
	Start *string `json:"start,omitempty"`
	// Last value identifying the end of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2.
	End *string `json:"end,omitempty"`
}

SdRange A range of SDs (Slice Differentiators)

func NewSdRange ¶

func NewSdRange() *SdRange

NewSdRange instantiates a new SdRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSdRangeWithDefaults ¶

func NewSdRangeWithDefaults() *SdRange

NewSdRangeWithDefaults instantiates a new SdRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SdRange) GetEnd ¶

func (o *SdRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*SdRange) GetEndOk ¶

func (o *SdRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdRange) GetStart ¶

func (o *SdRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*SdRange) GetStartOk ¶

func (o *SdRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SdRange) HasEnd ¶

func (o *SdRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*SdRange) HasStart ¶

func (o *SdRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (SdRange) MarshalJSON ¶

func (o SdRange) MarshalJSON() ([]byte, error)

func (*SdRange) SetEnd ¶

func (o *SdRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*SdRange) SetStart ¶

func (o *SdRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (SdRange) ToMap ¶

func (o SdRange) ToMap() (map[string]interface{}, error)

type SeppFunctionSingle ¶

type SeppFunctionSingle struct {
	Top
	Attributes       *SeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN32            []EPN32Single                      `json:"EP_N32,omitempty"`
}

SeppFunctionSingle struct for SeppFunctionSingle

func NewSeppFunctionSingle ¶

func NewSeppFunctionSingle(id NullableString) *SeppFunctionSingle

NewSeppFunctionSingle instantiates a new SeppFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleWithDefaults ¶

func NewSeppFunctionSingleWithDefaults() *SeppFunctionSingle

NewSeppFunctionSingleWithDefaults instantiates a new SeppFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingle) GetEPN32 ¶

func (o *SeppFunctionSingle) GetEPN32() []EPN32Single

GetEPN32 returns the EPN32 field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetEPN32Ok ¶

func (o *SeppFunctionSingle) GetEPN32Ok() ([]EPN32Single, bool)

GetEPN32Ok returns a tuple with the EPN32 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingle) GetManagedNFService ¶

func (o *SeppFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetManagedNFServiceOk ¶

func (o *SeppFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingle) GetPerfMetricJob ¶

func (o *SeppFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetPerfMetricJobOk ¶

func (o *SeppFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingle) GetThresholdMonitor ¶

func (o *SeppFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetThresholdMonitorOk ¶

func (o *SeppFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingle) GetTraceJob ¶

func (o *SeppFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SeppFunctionSingle) GetTraceJobOk ¶

func (o *SeppFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingle) HasAttributes ¶

func (o *SeppFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasEPN32 ¶

func (o *SeppFunctionSingle) HasEPN32() bool

HasEPN32 returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasManagedNFService ¶

func (o *SeppFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasPerfMetricJob ¶

func (o *SeppFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasThresholdMonitor ¶

func (o *SeppFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SeppFunctionSingle) HasTraceJob ¶

func (o *SeppFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SeppFunctionSingle) MarshalJSON ¶

func (o SeppFunctionSingle) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given SeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*SeppFunctionSingle) SetEPN32 ¶

func (o *SeppFunctionSingle) SetEPN32(v []EPN32Single)

SetEPN32 gets a reference to the given []EPN32Single and assigns it to the EPN32 field.

func (*SeppFunctionSingle) SetManagedNFService ¶

func (o *SeppFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*SeppFunctionSingle) SetPerfMetricJob ¶

func (o *SeppFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SeppFunctionSingle) SetThresholdMonitor ¶

func (o *SeppFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SeppFunctionSingle) SetTraceJob ¶

func (o *SeppFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SeppFunctionSingle) ToMap ¶

func (o SeppFunctionSingle) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOf ¶

type SeppFunctionSingleAllOf struct {
	Attributes *SeppFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

SeppFunctionSingleAllOf struct for SeppFunctionSingleAllOf

func NewSeppFunctionSingleAllOf ¶

func NewSeppFunctionSingleAllOf() *SeppFunctionSingleAllOf

NewSeppFunctionSingleAllOf instantiates a new SeppFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOfWithDefaults ¶

func NewSeppFunctionSingleAllOfWithDefaults() *SeppFunctionSingleAllOf

NewSeppFunctionSingleAllOfWithDefaults instantiates a new SeppFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOf) HasAttributes ¶

func (o *SeppFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SeppFunctionSingleAllOf) MarshalJSON ¶

func (o SeppFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given SeppFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (SeppFunctionSingleAllOf) ToMap ¶

func (o SeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOf1 ¶

type SeppFunctionSingleAllOf1 struct {
	EPN32 []EPN32Single `json:"EP_N32,omitempty"`
}

SeppFunctionSingleAllOf1 struct for SeppFunctionSingleAllOf1

func NewSeppFunctionSingleAllOf1 ¶

func NewSeppFunctionSingleAllOf1() *SeppFunctionSingleAllOf1

NewSeppFunctionSingleAllOf1 instantiates a new SeppFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOf1WithDefaults ¶

func NewSeppFunctionSingleAllOf1WithDefaults() *SeppFunctionSingleAllOf1

NewSeppFunctionSingleAllOf1WithDefaults instantiates a new SeppFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOf1) GetEPN32 ¶

func (o *SeppFunctionSingleAllOf1) GetEPN32() []EPN32Single

GetEPN32 returns the EPN32 field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOf1) GetEPN32Ok ¶

func (o *SeppFunctionSingleAllOf1) GetEPN32Ok() ([]EPN32Single, bool)

GetEPN32Ok returns a tuple with the EPN32 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOf1) HasEPN32 ¶

func (o *SeppFunctionSingleAllOf1) HasEPN32() bool

HasEPN32 returns a boolean if a field has been set.

func (SeppFunctionSingleAllOf1) MarshalJSON ¶

func (o SeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOf1) SetEPN32 ¶

func (o *SeppFunctionSingleAllOf1) SetEPN32(v []EPN32Single)

SetEPN32 gets a reference to the given []EPN32Single and assigns it to the EPN32 field.

func (SeppFunctionSingleAllOf1) ToMap ¶

func (o SeppFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOfAttributes ¶

type SeppFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnId   *PlmnId   `json:"plmnId,omitempty"`
	SEPPType *SEPPType `json:"sEPPType,omitempty"`
	SEPPId   *int32    `json:"sEPPId,omitempty"`
	Fqdn     *string   `json:"fqdn,omitempty"`
	SeppInfo *SeppInfo `json:"seppInfo,omitempty"`
}

SeppFunctionSingleAllOfAttributes struct for SeppFunctionSingleAllOfAttributes

func NewSeppFunctionSingleAllOfAttributes ¶

func NewSeppFunctionSingleAllOfAttributes() *SeppFunctionSingleAllOfAttributes

NewSeppFunctionSingleAllOfAttributes instantiates a new SeppFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOfAttributesWithDefaults ¶

func NewSeppFunctionSingleAllOfAttributesWithDefaults() *SeppFunctionSingleAllOfAttributes

NewSeppFunctionSingleAllOfAttributesWithDefaults instantiates a new SeppFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOfAttributes) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetFqdnOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetFqdnOk() (*string, bool)

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetPlmnIdOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPIdOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetSEPPIdOk() (*int32, bool)

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPType ¶

GetSEPPType returns the SEPPType field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetSEPPTypeOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetSEPPTypeOk() (*SEPPType, bool)

GetSEPPTypeOk returns a tuple with the SEPPType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) GetSeppInfo ¶

GetSeppInfo returns the SeppInfo field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributes) GetSeppInfoOk ¶

func (o *SeppFunctionSingleAllOfAttributes) GetSeppInfoOk() (*SeppInfo, bool)

GetSeppInfoOk returns a tuple with the SeppInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributes) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasPlmnId ¶

func (o *SeppFunctionSingleAllOfAttributes) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasSEPPId ¶

func (o *SeppFunctionSingleAllOfAttributes) HasSEPPId() bool

HasSEPPId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasSEPPType ¶

func (o *SeppFunctionSingleAllOfAttributes) HasSEPPType() bool

HasSEPPType returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributes) HasSeppInfo ¶

func (o *SeppFunctionSingleAllOfAttributes) HasSeppInfo() bool

HasSeppInfo returns a boolean if a field has been set.

func (SeppFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o SeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOfAttributes) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*SeppFunctionSingleAllOfAttributes) SetPlmnId ¶

func (o *SeppFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*SeppFunctionSingleAllOfAttributes) SetSEPPId ¶

func (o *SeppFunctionSingleAllOfAttributes) SetSEPPId(v int32)

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (*SeppFunctionSingleAllOfAttributes) SetSEPPType ¶

func (o *SeppFunctionSingleAllOfAttributes) SetSEPPType(v SEPPType)

SetSEPPType gets a reference to the given SEPPType and assigns it to the SEPPType field.

func (*SeppFunctionSingleAllOfAttributes) SetSeppInfo ¶

func (o *SeppFunctionSingleAllOfAttributes) SetSeppInfo(v SeppInfo)

SetSeppInfo gets a reference to the given SeppInfo and assigns it to the SeppInfo field.

func (SeppFunctionSingleAllOfAttributes) ToMap ¶

func (o SeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type SeppFunctionSingleAllOfAttributesAllOf ¶

type SeppFunctionSingleAllOfAttributesAllOf struct {
	PlmnId   *PlmnId   `json:"plmnId,omitempty"`
	SEPPType *SEPPType `json:"sEPPType,omitempty"`
	SEPPId   *int32    `json:"sEPPId,omitempty"`
	Fqdn     *string   `json:"fqdn,omitempty"`
	SeppInfo *SeppInfo `json:"seppInfo,omitempty"`
}

SeppFunctionSingleAllOfAttributesAllOf struct for SeppFunctionSingleAllOfAttributesAllOf

func NewSeppFunctionSingleAllOfAttributesAllOf ¶

func NewSeppFunctionSingleAllOfAttributesAllOf() *SeppFunctionSingleAllOfAttributesAllOf

NewSeppFunctionSingleAllOfAttributesAllOf instantiates a new SeppFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewSeppFunctionSingleAllOfAttributesAllOfWithDefaults() *SeppFunctionSingleAllOfAttributesAllOf

NewSeppFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new SeppFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppFunctionSingleAllOfAttributesAllOf) GetFqdn ¶

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk ¶

GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetPlmnId ¶

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPId ¶

GetSEPPId returns the SEPPId field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk() (*int32, bool)

GetSEPPIdOk returns a tuple with the SEPPId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPType ¶

GetSEPPType returns the SEPPType field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSEPPTypeOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPTypeOk() (*SEPPType, bool)

GetSEPPTypeOk returns a tuple with the SEPPType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfo ¶

GetSeppInfo returns the SeppInfo field value if set, zero value otherwise.

func (*SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfoOk ¶

func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfoOk() (*SeppInfo, bool)

GetSeppInfoOk returns a tuple with the SeppInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasFqdn ¶

HasFqdn returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasPlmnId ¶

HasPlmnId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasSEPPId ¶

HasSEPPId returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasSEPPType ¶

HasSEPPType returns a boolean if a field has been set.

func (*SeppFunctionSingleAllOfAttributesAllOf) HasSeppInfo ¶

HasSeppInfo returns a boolean if a field has been set.

func (SeppFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o SeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*SeppFunctionSingleAllOfAttributesAllOf) SetFqdn ¶

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetPlmnId ¶

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetSEPPId ¶

SetSEPPId gets a reference to the given int32 and assigns it to the SEPPId field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetSEPPType ¶

SetSEPPType gets a reference to the given SEPPType and assigns it to the SEPPType field.

func (*SeppFunctionSingleAllOfAttributesAllOf) SetSeppInfo ¶

SetSeppInfo gets a reference to the given SeppInfo and assigns it to the SeppInfo field.

func (SeppFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o SeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type SeppInfo ¶

type SeppInfo struct {
	SeppPrefix *string `json:"seppPrefix,omitempty"`
	// Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\".
	SeppPorts      *map[string]int32 `json:"seppPorts,omitempty"`
	RemotePlmnList []PlmnId1         `json:"remotePlmnList,omitempty"`
	RemoteSnpnList []PlmnIdNid1      `json:"remoteSnpnList,omitempty"`
}

SeppInfo Information of a SEPP Instance

func NewSeppInfo ¶

func NewSeppInfo() *SeppInfo

NewSeppInfo instantiates a new SeppInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSeppInfoWithDefaults ¶

func NewSeppInfoWithDefaults() *SeppInfo

NewSeppInfoWithDefaults instantiates a new SeppInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SeppInfo) GetRemotePlmnList ¶

func (o *SeppInfo) GetRemotePlmnList() []PlmnId1

GetRemotePlmnList returns the RemotePlmnList field value if set, zero value otherwise.

func (*SeppInfo) GetRemotePlmnListOk ¶

func (o *SeppInfo) GetRemotePlmnListOk() ([]PlmnId1, bool)

GetRemotePlmnListOk returns a tuple with the RemotePlmnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) GetRemoteSnpnList ¶

func (o *SeppInfo) GetRemoteSnpnList() []PlmnIdNid1

GetRemoteSnpnList returns the RemoteSnpnList field value if set, zero value otherwise.

func (*SeppInfo) GetRemoteSnpnListOk ¶

func (o *SeppInfo) GetRemoteSnpnListOk() ([]PlmnIdNid1, bool)

GetRemoteSnpnListOk returns a tuple with the RemoteSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) GetSeppPorts ¶

func (o *SeppInfo) GetSeppPorts() map[string]int32

GetSeppPorts returns the SeppPorts field value if set, zero value otherwise.

func (*SeppInfo) GetSeppPortsOk ¶

func (o *SeppInfo) GetSeppPortsOk() (*map[string]int32, bool)

GetSeppPortsOk returns a tuple with the SeppPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) GetSeppPrefix ¶

func (o *SeppInfo) GetSeppPrefix() string

GetSeppPrefix returns the SeppPrefix field value if set, zero value otherwise.

func (*SeppInfo) GetSeppPrefixOk ¶

func (o *SeppInfo) GetSeppPrefixOk() (*string, bool)

GetSeppPrefixOk returns a tuple with the SeppPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SeppInfo) HasRemotePlmnList ¶

func (o *SeppInfo) HasRemotePlmnList() bool

HasRemotePlmnList returns a boolean if a field has been set.

func (*SeppInfo) HasRemoteSnpnList ¶

func (o *SeppInfo) HasRemoteSnpnList() bool

HasRemoteSnpnList returns a boolean if a field has been set.

func (*SeppInfo) HasSeppPorts ¶

func (o *SeppInfo) HasSeppPorts() bool

HasSeppPorts returns a boolean if a field has been set.

func (*SeppInfo) HasSeppPrefix ¶

func (o *SeppInfo) HasSeppPrefix() bool

HasSeppPrefix returns a boolean if a field has been set.

func (SeppInfo) MarshalJSON ¶

func (o SeppInfo) MarshalJSON() ([]byte, error)

func (*SeppInfo) SetRemotePlmnList ¶

func (o *SeppInfo) SetRemotePlmnList(v []PlmnId1)

SetRemotePlmnList gets a reference to the given []PlmnId1 and assigns it to the RemotePlmnList field.

func (*SeppInfo) SetRemoteSnpnList ¶

func (o *SeppInfo) SetRemoteSnpnList(v []PlmnIdNid1)

SetRemoteSnpnList gets a reference to the given []PlmnIdNid1 and assigns it to the RemoteSnpnList field.

func (*SeppInfo) SetSeppPorts ¶

func (o *SeppInfo) SetSeppPorts(v map[string]int32)

SetSeppPorts gets a reference to the given map[string]int32 and assigns it to the SeppPorts field.

func (*SeppInfo) SetSeppPrefix ¶

func (o *SeppInfo) SetSeppPrefix(v string)

SetSeppPrefix gets a reference to the given string and assigns it to the SeppPrefix field.

func (SeppInfo) ToMap ¶

func (o SeppInfo) ToMap() (map[string]interface{}, error)

type 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 ServingLocation ¶

type ServingLocation struct {
	GeographicalLocation *GeoLoc                 `json:"geographicalLocation,omitempty"`
	TopologicalLocation  *TopologicalServiceArea `json:"topologicalLocation,omitempty"`
}

ServingLocation struct for ServingLocation

func NewServingLocation ¶

func NewServingLocation() *ServingLocation

NewServingLocation instantiates a new ServingLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewServingLocationWithDefaults ¶

func NewServingLocationWithDefaults() *ServingLocation

NewServingLocationWithDefaults instantiates a new ServingLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ServingLocation) GetGeographicalLocation ¶

func (o *ServingLocation) GetGeographicalLocation() GeoLoc

GetGeographicalLocation returns the GeographicalLocation field value if set, zero value otherwise.

func (*ServingLocation) GetGeographicalLocationOk ¶

func (o *ServingLocation) GetGeographicalLocationOk() (*GeoLoc, bool)

GetGeographicalLocationOk returns a tuple with the GeographicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServingLocation) GetTopologicalLocation ¶

func (o *ServingLocation) GetTopologicalLocation() TopologicalServiceArea

GetTopologicalLocation returns the TopologicalLocation field value if set, zero value otherwise.

func (*ServingLocation) GetTopologicalLocationOk ¶

func (o *ServingLocation) GetTopologicalLocationOk() (*TopologicalServiceArea, bool)

GetTopologicalLocationOk returns a tuple with the TopologicalLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ServingLocation) HasGeographicalLocation ¶

func (o *ServingLocation) HasGeographicalLocation() bool

HasGeographicalLocation returns a boolean if a field has been set.

func (*ServingLocation) HasTopologicalLocation ¶

func (o *ServingLocation) HasTopologicalLocation() bool

HasTopologicalLocation returns a boolean if a field has been set.

func (ServingLocation) MarshalJSON ¶

func (o ServingLocation) MarshalJSON() ([]byte, error)

func (*ServingLocation) SetGeographicalLocation ¶

func (o *ServingLocation) SetGeographicalLocation(v GeoLoc)

SetGeographicalLocation gets a reference to the given GeoLoc and assigns it to the GeographicalLocation field.

func (*ServingLocation) SetTopologicalLocation ¶

func (o *ServingLocation) SetTopologicalLocation(v TopologicalServiceArea)

SetTopologicalLocation gets a reference to the given TopologicalServiceArea and assigns it to the TopologicalLocation field.

func (ServingLocation) ToMap ¶

func (o ServingLocation) ToMap() (map[string]interface{}, error)

type SharedDataIdRange ¶

type SharedDataIdRange struct {
	Pattern *string `json:"pattern,omitempty"`
}

SharedDataIdRange struct for SharedDataIdRange

func NewSharedDataIdRange ¶

func NewSharedDataIdRange() *SharedDataIdRange

NewSharedDataIdRange instantiates a new SharedDataIdRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSharedDataIdRangeWithDefaults ¶

func NewSharedDataIdRangeWithDefaults() *SharedDataIdRange

NewSharedDataIdRangeWithDefaults instantiates a new SharedDataIdRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SharedDataIdRange) GetPattern ¶

func (o *SharedDataIdRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*SharedDataIdRange) GetPatternOk ¶

func (o *SharedDataIdRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SharedDataIdRange) HasPattern ¶

func (o *SharedDataIdRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (SharedDataIdRange) MarshalJSON ¶

func (o SharedDataIdRange) MarshalJSON() ([]byte, error)

func (*SharedDataIdRange) SetPattern ¶

func (o *SharedDataIdRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (SharedDataIdRange) ToMap ¶

func (o SharedDataIdRange) ToMap() (map[string]interface{}, error)

type SmfFunctionSingle ¶

type SmfFunctionSingle struct {
	Top
	Attributes                   *SmfFunctionSingleAllOfAttributes   `json:"attributes,omitempty"`
	PerfMetricJob                []PerfMetricJobSingle               `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor             []ThresholdMonitorSingle            `json:"ThresholdMonitor,omitempty"`
	ManagedNFService             []ManagedNFServiceSingle            `json:"ManagedNFService,omitempty"`
	TraceJob                     []TraceJobSingle                    `json:"TraceJob,omitempty"`
	EPN4                         []EPN4Single                        `json:"EP_N4,omitempty"`
	EPN7                         []EPN7Single                        `json:"EP_N7,omitempty"`
	EPN10                        []EPN10Single                       `json:"EP_N10,omitempty"`
	EPN11                        []EPN11Single                       `json:"EP_N11,omitempty"`
	EPN16                        []EPN16Single                       `json:"EP_N16,omitempty"`
	EPS5C                        []EPS5CSingle                       `json:"EP_S5C,omitempty"`
	FiveQiDscpMappingSet         *FiveQiDscpMappingSetSingle         `json:"FiveQiDscpMappingSet,omitempty"`
	GtpUPathQoSMonitoringControl *GtpUPathQoSMonitoringControlSingle `json:"GtpUPathQoSMonitoringControl,omitempty"`
	QFQoSMonitoringControl       *QFQoSMonitoringControlSingle       `json:"QFQoSMonitoringControl,omitempty"`
	PredefinedPccRuleSet         *PredefinedPccRuleSetSingle         `json:"PredefinedPccRuleSet,omitempty"`
}

SmfFunctionSingle struct for SmfFunctionSingle

func NewSmfFunctionSingle ¶

func NewSmfFunctionSingle(id NullableString) *SmfFunctionSingle

NewSmfFunctionSingle instantiates a new SmfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleWithDefaults ¶

func NewSmfFunctionSingleWithDefaults() *SmfFunctionSingle

NewSmfFunctionSingleWithDefaults instantiates a new SmfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetAttributesOk ¶

func (o *SmfFunctionSingle) GetAttributesOk() (*SmfFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN10 ¶

func (o *SmfFunctionSingle) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN10Ok ¶

func (o *SmfFunctionSingle) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN11 ¶

func (o *SmfFunctionSingle) GetEPN11() []EPN11Single

GetEPN11 returns the EPN11 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN11Ok ¶

func (o *SmfFunctionSingle) GetEPN11Ok() ([]EPN11Single, bool)

GetEPN11Ok returns a tuple with the EPN11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN16 ¶

func (o *SmfFunctionSingle) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN16Ok ¶

func (o *SmfFunctionSingle) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN4 ¶

func (o *SmfFunctionSingle) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN4Ok ¶

func (o *SmfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPN7 ¶

func (o *SmfFunctionSingle) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPN7Ok ¶

func (o *SmfFunctionSingle) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetEPS5C ¶

func (o *SmfFunctionSingle) GetEPS5C() []EPS5CSingle

GetEPS5C returns the EPS5C field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetEPS5COk ¶

func (o *SmfFunctionSingle) GetEPS5COk() ([]EPS5CSingle, bool)

GetEPS5COk returns a tuple with the EPS5C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingle) GetFiveQiDscpMappingSet() FiveQiDscpMappingSetSingle

GetFiveQiDscpMappingSet returns the FiveQiDscpMappingSet field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetFiveQiDscpMappingSetOk ¶

func (o *SmfFunctionSingle) GetFiveQiDscpMappingSetOk() (*FiveQiDscpMappingSetSingle, bool)

GetFiveQiDscpMappingSetOk returns a tuple with the FiveQiDscpMappingSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingle) GetGtpUPathQoSMonitoringControl() GtpUPathQoSMonitoringControlSingle

GetGtpUPathQoSMonitoringControl returns the GtpUPathQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetGtpUPathQoSMonitoringControlOk ¶

func (o *SmfFunctionSingle) GetGtpUPathQoSMonitoringControlOk() (*GtpUPathQoSMonitoringControlSingle, bool)

GetGtpUPathQoSMonitoringControlOk returns a tuple with the GtpUPathQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetManagedNFService ¶

func (o *SmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetManagedNFServiceOk ¶

func (o *SmfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetPerfMetricJob ¶

func (o *SmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetPerfMetricJobOk ¶

func (o *SmfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingle) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetPredefinedPccRuleSetOk ¶

func (o *SmfFunctionSingle) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingle) GetQFQoSMonitoringControl() QFQoSMonitoringControlSingle

GetQFQoSMonitoringControl returns the QFQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetQFQoSMonitoringControlOk ¶

func (o *SmfFunctionSingle) GetQFQoSMonitoringControlOk() (*QFQoSMonitoringControlSingle, bool)

GetQFQoSMonitoringControlOk returns a tuple with the QFQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetThresholdMonitor ¶

func (o *SmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetThresholdMonitorOk ¶

func (o *SmfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) GetTraceJob ¶

func (o *SmfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SmfFunctionSingle) GetTraceJobOk ¶

func (o *SmfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingle) HasAttributes ¶

func (o *SmfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN10 ¶

func (o *SmfFunctionSingle) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN11 ¶

func (o *SmfFunctionSingle) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN16 ¶

func (o *SmfFunctionSingle) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN4 ¶

func (o *SmfFunctionSingle) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPN7 ¶

func (o *SmfFunctionSingle) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasEPS5C ¶

func (o *SmfFunctionSingle) HasEPS5C() bool

HasEPS5C returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingle) HasFiveQiDscpMappingSet() bool

HasFiveQiDscpMappingSet returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingle) HasGtpUPathQoSMonitoringControl() bool

HasGtpUPathQoSMonitoringControl returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasManagedNFService ¶

func (o *SmfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasPerfMetricJob ¶

func (o *SmfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasPredefinedPccRuleSet ¶

func (o *SmfFunctionSingle) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasQFQoSMonitoringControl ¶

func (o *SmfFunctionSingle) HasQFQoSMonitoringControl() bool

HasQFQoSMonitoringControl returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasThresholdMonitor ¶

func (o *SmfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SmfFunctionSingle) HasTraceJob ¶

func (o *SmfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SmfFunctionSingle) MarshalJSON ¶

func (o SmfFunctionSingle) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given SmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*SmfFunctionSingle) SetEPN10 ¶

func (o *SmfFunctionSingle) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*SmfFunctionSingle) SetEPN11 ¶

func (o *SmfFunctionSingle) SetEPN11(v []EPN11Single)

SetEPN11 gets a reference to the given []EPN11Single and assigns it to the EPN11 field.

func (*SmfFunctionSingle) SetEPN16 ¶

func (o *SmfFunctionSingle) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*SmfFunctionSingle) SetEPN4 ¶

func (o *SmfFunctionSingle) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*SmfFunctionSingle) SetEPN7 ¶

func (o *SmfFunctionSingle) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*SmfFunctionSingle) SetEPS5C ¶

func (o *SmfFunctionSingle) SetEPS5C(v []EPS5CSingle)

SetEPS5C gets a reference to the given []EPS5CSingle and assigns it to the EPS5C field.

func (*SmfFunctionSingle) SetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingle) SetFiveQiDscpMappingSet(v FiveQiDscpMappingSetSingle)

SetFiveQiDscpMappingSet gets a reference to the given FiveQiDscpMappingSetSingle and assigns it to the FiveQiDscpMappingSet field.

func (*SmfFunctionSingle) SetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingle) SetGtpUPathQoSMonitoringControl(v GtpUPathQoSMonitoringControlSingle)

SetGtpUPathQoSMonitoringControl gets a reference to the given GtpUPathQoSMonitoringControlSingle and assigns it to the GtpUPathQoSMonitoringControl field.

func (*SmfFunctionSingle) SetManagedNFService ¶

func (o *SmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*SmfFunctionSingle) SetPerfMetricJob ¶

func (o *SmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SmfFunctionSingle) SetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingle) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (*SmfFunctionSingle) SetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingle) SetQFQoSMonitoringControl(v QFQoSMonitoringControlSingle)

SetQFQoSMonitoringControl gets a reference to the given QFQoSMonitoringControlSingle and assigns it to the QFQoSMonitoringControl field.

func (*SmfFunctionSingle) SetThresholdMonitor ¶

func (o *SmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SmfFunctionSingle) SetTraceJob ¶

func (o *SmfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SmfFunctionSingle) ToMap ¶

func (o SmfFunctionSingle) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOf ¶

type SmfFunctionSingleAllOf struct {
	Attributes *SmfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

SmfFunctionSingleAllOf struct for SmfFunctionSingleAllOf

func NewSmfFunctionSingleAllOf ¶

func NewSmfFunctionSingleAllOf() *SmfFunctionSingleAllOf

NewSmfFunctionSingleAllOf instantiates a new SmfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOfWithDefaults ¶

func NewSmfFunctionSingleAllOfWithDefaults() *SmfFunctionSingleAllOf

NewSmfFunctionSingleAllOfWithDefaults instantiates a new SmfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf) HasAttributes ¶

func (o *SmfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SmfFunctionSingleAllOf) MarshalJSON ¶

func (o SmfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given SmfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (SmfFunctionSingleAllOf) ToMap ¶

func (o SmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOf1 ¶

type SmfFunctionSingleAllOf1 struct {
	EPN4                         []EPN4Single                        `json:"EP_N4,omitempty"`
	EPN7                         []EPN7Single                        `json:"EP_N7,omitempty"`
	EPN10                        []EPN10Single                       `json:"EP_N10,omitempty"`
	EPN11                        []EPN11Single                       `json:"EP_N11,omitempty"`
	EPN16                        []EPN16Single                       `json:"EP_N16,omitempty"`
	EPS5C                        []EPS5CSingle                       `json:"EP_S5C,omitempty"`
	FiveQiDscpMappingSet         *FiveQiDscpMappingSetSingle         `json:"FiveQiDscpMappingSet,omitempty"`
	GtpUPathQoSMonitoringControl *GtpUPathQoSMonitoringControlSingle `json:"GtpUPathQoSMonitoringControl,omitempty"`
	QFQoSMonitoringControl       *QFQoSMonitoringControlSingle       `json:"QFQoSMonitoringControl,omitempty"`
	PredefinedPccRuleSet         *PredefinedPccRuleSetSingle         `json:"PredefinedPccRuleSet,omitempty"`
}

SmfFunctionSingleAllOf1 struct for SmfFunctionSingleAllOf1

func NewSmfFunctionSingleAllOf1 ¶

func NewSmfFunctionSingleAllOf1() *SmfFunctionSingleAllOf1

NewSmfFunctionSingleAllOf1 instantiates a new SmfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOf1WithDefaults ¶

func NewSmfFunctionSingleAllOf1WithDefaults() *SmfFunctionSingleAllOf1

NewSmfFunctionSingleAllOf1WithDefaults instantiates a new SmfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOf1) GetEPN10 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN10Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN11 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN11() []EPN11Single

GetEPN11 returns the EPN11 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN11Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN11Ok() ([]EPN11Single, bool)

GetEPN11Ok returns a tuple with the EPN11 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN16 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN16() []EPN16Single

GetEPN16 returns the EPN16 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN16Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN16Ok() ([]EPN16Single, bool)

GetEPN16Ok returns a tuple with the EPN16 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN4 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN4Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPN7 ¶

func (o *SmfFunctionSingleAllOf1) GetEPN7() []EPN7Single

GetEPN7 returns the EPN7 field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPN7Ok ¶

func (o *SmfFunctionSingleAllOf1) GetEPN7Ok() ([]EPN7Single, bool)

GetEPN7Ok returns a tuple with the EPN7 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetEPS5C ¶

func (o *SmfFunctionSingleAllOf1) GetEPS5C() []EPS5CSingle

GetEPS5C returns the EPS5C field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetEPS5COk ¶

func (o *SmfFunctionSingleAllOf1) GetEPS5COk() ([]EPS5CSingle, bool)

GetEPS5COk returns a tuple with the EPS5C field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSet() FiveQiDscpMappingSetSingle

GetFiveQiDscpMappingSet returns the FiveQiDscpMappingSet field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSetOk ¶

func (o *SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSetOk() (*FiveQiDscpMappingSetSingle, bool)

GetFiveQiDscpMappingSetOk returns a tuple with the FiveQiDscpMappingSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControl() GtpUPathQoSMonitoringControlSingle

GetGtpUPathQoSMonitoringControl returns the GtpUPathQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControlOk ¶

func (o *SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControlOk() (*GtpUPathQoSMonitoringControlSingle, bool)

GetGtpUPathQoSMonitoringControlOk returns a tuple with the GtpUPathQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingleAllOf1) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle

GetPredefinedPccRuleSet returns the PredefinedPccRuleSet field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk ¶

func (o *SmfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool)

GetPredefinedPccRuleSetOk returns a tuple with the PredefinedPccRuleSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) GetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) GetQFQoSMonitoringControl() QFQoSMonitoringControlSingle

GetQFQoSMonitoringControl returns the QFQoSMonitoringControl field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOf1) GetQFQoSMonitoringControlOk ¶

func (o *SmfFunctionSingleAllOf1) GetQFQoSMonitoringControlOk() (*QFQoSMonitoringControlSingle, bool)

GetQFQoSMonitoringControlOk returns a tuple with the QFQoSMonitoringControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOf1) HasEPN10 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN11 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN11() bool

HasEPN11 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN16 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN16() bool

HasEPN16 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN4 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPN7 ¶

func (o *SmfFunctionSingleAllOf1) HasEPN7() bool

HasEPN7 returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasEPS5C ¶

func (o *SmfFunctionSingleAllOf1) HasEPS5C() bool

HasEPS5C returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingleAllOf1) HasFiveQiDscpMappingSet() bool

HasFiveQiDscpMappingSet returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) HasGtpUPathQoSMonitoringControl() bool

HasGtpUPathQoSMonitoringControl returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasPredefinedPccRuleSet ¶

func (o *SmfFunctionSingleAllOf1) HasPredefinedPccRuleSet() bool

HasPredefinedPccRuleSet returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOf1) HasQFQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) HasQFQoSMonitoringControl() bool

HasQFQoSMonitoringControl returns a boolean if a field has been set.

func (SmfFunctionSingleAllOf1) MarshalJSON ¶

func (o SmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOf1) SetEPN10 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*SmfFunctionSingleAllOf1) SetEPN11 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN11(v []EPN11Single)

SetEPN11 gets a reference to the given []EPN11Single and assigns it to the EPN11 field.

func (*SmfFunctionSingleAllOf1) SetEPN16 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN16(v []EPN16Single)

SetEPN16 gets a reference to the given []EPN16Single and assigns it to the EPN16 field.

func (*SmfFunctionSingleAllOf1) SetEPN4 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*SmfFunctionSingleAllOf1) SetEPN7 ¶

func (o *SmfFunctionSingleAllOf1) SetEPN7(v []EPN7Single)

SetEPN7 gets a reference to the given []EPN7Single and assigns it to the EPN7 field.

func (*SmfFunctionSingleAllOf1) SetEPS5C ¶

func (o *SmfFunctionSingleAllOf1) SetEPS5C(v []EPS5CSingle)

SetEPS5C gets a reference to the given []EPS5CSingle and assigns it to the EPS5C field.

func (*SmfFunctionSingleAllOf1) SetFiveQiDscpMappingSet ¶

func (o *SmfFunctionSingleAllOf1) SetFiveQiDscpMappingSet(v FiveQiDscpMappingSetSingle)

SetFiveQiDscpMappingSet gets a reference to the given FiveQiDscpMappingSetSingle and assigns it to the FiveQiDscpMappingSet field.

func (*SmfFunctionSingleAllOf1) SetGtpUPathQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) SetGtpUPathQoSMonitoringControl(v GtpUPathQoSMonitoringControlSingle)

SetGtpUPathQoSMonitoringControl gets a reference to the given GtpUPathQoSMonitoringControlSingle and assigns it to the GtpUPathQoSMonitoringControl field.

func (*SmfFunctionSingleAllOf1) SetPredefinedPccRuleSet ¶

func (o *SmfFunctionSingleAllOf1) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle)

SetPredefinedPccRuleSet gets a reference to the given PredefinedPccRuleSetSingle and assigns it to the PredefinedPccRuleSet field.

func (*SmfFunctionSingleAllOf1) SetQFQoSMonitoringControl ¶

func (o *SmfFunctionSingleAllOf1) SetQFQoSMonitoringControl(v QFQoSMonitoringControlSingle)

SetQFQoSMonitoringControl gets a reference to the given QFQoSMonitoringControlSingle and assigns it to the QFQoSMonitoringControl field.

func (SmfFunctionSingleAllOf1) ToMap ¶

func (o SmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOfAttributes ¶

type SmfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList          []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32             `json:"nRTACList,omitempty"`
	SBIFqdn               *string             `json:"sBIFqdn,omitempty"`
	SNssaiSmfInfoList     []SNssaiSmfInfoItem `json:"sNssaiSmfInfoList,omitempty"`
	TaiList               []Tai               `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange          `json:"taiRangeList,omitempty"`
	PwgFqdn               *string             `json:"pwgFqdn,omitempty"`
	PgwAddrList           []IpAddr            `json:"pgwAddrList,omitempty"`
	AccessType            *AccessType         `json:"accessType,omitempty"`
	Priority              *int32              `json:"priority,omitempty"`
	CNSIIdList            []string            `json:"cNSIIdList,omitempty"`
	VsmfSupportInd        *bool               `json:"vsmfSupportInd,omitempty"`
	PwgFqdnList           []string            `json:"pwgFqdnList,omitempty"`
	ManagedNFProfile      *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel         `json:"commModelList,omitempty"`
	Configurable5QISetRef *string             `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string             `json:"dynamic5QISetRef,omitempty"`
}

SmfFunctionSingleAllOfAttributes struct for SmfFunctionSingleAllOfAttributes

func NewSmfFunctionSingleAllOfAttributes ¶

func NewSmfFunctionSingleAllOfAttributes() *SmfFunctionSingleAllOfAttributes

NewSmfFunctionSingleAllOfAttributes instantiates a new SmfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOfAttributesWithDefaults ¶

func NewSmfFunctionSingleAllOfAttributesWithDefaults() *SmfFunctionSingleAllOfAttributes

NewSmfFunctionSingleAllOfAttributesWithDefaults instantiates a new SmfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOfAttributes) GetAccessType ¶

func (o *SmfFunctionSingleAllOfAttributes) GetAccessType() AccessType

GetAccessType returns the AccessType field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetAccessTypeOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetAccessTypeOk() (*AccessType, bool)

GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetNRTACListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPgwAddrList() []IpAddr

GetPgwAddrList returns the PgwAddrList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPgwAddrListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPgwAddrListOk() ([]IpAddr, bool)

GetPgwAddrListOk returns a tuple with the PgwAddrList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPriority ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPriorityOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdn() string

GetPwgFqdn returns the PwgFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnList() []string

GetPwgFqdnList returns the PwgFqdnList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdnListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnListOk() ([]string, bool)

GetPwgFqdnListOk returns a tuple with the PwgFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetPwgFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnOk() (*string, bool)

GetPwgFqdnOk returns a tuple with the PwgFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoList() []SNssaiSmfInfoItem

GetSNssaiSmfInfoList returns the SNssaiSmfInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoListOk() ([]SNssaiSmfInfoItem, bool)

GetSNssaiSmfInfoListOk returns a tuple with the SNssaiSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetTaiListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) GetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributes) GetVsmfSupportInd() bool

GetVsmfSupportInd returns the VsmfSupportInd field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributes) GetVsmfSupportIndOk ¶

func (o *SmfFunctionSingleAllOfAttributes) GetVsmfSupportIndOk() (*bool, bool)

GetVsmfSupportIndOk returns a tuple with the VsmfSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributes) HasAccessType ¶

func (o *SmfFunctionSingleAllOfAttributes) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPgwAddrList() bool

HasPgwAddrList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPriority ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPwgFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPwgFqdn() bool

HasPwgFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasPwgFqdnList() bool

HasPwgFqdnList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasSNssaiSmfInfoList() bool

HasSNssaiSmfInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributes) HasVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributes) HasVsmfSupportInd() bool

HasVsmfSupportInd returns a boolean if a field has been set.

func (SmfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o SmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOfAttributes) SetAccessType ¶

func (o *SmfFunctionSingleAllOfAttributes) SetAccessType(v AccessType)

SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.

func (*SmfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*SmfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*SmfFunctionSingleAllOfAttributes) SetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*SmfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmfFunctionSingleAllOfAttributes) SetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*SmfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*SmfFunctionSingleAllOfAttributes) SetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPgwAddrList(v []IpAddr)

SetPgwAddrList gets a reference to the given []IpAddr and assigns it to the PgwAddrList field.

func (*SmfFunctionSingleAllOfAttributes) SetPriority ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*SmfFunctionSingleAllOfAttributes) SetPwgFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPwgFqdn(v string)

SetPwgFqdn gets a reference to the given string and assigns it to the PwgFqdn field.

func (*SmfFunctionSingleAllOfAttributes) SetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetPwgFqdnList(v []string)

SetPwgFqdnList gets a reference to the given []string and assigns it to the PwgFqdnList field.

func (*SmfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *SmfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*SmfFunctionSingleAllOfAttributes) SetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetSNssaiSmfInfoList(v []SNssaiSmfInfoItem)

SetSNssaiSmfInfoList gets a reference to the given []SNssaiSmfInfoItem and assigns it to the SNssaiSmfInfoList field.

func (*SmfFunctionSingleAllOfAttributes) SetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*SmfFunctionSingleAllOfAttributes) SetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*SmfFunctionSingleAllOfAttributes) SetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributes) SetVsmfSupportInd(v bool)

SetVsmfSupportInd gets a reference to the given bool and assigns it to the VsmfSupportInd field.

func (SmfFunctionSingleAllOfAttributes) ToMap ¶

func (o SmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type SmfFunctionSingleAllOfAttributesAllOf ¶

type SmfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList          []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32             `json:"nRTACList,omitempty"`
	SBIFqdn               *string             `json:"sBIFqdn,omitempty"`
	SNssaiSmfInfoList     []SNssaiSmfInfoItem `json:"sNssaiSmfInfoList,omitempty"`
	TaiList               []Tai               `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange          `json:"taiRangeList,omitempty"`
	PwgFqdn               *string             `json:"pwgFqdn,omitempty"`
	PgwAddrList           []IpAddr            `json:"pgwAddrList,omitempty"`
	AccessType            *AccessType         `json:"accessType,omitempty"`
	Priority              *int32              `json:"priority,omitempty"`
	CNSIIdList            []string            `json:"cNSIIdList,omitempty"`
	VsmfSupportInd        *bool               `json:"vsmfSupportInd,omitempty"`
	PwgFqdnList           []string            `json:"pwgFqdnList,omitempty"`
	ManagedNFProfile      *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	CommModelList         []CommModel         `json:"commModelList,omitempty"`
	Configurable5QISetRef *string             `json:"configurable5QISetRef,omitempty"`
	Dynamic5QISetRef      *string             `json:"dynamic5QISetRef,omitempty"`
}

SmfFunctionSingleAllOfAttributesAllOf struct for SmfFunctionSingleAllOfAttributesAllOf

func NewSmfFunctionSingleAllOfAttributesAllOf ¶

func NewSmfFunctionSingleAllOfAttributesAllOf() *SmfFunctionSingleAllOfAttributesAllOf

NewSmfFunctionSingleAllOfAttributesAllOf instantiates a new SmfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewSmfFunctionSingleAllOfAttributesAllOfWithDefaults() *SmfFunctionSingleAllOfAttributesAllOf

NewSmfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new SmfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmfFunctionSingleAllOfAttributesAllOf) GetAccessType ¶

GetAccessType returns the AccessType field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetAccessTypeOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetAccessTypeOk() (*AccessType, bool)

GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string

GetConfigurable5QISetRef returns the Configurable5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool)

GetConfigurable5QISetRefOk returns a tuple with the Configurable5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string

GetDynamic5QISetRef returns the Dynamic5QISetRef field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool)

GetDynamic5QISetRefOk returns a tuple with the Dynamic5QISetRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrList() []IpAddr

GetPgwAddrList returns the PgwAddrList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrListOk() ([]IpAddr, bool)

GetPgwAddrListOk returns a tuple with the PgwAddrList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPriority ¶

GetPriority returns the Priority field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPriorityOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdn ¶

GetPwgFqdn returns the PwgFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnList() []string

GetPwgFqdnList returns the PwgFqdnList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnListOk() ([]string, bool)

GetPwgFqdnListOk returns a tuple with the PwgFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnOk() (*string, bool)

GetPwgFqdnOk returns a tuple with the PwgFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoList() []SNssaiSmfInfoItem

GetSNssaiSmfInfoList returns the SNssaiSmfInfoList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoListOk() ([]SNssaiSmfInfoItem, bool)

GetSNssaiSmfInfoListOk returns a tuple with the SNssaiSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportInd() bool

GetVsmfSupportInd returns the VsmfSupportInd field value if set, zero value otherwise.

func (*SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportIndOk ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportIndOk() (*bool, bool)

GetVsmfSupportIndOk returns a tuple with the VsmfSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasAccessType ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool

HasConfigurable5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool

HasDynamic5QISetRef returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPgwAddrList() bool

HasPgwAddrList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPriority ¶

HasPriority returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdn ¶

HasPwgFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdnList() bool

HasPwgFqdnList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasSNssaiSmfInfoList() bool

HasSNssaiSmfInfoList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*SmfFunctionSingleAllOfAttributesAllOf) HasVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) HasVsmfSupportInd() bool

HasVsmfSupportInd returns a boolean if a field has been set.

func (SmfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o SmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*SmfFunctionSingleAllOfAttributesAllOf) SetAccessType ¶

SetAccessType gets a reference to the given AccessType and assigns it to the AccessType field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string)

SetConfigurable5QISetRef gets a reference to the given string and assigns it to the Configurable5QISetRef field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string)

SetDynamic5QISetRef gets a reference to the given string and assigns it to the Dynamic5QISetRef field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetNRTACList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPgwAddrList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPgwAddrList(v []IpAddr)

SetPgwAddrList gets a reference to the given []IpAddr and assigns it to the PgwAddrList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPriority ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdn ¶

SetPwgFqdn gets a reference to the given string and assigns it to the PwgFqdn field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdnList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdnList(v []string)

SetPwgFqdnList gets a reference to the given []string and assigns it to the PwgFqdnList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetSNssaiSmfInfoList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetSNssaiSmfInfoList(v []SNssaiSmfInfoItem)

SetSNssaiSmfInfoList gets a reference to the given []SNssaiSmfInfoItem and assigns it to the SNssaiSmfInfoList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*SmfFunctionSingleAllOfAttributesAllOf) SetVsmfSupportInd ¶

func (o *SmfFunctionSingleAllOfAttributesAllOf) SetVsmfSupportInd(v bool)

SetVsmfSupportInd gets a reference to the given bool and assigns it to the VsmfSupportInd field.

func (SmfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o SmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingle ¶

type SmsfFunctionSingle struct {
	Top
	Attributes       *SmsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle              `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle           `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle           `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                   `json:"TraceJob,omitempty"`
	EPN20            []EPN20Single                      `json:"EP_N20,omitempty"`
	EPN21            []EPN21Single                      `json:"EP_N21,omitempty"`
	EP_MAP_SMSC      []EPMAPSMSCSingle                  `json:"EP_MAP_SMSC,omitempty"`
}

SmsfFunctionSingle struct for SmsfFunctionSingle

func NewSmsfFunctionSingle ¶

func NewSmsfFunctionSingle(id NullableString) *SmsfFunctionSingle

NewSmsfFunctionSingle instantiates a new SmsfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleWithDefaults ¶

func NewSmsfFunctionSingleWithDefaults() *SmsfFunctionSingle

NewSmsfFunctionSingleWithDefaults instantiates a new SmsfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetEPN20 ¶

func (o *SmsfFunctionSingle) GetEPN20() []EPN20Single

GetEPN20 returns the EPN20 field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetEPN20Ok ¶

func (o *SmsfFunctionSingle) GetEPN20Ok() ([]EPN20Single, bool)

GetEPN20Ok returns a tuple with the EPN20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetEPN21 ¶

func (o *SmsfFunctionSingle) GetEPN21() []EPN21Single

GetEPN21 returns the EPN21 field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetEPN21Ok ¶

func (o *SmsfFunctionSingle) GetEPN21Ok() ([]EPN21Single, bool)

GetEPN21Ok returns a tuple with the EPN21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingle) GetEP_MAP_SMSC() []EPMAPSMSCSingle

GetEP_MAP_SMSC returns the EP_MAP_SMSC field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetEP_MAP_SMSCOk ¶

func (o *SmsfFunctionSingle) GetEP_MAP_SMSCOk() ([]EPMAPSMSCSingle, bool)

GetEP_MAP_SMSCOk returns a tuple with the EP_MAP_SMSC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetManagedNFService ¶

func (o *SmsfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetManagedNFServiceOk ¶

func (o *SmsfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetPerfMetricJob ¶

func (o *SmsfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetPerfMetricJobOk ¶

func (o *SmsfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetThresholdMonitor ¶

func (o *SmsfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetThresholdMonitorOk ¶

func (o *SmsfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) GetTraceJob ¶

func (o *SmsfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SmsfFunctionSingle) GetTraceJobOk ¶

func (o *SmsfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingle) HasAttributes ¶

func (o *SmsfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasEPN20 ¶

func (o *SmsfFunctionSingle) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasEPN21 ¶

func (o *SmsfFunctionSingle) HasEPN21() bool

HasEPN21 returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasEP_MAP_SMSC ¶

func (o *SmsfFunctionSingle) HasEP_MAP_SMSC() bool

HasEP_MAP_SMSC returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasManagedNFService ¶

func (o *SmsfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasPerfMetricJob ¶

func (o *SmsfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasThresholdMonitor ¶

func (o *SmsfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SmsfFunctionSingle) HasTraceJob ¶

func (o *SmsfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SmsfFunctionSingle) MarshalJSON ¶

func (o SmsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given SmsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*SmsfFunctionSingle) SetEPN20 ¶

func (o *SmsfFunctionSingle) SetEPN20(v []EPN20Single)

SetEPN20 gets a reference to the given []EPN20Single and assigns it to the EPN20 field.

func (*SmsfFunctionSingle) SetEPN21 ¶

func (o *SmsfFunctionSingle) SetEPN21(v []EPN21Single)

SetEPN21 gets a reference to the given []EPN21Single and assigns it to the EPN21 field.

func (*SmsfFunctionSingle) SetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingle) SetEP_MAP_SMSC(v []EPMAPSMSCSingle)

SetEP_MAP_SMSC gets a reference to the given []EPMAPSMSCSingle and assigns it to the EP_MAP_SMSC field.

func (*SmsfFunctionSingle) SetManagedNFService ¶

func (o *SmsfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*SmsfFunctionSingle) SetPerfMetricJob ¶

func (o *SmsfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SmsfFunctionSingle) SetThresholdMonitor ¶

func (o *SmsfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SmsfFunctionSingle) SetTraceJob ¶

func (o *SmsfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SmsfFunctionSingle) ToMap ¶

func (o SmsfFunctionSingle) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOf ¶

type SmsfFunctionSingleAllOf struct {
	Attributes *SmsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

SmsfFunctionSingleAllOf struct for SmsfFunctionSingleAllOf

func NewSmsfFunctionSingleAllOf ¶

func NewSmsfFunctionSingleAllOf() *SmsfFunctionSingleAllOf

NewSmsfFunctionSingleAllOf instantiates a new SmsfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOfWithDefaults ¶

func NewSmsfFunctionSingleAllOfWithDefaults() *SmsfFunctionSingleAllOf

NewSmsfFunctionSingleAllOfWithDefaults instantiates a new SmsfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOf) HasAttributes ¶

func (o *SmsfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOf) MarshalJSON ¶

func (o SmsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given SmsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (SmsfFunctionSingleAllOf) ToMap ¶

func (o SmsfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOf1 ¶

type SmsfFunctionSingleAllOf1 struct {
	EPN20       []EPN20Single     `json:"EP_N20,omitempty"`
	EPN21       []EPN21Single     `json:"EP_N21,omitempty"`
	EP_MAP_SMSC []EPMAPSMSCSingle `json:"EP_MAP_SMSC,omitempty"`
}

SmsfFunctionSingleAllOf1 struct for SmsfFunctionSingleAllOf1

func NewSmsfFunctionSingleAllOf1 ¶

func NewSmsfFunctionSingleAllOf1() *SmsfFunctionSingleAllOf1

NewSmsfFunctionSingleAllOf1 instantiates a new SmsfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOf1WithDefaults ¶

func NewSmsfFunctionSingleAllOf1WithDefaults() *SmsfFunctionSingleAllOf1

NewSmsfFunctionSingleAllOf1WithDefaults instantiates a new SmsfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOf1) GetEPN20 ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN20() []EPN20Single

GetEPN20 returns the EPN20 field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf1) GetEPN20Ok ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN20Ok() ([]EPN20Single, bool)

GetEPN20Ok returns a tuple with the EPN20 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOf1) GetEPN21 ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN21() []EPN21Single

GetEPN21 returns the EPN21 field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf1) GetEPN21Ok ¶

func (o *SmsfFunctionSingleAllOf1) GetEPN21Ok() ([]EPN21Single, bool)

GetEPN21Ok returns a tuple with the EPN21 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOf1) GetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingleAllOf1) GetEP_MAP_SMSC() []EPMAPSMSCSingle

GetEP_MAP_SMSC returns the EP_MAP_SMSC field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOf1) GetEP_MAP_SMSCOk ¶

func (o *SmsfFunctionSingleAllOf1) GetEP_MAP_SMSCOk() ([]EPMAPSMSCSingle, bool)

GetEP_MAP_SMSCOk returns a tuple with the EP_MAP_SMSC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOf1) HasEPN20 ¶

func (o *SmsfFunctionSingleAllOf1) HasEPN20() bool

HasEPN20 returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOf1) HasEPN21 ¶

func (o *SmsfFunctionSingleAllOf1) HasEPN21() bool

HasEPN21 returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOf1) HasEP_MAP_SMSC ¶

func (o *SmsfFunctionSingleAllOf1) HasEP_MAP_SMSC() bool

HasEP_MAP_SMSC returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOf1) MarshalJSON ¶

func (o SmsfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOf1) SetEPN20 ¶

func (o *SmsfFunctionSingleAllOf1) SetEPN20(v []EPN20Single)

SetEPN20 gets a reference to the given []EPN20Single and assigns it to the EPN20 field.

func (*SmsfFunctionSingleAllOf1) SetEPN21 ¶

func (o *SmsfFunctionSingleAllOf1) SetEPN21(v []EPN21Single)

SetEPN21 gets a reference to the given []EPN21Single and assigns it to the EPN21 field.

func (*SmsfFunctionSingleAllOf1) SetEP_MAP_SMSC ¶

func (o *SmsfFunctionSingleAllOf1) SetEP_MAP_SMSC(v []EPMAPSMSCSingle)

SetEP_MAP_SMSC gets a reference to the given []EPMAPSMSCSingle and assigns it to the EP_MAP_SMSC field.

func (SmsfFunctionSingleAllOf1) ToMap ¶

func (o SmsfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOfAttributes ¶

type SmsfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

SmsfFunctionSingleAllOfAttributes struct for SmsfFunctionSingleAllOfAttributes

func NewSmsfFunctionSingleAllOfAttributes ¶

func NewSmsfFunctionSingleAllOfAttributes() *SmsfFunctionSingleAllOfAttributes

NewSmsfFunctionSingleAllOfAttributes instantiates a new SmsfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOfAttributesWithDefaults ¶

func NewSmsfFunctionSingleAllOfAttributesWithDefaults() *SmsfFunctionSingleAllOfAttributes

NewSmsfFunctionSingleAllOfAttributesWithDefaults instantiates a new SmsfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) GetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetPlmnIdListOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *SmsfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *SmsfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o SmsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmsfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmsfFunctionSingleAllOfAttributes) SetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*SmsfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *SmsfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (SmsfFunctionSingleAllOfAttributes) ToMap ¶

func (o SmsfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type SmsfFunctionSingleAllOfAttributesAllOf ¶

type SmsfFunctionSingleAllOfAttributesAllOf struct {
	PlmnIdList       []PlmnId          `json:"plmnIdList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	CommModelList    []CommModel       `json:"commModelList,omitempty"`
}

SmsfFunctionSingleAllOfAttributesAllOf struct for SmsfFunctionSingleAllOfAttributesAllOf

func NewSmsfFunctionSingleAllOfAttributesAllOf ¶

func NewSmsfFunctionSingleAllOfAttributesAllOf() *SmsfFunctionSingleAllOfAttributesAllOf

NewSmsfFunctionSingleAllOfAttributesAllOf instantiates a new SmsfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSmsfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewSmsfFunctionSingleAllOfAttributesAllOfWithDefaults() *SmsfFunctionSingleAllOfAttributesAllOf

NewSmsfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new SmsfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId

GetPlmnIdList returns the PlmnIdList field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool)

GetPlmnIdListOk returns a tuple with the PlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool

HasPlmnIdList returns a boolean if a field has been set.

func (*SmsfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (SmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o SmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList ¶

func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId)

SetPlmnIdList gets a reference to the given []PlmnId and assigns it to the PlmnIdList field.

func (*SmsfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (SmsfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o SmsfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type SnpnId ¶

type SnpnId struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
	Nid *string `json:"nid,omitempty"`
}

SnpnId struct for SnpnId

func NewSnpnId ¶

func NewSnpnId() *SnpnId

NewSnpnId instantiates a new SnpnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnpnIdWithDefaults ¶

func NewSnpnIdWithDefaults() *SnpnId

NewSnpnIdWithDefaults instantiates a new SnpnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnpnId) GetMcc ¶

func (o *SnpnId) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*SnpnId) GetMccOk ¶

func (o *SnpnId) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnId) GetMnc ¶

func (o *SnpnId) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*SnpnId) GetMncOk ¶

func (o *SnpnId) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnId) GetNid ¶

func (o *SnpnId) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*SnpnId) GetNidOk ¶

func (o *SnpnId) GetNidOk() (*string, bool)

GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnId) HasMcc ¶

func (o *SnpnId) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*SnpnId) HasMnc ¶

func (o *SnpnId) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*SnpnId) HasNid ¶

func (o *SnpnId) HasNid() bool

HasNid returns a boolean if a field has been set.

func (SnpnId) MarshalJSON ¶

func (o SnpnId) MarshalJSON() ([]byte, error)

func (*SnpnId) SetMcc ¶

func (o *SnpnId) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*SnpnId) SetMnc ¶

func (o *SnpnId) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*SnpnId) SetNid ¶

func (o *SnpnId) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (SnpnId) ToMap ¶

func (o SnpnId) ToMap() (map[string]interface{}, error)

type SnpnInfo ¶

type SnpnInfo struct {
	SnpnId *SnpnId `json:"snpnId,omitempty"`
	Snssai *Snssai `json:"snssai,omitempty"`
}

SnpnInfo struct for SnpnInfo

func NewSnpnInfo ¶

func NewSnpnInfo() *SnpnInfo

NewSnpnInfo instantiates a new SnpnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnpnInfoWithDefaults ¶

func NewSnpnInfoWithDefaults() *SnpnInfo

NewSnpnInfoWithDefaults instantiates a new SnpnInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnpnInfo) GetSnpnId ¶

func (o *SnpnInfo) GetSnpnId() SnpnId

GetSnpnId returns the SnpnId field value if set, zero value otherwise.

func (*SnpnInfo) GetSnpnIdOk ¶

func (o *SnpnInfo) GetSnpnIdOk() (*SnpnId, bool)

GetSnpnIdOk returns a tuple with the SnpnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnInfo) GetSnssai ¶

func (o *SnpnInfo) GetSnssai() Snssai

GetSnssai returns the Snssai field value if set, zero value otherwise.

func (*SnpnInfo) GetSnssaiOk ¶

func (o *SnpnInfo) GetSnssaiOk() (*Snssai, bool)

GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnpnInfo) HasSnpnId ¶

func (o *SnpnInfo) HasSnpnId() bool

HasSnpnId returns a boolean if a field has been set.

func (*SnpnInfo) HasSnssai ¶

func (o *SnpnInfo) HasSnssai() bool

HasSnssai returns a boolean if a field has been set.

func (SnpnInfo) MarshalJSON ¶

func (o SnpnInfo) MarshalJSON() ([]byte, error)

func (*SnpnInfo) SetSnpnId ¶

func (o *SnpnInfo) SetSnpnId(v SnpnId)

SetSnpnId gets a reference to the given SnpnId and assigns it to the SnpnId field.

func (*SnpnInfo) SetSnssai ¶

func (o *SnpnInfo) SetSnssai(v Snssai)

SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.

func (SnpnInfo) ToMap ¶

func (o SnpnInfo) ToMap() (map[string]interface{}, error)

type Snssai ¶

type Snssai struct {
	Sst *int32  `json:"sst,omitempty"`
	Sd  *string `json:"sd,omitempty"`
}

Snssai struct for Snssai

func NewSnssai ¶

func NewSnssai() *Snssai

NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiWithDefaults ¶

func NewSnssaiWithDefaults() *Snssai

NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Snssai) GetSd ¶

func (o *Snssai) GetSd() string

GetSd returns the Sd field value if set, zero value otherwise.

func (*Snssai) GetSdOk ¶

func (o *Snssai) GetSdOk() (*string, bool)

GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Snssai) GetSst ¶

func (o *Snssai) GetSst() int32

GetSst returns the Sst field value if set, zero value otherwise.

func (*Snssai) GetSstOk ¶

func (o *Snssai) GetSstOk() (*int32, bool)

GetSstOk returns a tuple with the Sst field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Snssai) HasSd ¶

func (o *Snssai) HasSd() bool

HasSd returns a boolean if a field has been set.

func (*Snssai) HasSst ¶

func (o *Snssai) HasSst() bool

HasSst returns a boolean if a field has been set.

func (Snssai) MarshalJSON ¶

func (o Snssai) MarshalJSON() ([]byte, error)

func (*Snssai) SetSd ¶

func (o *Snssai) SetSd(v string)

SetSd gets a reference to the given string and assigns it to the Sd field.

func (*Snssai) SetSst ¶

func (o *Snssai) SetSst(v int32)

SetSst gets a reference to the given int32 and assigns it to the Sst field.

func (Snssai) ToMap ¶

func (o Snssai) ToMap() (map[string]interface{}, error)

type Snssai1 ¶

type Snssai1 struct {
	// Unsigned integer, within the range 0 to 255, representing the Slice/Service Type.  It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond  to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501.
	Sst int32 `json:"sst"`
	// 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to  differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST.
	Sd *string `json:"sd,omitempty"`
}

Snssai1 When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".

func NewSnssai1 ¶

func NewSnssai1(sst int32) *Snssai1

NewSnssai1 instantiates a new Snssai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssai1WithDefaults ¶

func NewSnssai1WithDefaults() *Snssai1

NewSnssai1WithDefaults instantiates a new Snssai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Snssai1) GetSd ¶

func (o *Snssai1) GetSd() string

GetSd returns the Sd field value if set, zero value otherwise.

func (*Snssai1) GetSdOk ¶

func (o *Snssai1) GetSdOk() (*string, bool)

GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Snssai1) GetSst ¶

func (o *Snssai1) GetSst() int32

GetSst returns the Sst field value

func (*Snssai1) GetSstOk ¶

func (o *Snssai1) GetSstOk() (*int32, bool)

GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.

func (*Snssai1) HasSd ¶

func (o *Snssai1) HasSd() bool

HasSd returns a boolean if a field has been set.

func (Snssai1) MarshalJSON ¶

func (o Snssai1) MarshalJSON() ([]byte, error)

func (*Snssai1) SetSd ¶

func (o *Snssai1) SetSd(v string)

SetSd gets a reference to the given string and assigns it to the Sd field.

func (*Snssai1) SetSst ¶

func (o *Snssai1) SetSst(v int32)

SetSst sets field value

func (Snssai1) ToMap ¶

func (o Snssai1) ToMap() (map[string]interface{}, error)

type SnssaiExtension ¶

type SnssaiExtension struct {
	// When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type
	SdRanges []SdRange `json:"sdRanges,omitempty"`
	// When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type.
	WildcardSd *bool `json:"wildcardSd,omitempty"`
}

SnssaiExtension Extensions to the Snssai data type, sdRanges and wildcardSd shall not be present simultaneously

func NewSnssaiExtension ¶

func NewSnssaiExtension() *SnssaiExtension

NewSnssaiExtension instantiates a new SnssaiExtension object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiExtensionWithDefaults ¶

func NewSnssaiExtensionWithDefaults() *SnssaiExtension

NewSnssaiExtensionWithDefaults instantiates a new SnssaiExtension object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnssaiExtension) GetSdRanges ¶

func (o *SnssaiExtension) GetSdRanges() []SdRange

GetSdRanges returns the SdRanges field value if set, zero value otherwise.

func (*SnssaiExtension) GetSdRangesOk ¶

func (o *SnssaiExtension) GetSdRangesOk() ([]SdRange, bool)

GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnssaiExtension) GetWildcardSd ¶

func (o *SnssaiExtension) GetWildcardSd() bool

GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.

func (*SnssaiExtension) GetWildcardSdOk ¶

func (o *SnssaiExtension) GetWildcardSdOk() (*bool, bool)

GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnssaiExtension) HasSdRanges ¶

func (o *SnssaiExtension) HasSdRanges() bool

HasSdRanges returns a boolean if a field has been set.

func (*SnssaiExtension) HasWildcardSd ¶

func (o *SnssaiExtension) HasWildcardSd() bool

HasWildcardSd returns a boolean if a field has been set.

func (SnssaiExtension) MarshalJSON ¶

func (o SnssaiExtension) MarshalJSON() ([]byte, error)

func (*SnssaiExtension) SetSdRanges ¶

func (o *SnssaiExtension) SetSdRanges(v []SdRange)

SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.

func (*SnssaiExtension) SetWildcardSd ¶

func (o *SnssaiExtension) SetWildcardSd(v bool)

SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.

func (SnssaiExtension) ToMap ¶

func (o SnssaiExtension) ToMap() (map[string]interface{}, error)

type SnssaiInfo ¶

type SnssaiInfo struct {
	PlmnInfo            *PlmnInfo            `json:"plmnInfo,omitempty"`
	AdministrativeState *AdministrativeState `json:"administrativeState,omitempty"`
}

SnssaiInfo struct for SnssaiInfo

func NewSnssaiInfo ¶

func NewSnssaiInfo() *SnssaiInfo

NewSnssaiInfo instantiates a new SnssaiInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiInfoWithDefaults ¶

func NewSnssaiInfoWithDefaults() *SnssaiInfo

NewSnssaiInfoWithDefaults instantiates a new SnssaiInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnssaiInfo) GetAdministrativeState ¶

func (o *SnssaiInfo) GetAdministrativeState() AdministrativeState

GetAdministrativeState returns the AdministrativeState field value if set, zero value otherwise.

func (*SnssaiInfo) GetAdministrativeStateOk ¶

func (o *SnssaiInfo) GetAdministrativeStateOk() (*AdministrativeState, bool)

GetAdministrativeStateOk returns a tuple with the AdministrativeState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnssaiInfo) GetPlmnInfo ¶

func (o *SnssaiInfo) GetPlmnInfo() PlmnInfo

GetPlmnInfo returns the PlmnInfo field value if set, zero value otherwise.

func (*SnssaiInfo) GetPlmnInfoOk ¶

func (o *SnssaiInfo) GetPlmnInfoOk() (*PlmnInfo, bool)

GetPlmnInfoOk returns a tuple with the PlmnInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnssaiInfo) HasAdministrativeState ¶

func (o *SnssaiInfo) HasAdministrativeState() bool

HasAdministrativeState returns a boolean if a field has been set.

func (*SnssaiInfo) HasPlmnInfo ¶

func (o *SnssaiInfo) HasPlmnInfo() bool

HasPlmnInfo returns a boolean if a field has been set.

func (SnssaiInfo) MarshalJSON ¶

func (o SnssaiInfo) MarshalJSON() ([]byte, error)

func (*SnssaiInfo) SetAdministrativeState ¶

func (o *SnssaiInfo) SetAdministrativeState(v AdministrativeState)

SetAdministrativeState gets a reference to the given AdministrativeState and assigns it to the AdministrativeState field.

func (*SnssaiInfo) SetPlmnInfo ¶

func (o *SnssaiInfo) SetPlmnInfo(v PlmnInfo)

SetPlmnInfo gets a reference to the given PlmnInfo and assigns it to the PlmnInfo field.

func (SnssaiInfo) ToMap ¶

func (o SnssaiInfo) ToMap() (map[string]interface{}, error)

type SnssaiInfoItem ¶

type SnssaiInfoItem struct {
	SNssai      ExtSnssai     `json:"sNssai"`
	DnnInfoList []DnnInfoItem `json:"dnnInfoList"`
}

SnssaiInfoItem Parameters supported by an NF for a given S-NSSAI Set of parameters supported by NF for a given S-NSSAI

func NewSnssaiInfoItem ¶

func NewSnssaiInfoItem(sNssai ExtSnssai, dnnInfoList []DnnInfoItem) *SnssaiInfoItem

NewSnssaiInfoItem instantiates a new SnssaiInfoItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnssaiInfoItemWithDefaults ¶

func NewSnssaiInfoItemWithDefaults() *SnssaiInfoItem

NewSnssaiInfoItemWithDefaults instantiates a new SnssaiInfoItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnssaiInfoItem) GetDnnInfoList ¶

func (o *SnssaiInfoItem) GetDnnInfoList() []DnnInfoItem

GetDnnInfoList returns the DnnInfoList field value

func (*SnssaiInfoItem) GetDnnInfoListOk ¶

func (o *SnssaiInfoItem) GetDnnInfoListOk() ([]DnnInfoItem, bool)

GetDnnInfoListOk returns a tuple with the DnnInfoList field value and a boolean to check if the value has been set.

func (*SnssaiInfoItem) GetSNssai ¶

func (o *SnssaiInfoItem) GetSNssai() ExtSnssai

GetSNssai returns the SNssai field value

func (*SnssaiInfoItem) GetSNssaiOk ¶

func (o *SnssaiInfoItem) GetSNssaiOk() (*ExtSnssai, bool)

GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.

func (SnssaiInfoItem) MarshalJSON ¶

func (o SnssaiInfoItem) MarshalJSON() ([]byte, error)

func (*SnssaiInfoItem) SetDnnInfoList ¶

func (o *SnssaiInfoItem) SetDnnInfoList(v []DnnInfoItem)

SetDnnInfoList sets field value

func (*SnssaiInfoItem) SetSNssai ¶

func (o *SnssaiInfoItem) SetSNssai(v ExtSnssai)

SetSNssai sets field value

func (SnssaiInfoItem) ToMap ¶

func (o SnssaiInfoItem) ToMap() (map[string]interface{}, error)

type 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 SteerModeValue ¶

type SteerModeValue struct {
	String *string
}

SteerModeValue Indicates the steering mode value determined by the PCF.

func (*SteerModeValue) MarshalJSON ¶

func (src *SteerModeValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SteerModeValue) UnmarshalJSON ¶

func (dst *SteerModeValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SteeringFunctionality ¶

type SteeringFunctionality struct {
	String *string
}

SteeringFunctionality Possible values are - MPTCP: Indicates that PCF authorizes the MPTCP functionality to support traffic steering, switching and splitting. - ATSSS_LL: Indicates that PCF authorizes the ATSSS-LL functionality to support traffic steering, switching and splitting.

func (*SteeringFunctionality) MarshalJSON ¶

func (src *SteeringFunctionality) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SteeringFunctionality) UnmarshalJSON ¶

func (dst *SteeringFunctionality) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type SteeringMode ¶

type SteeringMode struct {
	SteerModeValue *SteerModeValue `json:"steerModeValue,omitempty"`
	Active         *AccessType     `json:"active,omitempty"`
	Standby        *AccessTypeRm   `json:"standby,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	ThreeGLoad *int32      `json:"threeGLoad,omitempty"`
	PrioAcc    *AccessType `json:"prioAcc,omitempty"`
}

SteeringMode struct for SteeringMode

func NewSteeringMode ¶

func NewSteeringMode() *SteeringMode

NewSteeringMode instantiates a new SteeringMode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSteeringModeWithDefaults ¶

func NewSteeringModeWithDefaults() *SteeringMode

NewSteeringModeWithDefaults instantiates a new SteeringMode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SteeringMode) GetActive ¶

func (o *SteeringMode) GetActive() AccessType

GetActive returns the Active field value if set, zero value otherwise.

func (*SteeringMode) GetActiveOk ¶

func (o *SteeringMode) GetActiveOk() (*AccessType, bool)

GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetPrioAcc ¶

func (o *SteeringMode) GetPrioAcc() AccessType

GetPrioAcc returns the PrioAcc field value if set, zero value otherwise.

func (*SteeringMode) GetPrioAccOk ¶

func (o *SteeringMode) GetPrioAccOk() (*AccessType, bool)

GetPrioAccOk returns a tuple with the PrioAcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetStandby ¶

func (o *SteeringMode) GetStandby() AccessTypeRm

GetStandby returns the Standby field value if set, zero value otherwise.

func (*SteeringMode) GetStandbyOk ¶

func (o *SteeringMode) GetStandbyOk() (*AccessTypeRm, bool)

GetStandbyOk returns a tuple with the Standby field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetSteerModeValue ¶

func (o *SteeringMode) GetSteerModeValue() SteerModeValue

GetSteerModeValue returns the SteerModeValue field value if set, zero value otherwise.

func (*SteeringMode) GetSteerModeValueOk ¶

func (o *SteeringMode) GetSteerModeValueOk() (*SteerModeValue, bool)

GetSteerModeValueOk returns a tuple with the SteerModeValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) GetThreeGLoad ¶

func (o *SteeringMode) GetThreeGLoad() int32

GetThreeGLoad returns the ThreeGLoad field value if set, zero value otherwise.

func (*SteeringMode) GetThreeGLoadOk ¶

func (o *SteeringMode) GetThreeGLoadOk() (*int32, bool)

GetThreeGLoadOk returns a tuple with the ThreeGLoad field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SteeringMode) HasActive ¶

func (o *SteeringMode) HasActive() bool

HasActive returns a boolean if a field has been set.

func (*SteeringMode) HasPrioAcc ¶

func (o *SteeringMode) HasPrioAcc() bool

HasPrioAcc returns a boolean if a field has been set.

func (*SteeringMode) HasStandby ¶

func (o *SteeringMode) HasStandby() bool

HasStandby returns a boolean if a field has been set.

func (*SteeringMode) HasSteerModeValue ¶

func (o *SteeringMode) HasSteerModeValue() bool

HasSteerModeValue returns a boolean if a field has been set.

func (*SteeringMode) HasThreeGLoad ¶

func (o *SteeringMode) HasThreeGLoad() bool

HasThreeGLoad returns a boolean if a field has been set.

func (SteeringMode) MarshalJSON ¶

func (o SteeringMode) MarshalJSON() ([]byte, error)

func (*SteeringMode) SetActive ¶

func (o *SteeringMode) SetActive(v AccessType)

SetActive gets a reference to the given AccessType and assigns it to the Active field.

func (*SteeringMode) SetPrioAcc ¶

func (o *SteeringMode) SetPrioAcc(v AccessType)

SetPrioAcc gets a reference to the given AccessType and assigns it to the PrioAcc field.

func (*SteeringMode) SetStandby ¶

func (o *SteeringMode) SetStandby(v AccessTypeRm)

SetStandby gets a reference to the given AccessTypeRm and assigns it to the Standby field.

func (*SteeringMode) SetSteerModeValue ¶

func (o *SteeringMode) SetSteerModeValue(v SteerModeValue)

SetSteerModeValue gets a reference to the given SteerModeValue and assigns it to the SteerModeValue field.

func (*SteeringMode) SetThreeGLoad ¶

func (o *SteeringMode) SetThreeGLoad(v int32)

SetThreeGLoad gets a reference to the given int32 and assigns it to the ThreeGLoad field.

func (SteeringMode) ToMap ¶

func (o SteeringMode) ToMap() (map[string]interface{}, error)

type SubNetworkAttr ¶

type SubNetworkAttr struct {
	DnPrefix                  *string                    `json:"dnPrefix,omitempty"`
	UserLabel                 *string                    `json:"userLabel,omitempty"`
	UserDefinedNetworkType    *string                    `json:"userDefinedNetworkType,omitempty"`
	SetOfMcc                  []string                   `json:"setOfMcc,omitempty"`
	PriorityLabel             *int32                     `json:"priorityLabel,omitempty"`
	SupportedPerfMetricGroups []SupportedPerfMetricGroup `json:"supportedPerfMetricGroups,omitempty"`
	SupportedTraceMetrics     []string                   `json:"supportedTraceMetrics,omitempty"`
}

SubNetworkAttr struct for SubNetworkAttr

func NewSubNetworkAttr ¶

func NewSubNetworkAttr() *SubNetworkAttr

NewSubNetworkAttr instantiates a new SubNetworkAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkAttrWithDefaults ¶

func NewSubNetworkAttrWithDefaults() *SubNetworkAttr

NewSubNetworkAttrWithDefaults instantiates a new SubNetworkAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkAttr) GetDnPrefix ¶

func (o *SubNetworkAttr) GetDnPrefix() string

GetDnPrefix returns the DnPrefix field value if set, zero value otherwise.

func (*SubNetworkAttr) GetDnPrefixOk ¶

func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool)

GetDnPrefixOk returns a tuple with the DnPrefix field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetPriorityLabel ¶

func (o *SubNetworkAttr) GetPriorityLabel() int32

GetPriorityLabel returns the PriorityLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetPriorityLabelOk ¶

func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool)

GetPriorityLabelOk returns a tuple with the PriorityLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSetOfMcc ¶

func (o *SubNetworkAttr) GetSetOfMcc() []string

GetSetOfMcc returns the SetOfMcc field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSetOfMccOk ¶

func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool)

GetSetOfMccOk returns a tuple with the SetOfMcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup

GetSupportedPerfMetricGroups returns the SupportedPerfMetricGroups field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedPerfMetricGroupsOk ¶

func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool)

GetSupportedPerfMetricGroupsOk returns a tuple with the SupportedPerfMetricGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetSupportedTraceMetrics ¶

func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string

GetSupportedTraceMetrics returns the SupportedTraceMetrics field value if set, zero value otherwise.

func (*SubNetworkAttr) GetSupportedTraceMetricsOk ¶

func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool)

GetSupportedTraceMetricsOk returns a tuple with the SupportedTraceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserDefinedNetworkType ¶

func (o *SubNetworkAttr) GetUserDefinedNetworkType() string

GetUserDefinedNetworkType returns the UserDefinedNetworkType field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserDefinedNetworkTypeOk ¶

func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool)

GetUserDefinedNetworkTypeOk returns a tuple with the UserDefinedNetworkType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) GetUserLabel ¶

func (o *SubNetworkAttr) GetUserLabel() string

GetUserLabel returns the UserLabel field value if set, zero value otherwise.

func (*SubNetworkAttr) GetUserLabelOk ¶

func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool)

GetUserLabelOk returns a tuple with the UserLabel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkAttr) HasDnPrefix ¶

func (o *SubNetworkAttr) HasDnPrefix() bool

HasDnPrefix returns a boolean if a field has been set.

func (*SubNetworkAttr) HasPriorityLabel ¶

func (o *SubNetworkAttr) HasPriorityLabel() bool

HasPriorityLabel returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSetOfMcc ¶

func (o *SubNetworkAttr) HasSetOfMcc() bool

HasSetOfMcc returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool

HasSupportedPerfMetricGroups returns a boolean if a field has been set.

func (*SubNetworkAttr) HasSupportedTraceMetrics ¶

func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool

HasSupportedTraceMetrics returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserDefinedNetworkType ¶

func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool

HasUserDefinedNetworkType returns a boolean if a field has been set.

func (*SubNetworkAttr) HasUserLabel ¶

func (o *SubNetworkAttr) HasUserLabel() bool

HasUserLabel returns a boolean if a field has been set.

func (SubNetworkAttr) MarshalJSON ¶

func (o SubNetworkAttr) MarshalJSON() ([]byte, error)

func (*SubNetworkAttr) SetDnPrefix ¶

func (o *SubNetworkAttr) SetDnPrefix(v string)

SetDnPrefix gets a reference to the given string and assigns it to the DnPrefix field.

func (*SubNetworkAttr) SetPriorityLabel ¶

func (o *SubNetworkAttr) SetPriorityLabel(v int32)

SetPriorityLabel gets a reference to the given int32 and assigns it to the PriorityLabel field.

func (*SubNetworkAttr) SetSetOfMcc ¶

func (o *SubNetworkAttr) SetSetOfMcc(v []string)

SetSetOfMcc gets a reference to the given []string and assigns it to the SetOfMcc field.

func (*SubNetworkAttr) SetSupportedPerfMetricGroups ¶

func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup)

SetSupportedPerfMetricGroups gets a reference to the given []SupportedPerfMetricGroup and assigns it to the SupportedPerfMetricGroups field.

func (*SubNetworkAttr) SetSupportedTraceMetrics ¶

func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string)

SetSupportedTraceMetrics gets a reference to the given []string and assigns it to the SupportedTraceMetrics field.

func (*SubNetworkAttr) SetUserDefinedNetworkType ¶

func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string)

SetUserDefinedNetworkType gets a reference to the given string and assigns it to the UserDefinedNetworkType field.

func (*SubNetworkAttr) SetUserLabel ¶

func (o *SubNetworkAttr) SetUserLabel(v string)

SetUserLabel gets a reference to the given string and assigns it to the UserLabel field.

func (SubNetworkAttr) ToMap ¶

func (o SubNetworkAttr) ToMap() (map[string]interface{}, error)

type SubNetworkNcO ¶

type SubNetworkNcO struct {
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
}

SubNetworkNcO struct for SubNetworkNcO

func NewSubNetworkNcO ¶

func NewSubNetworkNcO() *SubNetworkNcO

NewSubNetworkNcO instantiates a new SubNetworkNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkNcOWithDefaults ¶

func NewSubNetworkNcOWithDefaults() *SubNetworkNcO

NewSubNetworkNcOWithDefaults instantiates a new SubNetworkNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubNetworkNcO) GetAlarmList ¶

func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle

GetAlarmList returns the AlarmList field value if set, zero value otherwise.

func (*SubNetworkNcO) GetAlarmListOk ¶

func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool)

GetAlarmListOk returns a tuple with the AlarmList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFileDownloadJob ¶

func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFileDownloadJobOk ¶

func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetFiles ¶

func (o *SubNetworkNcO) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkNcO) GetFilesOk ¶

func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementDataCollection ¶

func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementDataCollectionOk ¶

func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetManagementNode ¶

func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkNcO) GetManagementNodeOk ¶

func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMeContext ¶

func (o *SubNetworkNcO) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMeContextOk ¶

func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsAgent ¶

func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsAgentOk ¶

func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetMnsRegistry ¶

func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkNcO) GetMnsRegistryOk ¶

func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetNtfSubscriptionControl ¶

func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle

GetNtfSubscriptionControl returns the NtfSubscriptionControl field value if set, zero value otherwise.

func (*SubNetworkNcO) GetNtfSubscriptionControlOk ¶

func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool)

GetNtfSubscriptionControlOk returns a tuple with the NtfSubscriptionControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetPerfMetricJob ¶

func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetPerfMetricJobOk ¶

func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetThresholdMonitor ¶

func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*SubNetworkNcO) GetThresholdMonitorOk ¶

func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) GetTraceJob ¶

func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*SubNetworkNcO) GetTraceJobOk ¶

func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkNcO) HasAlarmList ¶

func (o *SubNetworkNcO) HasAlarmList() bool

HasAlarmList returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFileDownloadJob ¶

func (o *SubNetworkNcO) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasFiles ¶

func (o *SubNetworkNcO) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementDataCollection ¶

func (o *SubNetworkNcO) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkNcO) HasManagementNode ¶

func (o *SubNetworkNcO) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMeContext ¶

func (o *SubNetworkNcO) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsAgent ¶

func (o *SubNetworkNcO) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkNcO) HasMnsRegistry ¶

func (o *SubNetworkNcO) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkNcO) HasNtfSubscriptionControl ¶

func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool

HasNtfSubscriptionControl returns a boolean if a field has been set.

func (*SubNetworkNcO) HasPerfMetricJob ¶

func (o *SubNetworkNcO) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*SubNetworkNcO) HasThresholdMonitor ¶

func (o *SubNetworkNcO) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*SubNetworkNcO) HasTraceJob ¶

func (o *SubNetworkNcO) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (SubNetworkNcO) MarshalJSON ¶

func (o SubNetworkNcO) MarshalJSON() ([]byte, error)

func (*SubNetworkNcO) SetAlarmList ¶

func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle)

SetAlarmList gets a reference to the given AlarmListSingle and assigns it to the AlarmList field.

func (*SubNetworkNcO) SetFileDownloadJob ¶

func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkNcO) SetFiles ¶

func (o *SubNetworkNcO) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkNcO) SetManagementDataCollection ¶

func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkNcO) SetManagementNode ¶

func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkNcO) SetMeContext ¶

func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkNcO) SetMnsAgent ¶

func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkNcO) SetMnsRegistry ¶

func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkNcO) SetNtfSubscriptionControl ¶

func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle)

SetNtfSubscriptionControl gets a reference to the given []NtfSubscriptionControlSingle and assigns it to the NtfSubscriptionControl field.

func (*SubNetworkNcO) SetPerfMetricJob ¶

func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*SubNetworkNcO) SetThresholdMonitor ¶

func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*SubNetworkNcO) SetTraceJob ¶

func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (SubNetworkNcO) ToMap ¶

func (o SubNetworkNcO) ToMap() (map[string]interface{}, error)

type SubNetworkSingle ¶

type SubNetworkSingle struct {
	Top
	Attributes               *SubNetworkSingleAllOfAttributes `json:"attributes,omitempty"`
	ManagementNode           []ManagementNodeSingle           `json:"ManagementNode,omitempty"`
	MnsAgent                 []MnsAgentSingle                 `json:"MnsAgent,omitempty"`
	MeContext                []MeContextSingle                `json:"MeContext,omitempty"`
	PerfMetricJob            []PerfMetricJobSingle            `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor         []ThresholdMonitorSingle         `json:"ThresholdMonitor,omitempty"`
	TraceJob                 []TraceJobSingle                 `json:"TraceJob,omitempty"`
	ManagementDataCollection []ManagementDataCollectionSingle `json:"ManagementDataCollection,omitempty"`
	NtfSubscriptionControl   []NtfSubscriptionControlSingle   `json:"NtfSubscriptionControl,omitempty"`
	AlarmList                *AlarmListSingle                 `json:"AlarmList,omitempty"`
	FileDownloadJob          []FileDownloadJobSingle          `json:"FileDownloadJob,omitempty"`
	Files                    []FilesSingle                    `json:"Files,omitempty"`
	MnsRegistry              *MnsRegistrySingle               `json:"MnsRegistry,omitempty"`
	SubNetwork               []SubNetworkSingle               `json:"SubNetwork,omitempty"`
	ManagedElement           []ManagedElementSingle           `json:"ManagedElement,omitempty"`
	ExternalAmfFunction      []ExternalAmfFunctionSingle      `json:"ExternalAmfFunction,omitempty"`
	ExternalNrfFunction      []ExternalNrfFunctionSingle      `json:"ExternalNrfFunction,omitempty"`
	ExternalNssfFunction     []ExternalNssfFunctionSingle     `json:"ExternalNssfFunction,omitempty"`
	AmfSet                   []AmfSetSingle                   `json:"AmfSet,omitempty"`
	AmfRegion                []AmfRegionSingle                `json:"AmfRegion,omitempty"`
	Configurable5QISet       []Configurable5QISetSingle       `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet            []Dynamic5QISetSingle            `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo        []EcmConnectionInfoSingle        `json:"EcmConnectionInfo,omitempty"`
}

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) GetAmfRegion ¶

func (o *SubNetworkSingle) GetAmfRegion() []AmfRegionSingle

GetAmfRegion returns the AmfRegion field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAmfRegionOk ¶

func (o *SubNetworkSingle) GetAmfRegionOk() ([]AmfRegionSingle, bool)

GetAmfRegionOk returns a tuple with the AmfRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetAmfSet ¶

func (o *SubNetworkSingle) GetAmfSet() []AmfSetSingle

GetAmfSet returns the AmfSet field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAmfSetOk ¶

func (o *SubNetworkSingle) GetAmfSetOk() ([]AmfSetSingle, bool)

GetAmfSetOk returns a tuple with the AmfSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingle) GetAttributesOk ¶

func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkSingleAllOfAttributes, 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) GetConfigurable5QISet ¶

func (o *SubNetworkSingle) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetDynamic5QISet ¶

func (o *SubNetworkSingle) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingle) GetDynamic5QISetOk ¶

func (o *SubNetworkSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetEcmConnectionInfo ¶

func (o *SubNetworkSingle) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*SubNetworkSingle) GetEcmConnectionInfoOk ¶

func (o *SubNetworkSingle) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetExternalAmfFunction ¶

func (o *SubNetworkSingle) GetExternalAmfFunction() []ExternalAmfFunctionSingle

GetExternalAmfFunction returns the ExternalAmfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetExternalAmfFunctionOk ¶

func (o *SubNetworkSingle) GetExternalAmfFunctionOk() ([]ExternalAmfFunctionSingle, bool)

GetExternalAmfFunctionOk returns a tuple with the ExternalAmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetExternalNrfFunction ¶

func (o *SubNetworkSingle) GetExternalNrfFunction() []ExternalNrfFunctionSingle

GetExternalNrfFunction returns the ExternalNrfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetExternalNrfFunctionOk ¶

func (o *SubNetworkSingle) GetExternalNrfFunctionOk() ([]ExternalNrfFunctionSingle, bool)

GetExternalNrfFunctionOk returns a tuple with the ExternalNrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetExternalNssfFunction ¶

func (o *SubNetworkSingle) GetExternalNssfFunction() []ExternalNssfFunctionSingle

GetExternalNssfFunction returns the ExternalNssfFunction field value if set, zero value otherwise.

func (*SubNetworkSingle) GetExternalNssfFunctionOk ¶

func (o *SubNetworkSingle) GetExternalNssfFunctionOk() ([]ExternalNssfFunctionSingle, bool)

GetExternalNssfFunctionOk returns a tuple with the ExternalNssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFileDownloadJob ¶

func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle

GetFileDownloadJob returns the FileDownloadJob field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFileDownloadJobOk ¶

func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool)

GetFileDownloadJobOk returns a tuple with the FileDownloadJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetFiles ¶

func (o *SubNetworkSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*SubNetworkSingle) GetFilesOk ¶

func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagedElement ¶

func (o *SubNetworkSingle) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagedElementOk ¶

func (o *SubNetworkSingle) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementDataCollection ¶

func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle

GetManagementDataCollection returns the ManagementDataCollection field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementDataCollectionOk ¶

func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool)

GetManagementDataCollectionOk returns a tuple with the ManagementDataCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetManagementNode ¶

func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle

GetManagementNode returns the ManagementNode field value if set, zero value otherwise.

func (*SubNetworkSingle) GetManagementNodeOk ¶

func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool)

GetManagementNodeOk returns a tuple with the ManagementNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMeContext ¶

func (o *SubNetworkSingle) GetMeContext() []MeContextSingle

GetMeContext returns the MeContext field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMeContextOk ¶

func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool)

GetMeContextOk returns a tuple with the MeContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsAgent ¶

func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle

GetMnsAgent returns the MnsAgent field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsAgentOk ¶

func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool)

GetMnsAgentOk returns a tuple with the MnsAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) GetMnsRegistry ¶

func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle

GetMnsRegistry returns the MnsRegistry field value if set, zero value otherwise.

func (*SubNetworkSingle) GetMnsRegistryOk ¶

func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool)

GetMnsRegistryOk returns a tuple with the MnsRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingle) 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) HasAmfRegion ¶

func (o *SubNetworkSingle) HasAmfRegion() bool

HasAmfRegion returns a boolean if a field has been set.

func (*SubNetworkSingle) HasAmfSet ¶

func (o *SubNetworkSingle) HasAmfSet() bool

HasAmfSet 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) HasConfigurable5QISet ¶

func (o *SubNetworkSingle) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle) HasDynamic5QISet ¶

func (o *SubNetworkSingle) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingle) HasEcmConnectionInfo ¶

func (o *SubNetworkSingle) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*SubNetworkSingle) HasExternalAmfFunction ¶

func (o *SubNetworkSingle) HasExternalAmfFunction() bool

HasExternalAmfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasExternalNrfFunction ¶

func (o *SubNetworkSingle) HasExternalNrfFunction() bool

HasExternalNrfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasExternalNssfFunction ¶

func (o *SubNetworkSingle) HasExternalNssfFunction() bool

HasExternalNssfFunction returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFileDownloadJob ¶

func (o *SubNetworkSingle) HasFileDownloadJob() bool

HasFileDownloadJob returns a boolean if a field has been set.

func (*SubNetworkSingle) HasFiles ¶

func (o *SubNetworkSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagedElement ¶

func (o *SubNetworkSingle) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementDataCollection ¶

func (o *SubNetworkSingle) HasManagementDataCollection() bool

HasManagementDataCollection returns a boolean if a field has been set.

func (*SubNetworkSingle) HasManagementNode ¶

func (o *SubNetworkSingle) HasManagementNode() bool

HasManagementNode returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMeContext ¶

func (o *SubNetworkSingle) HasMeContext() bool

HasMeContext returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsAgent ¶

func (o *SubNetworkSingle) HasMnsAgent() bool

HasMnsAgent returns a boolean if a field has been set.

func (*SubNetworkSingle) HasMnsRegistry ¶

func (o *SubNetworkSingle) HasMnsRegistry() bool

HasMnsRegistry returns a boolean if a field has been set.

func (*SubNetworkSingle) 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) SetAmfRegion ¶

func (o *SubNetworkSingle) SetAmfRegion(v []AmfRegionSingle)

SetAmfRegion gets a reference to the given []AmfRegionSingle and assigns it to the AmfRegion field.

func (*SubNetworkSingle) SetAmfSet ¶

func (o *SubNetworkSingle) SetAmfSet(v []AmfSetSingle)

SetAmfSet gets a reference to the given []AmfSetSingle and assigns it to the AmfSet field.

func (*SubNetworkSingle) SetAttributes ¶

SetAttributes gets a reference to the given SubNetworkSingleAllOfAttributes and assigns it to the Attributes field.

func (*SubNetworkSingle) SetConfigurable5QISet ¶

func (o *SubNetworkSingle) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingle) SetDynamic5QISet ¶

func (o *SubNetworkSingle) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingle) SetEcmConnectionInfo ¶

func (o *SubNetworkSingle) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*SubNetworkSingle) SetExternalAmfFunction ¶

func (o *SubNetworkSingle) SetExternalAmfFunction(v []ExternalAmfFunctionSingle)

SetExternalAmfFunction gets a reference to the given []ExternalAmfFunctionSingle and assigns it to the ExternalAmfFunction field.

func (*SubNetworkSingle) SetExternalNrfFunction ¶

func (o *SubNetworkSingle) SetExternalNrfFunction(v []ExternalNrfFunctionSingle)

SetExternalNrfFunction gets a reference to the given []ExternalNrfFunctionSingle and assigns it to the ExternalNrfFunction field.

func (*SubNetworkSingle) SetExternalNssfFunction ¶

func (o *SubNetworkSingle) SetExternalNssfFunction(v []ExternalNssfFunctionSingle)

SetExternalNssfFunction gets a reference to the given []ExternalNssfFunctionSingle and assigns it to the ExternalNssfFunction field.

func (*SubNetworkSingle) SetFileDownloadJob ¶

func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle)

SetFileDownloadJob gets a reference to the given []FileDownloadJobSingle and assigns it to the FileDownloadJob field.

func (*SubNetworkSingle) SetFiles ¶

func (o *SubNetworkSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (*SubNetworkSingle) SetManagedElement ¶

func (o *SubNetworkSingle) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingle) SetManagementDataCollection ¶

func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle)

SetManagementDataCollection gets a reference to the given []ManagementDataCollectionSingle and assigns it to the ManagementDataCollection field.

func (*SubNetworkSingle) SetManagementNode ¶

func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle)

SetManagementNode gets a reference to the given []ManagementNodeSingle and assigns it to the ManagementNode field.

func (*SubNetworkSingle) SetMeContext ¶

func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle)

SetMeContext gets a reference to the given []MeContextSingle and assigns it to the MeContext field.

func (*SubNetworkSingle) SetMnsAgent ¶

func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle)

SetMnsAgent gets a reference to the given []MnsAgentSingle and assigns it to the MnsAgent field.

func (*SubNetworkSingle) SetMnsRegistry ¶

func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle)

SetMnsRegistry gets a reference to the given MnsRegistrySingle and assigns it to the MnsRegistry field.

func (*SubNetworkSingle) 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 *SubNetworkSingleAllOfAttributes `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 ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf) GetAttributesOk ¶

GetAttributesOk 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 ¶

SetAttributes gets a reference to the given SubNetworkSingleAllOfAttributes and assigns it to the Attributes field.

func (SubNetworkSingleAllOf) ToMap ¶

func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error)

type SubNetworkSingleAllOf1 ¶

type SubNetworkSingleAllOf1 struct {
	SubNetwork           []SubNetworkSingle           `json:"SubNetwork,omitempty"`
	ManagedElement       []ManagedElementSingle       `json:"ManagedElement,omitempty"`
	ExternalAmfFunction  []ExternalAmfFunctionSingle  `json:"ExternalAmfFunction,omitempty"`
	ExternalNrfFunction  []ExternalNrfFunctionSingle  `json:"ExternalNrfFunction,omitempty"`
	ExternalNssfFunction []ExternalNssfFunctionSingle `json:"ExternalNssfFunction,omitempty"`
	AmfSet               []AmfSetSingle               `json:"AmfSet,omitempty"`
	AmfRegion            []AmfRegionSingle            `json:"AmfRegion,omitempty"`
	Configurable5QISet   []Configurable5QISetSingle   `json:"Configurable5QISet,omitempty"`
	Dynamic5QISet        []Dynamic5QISetSingle        `json:"Dynamic5QISet,omitempty"`
	EcmConnectionInfo    []EcmConnectionInfoSingle    `json:"EcmConnectionInfo,omitempty"`
}

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) GetAmfRegion ¶

func (o *SubNetworkSingleAllOf1) GetAmfRegion() []AmfRegionSingle

GetAmfRegion returns the AmfRegion field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetAmfRegionOk ¶

func (o *SubNetworkSingleAllOf1) GetAmfRegionOk() ([]AmfRegionSingle, bool)

GetAmfRegionOk returns a tuple with the AmfRegion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetAmfSet ¶

func (o *SubNetworkSingleAllOf1) GetAmfSet() []AmfSetSingle

GetAmfSet returns the AmfSet field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetAmfSetOk ¶

func (o *SubNetworkSingleAllOf1) GetAmfSetOk() ([]AmfSetSingle, bool)

GetAmfSetOk returns a tuple with the AmfSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle

GetConfigurable5QISet returns the Configurable5QISet field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetConfigurable5QISetOk ¶

func (o *SubNetworkSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool)

GetConfigurable5QISetOk returns a tuple with the Configurable5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle

GetDynamic5QISet returns the Dynamic5QISet field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetDynamic5QISetOk ¶

func (o *SubNetworkSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool)

GetDynamic5QISetOk returns a tuple with the Dynamic5QISet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetEcmConnectionInfo ¶

func (o *SubNetworkSingleAllOf1) GetEcmConnectionInfo() []EcmConnectionInfoSingle

GetEcmConnectionInfo returns the EcmConnectionInfo field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetEcmConnectionInfoOk ¶

func (o *SubNetworkSingleAllOf1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool)

GetEcmConnectionInfoOk returns a tuple with the EcmConnectionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetExternalAmfFunction ¶

func (o *SubNetworkSingleAllOf1) GetExternalAmfFunction() []ExternalAmfFunctionSingle

GetExternalAmfFunction returns the ExternalAmfFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetExternalAmfFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetExternalAmfFunctionOk() ([]ExternalAmfFunctionSingle, bool)

GetExternalAmfFunctionOk returns a tuple with the ExternalAmfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetExternalNrfFunction ¶

func (o *SubNetworkSingleAllOf1) GetExternalNrfFunction() []ExternalNrfFunctionSingle

GetExternalNrfFunction returns the ExternalNrfFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetExternalNrfFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetExternalNrfFunctionOk() ([]ExternalNrfFunctionSingle, bool)

GetExternalNrfFunctionOk returns a tuple with the ExternalNrfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetExternalNssfFunction ¶

func (o *SubNetworkSingleAllOf1) GetExternalNssfFunction() []ExternalNssfFunctionSingle

GetExternalNssfFunction returns the ExternalNssfFunction field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetExternalNssfFunctionOk ¶

func (o *SubNetworkSingleAllOf1) GetExternalNssfFunctionOk() ([]ExternalNssfFunctionSingle, bool)

GetExternalNssfFunctionOk returns a tuple with the ExternalNssfFunction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) GetManagedElement ¶

func (o *SubNetworkSingleAllOf1) GetManagedElement() []ManagedElementSingle

GetManagedElement returns the ManagedElement field value if set, zero value otherwise.

func (*SubNetworkSingleAllOf1) GetManagedElementOk ¶

func (o *SubNetworkSingleAllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool)

GetManagedElementOk returns a tuple with the ManagedElement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubNetworkSingleAllOf1) 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) HasAmfRegion ¶

func (o *SubNetworkSingleAllOf1) HasAmfRegion() bool

HasAmfRegion returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasAmfSet ¶

func (o *SubNetworkSingleAllOf1) HasAmfSet() bool

HasAmfSet returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) HasConfigurable5QISet() bool

HasConfigurable5QISet returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) HasDynamic5QISet() bool

HasDynamic5QISet returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasEcmConnectionInfo ¶

func (o *SubNetworkSingleAllOf1) HasEcmConnectionInfo() bool

HasEcmConnectionInfo returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasExternalAmfFunction ¶

func (o *SubNetworkSingleAllOf1) HasExternalAmfFunction() bool

HasExternalAmfFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasExternalNrfFunction ¶

func (o *SubNetworkSingleAllOf1) HasExternalNrfFunction() bool

HasExternalNrfFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasExternalNssfFunction ¶

func (o *SubNetworkSingleAllOf1) HasExternalNssfFunction() bool

HasExternalNssfFunction returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) HasManagedElement ¶

func (o *SubNetworkSingleAllOf1) HasManagedElement() bool

HasManagedElement returns a boolean if a field has been set.

func (*SubNetworkSingleAllOf1) 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) SetAmfRegion ¶

func (o *SubNetworkSingleAllOf1) SetAmfRegion(v []AmfRegionSingle)

SetAmfRegion gets a reference to the given []AmfRegionSingle and assigns it to the AmfRegion field.

func (*SubNetworkSingleAllOf1) SetAmfSet ¶

func (o *SubNetworkSingleAllOf1) SetAmfSet(v []AmfSetSingle)

SetAmfSet gets a reference to the given []AmfSetSingle and assigns it to the AmfSet field.

func (*SubNetworkSingleAllOf1) SetConfigurable5QISet ¶

func (o *SubNetworkSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle)

SetConfigurable5QISet gets a reference to the given []Configurable5QISetSingle and assigns it to the Configurable5QISet field.

func (*SubNetworkSingleAllOf1) SetDynamic5QISet ¶

func (o *SubNetworkSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle)

SetDynamic5QISet gets a reference to the given []Dynamic5QISetSingle and assigns it to the Dynamic5QISet field.

func (*SubNetworkSingleAllOf1) SetEcmConnectionInfo ¶

func (o *SubNetworkSingleAllOf1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle)

SetEcmConnectionInfo gets a reference to the given []EcmConnectionInfoSingle and assigns it to the EcmConnectionInfo field.

func (*SubNetworkSingleAllOf1) SetExternalAmfFunction ¶

func (o *SubNetworkSingleAllOf1) SetExternalAmfFunction(v []ExternalAmfFunctionSingle)

SetExternalAmfFunction gets a reference to the given []ExternalAmfFunctionSingle and assigns it to the ExternalAmfFunction field.

func (*SubNetworkSingleAllOf1) SetExternalNrfFunction ¶

func (o *SubNetworkSingleAllOf1) SetExternalNrfFunction(v []ExternalNrfFunctionSingle)

SetExternalNrfFunction gets a reference to the given []ExternalNrfFunctionSingle and assigns it to the ExternalNrfFunction field.

func (*SubNetworkSingleAllOf1) SetExternalNssfFunction ¶

func (o *SubNetworkSingleAllOf1) SetExternalNssfFunction(v []ExternalNssfFunctionSingle)

SetExternalNssfFunction gets a reference to the given []ExternalNssfFunctionSingle and assigns it to the ExternalNssfFunction field.

func (*SubNetworkSingleAllOf1) SetManagedElement ¶

func (o *SubNetworkSingleAllOf1) SetManagedElement(v []ManagedElementSingle)

SetManagedElement gets a reference to the given []ManagedElementSingle and assigns it to the ManagedElement field.

func (*SubNetworkSingleAllOf1) 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 SubNetworkSingleAllOfAttributes ¶

type SubNetworkSingleAllOfAttributes struct {
	SubNetworkAttr
}

SubNetworkSingleAllOfAttributes struct for SubNetworkSingleAllOfAttributes

func NewSubNetworkSingleAllOfAttributes ¶

func NewSubNetworkSingleAllOfAttributes() *SubNetworkSingleAllOfAttributes

NewSubNetworkSingleAllOfAttributes instantiates a new SubNetworkSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubNetworkSingleAllOfAttributesWithDefaults ¶

func NewSubNetworkSingleAllOfAttributesWithDefaults() *SubNetworkSingleAllOfAttributes

NewSubNetworkSingleAllOfAttributesWithDefaults instantiates a new SubNetworkSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (SubNetworkSingleAllOfAttributes) MarshalJSON ¶

func (o SubNetworkSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (SubNetworkSingleAllOfAttributes) ToMap ¶

func (o SubNetworkSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type SuciInfo ¶

type SuciInfo struct {
	RoutingInds  []string `json:"routingInds,omitempty"`
	HNwPubKeyIds []int32  `json:"hNwPubKeyIds,omitempty"`
}

SuciInfo struct for SuciInfo

func NewSuciInfo ¶

func NewSuciInfo() *SuciInfo

NewSuciInfo instantiates a new SuciInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSuciInfoWithDefaults ¶

func NewSuciInfoWithDefaults() *SuciInfo

NewSuciInfoWithDefaults instantiates a new SuciInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SuciInfo) GetHNwPubKeyIds ¶

func (o *SuciInfo) GetHNwPubKeyIds() []int32

GetHNwPubKeyIds returns the HNwPubKeyIds field value if set, zero value otherwise.

func (*SuciInfo) GetHNwPubKeyIdsOk ¶

func (o *SuciInfo) GetHNwPubKeyIdsOk() ([]int32, bool)

GetHNwPubKeyIdsOk returns a tuple with the HNwPubKeyIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SuciInfo) GetRoutingInds ¶

func (o *SuciInfo) GetRoutingInds() []string

GetRoutingInds returns the RoutingInds field value if set, zero value otherwise.

func (*SuciInfo) GetRoutingIndsOk ¶

func (o *SuciInfo) GetRoutingIndsOk() ([]string, bool)

GetRoutingIndsOk returns a tuple with the RoutingInds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SuciInfo) HasHNwPubKeyIds ¶

func (o *SuciInfo) HasHNwPubKeyIds() bool

HasHNwPubKeyIds returns a boolean if a field has been set.

func (*SuciInfo) HasRoutingInds ¶

func (o *SuciInfo) HasRoutingInds() bool

HasRoutingInds returns a boolean if a field has been set.

func (SuciInfo) MarshalJSON ¶

func (o SuciInfo) MarshalJSON() ([]byte, error)

func (*SuciInfo) SetHNwPubKeyIds ¶

func (o *SuciInfo) SetHNwPubKeyIds(v []int32)

SetHNwPubKeyIds gets a reference to the given []int32 and assigns it to the HNwPubKeyIds field.

func (*SuciInfo) SetRoutingInds ¶

func (o *SuciInfo) SetRoutingInds(v []string)

SetRoutingInds gets a reference to the given []string and assigns it to the RoutingInds field.

func (SuciInfo) ToMap ¶

func (o SuciInfo) ToMap() (map[string]interface{}, error)

type SupiRange ¶

type SupiRange struct {
	Start   *string `json:"start,omitempty"`
	End     *string `json:"end,omitempty"`
	Pattern *string `json:"pattern,omitempty"`
}

SupiRange struct for SupiRange

func NewSupiRange ¶

func NewSupiRange() *SupiRange

NewSupiRange instantiates a new SupiRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupiRangeWithDefaults ¶

func NewSupiRangeWithDefaults() *SupiRange

NewSupiRangeWithDefaults instantiates a new SupiRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupiRange) GetEnd ¶

func (o *SupiRange) GetEnd() string

GetEnd returns the End field value if set, zero value otherwise.

func (*SupiRange) GetEndOk ¶

func (o *SupiRange) GetEndOk() (*string, bool)

GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) GetPattern ¶

func (o *SupiRange) GetPattern() string

GetPattern returns the Pattern field value if set, zero value otherwise.

func (*SupiRange) GetPatternOk ¶

func (o *SupiRange) GetPatternOk() (*string, bool)

GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) GetStart ¶

func (o *SupiRange) GetStart() string

GetStart returns the Start field value if set, zero value otherwise.

func (*SupiRange) GetStartOk ¶

func (o *SupiRange) GetStartOk() (*string, bool)

GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupiRange) HasEnd ¶

func (o *SupiRange) HasEnd() bool

HasEnd returns a boolean if a field has been set.

func (*SupiRange) HasPattern ¶

func (o *SupiRange) HasPattern() bool

HasPattern returns a boolean if a field has been set.

func (*SupiRange) HasStart ¶

func (o *SupiRange) HasStart() bool

HasStart returns a boolean if a field has been set.

func (SupiRange) MarshalJSON ¶

func (o SupiRange) MarshalJSON() ([]byte, error)

func (*SupiRange) SetEnd ¶

func (o *SupiRange) SetEnd(v string)

SetEnd gets a reference to the given string and assigns it to the End field.

func (*SupiRange) SetPattern ¶

func (o *SupiRange) SetPattern(v string)

SetPattern gets a reference to the given string and assigns it to the Pattern field.

func (*SupiRange) SetStart ¶

func (o *SupiRange) SetStart(v string)

SetStart gets a reference to the given string and assigns it to the Start field.

func (SupiRange) ToMap ¶

func (o SupiRange) ToMap() (map[string]interface{}, error)

type SupportedDataSet ¶

type SupportedDataSet string

SupportedDataSet any of enumrated value

const (
	SUBSCRIPTION SupportedDataSet = "SUBSCRIPTION"
	POLICY       SupportedDataSet = "POLICY"
	EXPOSURE     SupportedDataSet = "EXPOSURE"
	APPLICATION  SupportedDataSet = "APPLICATION"
	A_PFD        SupportedDataSet = "A_PFD"
	A_AFTI       SupportedDataSet = "A_AFTI"
	A_IPTV       SupportedDataSet = "A_IPTV"
	A_BDT        SupportedDataSet = "A_BDT"
	A_SPD        SupportedDataSet = "A_SPD"
	A_EASD       SupportedDataSet = "A_EASD"
	A_AMI        SupportedDataSet = "A_AMI"
	P_UE         SupportedDataSet = "P_UE"
	P_SCD        SupportedDataSet = "P_SCD"
	P_BDT        SupportedDataSet = "P_BDT"
	P_PLMNUE     SupportedDataSet = "P_PLMNUE"
	P_NSSCD      SupportedDataSet = "P_NSSCD"
)

List of SupportedDataSet

func NewSupportedDataSetFromValue ¶

func NewSupportedDataSetFromValue(v string) (*SupportedDataSet, error)

NewSupportedDataSetFromValue returns a pointer to a valid SupportedDataSet for the value passed as argument, or an error if the value passed is not allowed by the enum

func (SupportedDataSet) IsValid ¶

func (v SupportedDataSet) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (SupportedDataSet) Ptr ¶

Ptr returns reference to SupportedDataSet value

func (*SupportedDataSet) UnmarshalJSON ¶

func (v *SupportedDataSet) UnmarshalJSON(src []byte) error

type SupportedFunc ¶

type SupportedFunc struct {
	Function *string `json:"function,omitempty"`
	Policy   *string `json:"policy,omitempty"`
}

SupportedFunc struct for SupportedFunc

func NewSupportedFunc ¶

func NewSupportedFunc() *SupportedFunc

NewSupportedFunc instantiates a new SupportedFunc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupportedFuncWithDefaults ¶

func NewSupportedFuncWithDefaults() *SupportedFunc

NewSupportedFuncWithDefaults instantiates a new SupportedFunc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupportedFunc) GetFunction ¶

func (o *SupportedFunc) GetFunction() string

GetFunction returns the Function field value if set, zero value otherwise.

func (*SupportedFunc) GetFunctionOk ¶

func (o *SupportedFunc) GetFunctionOk() (*string, bool)

GetFunctionOk returns a tuple with the Function field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedFunc) GetPolicy ¶

func (o *SupportedFunc) GetPolicy() string

GetPolicy returns the Policy field value if set, zero value otherwise.

func (*SupportedFunc) GetPolicyOk ¶

func (o *SupportedFunc) GetPolicyOk() (*string, bool)

GetPolicyOk returns a tuple with the Policy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedFunc) HasFunction ¶

func (o *SupportedFunc) HasFunction() bool

HasFunction returns a boolean if a field has been set.

func (*SupportedFunc) HasPolicy ¶

func (o *SupportedFunc) HasPolicy() bool

HasPolicy returns a boolean if a field has been set.

func (SupportedFunc) MarshalJSON ¶

func (o SupportedFunc) MarshalJSON() ([]byte, error)

func (*SupportedFunc) SetFunction ¶

func (o *SupportedFunc) SetFunction(v string)

SetFunction gets a reference to the given string and assigns it to the Function field.

func (*SupportedFunc) SetPolicy ¶

func (o *SupportedFunc) SetPolicy(v string)

SetPolicy gets a reference to the given string and assigns it to the Policy field.

func (SupportedFunc) ToMap ¶

func (o SupportedFunc) ToMap() (map[string]interface{}, error)

type SupportedPerfMetricGroup ¶

type SupportedPerfMetricGroup struct {
	PerformanceMetrics        []string `json:"performanceMetrics,omitempty"`
	GranularityPeriods        []int32  `json:"granularityPeriods,omitempty"`
	ReportingMethods          []string `json:"reportingMethods,omitempty"`
	MonitorGranularityPeriods []int32  `json:"monitorGranularityPeriods,omitempty"`
}

SupportedPerfMetricGroup struct for SupportedPerfMetricGroup

func NewSupportedPerfMetricGroup ¶

func NewSupportedPerfMetricGroup() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroup instantiates a new SupportedPerfMetricGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSupportedPerfMetricGroupWithDefaults ¶

func NewSupportedPerfMetricGroupWithDefaults() *SupportedPerfMetricGroup

NewSupportedPerfMetricGroupWithDefaults instantiates a new SupportedPerfMetricGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SupportedPerfMetricGroup) GetGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32

GetGranularityPeriods returns the GranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetGranularityPeriodsOk ¶

func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool)

GetGranularityPeriodsOk returns a tuple with the GranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32

GetMonitorGranularityPeriods returns the MonitorGranularityPeriods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk ¶

func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool)

GetMonitorGranularityPeriodsOk returns a tuple with the MonitorGranularityPeriods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string

GetPerformanceMetrics returns the PerformanceMetrics field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetPerformanceMetricsOk ¶

func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool)

GetPerformanceMetricsOk returns a tuple with the PerformanceMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) GetReportingMethods ¶

func (o *SupportedPerfMetricGroup) GetReportingMethods() []string

GetReportingMethods returns the ReportingMethods field value if set, zero value otherwise.

func (*SupportedPerfMetricGroup) GetReportingMethodsOk ¶

func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool)

GetReportingMethodsOk returns a tuple with the ReportingMethods field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SupportedPerfMetricGroup) HasGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool

HasGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool

HasMonitorGranularityPeriods returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool

HasPerformanceMetrics returns a boolean if a field has been set.

func (*SupportedPerfMetricGroup) HasReportingMethods ¶

func (o *SupportedPerfMetricGroup) HasReportingMethods() bool

HasReportingMethods returns a boolean if a field has been set.

func (SupportedPerfMetricGroup) MarshalJSON ¶

func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error)

func (*SupportedPerfMetricGroup) SetGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32)

SetGranularityPeriods gets a reference to the given []int32 and assigns it to the GranularityPeriods field.

func (*SupportedPerfMetricGroup) SetMonitorGranularityPeriods ¶

func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32)

SetMonitorGranularityPeriods gets a reference to the given []int32 and assigns it to the MonitorGranularityPeriods field.

func (*SupportedPerfMetricGroup) SetPerformanceMetrics ¶

func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string)

SetPerformanceMetrics gets a reference to the given []string and assigns it to the PerformanceMetrics field.

func (*SupportedPerfMetricGroup) SetReportingMethods ¶

func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string)

SetReportingMethods gets a reference to the given []string and assigns it to the ReportingMethods field.

func (SupportedPerfMetricGroup) ToMap ¶

func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error)

type Tai ¶

type Tai struct {
	PlmnId *PlmnId `json:"plmnId,omitempty"`
	NrTac  *int32  `json:"nrTac,omitempty"`
}

Tai struct for Tai

func NewTai ¶

func NewTai() *Tai

NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaiWithDefaults ¶

func NewTaiWithDefaults() *Tai

NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tai) GetNrTac ¶

func (o *Tai) GetNrTac() int32

GetNrTac returns the NrTac field value if set, zero value otherwise.

func (*Tai) GetNrTacOk ¶

func (o *Tai) GetNrTacOk() (*int32, bool)

GetNrTacOk returns a tuple with the NrTac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai) GetPlmnId ¶

func (o *Tai) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*Tai) GetPlmnIdOk ¶

func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai) HasNrTac ¶

func (o *Tai) HasNrTac() bool

HasNrTac returns a boolean if a field has been set.

func (*Tai) HasPlmnId ¶

func (o *Tai) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (Tai) MarshalJSON ¶

func (o Tai) MarshalJSON() ([]byte, error)

func (*Tai) SetNrTac ¶

func (o *Tai) SetNrTac(v int32)

SetNrTac gets a reference to the given int32 and assigns it to the NrTac field.

func (*Tai) SetPlmnId ¶

func (o *Tai) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (Tai) ToMap ¶

func (o Tai) ToMap() (map[string]interface{}, error)

type Tai1 ¶

type Tai1 struct {
	Mcc *string `json:"mcc,omitempty"`
	Mnc *string `json:"mnc,omitempty"`
	Tac *string `json:"tac,omitempty"`
}

Tai1 struct for Tai1

func NewTai1 ¶

func NewTai1() *Tai1

NewTai1 instantiates a new Tai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTai1WithDefaults ¶

func NewTai1WithDefaults() *Tai1

NewTai1WithDefaults instantiates a new Tai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tai1) GetMcc ¶

func (o *Tai1) GetMcc() string

GetMcc returns the Mcc field value if set, zero value otherwise.

func (*Tai1) GetMccOk ¶

func (o *Tai1) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai1) GetMnc ¶

func (o *Tai1) GetMnc() string

GetMnc returns the Mnc field value if set, zero value otherwise.

func (*Tai1) GetMncOk ¶

func (o *Tai1) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai1) GetTac ¶

func (o *Tai1) GetTac() string

GetTac returns the Tac field value if set, zero value otherwise.

func (*Tai1) GetTacOk ¶

func (o *Tai1) GetTacOk() (*string, bool)

GetTacOk returns a tuple with the Tac field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Tai1) HasMcc ¶

func (o *Tai1) HasMcc() bool

HasMcc returns a boolean if a field has been set.

func (*Tai1) HasMnc ¶

func (o *Tai1) HasMnc() bool

HasMnc returns a boolean if a field has been set.

func (*Tai1) HasTac ¶

func (o *Tai1) HasTac() bool

HasTac returns a boolean if a field has been set.

func (Tai1) MarshalJSON ¶

func (o Tai1) MarshalJSON() ([]byte, error)

func (*Tai1) SetMcc ¶

func (o *Tai1) SetMcc(v string)

SetMcc gets a reference to the given string and assigns it to the Mcc field.

func (*Tai1) SetMnc ¶

func (o *Tai1) SetMnc(v string)

SetMnc gets a reference to the given string and assigns it to the Mnc field.

func (*Tai1) SetTac ¶

func (o *Tai1) SetTac(v string)

SetTac gets a reference to the given string and assigns it to the Tac field.

func (Tai1) ToMap ¶

func (o Tai1) ToMap() (map[string]interface{}, error)

type TaiRange ¶

type TaiRange struct {
	PlmnId         *PlmnId      `json:"plmnId,omitempty"`
	NRTACRangelist []NRTACRange `json:"nRTACRangelist,omitempty"`
}

TaiRange struct for TaiRange

func NewTaiRange ¶

func NewTaiRange() *TaiRange

NewTaiRange instantiates a new TaiRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTaiRangeWithDefaults ¶

func NewTaiRangeWithDefaults() *TaiRange

NewTaiRangeWithDefaults instantiates a new TaiRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TaiRange) GetNRTACRangelist ¶

func (o *TaiRange) GetNRTACRangelist() []NRTACRange

GetNRTACRangelist returns the NRTACRangelist field value if set, zero value otherwise.

func (*TaiRange) GetNRTACRangelistOk ¶

func (o *TaiRange) GetNRTACRangelistOk() ([]NRTACRange, bool)

GetNRTACRangelistOk returns a tuple with the NRTACRangelist field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaiRange) GetPlmnId ¶

func (o *TaiRange) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value if set, zero value otherwise.

func (*TaiRange) GetPlmnIdOk ¶

func (o *TaiRange) GetPlmnIdOk() (*PlmnId, bool)

GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TaiRange) HasNRTACRangelist ¶

func (o *TaiRange) HasNRTACRangelist() bool

HasNRTACRangelist returns a boolean if a field has been set.

func (*TaiRange) HasPlmnId ¶

func (o *TaiRange) HasPlmnId() bool

HasPlmnId returns a boolean if a field has been set.

func (TaiRange) MarshalJSON ¶

func (o TaiRange) MarshalJSON() ([]byte, error)

func (*TaiRange) SetNRTACRangelist ¶

func (o *TaiRange) SetNRTACRangelist(v []NRTACRange)

SetNRTACRangelist gets a reference to the given []NRTACRange and assigns it to the NRTACRangelist field.

func (*TaiRange) SetPlmnId ¶

func (o *TaiRange) SetPlmnId(v PlmnId)

SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.

func (TaiRange) ToMap ¶

func (o TaiRange) ToMap() (map[string]interface{}, error)

type 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 TopologicalServiceArea ¶

type TopologicalServiceArea struct {
	CellIdList         []int32 `json:"cellIdList,omitempty"`
	TrackingAreaIdList []Tai   `json:"trackingAreaIdList,omitempty"`
	ServingPLMN        *PlmnId `json:"servingPLMN,omitempty"`
}

TopologicalServiceArea struct for TopologicalServiceArea

func NewTopologicalServiceArea ¶

func NewTopologicalServiceArea() *TopologicalServiceArea

NewTopologicalServiceArea instantiates a new TopologicalServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTopologicalServiceAreaWithDefaults ¶

func NewTopologicalServiceAreaWithDefaults() *TopologicalServiceArea

NewTopologicalServiceAreaWithDefaults instantiates a new TopologicalServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TopologicalServiceArea) GetCellIdList ¶

func (o *TopologicalServiceArea) GetCellIdList() []int32

GetCellIdList returns the CellIdList field value if set, zero value otherwise.

func (*TopologicalServiceArea) GetCellIdListOk ¶

func (o *TopologicalServiceArea) GetCellIdListOk() ([]int32, bool)

GetCellIdListOk returns a tuple with the CellIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopologicalServiceArea) GetServingPLMN ¶

func (o *TopologicalServiceArea) GetServingPLMN() PlmnId

GetServingPLMN returns the ServingPLMN field value if set, zero value otherwise.

func (*TopologicalServiceArea) GetServingPLMNOk ¶

func (o *TopologicalServiceArea) GetServingPLMNOk() (*PlmnId, bool)

GetServingPLMNOk returns a tuple with the ServingPLMN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopologicalServiceArea) GetTrackingAreaIdList ¶

func (o *TopologicalServiceArea) GetTrackingAreaIdList() []Tai

GetTrackingAreaIdList returns the TrackingAreaIdList field value if set, zero value otherwise.

func (*TopologicalServiceArea) GetTrackingAreaIdListOk ¶

func (o *TopologicalServiceArea) GetTrackingAreaIdListOk() ([]Tai, bool)

GetTrackingAreaIdListOk returns a tuple with the TrackingAreaIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TopologicalServiceArea) HasCellIdList ¶

func (o *TopologicalServiceArea) HasCellIdList() bool

HasCellIdList returns a boolean if a field has been set.

func (*TopologicalServiceArea) HasServingPLMN ¶

func (o *TopologicalServiceArea) HasServingPLMN() bool

HasServingPLMN returns a boolean if a field has been set.

func (*TopologicalServiceArea) HasTrackingAreaIdList ¶

func (o *TopologicalServiceArea) HasTrackingAreaIdList() bool

HasTrackingAreaIdList returns a boolean if a field has been set.

func (TopologicalServiceArea) MarshalJSON ¶

func (o TopologicalServiceArea) MarshalJSON() ([]byte, error)

func (*TopologicalServiceArea) SetCellIdList ¶

func (o *TopologicalServiceArea) SetCellIdList(v []int32)

SetCellIdList gets a reference to the given []int32 and assigns it to the CellIdList field.

func (*TopologicalServiceArea) SetServingPLMN ¶

func (o *TopologicalServiceArea) SetServingPLMN(v PlmnId)

SetServingPLMN gets a reference to the given PlmnId and assigns it to the ServingPLMN field.

func (*TopologicalServiceArea) SetTrackingAreaIdList ¶

func (o *TopologicalServiceArea) SetTrackingAreaIdList(v []Tai)

SetTrackingAreaIdList gets a reference to the given []Tai and assigns it to the TrackingAreaIdList field.

func (TopologicalServiceArea) ToMap ¶

func (o TopologicalServiceArea) ToMap() (map[string]interface{}, error)

type TraceDepthType ¶

type TraceDepthType string

TraceDepthType Specifies how detailed information should be recorded in the Network Element. The Trace Depth is a paremeter for Trace Session level, i.e., the Trace Depth is the same for all of the NEs to be traced in the same Trace Session. See 3GPP TS 32.422 clause 5.3 for additional details.

const (
	MINIMUM       TraceDepthType = "MINIMUM"
	MEDIUM        TraceDepthType = "MEDIUM"
	MAXIMUM       TraceDepthType = "MAXIMUM"
	VENDORMINIMUM TraceDepthType = "VENDORMINIMUM"
	VENDORMEDIUM  TraceDepthType = "VENDORMEDIUM"
	VENDORMAXIMUM TraceDepthType = "VENDORMAXIMUM"
)

List of traceDepth-Type

func NewTraceDepthTypeFromValue ¶

func NewTraceDepthTypeFromValue(v string) (*TraceDepthType, error)

NewTraceDepthTypeFromValue returns a pointer to a valid TraceDepthType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TraceDepthType) IsValid ¶

func (v TraceDepthType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TraceDepthType) Ptr ¶

func (v TraceDepthType) Ptr() *TraceDepthType

Ptr returns reference to traceDepth-Type value

func (*TraceDepthType) UnmarshalJSON ¶

func (v *TraceDepthType) UnmarshalJSON(src []byte) error

type TraceJobAttr ¶

type TraceJobAttr struct {
	JobType          *JobTypeType          `json:"jobType,omitempty"`
	ListOfInterfaces *ListOfInterfacesType `json:"listOfInterfaces,omitempty"`
	// The Network Element types where Trace Session activation is needed. See 3GPP TS 32.422 clause 5.4 for additional details.
	ListOfNeTypes                  []string                    `json:"listOfNeTypes,omitempty"`
	PlmnTarget                     *PlmnTargetType             `json:"plmnTarget,omitempty"`
	TraceReportingConsumerUri      *string                     `json:"traceReportingConsumerUri,omitempty"`
	TraceCollectionEntityIpAddress *IpAddr1                    `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() IpAddr1

GetTraceCollectionEntityIpAddress returns the TraceCollectionEntityIpAddress field value if set, zero value otherwise.

func (*TraceJobAttr) GetTraceCollectionEntityIpAddressOk ¶

func (o *TraceJobAttr) GetTraceCollectionEntityIpAddressOk() (*IpAddr1, 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 IpAddr1)

SetTraceCollectionEntityIpAddress gets a reference to the given IpAddr1 and assigns it to the TraceCollectionEntityIpAddress field.

func (*TraceJobAttr) SetTraceDepth ¶

func (o *TraceJobAttr) SetTraceDepth(v TraceDepthType)

SetTraceDepth gets a reference to the given TraceDepthType and assigns it to the TraceDepth field.

func (*TraceJobAttr) SetTraceRecordingSessionReference ¶

func (o *TraceJobAttr) SetTraceRecordingSessionReference(v string)

SetTraceRecordingSessionReference gets a reference to the given string and assigns it to the TraceRecordingSessionReference field.

func (*TraceJobAttr) SetTraceReference ¶

func (o *TraceJobAttr) SetTraceReference(v TraceReferenceType)

SetTraceReference gets a reference to the given TraceReferenceType and assigns it to the TraceReference field.

func (*TraceJobAttr) SetTraceReportingConsumerUri ¶

func (o *TraceJobAttr) SetTraceReportingConsumerUri(v string)

SetTraceReportingConsumerUri gets a reference to the given string and assigns it to the TraceReportingConsumerUri field.

func (*TraceJobAttr) SetTraceReportingFormat ¶

func (o *TraceJobAttr) SetTraceReportingFormat(v TraceReportingFormatType)

SetTraceReportingFormat gets a reference to the given TraceReportingFormatType and assigns it to the TraceReportingFormat field.

func (*TraceJobAttr) SetTraceTarget ¶

func (o *TraceJobAttr) SetTraceTarget(v TraceTargetType)

SetTraceTarget gets a reference to the given TraceTargetType and assigns it to the TraceTarget field.

func (*TraceJobAttr) SetTriggeringEvents ¶

func (o *TraceJobAttr) SetTriggeringEvents(v TriggeringEventsType)

SetTriggeringEvents gets a reference to the given TriggeringEventsType and assigns it to the TriggeringEvents field.

func (TraceJobAttr) ToMap ¶

func (o TraceJobAttr) ToMap() (map[string]interface{}, error)

type TraceJobSingle ¶

type TraceJobSingle struct {
	Top
	Attributes *TraceJobAttr `json:"attributes,omitempty"`
	Files      []FilesSingle `json:"Files,omitempty"`
}

TraceJobSingle struct for TraceJobSingle

func NewTraceJobSingle ¶

func NewTraceJobSingle(id NullableString) *TraceJobSingle

NewTraceJobSingle instantiates a new TraceJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobSingleWithDefaults ¶

func NewTraceJobSingleWithDefaults() *TraceJobSingle

NewTraceJobSingleWithDefaults instantiates a new TraceJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobSingle) GetAttributes ¶

func (o *TraceJobSingle) GetAttributes() TraceJobAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*TraceJobSingle) GetAttributesOk ¶

func (o *TraceJobSingle) GetAttributesOk() (*TraceJobAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingle) GetFiles ¶

func (o *TraceJobSingle) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*TraceJobSingle) GetFilesOk ¶

func (o *TraceJobSingle) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingle) HasAttributes ¶

func (o *TraceJobSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*TraceJobSingle) HasFiles ¶

func (o *TraceJobSingle) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (TraceJobSingle) MarshalJSON ¶

func (o TraceJobSingle) MarshalJSON() ([]byte, error)

func (*TraceJobSingle) SetAttributes ¶

func (o *TraceJobSingle) SetAttributes(v TraceJobAttr)

SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.

func (*TraceJobSingle) SetFiles ¶

func (o *TraceJobSingle) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (TraceJobSingle) ToMap ¶

func (o TraceJobSingle) ToMap() (map[string]interface{}, error)

type TraceJobSingleAllOf ¶

type TraceJobSingleAllOf struct {
	Attributes *TraceJobAttr `json:"attributes,omitempty"`
	Files      []FilesSingle `json:"Files,omitempty"`
}

TraceJobSingleAllOf struct for TraceJobSingleAllOf

func NewTraceJobSingleAllOf ¶

func NewTraceJobSingleAllOf() *TraceJobSingleAllOf

NewTraceJobSingleAllOf instantiates a new TraceJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceJobSingleAllOfWithDefaults ¶

func NewTraceJobSingleAllOfWithDefaults() *TraceJobSingleAllOf

NewTraceJobSingleAllOfWithDefaults instantiates a new TraceJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceJobSingleAllOf) GetAttributes ¶

func (o *TraceJobSingleAllOf) GetAttributes() TraceJobAttr

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*TraceJobSingleAllOf) GetAttributesOk ¶

func (o *TraceJobSingleAllOf) GetAttributesOk() (*TraceJobAttr, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingleAllOf) GetFiles ¶

func (o *TraceJobSingleAllOf) GetFiles() []FilesSingle

GetFiles returns the Files field value if set, zero value otherwise.

func (*TraceJobSingleAllOf) GetFilesOk ¶

func (o *TraceJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool)

GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TraceJobSingleAllOf) HasAttributes ¶

func (o *TraceJobSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*TraceJobSingleAllOf) HasFiles ¶

func (o *TraceJobSingleAllOf) HasFiles() bool

HasFiles returns a boolean if a field has been set.

func (TraceJobSingleAllOf) MarshalJSON ¶

func (o TraceJobSingleAllOf) MarshalJSON() ([]byte, error)

func (*TraceJobSingleAllOf) SetAttributes ¶

func (o *TraceJobSingleAllOf) SetAttributes(v TraceJobAttr)

SetAttributes gets a reference to the given TraceJobAttr and assigns it to the Attributes field.

func (*TraceJobSingleAllOf) SetFiles ¶

func (o *TraceJobSingleAllOf) SetFiles(v []FilesSingle)

SetFiles gets a reference to the given []FilesSingle and assigns it to the Files field.

func (TraceJobSingleAllOf) ToMap ¶

func (o TraceJobSingleAllOf) ToMap() (map[string]interface{}, error)

type TraceReferenceType ¶

type TraceReferenceType struct {
	Mcc     string `json:"mcc"`
	Mnc     string `json:"mnc"`
	TraceId string `json:"traceId"`
}

TraceReferenceType The Trace Reference parameter shall be globally unique, therefore the Trace Reference shall compose as follows - MCC+MNC+Trace ID, where the MCC and MNC are coming with the Trace activation request from the management system to identify one PLMN containing the management system, and Trace ID is a 3 byte Octet String. See 3GPP TS 32.422 clause 5.6 for additional details.

func NewTraceReferenceType ¶

func NewTraceReferenceType(mcc string, mnc string, traceId string) *TraceReferenceType

NewTraceReferenceType instantiates a new TraceReferenceType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceReferenceTypeWithDefaults ¶

func NewTraceReferenceTypeWithDefaults() *TraceReferenceType

NewTraceReferenceTypeWithDefaults instantiates a new TraceReferenceType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceReferenceType) GetMcc ¶

func (o *TraceReferenceType) GetMcc() string

GetMcc returns the Mcc field value

func (*TraceReferenceType) GetMccOk ¶

func (o *TraceReferenceType) GetMccOk() (*string, bool)

GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.

func (*TraceReferenceType) GetMnc ¶

func (o *TraceReferenceType) GetMnc() string

GetMnc returns the Mnc field value

func (*TraceReferenceType) GetMncOk ¶

func (o *TraceReferenceType) GetMncOk() (*string, bool)

GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.

func (*TraceReferenceType) GetTraceId ¶

func (o *TraceReferenceType) GetTraceId() string

GetTraceId returns the TraceId field value

func (*TraceReferenceType) GetTraceIdOk ¶

func (o *TraceReferenceType) GetTraceIdOk() (*string, bool)

GetTraceIdOk returns a tuple with the TraceId field value and a boolean to check if the value has been set.

func (TraceReferenceType) MarshalJSON ¶

func (o TraceReferenceType) MarshalJSON() ([]byte, error)

func (*TraceReferenceType) SetMcc ¶

func (o *TraceReferenceType) SetMcc(v string)

SetMcc sets field value

func (*TraceReferenceType) SetMnc ¶

func (o *TraceReferenceType) SetMnc(v string)

SetMnc sets field value

func (*TraceReferenceType) SetTraceId ¶

func (o *TraceReferenceType) SetTraceId(v string)

SetTraceId sets field value

func (TraceReferenceType) ToMap ¶

func (o TraceReferenceType) ToMap() (map[string]interface{}, error)

type TraceReportingFormatType ¶

type TraceReportingFormatType string

TraceReportingFormatType Specifies whether file-based or streaming reporting shall be used for this Trace Session. See 3GPP TS 32.422 clause 5.11 for additional details.

const (
	FILE_BASED TraceReportingFormatType = "FILE-BASED"
	STREAMING  TraceReportingFormatType = "STREAMING"
)

List of traceReportingFormat-Type

func NewTraceReportingFormatTypeFromValue ¶

func NewTraceReportingFormatTypeFromValue(v string) (*TraceReportingFormatType, error)

NewTraceReportingFormatTypeFromValue returns a pointer to a valid TraceReportingFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TraceReportingFormatType) IsValid ¶

func (v TraceReportingFormatType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TraceReportingFormatType) Ptr ¶

Ptr returns reference to traceReportingFormat-Type value

func (*TraceReportingFormatType) UnmarshalJSON ¶

func (v *TraceReportingFormatType) UnmarshalJSON(src []byte) error

type TraceTargetType ¶

type TraceTargetType struct {
	TargetIdType  string `json:"TargetIdType"`
	TargetIdValue string `json:"TargetIdValue"`
}

TraceTargetType Trace target conveying both the type and value of the target ID. For additional details see 3GPP TS 32.422

func NewTraceTargetType ¶

func NewTraceTargetType(targetIdType string, targetIdValue string) *TraceTargetType

NewTraceTargetType instantiates a new TraceTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTraceTargetTypeWithDefaults ¶

func NewTraceTargetTypeWithDefaults() *TraceTargetType

NewTraceTargetTypeWithDefaults instantiates a new TraceTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TraceTargetType) GetTargetIdType ¶

func (o *TraceTargetType) GetTargetIdType() string

GetTargetIdType returns the TargetIdType field value

func (*TraceTargetType) GetTargetIdTypeOk ¶

func (o *TraceTargetType) GetTargetIdTypeOk() (*string, bool)

GetTargetIdTypeOk returns a tuple with the TargetIdType field value and a boolean to check if the value has been set.

func (*TraceTargetType) GetTargetIdValue ¶

func (o *TraceTargetType) GetTargetIdValue() string

GetTargetIdValue returns the TargetIdValue field value

func (*TraceTargetType) GetTargetIdValueOk ¶

func (o *TraceTargetType) GetTargetIdValueOk() (*string, bool)

GetTargetIdValueOk returns a tuple with the TargetIdValue field value and a boolean to check if the value has been set.

func (TraceTargetType) MarshalJSON ¶

func (o TraceTargetType) MarshalJSON() ([]byte, error)

func (*TraceTargetType) SetTargetIdType ¶

func (o *TraceTargetType) SetTargetIdType(v string)

SetTargetIdType sets field value

func (*TraceTargetType) SetTargetIdValue ¶

func (o *TraceTargetType) SetTargetIdValue(v string)

SetTargetIdValue sets field value

func (TraceTargetType) ToMap ¶

func (o TraceTargetType) ToMap() (map[string]interface{}, error)

type TrafficControlData ¶

type TrafficControlData struct {
	TcId                   *string                 `json:"tcId,omitempty"`
	FlowStatus             *FlowStatus             `json:"flowStatus,omitempty"`
	RedirectInfo           *RedirectInformation    `json:"redirectInfo,omitempty"`
	AddRedirectInfo        []RedirectInformation   `json:"addRedirectInfo,omitempty"`
	MuteNotif              *bool                   `json:"muteNotif,omitempty"`
	TrafficSteeringPolIdDl NullableString          `json:"trafficSteeringPolIdDl,omitempty"`
	TrafficSteeringPolIdUl NullableString          `json:"trafficSteeringPolIdUl,omitempty"`
	RouteToLocs            []RouteToLocation       `json:"routeToLocs,omitempty"`
	TraffCorreInd          *bool                   `json:"traffCorreInd,omitempty"`
	UpPathChgEvent         NullableUpPathChgEvent  `json:"upPathChgEvent,omitempty"`
	SteerFun               *SteeringFunctionality  `json:"steerFun,omitempty"`
	SteerModeDl            *SteeringMode           `json:"steerModeDl,omitempty"`
	SteerModeUl            *SteeringMode           `json:"steerModeUl,omitempty"`
	MulAccCtrl             *MulticastAccessControl `json:"mulAccCtrl,omitempty"`
	SnssaiList             []Snssai                `json:"snssaiList,omitempty"`
}

TrafficControlData struct for TrafficControlData

func NewTrafficControlData ¶

func NewTrafficControlData() *TrafficControlData

NewTrafficControlData instantiates a new TrafficControlData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTrafficControlDataWithDefaults ¶

func NewTrafficControlDataWithDefaults() *TrafficControlData

NewTrafficControlDataWithDefaults instantiates a new TrafficControlData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TrafficControlData) GetAddRedirectInfo ¶

func (o *TrafficControlData) GetAddRedirectInfo() []RedirectInformation

GetAddRedirectInfo returns the AddRedirectInfo field value if set, zero value otherwise.

func (*TrafficControlData) GetAddRedirectInfoOk ¶

func (o *TrafficControlData) GetAddRedirectInfoOk() ([]RedirectInformation, bool)

GetAddRedirectInfoOk returns a tuple with the AddRedirectInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetFlowStatus ¶

func (o *TrafficControlData) GetFlowStatus() FlowStatus

GetFlowStatus returns the FlowStatus field value if set, zero value otherwise.

func (*TrafficControlData) GetFlowStatusOk ¶

func (o *TrafficControlData) GetFlowStatusOk() (*FlowStatus, bool)

GetFlowStatusOk returns a tuple with the FlowStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetMulAccCtrl ¶

func (o *TrafficControlData) GetMulAccCtrl() MulticastAccessControl

GetMulAccCtrl returns the MulAccCtrl field value if set, zero value otherwise.

func (*TrafficControlData) GetMulAccCtrlOk ¶

func (o *TrafficControlData) GetMulAccCtrlOk() (*MulticastAccessControl, bool)

GetMulAccCtrlOk returns a tuple with the MulAccCtrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetMuteNotif ¶

func (o *TrafficControlData) GetMuteNotif() bool

GetMuteNotif returns the MuteNotif field value if set, zero value otherwise.

func (*TrafficControlData) GetMuteNotifOk ¶

func (o *TrafficControlData) GetMuteNotifOk() (*bool, bool)

GetMuteNotifOk returns a tuple with the MuteNotif field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetRedirectInfo ¶

func (o *TrafficControlData) GetRedirectInfo() RedirectInformation

GetRedirectInfo returns the RedirectInfo field value if set, zero value otherwise.

func (*TrafficControlData) GetRedirectInfoOk ¶

func (o *TrafficControlData) GetRedirectInfoOk() (*RedirectInformation, bool)

GetRedirectInfoOk returns a tuple with the RedirectInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetRouteToLocs ¶

func (o *TrafficControlData) GetRouteToLocs() []RouteToLocation

GetRouteToLocs returns the RouteToLocs field value if set, zero value otherwise.

func (*TrafficControlData) GetRouteToLocsOk ¶

func (o *TrafficControlData) GetRouteToLocsOk() ([]RouteToLocation, bool)

GetRouteToLocsOk returns a tuple with the RouteToLocs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSnssaiList ¶

func (o *TrafficControlData) GetSnssaiList() []Snssai

GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.

func (*TrafficControlData) GetSnssaiListOk ¶

func (o *TrafficControlData) GetSnssaiListOk() ([]Snssai, bool)

GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSteerFun ¶

func (o *TrafficControlData) GetSteerFun() SteeringFunctionality

GetSteerFun returns the SteerFun field value if set, zero value otherwise.

func (*TrafficControlData) GetSteerFunOk ¶

func (o *TrafficControlData) GetSteerFunOk() (*SteeringFunctionality, bool)

GetSteerFunOk returns a tuple with the SteerFun field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSteerModeDl ¶

func (o *TrafficControlData) GetSteerModeDl() SteeringMode

GetSteerModeDl returns the SteerModeDl field value if set, zero value otherwise.

func (*TrafficControlData) GetSteerModeDlOk ¶

func (o *TrafficControlData) GetSteerModeDlOk() (*SteeringMode, bool)

GetSteerModeDlOk returns a tuple with the SteerModeDl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetSteerModeUl ¶

func (o *TrafficControlData) GetSteerModeUl() SteeringMode

GetSteerModeUl returns the SteerModeUl field value if set, zero value otherwise.

func (*TrafficControlData) GetSteerModeUlOk ¶

func (o *TrafficControlData) GetSteerModeUlOk() (*SteeringMode, bool)

GetSteerModeUlOk returns a tuple with the SteerModeUl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetTcId ¶

func (o *TrafficControlData) GetTcId() string

GetTcId returns the TcId field value if set, zero value otherwise.

func (*TrafficControlData) GetTcIdOk ¶

func (o *TrafficControlData) GetTcIdOk() (*string, bool)

GetTcIdOk returns a tuple with the TcId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetTraffCorreInd ¶

func (o *TrafficControlData) GetTraffCorreInd() bool

GetTraffCorreInd returns the TraffCorreInd field value if set, zero value otherwise.

func (*TrafficControlData) GetTraffCorreIndOk ¶

func (o *TrafficControlData) GetTraffCorreIndOk() (*bool, bool)

GetTraffCorreIndOk returns a tuple with the TraffCorreInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TrafficControlData) GetTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdDl() string

GetTrafficSteeringPolIdDl returns the TrafficSteeringPolIdDl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficControlData) GetTrafficSteeringPolIdDlOk ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdDlOk() (*string, bool)

GetTrafficSteeringPolIdDlOk returns a tuple with the TrafficSteeringPolIdDl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrafficControlData) GetTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdUl() string

GetTrafficSteeringPolIdUl returns the TrafficSteeringPolIdUl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficControlData) GetTrafficSteeringPolIdUlOk ¶

func (o *TrafficControlData) GetTrafficSteeringPolIdUlOk() (*string, bool)

GetTrafficSteeringPolIdUlOk returns a tuple with the TrafficSteeringPolIdUl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrafficControlData) GetUpPathChgEvent ¶

func (o *TrafficControlData) GetUpPathChgEvent() UpPathChgEvent

GetUpPathChgEvent returns the UpPathChgEvent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TrafficControlData) GetUpPathChgEventOk ¶

func (o *TrafficControlData) GetUpPathChgEventOk() (*UpPathChgEvent, bool)

GetUpPathChgEventOk returns a tuple with the UpPathChgEvent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TrafficControlData) HasAddRedirectInfo ¶

func (o *TrafficControlData) HasAddRedirectInfo() bool

HasAddRedirectInfo returns a boolean if a field has been set.

func (*TrafficControlData) HasFlowStatus ¶

func (o *TrafficControlData) HasFlowStatus() bool

HasFlowStatus returns a boolean if a field has been set.

func (*TrafficControlData) HasMulAccCtrl ¶

func (o *TrafficControlData) HasMulAccCtrl() bool

HasMulAccCtrl returns a boolean if a field has been set.

func (*TrafficControlData) HasMuteNotif ¶

func (o *TrafficControlData) HasMuteNotif() bool

HasMuteNotif returns a boolean if a field has been set.

func (*TrafficControlData) HasRedirectInfo ¶

func (o *TrafficControlData) HasRedirectInfo() bool

HasRedirectInfo returns a boolean if a field has been set.

func (*TrafficControlData) HasRouteToLocs ¶

func (o *TrafficControlData) HasRouteToLocs() bool

HasRouteToLocs returns a boolean if a field has been set.

func (*TrafficControlData) HasSnssaiList ¶

func (o *TrafficControlData) HasSnssaiList() bool

HasSnssaiList returns a boolean if a field has been set.

func (*TrafficControlData) HasSteerFun ¶

func (o *TrafficControlData) HasSteerFun() bool

HasSteerFun returns a boolean if a field has been set.

func (*TrafficControlData) HasSteerModeDl ¶

func (o *TrafficControlData) HasSteerModeDl() bool

HasSteerModeDl returns a boolean if a field has been set.

func (*TrafficControlData) HasSteerModeUl ¶

func (o *TrafficControlData) HasSteerModeUl() bool

HasSteerModeUl returns a boolean if a field has been set.

func (*TrafficControlData) HasTcId ¶

func (o *TrafficControlData) HasTcId() bool

HasTcId returns a boolean if a field has been set.

func (*TrafficControlData) HasTraffCorreInd ¶

func (o *TrafficControlData) HasTraffCorreInd() bool

HasTraffCorreInd returns a boolean if a field has been set.

func (*TrafficControlData) HasTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) HasTrafficSteeringPolIdDl() bool

HasTrafficSteeringPolIdDl returns a boolean if a field has been set.

func (*TrafficControlData) HasTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) HasTrafficSteeringPolIdUl() bool

HasTrafficSteeringPolIdUl returns a boolean if a field has been set.

func (*TrafficControlData) HasUpPathChgEvent ¶

func (o *TrafficControlData) HasUpPathChgEvent() bool

HasUpPathChgEvent returns a boolean if a field has been set.

func (TrafficControlData) MarshalJSON ¶

func (o TrafficControlData) MarshalJSON() ([]byte, error)

func (*TrafficControlData) SetAddRedirectInfo ¶

func (o *TrafficControlData) SetAddRedirectInfo(v []RedirectInformation)

SetAddRedirectInfo gets a reference to the given []RedirectInformation and assigns it to the AddRedirectInfo field.

func (*TrafficControlData) SetFlowStatus ¶

func (o *TrafficControlData) SetFlowStatus(v FlowStatus)

SetFlowStatus gets a reference to the given FlowStatus and assigns it to the FlowStatus field.

func (*TrafficControlData) SetMulAccCtrl ¶

func (o *TrafficControlData) SetMulAccCtrl(v MulticastAccessControl)

SetMulAccCtrl gets a reference to the given MulticastAccessControl and assigns it to the MulAccCtrl field.

func (*TrafficControlData) SetMuteNotif ¶

func (o *TrafficControlData) SetMuteNotif(v bool)

SetMuteNotif gets a reference to the given bool and assigns it to the MuteNotif field.

func (*TrafficControlData) SetRedirectInfo ¶

func (o *TrafficControlData) SetRedirectInfo(v RedirectInformation)

SetRedirectInfo gets a reference to the given RedirectInformation and assigns it to the RedirectInfo field.

func (*TrafficControlData) SetRouteToLocs ¶

func (o *TrafficControlData) SetRouteToLocs(v []RouteToLocation)

SetRouteToLocs gets a reference to the given []RouteToLocation and assigns it to the RouteToLocs field.

func (*TrafficControlData) SetSnssaiList ¶

func (o *TrafficControlData) SetSnssaiList(v []Snssai)

SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.

func (*TrafficControlData) SetSteerFun ¶

func (o *TrafficControlData) SetSteerFun(v SteeringFunctionality)

SetSteerFun gets a reference to the given SteeringFunctionality and assigns it to the SteerFun field.

func (*TrafficControlData) SetSteerModeDl ¶

func (o *TrafficControlData) SetSteerModeDl(v SteeringMode)

SetSteerModeDl gets a reference to the given SteeringMode and assigns it to the SteerModeDl field.

func (*TrafficControlData) SetSteerModeUl ¶

func (o *TrafficControlData) SetSteerModeUl(v SteeringMode)

SetSteerModeUl gets a reference to the given SteeringMode and assigns it to the SteerModeUl field.

func (*TrafficControlData) SetTcId ¶

func (o *TrafficControlData) SetTcId(v string)

SetTcId gets a reference to the given string and assigns it to the TcId field.

func (*TrafficControlData) SetTraffCorreInd ¶

func (o *TrafficControlData) SetTraffCorreInd(v bool)

SetTraffCorreInd gets a reference to the given bool and assigns it to the TraffCorreInd field.

func (*TrafficControlData) SetTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdDl(v string)

SetTrafficSteeringPolIdDl gets a reference to the given NullableString and assigns it to the TrafficSteeringPolIdDl field.

func (*TrafficControlData) SetTrafficSteeringPolIdDlNil ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdDlNil()

SetTrafficSteeringPolIdDlNil sets the value for TrafficSteeringPolIdDl to be an explicit nil

func (*TrafficControlData) SetTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdUl(v string)

SetTrafficSteeringPolIdUl gets a reference to the given NullableString and assigns it to the TrafficSteeringPolIdUl field.

func (*TrafficControlData) SetTrafficSteeringPolIdUlNil ¶

func (o *TrafficControlData) SetTrafficSteeringPolIdUlNil()

SetTrafficSteeringPolIdUlNil sets the value for TrafficSteeringPolIdUl to be an explicit nil

func (*TrafficControlData) SetUpPathChgEvent ¶

func (o *TrafficControlData) SetUpPathChgEvent(v UpPathChgEvent)

SetUpPathChgEvent gets a reference to the given NullableUpPathChgEvent and assigns it to the UpPathChgEvent field.

func (*TrafficControlData) SetUpPathChgEventNil ¶

func (o *TrafficControlData) SetUpPathChgEventNil()

SetUpPathChgEventNil sets the value for UpPathChgEvent to be an explicit nil

func (TrafficControlData) ToMap ¶

func (o TrafficControlData) ToMap() (map[string]interface{}, error)

func (*TrafficControlData) UnsetTrafficSteeringPolIdDl ¶

func (o *TrafficControlData) UnsetTrafficSteeringPolIdDl()

UnsetTrafficSteeringPolIdDl ensures that no value is present for TrafficSteeringPolIdDl, not even an explicit nil

func (*TrafficControlData) UnsetTrafficSteeringPolIdUl ¶

func (o *TrafficControlData) UnsetTrafficSteeringPolIdUl()

UnsetTrafficSteeringPolIdUl ensures that no value is present for TrafficSteeringPolIdUl, not even an explicit nil

func (*TrafficControlData) UnsetUpPathChgEvent ¶

func (o *TrafficControlData) UnsetUpPathChgEvent()

UnsetUpPathChgEvent ensures that no value is present for UpPathChgEvent, not even an explicit nil

type TransportProtocol ¶

type TransportProtocol struct {
	String *string
}

TransportProtocol struct for TransportProtocol

func (*TransportProtocol) MarshalJSON ¶

func (src *TransportProtocol) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TransportProtocol) UnmarshalJSON ¶

func (dst *TransportProtocol) UnmarshalJSON(data []byte) error

Unmarshal JSON data into any of the pointers in the struct

type TrendIndication ¶

type TrendIndication string

TrendIndication the model 'TrendIndication'

const (
	MORE_SEVERE TrendIndication = "MORE_SEVERE"
	NO_CHANGE   TrendIndication = "NO_CHANGE"
	LESS_SEVERE TrendIndication = "LESS_SEVERE"
)

List of TrendIndication

func NewTrendIndicationFromValue ¶

func NewTrendIndicationFromValue(v string) (*TrendIndication, error)

NewTrendIndicationFromValue returns a pointer to a valid TrendIndication for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrendIndication) IsValid ¶

func (v TrendIndication) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrendIndication) Ptr ¶

Ptr returns reference to TrendIndication value

func (*TrendIndication) UnmarshalJSON ¶

func (v *TrendIndication) UnmarshalJSON(src []byte) error

type TriggeringEventsType ¶

type TriggeringEventsType struct {
	MSC_SERVER []string `json:"MSC_SERVER,omitempty"`
	SGSN       []string `json:"SGSN,omitempty"`
	MGW        []string `json:"MGW,omitempty"`
	GGSN       []string `json:"GGSN,omitempty"`
	IMS        []string `json:"IMS,omitempty"`
	BM_SC      []string `json:"BM_SC,omitempty"`
	MME        []string `json:"MME,omitempty"`
	SGW        []string `json:"SGW,omitempty"`
	PGW        []string `json:"PGW,omitempty"`
	AMF        []string `json:"AMF,omitempty"`
	SMF        []string `json:"SMF,omitempty"`
	PCF        []string `json:"PCF,omitempty"`
	UPF        []string `json:"UPF,omitempty"`
	AUSF       []string `json:"AUSF,omitempty"`
	NEF        []string `json:"NEF,omitempty"`
	NRF        []string `json:"NRF,omitempty"`
	NSSF       []string `json:"NSSF,omitempty"`
	SMSF       []string `json:"SMSF,omitempty"`
	UDM        []string `json:"UDM,omitempty"`
}

TriggeringEventsType Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively. See 3GPP TS 32.422 clause 5.1 for additional detials.

func NewTriggeringEventsType ¶

func NewTriggeringEventsType() *TriggeringEventsType

NewTriggeringEventsType instantiates a new TriggeringEventsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTriggeringEventsTypeWithDefaults ¶

func NewTriggeringEventsTypeWithDefaults() *TriggeringEventsType

NewTriggeringEventsTypeWithDefaults instantiates a new TriggeringEventsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TriggeringEventsType) GetAMF ¶

func (o *TriggeringEventsType) GetAMF() []string

GetAMF returns the AMF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetAMFOk ¶

func (o *TriggeringEventsType) GetAMFOk() ([]string, bool)

GetAMFOk returns a tuple with the AMF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetAUSF ¶

func (o *TriggeringEventsType) GetAUSF() []string

GetAUSF returns the AUSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetAUSFOk ¶

func (o *TriggeringEventsType) GetAUSFOk() ([]string, bool)

GetAUSFOk returns a tuple with the AUSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetBM_SC ¶

func (o *TriggeringEventsType) GetBM_SC() []string

GetBM_SC returns the BM_SC field value if set, zero value otherwise.

func (*TriggeringEventsType) GetBM_SCOk ¶

func (o *TriggeringEventsType) GetBM_SCOk() ([]string, bool)

GetBM_SCOk returns a tuple with the BM_SC field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetGGSN ¶

func (o *TriggeringEventsType) GetGGSN() []string

GetGGSN returns the GGSN field value if set, zero value otherwise.

func (*TriggeringEventsType) GetGGSNOk ¶

func (o *TriggeringEventsType) GetGGSNOk() ([]string, bool)

GetGGSNOk returns a tuple with the GGSN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetIMS ¶

func (o *TriggeringEventsType) GetIMS() []string

GetIMS returns the IMS field value if set, zero value otherwise.

func (*TriggeringEventsType) GetIMSOk ¶

func (o *TriggeringEventsType) GetIMSOk() ([]string, bool)

GetIMSOk returns a tuple with the IMS field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMGW ¶

func (o *TriggeringEventsType) GetMGW() []string

GetMGW returns the MGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMGWOk ¶

func (o *TriggeringEventsType) GetMGWOk() ([]string, bool)

GetMGWOk returns a tuple with the MGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMME ¶

func (o *TriggeringEventsType) GetMME() []string

GetMME returns the MME field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMMEOk ¶

func (o *TriggeringEventsType) GetMMEOk() ([]string, bool)

GetMMEOk returns a tuple with the MME field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetMSC_SERVER ¶

func (o *TriggeringEventsType) GetMSC_SERVER() []string

GetMSC_SERVER returns the MSC_SERVER field value if set, zero value otherwise.

func (*TriggeringEventsType) GetMSC_SERVEROk ¶

func (o *TriggeringEventsType) GetMSC_SERVEROk() ([]string, bool)

GetMSC_SERVEROk returns a tuple with the MSC_SERVER field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNEF ¶

func (o *TriggeringEventsType) GetNEF() []string

GetNEF returns the NEF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNEFOk ¶

func (o *TriggeringEventsType) GetNEFOk() ([]string, bool)

GetNEFOk returns a tuple with the NEF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNRF ¶

func (o *TriggeringEventsType) GetNRF() []string

GetNRF returns the NRF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNRFOk ¶

func (o *TriggeringEventsType) GetNRFOk() ([]string, bool)

GetNRFOk returns a tuple with the NRF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetNSSF ¶

func (o *TriggeringEventsType) GetNSSF() []string

GetNSSF returns the NSSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetNSSFOk ¶

func (o *TriggeringEventsType) GetNSSFOk() ([]string, bool)

GetNSSFOk returns a tuple with the NSSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetPCF ¶

func (o *TriggeringEventsType) GetPCF() []string

GetPCF returns the PCF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetPCFOk ¶

func (o *TriggeringEventsType) GetPCFOk() ([]string, bool)

GetPCFOk returns a tuple with the PCF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetPGW ¶

func (o *TriggeringEventsType) GetPGW() []string

GetPGW returns the PGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetPGWOk ¶

func (o *TriggeringEventsType) GetPGWOk() ([]string, bool)

GetPGWOk returns a tuple with the PGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSGSN ¶

func (o *TriggeringEventsType) GetSGSN() []string

GetSGSN returns the SGSN field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSGSNOk ¶

func (o *TriggeringEventsType) GetSGSNOk() ([]string, bool)

GetSGSNOk returns a tuple with the SGSN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSGW ¶

func (o *TriggeringEventsType) GetSGW() []string

GetSGW returns the SGW field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSGWOk ¶

func (o *TriggeringEventsType) GetSGWOk() ([]string, bool)

GetSGWOk returns a tuple with the SGW field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSMF ¶

func (o *TriggeringEventsType) GetSMF() []string

GetSMF returns the SMF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSMFOk ¶

func (o *TriggeringEventsType) GetSMFOk() ([]string, bool)

GetSMFOk returns a tuple with the SMF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetSMSF ¶

func (o *TriggeringEventsType) GetSMSF() []string

GetSMSF returns the SMSF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetSMSFOk ¶

func (o *TriggeringEventsType) GetSMSFOk() ([]string, bool)

GetSMSFOk returns a tuple with the SMSF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetUDM ¶

func (o *TriggeringEventsType) GetUDM() []string

GetUDM returns the UDM field value if set, zero value otherwise.

func (*TriggeringEventsType) GetUDMOk ¶

func (o *TriggeringEventsType) GetUDMOk() ([]string, bool)

GetUDMOk returns a tuple with the UDM field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) GetUPF ¶

func (o *TriggeringEventsType) GetUPF() []string

GetUPF returns the UPF field value if set, zero value otherwise.

func (*TriggeringEventsType) GetUPFOk ¶

func (o *TriggeringEventsType) GetUPFOk() ([]string, bool)

GetUPFOk returns a tuple with the UPF field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TriggeringEventsType) HasAMF ¶

func (o *TriggeringEventsType) HasAMF() bool

HasAMF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasAUSF ¶

func (o *TriggeringEventsType) HasAUSF() bool

HasAUSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasBM_SC ¶

func (o *TriggeringEventsType) HasBM_SC() bool

HasBM_SC returns a boolean if a field has been set.

func (*TriggeringEventsType) HasGGSN ¶

func (o *TriggeringEventsType) HasGGSN() bool

HasGGSN returns a boolean if a field has been set.

func (*TriggeringEventsType) HasIMS ¶

func (o *TriggeringEventsType) HasIMS() bool

HasIMS returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMGW ¶

func (o *TriggeringEventsType) HasMGW() bool

HasMGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMME ¶

func (o *TriggeringEventsType) HasMME() bool

HasMME returns a boolean if a field has been set.

func (*TriggeringEventsType) HasMSC_SERVER ¶

func (o *TriggeringEventsType) HasMSC_SERVER() bool

HasMSC_SERVER returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNEF ¶

func (o *TriggeringEventsType) HasNEF() bool

HasNEF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNRF ¶

func (o *TriggeringEventsType) HasNRF() bool

HasNRF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasNSSF ¶

func (o *TriggeringEventsType) HasNSSF() bool

HasNSSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasPCF ¶

func (o *TriggeringEventsType) HasPCF() bool

HasPCF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasPGW ¶

func (o *TriggeringEventsType) HasPGW() bool

HasPGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSGSN ¶

func (o *TriggeringEventsType) HasSGSN() bool

HasSGSN returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSGW ¶

func (o *TriggeringEventsType) HasSGW() bool

HasSGW returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSMF ¶

func (o *TriggeringEventsType) HasSMF() bool

HasSMF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasSMSF ¶

func (o *TriggeringEventsType) HasSMSF() bool

HasSMSF returns a boolean if a field has been set.

func (*TriggeringEventsType) HasUDM ¶

func (o *TriggeringEventsType) HasUDM() bool

HasUDM returns a boolean if a field has been set.

func (*TriggeringEventsType) HasUPF ¶

func (o *TriggeringEventsType) HasUPF() bool

HasUPF returns a boolean if a field has been set.

func (TriggeringEventsType) MarshalJSON ¶

func (o TriggeringEventsType) MarshalJSON() ([]byte, error)

func (*TriggeringEventsType) SetAMF ¶

func (o *TriggeringEventsType) SetAMF(v []string)

SetAMF gets a reference to the given []string and assigns it to the AMF field.

func (*TriggeringEventsType) SetAUSF ¶

func (o *TriggeringEventsType) SetAUSF(v []string)

SetAUSF gets a reference to the given []string and assigns it to the AUSF field.

func (*TriggeringEventsType) SetBM_SC ¶

func (o *TriggeringEventsType) SetBM_SC(v []string)

SetBM_SC gets a reference to the given []string and assigns it to the BM_SC field.

func (*TriggeringEventsType) SetGGSN ¶

func (o *TriggeringEventsType) SetGGSN(v []string)

SetGGSN gets a reference to the given []string and assigns it to the GGSN field.

func (*TriggeringEventsType) SetIMS ¶

func (o *TriggeringEventsType) SetIMS(v []string)

SetIMS gets a reference to the given []string and assigns it to the IMS field.

func (*TriggeringEventsType) SetMGW ¶

func (o *TriggeringEventsType) SetMGW(v []string)

SetMGW gets a reference to the given []string and assigns it to the MGW field.

func (*TriggeringEventsType) SetMME ¶

func (o *TriggeringEventsType) SetMME(v []string)

SetMME gets a reference to the given []string and assigns it to the MME field.

func (*TriggeringEventsType) SetMSC_SERVER ¶

func (o *TriggeringEventsType) SetMSC_SERVER(v []string)

SetMSC_SERVER gets a reference to the given []string and assigns it to the MSC_SERVER field.

func (*TriggeringEventsType) SetNEF ¶

func (o *TriggeringEventsType) SetNEF(v []string)

SetNEF gets a reference to the given []string and assigns it to the NEF field.

func (*TriggeringEventsType) SetNRF ¶

func (o *TriggeringEventsType) SetNRF(v []string)

SetNRF gets a reference to the given []string and assigns it to the NRF field.

func (*TriggeringEventsType) SetNSSF ¶

func (o *TriggeringEventsType) SetNSSF(v []string)

SetNSSF gets a reference to the given []string and assigns it to the NSSF field.

func (*TriggeringEventsType) SetPCF ¶

func (o *TriggeringEventsType) SetPCF(v []string)

SetPCF gets a reference to the given []string and assigns it to the PCF field.

func (*TriggeringEventsType) SetPGW ¶

func (o *TriggeringEventsType) SetPGW(v []string)

SetPGW gets a reference to the given []string and assigns it to the PGW field.

func (*TriggeringEventsType) SetSGSN ¶

func (o *TriggeringEventsType) SetSGSN(v []string)

SetSGSN gets a reference to the given []string and assigns it to the SGSN field.

func (*TriggeringEventsType) SetSGW ¶

func (o *TriggeringEventsType) SetSGW(v []string)

SetSGW gets a reference to the given []string and assigns it to the SGW field.

func (*TriggeringEventsType) SetSMF ¶

func (o *TriggeringEventsType) SetSMF(v []string)

SetSMF gets a reference to the given []string and assigns it to the SMF field.

func (*TriggeringEventsType) SetSMSF ¶

func (o *TriggeringEventsType) SetSMSF(v []string)

SetSMSF gets a reference to the given []string and assigns it to the SMSF field.

func (*TriggeringEventsType) SetUDM ¶

func (o *TriggeringEventsType) SetUDM(v []string)

SetUDM gets a reference to the given []string and assigns it to the UDM field.

func (*TriggeringEventsType) SetUPF ¶

func (o *TriggeringEventsType) SetUPF(v []string)

SetUPF gets a reference to the given []string and assigns it to the UPF field.

func (TriggeringEventsType) ToMap ¶

func (o TriggeringEventsType) ToMap() (map[string]interface{}, error)

type TscaiInputContainer ¶

type TscaiInputContainer struct {
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Periodicity *int32 `json:"periodicity,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	BurstArrivalTime *time.Time `json:"burstArrivalTime,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	SurTimeInNumMsg *int32 `json:"surTimeInNumMsg,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	SurTimeInTime *int32 `json:"surTimeInTime,omitempty"`
}

TscaiInputContainer Indicates TSC Traffic pattern.

func NewTscaiInputContainer ¶

func NewTscaiInputContainer() *TscaiInputContainer

NewTscaiInputContainer instantiates a new TscaiInputContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTscaiInputContainerWithDefaults ¶

func NewTscaiInputContainerWithDefaults() *TscaiInputContainer

NewTscaiInputContainerWithDefaults instantiates a new TscaiInputContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TscaiInputContainer) GetBurstArrivalTime ¶

func (o *TscaiInputContainer) GetBurstArrivalTime() time.Time

GetBurstArrivalTime returns the BurstArrivalTime field value if set, zero value otherwise.

func (*TscaiInputContainer) GetBurstArrivalTimeOk ¶

func (o *TscaiInputContainer) GetBurstArrivalTimeOk() (*time.Time, bool)

GetBurstArrivalTimeOk returns a tuple with the BurstArrivalTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) GetPeriodicity ¶

func (o *TscaiInputContainer) GetPeriodicity() int32

GetPeriodicity returns the Periodicity field value if set, zero value otherwise.

func (*TscaiInputContainer) GetPeriodicityOk ¶

func (o *TscaiInputContainer) GetPeriodicityOk() (*int32, bool)

GetPeriodicityOk returns a tuple with the Periodicity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) GetSurTimeInNumMsg ¶

func (o *TscaiInputContainer) GetSurTimeInNumMsg() int32

GetSurTimeInNumMsg returns the SurTimeInNumMsg field value if set, zero value otherwise.

func (*TscaiInputContainer) GetSurTimeInNumMsgOk ¶

func (o *TscaiInputContainer) GetSurTimeInNumMsgOk() (*int32, bool)

GetSurTimeInNumMsgOk returns a tuple with the SurTimeInNumMsg field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) GetSurTimeInTime ¶

func (o *TscaiInputContainer) GetSurTimeInTime() int32

GetSurTimeInTime returns the SurTimeInTime field value if set, zero value otherwise.

func (*TscaiInputContainer) GetSurTimeInTimeOk ¶

func (o *TscaiInputContainer) GetSurTimeInTimeOk() (*int32, bool)

GetSurTimeInTimeOk returns a tuple with the SurTimeInTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TscaiInputContainer) HasBurstArrivalTime ¶

func (o *TscaiInputContainer) HasBurstArrivalTime() bool

HasBurstArrivalTime returns a boolean if a field has been set.

func (*TscaiInputContainer) HasPeriodicity ¶

func (o *TscaiInputContainer) HasPeriodicity() bool

HasPeriodicity returns a boolean if a field has been set.

func (*TscaiInputContainer) HasSurTimeInNumMsg ¶

func (o *TscaiInputContainer) HasSurTimeInNumMsg() bool

HasSurTimeInNumMsg returns a boolean if a field has been set.

func (*TscaiInputContainer) HasSurTimeInTime ¶

func (o *TscaiInputContainer) HasSurTimeInTime() bool

HasSurTimeInTime returns a boolean if a field has been set.

func (TscaiInputContainer) MarshalJSON ¶

func (o TscaiInputContainer) MarshalJSON() ([]byte, error)

func (*TscaiInputContainer) SetBurstArrivalTime ¶

func (o *TscaiInputContainer) SetBurstArrivalTime(v time.Time)

SetBurstArrivalTime gets a reference to the given time.Time and assigns it to the BurstArrivalTime field.

func (*TscaiInputContainer) SetPeriodicity ¶

func (o *TscaiInputContainer) SetPeriodicity(v int32)

SetPeriodicity gets a reference to the given int32 and assigns it to the Periodicity field.

func (*TscaiInputContainer) SetSurTimeInNumMsg ¶

func (o *TscaiInputContainer) SetSurTimeInNumMsg(v int32)

SetSurTimeInNumMsg gets a reference to the given int32 and assigns it to the SurTimeInNumMsg field.

func (*TscaiInputContainer) SetSurTimeInTime ¶

func (o *TscaiInputContainer) SetSurTimeInTime(v int32)

SetSurTimeInTime gets a reference to the given int32 and assigns it to the SurTimeInTime field.

func (TscaiInputContainer) ToMap ¶

func (o TscaiInputContainer) ToMap() (map[string]interface{}, error)

type UPFConnectionInfo ¶

type UPFConnectionInfo struct {
	UPFIpAddress *string `json:"uPFIpAddress,omitempty"`
	UPFRef       *string `json:"uPFRef,omitempty"`
}

UPFConnectionInfo struct for UPFConnectionInfo

func NewUPFConnectionInfo ¶

func NewUPFConnectionInfo() *UPFConnectionInfo

NewUPFConnectionInfo instantiates a new UPFConnectionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUPFConnectionInfoWithDefaults ¶

func NewUPFConnectionInfoWithDefaults() *UPFConnectionInfo

NewUPFConnectionInfoWithDefaults instantiates a new UPFConnectionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UPFConnectionInfo) GetUPFIpAddress ¶

func (o *UPFConnectionInfo) GetUPFIpAddress() string

GetUPFIpAddress returns the UPFIpAddress field value if set, zero value otherwise.

func (*UPFConnectionInfo) GetUPFIpAddressOk ¶

func (o *UPFConnectionInfo) GetUPFIpAddressOk() (*string, bool)

GetUPFIpAddressOk returns a tuple with the UPFIpAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UPFConnectionInfo) GetUPFRef ¶

func (o *UPFConnectionInfo) GetUPFRef() string

GetUPFRef returns the UPFRef field value if set, zero value otherwise.

func (*UPFConnectionInfo) GetUPFRefOk ¶

func (o *UPFConnectionInfo) GetUPFRefOk() (*string, bool)

GetUPFRefOk returns a tuple with the UPFRef field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UPFConnectionInfo) HasUPFIpAddress ¶

func (o *UPFConnectionInfo) HasUPFIpAddress() bool

HasUPFIpAddress returns a boolean if a field has been set.

func (*UPFConnectionInfo) HasUPFRef ¶

func (o *UPFConnectionInfo) HasUPFRef() bool

HasUPFRef returns a boolean if a field has been set.

func (UPFConnectionInfo) MarshalJSON ¶

func (o UPFConnectionInfo) MarshalJSON() ([]byte, error)

func (*UPFConnectionInfo) SetUPFIpAddress ¶

func (o *UPFConnectionInfo) SetUPFIpAddress(v string)

SetUPFIpAddress gets a reference to the given string and assigns it to the UPFIpAddress field.

func (*UPFConnectionInfo) SetUPFRef ¶

func (o *UPFConnectionInfo) SetUPFRef(v string)

SetUPFRef gets a reference to the given string and assigns it to the UPFRef field.

func (UPFConnectionInfo) ToMap ¶

func (o UPFConnectionInfo) ToMap() (map[string]interface{}, error)

type UdmFunctionSingle ¶

type UdmFunctionSingle struct {
	Top
	Attributes       *UdmFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN8             []EPN8Single                      `json:"EP_N8,omitempty"`
	EPN10            []EPN10Single                     `json:"EP_N10,omitempty"`
	EPN13            []EPN13Single                     `json:"EP_N13,omitempty"`
}

UdmFunctionSingle struct for UdmFunctionSingle

func NewUdmFunctionSingle ¶

func NewUdmFunctionSingle(id NullableString) *UdmFunctionSingle

NewUdmFunctionSingle instantiates a new UdmFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleWithDefaults ¶

func NewUdmFunctionSingleWithDefaults() *UdmFunctionSingle

NewUdmFunctionSingleWithDefaults instantiates a new UdmFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetAttributesOk ¶

func (o *UdmFunctionSingle) GetAttributesOk() (*UdmFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetEPN10 ¶

func (o *UdmFunctionSingle) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetEPN10Ok ¶

func (o *UdmFunctionSingle) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetEPN13 ¶

func (o *UdmFunctionSingle) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetEPN13Ok ¶

func (o *UdmFunctionSingle) GetEPN13Ok() ([]EPN13Single, bool)

GetEPN13Ok returns a tuple with the EPN13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetEPN8 ¶

func (o *UdmFunctionSingle) GetEPN8() []EPN8Single

GetEPN8 returns the EPN8 field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetEPN8Ok ¶

func (o *UdmFunctionSingle) GetEPN8Ok() ([]EPN8Single, bool)

GetEPN8Ok returns a tuple with the EPN8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetManagedNFService ¶

func (o *UdmFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetManagedNFServiceOk ¶

func (o *UdmFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetPerfMetricJob ¶

func (o *UdmFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetPerfMetricJobOk ¶

func (o *UdmFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetThresholdMonitor ¶

func (o *UdmFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetThresholdMonitorOk ¶

func (o *UdmFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) GetTraceJob ¶

func (o *UdmFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*UdmFunctionSingle) GetTraceJobOk ¶

func (o *UdmFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingle) HasAttributes ¶

func (o *UdmFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasEPN10 ¶

func (o *UdmFunctionSingle) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasEPN13 ¶

func (o *UdmFunctionSingle) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasEPN8 ¶

func (o *UdmFunctionSingle) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasManagedNFService ¶

func (o *UdmFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasPerfMetricJob ¶

func (o *UdmFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasThresholdMonitor ¶

func (o *UdmFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*UdmFunctionSingle) HasTraceJob ¶

func (o *UdmFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (UdmFunctionSingle) MarshalJSON ¶

func (o UdmFunctionSingle) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UdmFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*UdmFunctionSingle) SetEPN10 ¶

func (o *UdmFunctionSingle) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*UdmFunctionSingle) SetEPN13 ¶

func (o *UdmFunctionSingle) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (*UdmFunctionSingle) SetEPN8 ¶

func (o *UdmFunctionSingle) SetEPN8(v []EPN8Single)

SetEPN8 gets a reference to the given []EPN8Single and assigns it to the EPN8 field.

func (*UdmFunctionSingle) SetManagedNFService ¶

func (o *UdmFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*UdmFunctionSingle) SetPerfMetricJob ¶

func (o *UdmFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*UdmFunctionSingle) SetThresholdMonitor ¶

func (o *UdmFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*UdmFunctionSingle) SetTraceJob ¶

func (o *UdmFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (UdmFunctionSingle) ToMap ¶

func (o UdmFunctionSingle) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOf ¶

type UdmFunctionSingleAllOf struct {
	Attributes *UdmFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdmFunctionSingleAllOf struct for UdmFunctionSingleAllOf

func NewUdmFunctionSingleAllOf ¶

func NewUdmFunctionSingleAllOf() *UdmFunctionSingleAllOf

NewUdmFunctionSingleAllOf instantiates a new UdmFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOfWithDefaults ¶

func NewUdmFunctionSingleAllOfWithDefaults() *UdmFunctionSingleAllOf

NewUdmFunctionSingleAllOfWithDefaults instantiates a new UdmFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOf) HasAttributes ¶

func (o *UdmFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdmFunctionSingleAllOf) MarshalJSON ¶

func (o UdmFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UdmFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdmFunctionSingleAllOf) ToMap ¶

func (o UdmFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOf1 ¶

type UdmFunctionSingleAllOf1 struct {
	EPN8  []EPN8Single  `json:"EP_N8,omitempty"`
	EPN10 []EPN10Single `json:"EP_N10,omitempty"`
	EPN13 []EPN13Single `json:"EP_N13,omitempty"`
}

UdmFunctionSingleAllOf1 struct for UdmFunctionSingleAllOf1

func NewUdmFunctionSingleAllOf1 ¶

func NewUdmFunctionSingleAllOf1() *UdmFunctionSingleAllOf1

NewUdmFunctionSingleAllOf1 instantiates a new UdmFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOf1WithDefaults ¶

func NewUdmFunctionSingleAllOf1WithDefaults() *UdmFunctionSingleAllOf1

NewUdmFunctionSingleAllOf1WithDefaults instantiates a new UdmFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOf1) GetEPN10 ¶

func (o *UdmFunctionSingleAllOf1) GetEPN10() []EPN10Single

GetEPN10 returns the EPN10 field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf1) GetEPN10Ok ¶

func (o *UdmFunctionSingleAllOf1) GetEPN10Ok() ([]EPN10Single, bool)

GetEPN10Ok returns a tuple with the EPN10 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOf1) GetEPN13 ¶

func (o *UdmFunctionSingleAllOf1) GetEPN13() []EPN13Single

GetEPN13 returns the EPN13 field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf1) GetEPN13Ok ¶

func (o *UdmFunctionSingleAllOf1) GetEPN13Ok() ([]EPN13Single, bool)

GetEPN13Ok returns a tuple with the EPN13 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOf1) GetEPN8 ¶

func (o *UdmFunctionSingleAllOf1) GetEPN8() []EPN8Single

GetEPN8 returns the EPN8 field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOf1) GetEPN8Ok ¶

func (o *UdmFunctionSingleAllOf1) GetEPN8Ok() ([]EPN8Single, bool)

GetEPN8Ok returns a tuple with the EPN8 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOf1) HasEPN10 ¶

func (o *UdmFunctionSingleAllOf1) HasEPN10() bool

HasEPN10 returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOf1) HasEPN13 ¶

func (o *UdmFunctionSingleAllOf1) HasEPN13() bool

HasEPN13 returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOf1) HasEPN8 ¶

func (o *UdmFunctionSingleAllOf1) HasEPN8() bool

HasEPN8 returns a boolean if a field has been set.

func (UdmFunctionSingleAllOf1) MarshalJSON ¶

func (o UdmFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOf1) SetEPN10 ¶

func (o *UdmFunctionSingleAllOf1) SetEPN10(v []EPN10Single)

SetEPN10 gets a reference to the given []EPN10Single and assigns it to the EPN10 field.

func (*UdmFunctionSingleAllOf1) SetEPN13 ¶

func (o *UdmFunctionSingleAllOf1) SetEPN13(v []EPN13Single)

SetEPN13 gets a reference to the given []EPN13Single and assigns it to the EPN13 field.

func (*UdmFunctionSingleAllOf1) SetEPN8 ¶

func (o *UdmFunctionSingleAllOf1) SetEPN8(v []EPN8Single)

SetEPN8 gets a reference to the given []EPN8Single and assigns it to the EPN8 field.

func (UdmFunctionSingleAllOf1) ToMap ¶

func (o UdmFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOfAttributes ¶

type UdmFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList                   []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string                `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	CommModelList                  []CommModel            `json:"commModelList,omitempty"`
	ECSAddrConfigInfo              []string               `json:"eCSAddrConfigInfo,omitempty"`
	GroupId                        *string                `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange            `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange        `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange        `json:"externalGroupIdentifiersRanges,omitempty"`
	RoutingIndicators              []string               `json:"routingIndicators,omitempty"`
	InternalGroupIdentifiersRanges []InternalGroupIdRange `json:"internalGroupIdentifiersRanges,omitempty"`
	SuciInfos                      []SuciInfo             `json:"suciInfos,omitempty"`
}

UdmFunctionSingleAllOfAttributes struct for UdmFunctionSingleAllOfAttributes

func NewUdmFunctionSingleAllOfAttributes ¶

func NewUdmFunctionSingleAllOfAttributes() *UdmFunctionSingleAllOfAttributes

NewUdmFunctionSingleAllOfAttributes instantiates a new UdmFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOfAttributesWithDefaults ¶

func NewUdmFunctionSingleAllOfAttributesWithDefaults() *UdmFunctionSingleAllOfAttributes

NewUdmFunctionSingleAllOfAttributesWithDefaults instantiates a new UdmFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOfAttributes) GetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributes) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetCommModelListOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfo() []string

GetECSAddrConfigInfo returns the ECSAddrConfigInfo field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfoOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfoOk() ([]string, bool)

GetECSAddrConfigInfoOk returns a tuple with the ECSAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetGroupId ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetGroupIdOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange

GetInternalGroupIdentifiersRanges returns the InternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)

GetInternalGroupIdentifiersRangesOk returns a tuple with the InternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributes) GetRoutingIndicators() []string

GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetRoutingIndicatorsOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetRoutingIndicatorsOk() ([]string, bool)

GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSuciInfos() []SuciInfo

GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetSuciInfosOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSuciInfosOk() ([]SuciInfo, bool)

GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) GetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributes) GetSupiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributes) HasCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributes) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributes) HasECSAddrConfigInfo() bool

HasECSAddrConfigInfo returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasGroupId ¶

func (o *UdmFunctionSingleAllOfAttributes) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasInternalGroupIdentifiersRanges() bool

HasInternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributes) HasRoutingIndicators() bool

HasRoutingIndicators returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *UdmFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributes) HasSuciInfos() bool

HasSuciInfos returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributes) HasSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (UdmFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UdmFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOfAttributes) SetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*UdmFunctionSingleAllOfAttributes) SetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributes) SetECSAddrConfigInfo(v []string)

SetECSAddrConfigInfo gets a reference to the given []string and assigns it to the ECSAddrConfigInfo field.

func (*UdmFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdmFunctionSingleAllOfAttributes) SetGroupId ¶

func (o *UdmFunctionSingleAllOfAttributes) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdmFunctionSingleAllOfAttributes) SetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)

SetInternalGroupIdentifiersRanges gets a reference to the given []InternalGroupIdRange and assigns it to the InternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdmFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdmFunctionSingleAllOfAttributes) SetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributes) SetRoutingIndicators(v []string)

SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.

func (*UdmFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *UdmFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdmFunctionSingleAllOfAttributes) SetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributes) SetSuciInfos(v []SuciInfo)

SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.

func (*UdmFunctionSingleAllOfAttributes) SetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (UdmFunctionSingleAllOfAttributes) ToMap ¶

func (o UdmFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UdmFunctionSingleAllOfAttributesAllOf ¶

type UdmFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList                   []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string                `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	CommModelList                  []CommModel            `json:"commModelList,omitempty"`
	ECSAddrConfigInfo              []string               `json:"eCSAddrConfigInfo,omitempty"`
	GroupId                        *string                `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange            `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange        `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange        `json:"externalGroupIdentifiersRanges,omitempty"`
	RoutingIndicators              []string               `json:"routingIndicators,omitempty"`
	InternalGroupIdentifiersRanges []InternalGroupIdRange `json:"internalGroupIdentifiersRanges,omitempty"`
	SuciInfos                      []SuciInfo             `json:"suciInfos,omitempty"`
}

UdmFunctionSingleAllOfAttributesAllOf struct for UdmFunctionSingleAllOfAttributesAllOf

func NewUdmFunctionSingleAllOfAttributesAllOf ¶

func NewUdmFunctionSingleAllOfAttributesAllOf() *UdmFunctionSingleAllOfAttributesAllOf

NewUdmFunctionSingleAllOfAttributesAllOf instantiates a new UdmFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdmFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUdmFunctionSingleAllOfAttributesAllOfWithDefaults() *UdmFunctionSingleAllOfAttributesAllOf

NewUdmFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UdmFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdmFunctionSingleAllOfAttributesAllOf) GetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel

GetCommModelList returns the CommModelList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetCommModelListOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool)

GetCommModelListOk returns a tuple with the CommModelList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfo() []string

GetECSAddrConfigInfo returns the ECSAddrConfigInfo field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfoOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfoOk() ([]string, bool)

GetECSAddrConfigInfoOk returns a tuple with the ECSAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetGroupIdOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange

GetInternalGroupIdentifiersRanges returns the InternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)

GetInternalGroupIdentifiersRangesOk returns a tuple with the InternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicators() []string

GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicatorsOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicatorsOk() ([]string, bool)

GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfos() []SuciInfo

GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfosOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfosOk() ([]SuciInfo, bool)

GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdmFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool

HasCommModelList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasECSAddrConfigInfo() bool

HasECSAddrConfigInfo returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasInternalGroupIdentifiersRanges() bool

HasInternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasRoutingIndicators() bool

HasRoutingIndicators returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasSuciInfos() bool

HasSuciInfos returns a boolean if a field has been set.

func (*UdmFunctionSingleAllOfAttributesAllOf) HasSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (UdmFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UdmFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UdmFunctionSingleAllOfAttributesAllOf) SetCommModelList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel)

SetCommModelList gets a reference to the given []CommModel and assigns it to the CommModelList field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetECSAddrConfigInfo ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetECSAddrConfigInfo(v []string)

SetECSAddrConfigInfo gets a reference to the given []string and assigns it to the ECSAddrConfigInfo field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetInternalGroupIdentifiersRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)

SetInternalGroupIdentifiersRanges gets a reference to the given []InternalGroupIdRange and assigns it to the InternalGroupIdentifiersRanges field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetRoutingIndicators ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetRoutingIndicators(v []string)

SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetSuciInfos ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetSuciInfos(v []SuciInfo)

SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.

func (*UdmFunctionSingleAllOfAttributesAllOf) SetSupiRanges ¶

func (o *UdmFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (UdmFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UdmFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UdrFunctionSingle ¶

type UdrFunctionSingle struct {
	Top
	Attributes *UdrFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdrFunctionSingle struct for UdrFunctionSingle

func NewUdrFunctionSingle ¶

func NewUdrFunctionSingle(id NullableString) *UdrFunctionSingle

NewUdrFunctionSingle instantiates a new UdrFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleWithDefaults ¶

func NewUdrFunctionSingleWithDefaults() *UdrFunctionSingle

NewUdrFunctionSingleWithDefaults instantiates a new UdrFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdrFunctionSingle) GetAttributesOk ¶

func (o *UdrFunctionSingle) GetAttributesOk() (*UdrFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingle) HasAttributes ¶

func (o *UdrFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdrFunctionSingle) MarshalJSON ¶

func (o UdrFunctionSingle) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UdrFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdrFunctionSingle) ToMap ¶

func (o UdrFunctionSingle) ToMap() (map[string]interface{}, error)

type UdrFunctionSingleAllOf ¶

type UdrFunctionSingleAllOf struct {
	Attributes *UdrFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdrFunctionSingleAllOf struct for UdrFunctionSingleAllOf

func NewUdrFunctionSingleAllOf ¶

func NewUdrFunctionSingleAllOf() *UdrFunctionSingleAllOf

NewUdrFunctionSingleAllOf instantiates a new UdrFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleAllOfWithDefaults ¶

func NewUdrFunctionSingleAllOfWithDefaults() *UdrFunctionSingleAllOf

NewUdrFunctionSingleAllOfWithDefaults instantiates a new UdrFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOf) HasAttributes ¶

func (o *UdrFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdrFunctionSingleAllOf) MarshalJSON ¶

func (o UdrFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UdrFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdrFunctionSingleAllOf) ToMap ¶

func (o UdrFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UdrFunctionSingleAllOfAttributes ¶

type UdrFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList                   []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string             `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	GroupId                        *string             `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange         `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange     `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange     `json:"externalGroupIdentifiersRanges,omitempty"`
	SupportedDataSets              []SupportedDataSet  `json:"supportedDataSets,omitempty"`
	SharedDataIdRanges             []SharedDataIdRange `json:"sharedDataIdRanges,omitempty"`
}

UdrFunctionSingleAllOfAttributes struct for UdrFunctionSingleAllOfAttributes

func NewUdrFunctionSingleAllOfAttributes ¶

func NewUdrFunctionSingleAllOfAttributes() *UdrFunctionSingleAllOfAttributes

NewUdrFunctionSingleAllOfAttributes instantiates a new UdrFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleAllOfAttributesWithDefaults ¶

func NewUdrFunctionSingleAllOfAttributesWithDefaults() *UdrFunctionSingleAllOfAttributes

NewUdrFunctionSingleAllOfAttributesWithDefaults instantiates a new UdrFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetGpsiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetGroupId ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetGroupIdOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSharedDataIdRanges() []SharedDataIdRange

GetSharedDataIdRanges returns the SharedDataIdRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSharedDataIdRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool)

GetSharedDataIdRangesOk returns a tuple with the SharedDataIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSupiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) GetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupportedDataSets() []SupportedDataSet

GetSupportedDataSets returns the SupportedDataSets field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributes) GetSupportedDataSetsOk ¶

func (o *UdrFunctionSingleAllOfAttributes) GetSupportedDataSetsOk() ([]SupportedDataSet, bool)

GetSupportedDataSetsOk returns a tuple with the SupportedDataSets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasGroupId ¶

func (o *UdrFunctionSingleAllOfAttributes) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSharedDataIdRanges() bool

HasSharedDataIdRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributes) HasSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributes) HasSupportedDataSets() bool

HasSupportedDataSets returns a boolean if a field has been set.

func (UdrFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UdrFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange)

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetGroupId ¶

func (o *UdrFunctionSingleAllOfAttributes) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdrFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdrFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdrFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdrFunctionSingleAllOfAttributes) SetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSharedDataIdRanges(v []SharedDataIdRange)

SetSharedDataIdRanges gets a reference to the given []SharedDataIdRange and assigns it to the SharedDataIdRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*UdrFunctionSingleAllOfAttributes) SetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributes) SetSupportedDataSets(v []SupportedDataSet)

SetSupportedDataSets gets a reference to the given []SupportedDataSet and assigns it to the SupportedDataSets field.

func (UdrFunctionSingleAllOfAttributes) ToMap ¶

func (o UdrFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UdrFunctionSingleAllOfAttributesAllOf ¶

type UdrFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList                   []PlmnInfo          `json:"pLMNInfoList,omitempty"`
	SBIFqdn                        *string             `json:"sBIFqdn,omitempty"`
	ManagedNFProfile               *ManagedNFProfile   `json:"managedNFProfile,omitempty"`
	GroupId                        *string             `json:"groupId,omitempty"`
	SupiRanges                     []SupiRange         `json:"supiRanges,omitempty"`
	GpsiRanges                     []IdentityRange     `json:"gpsiRanges,omitempty"`
	ExternalGroupIdentifiersRanges []IdentityRange     `json:"externalGroupIdentifiersRanges,omitempty"`
	SupportedDataSets              []SupportedDataSet  `json:"supportedDataSets,omitempty"`
	SharedDataIdRanges             []SharedDataIdRange `json:"sharedDataIdRanges,omitempty"`
}

UdrFunctionSingleAllOfAttributesAllOf struct for UdrFunctionSingleAllOfAttributesAllOf

func NewUdrFunctionSingleAllOfAttributesAllOf ¶

func NewUdrFunctionSingleAllOfAttributesAllOf() *UdrFunctionSingleAllOfAttributesAllOf

NewUdrFunctionSingleAllOfAttributesAllOf instantiates a new UdrFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdrFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUdrFunctionSingleAllOfAttributesAllOfWithDefaults() *UdrFunctionSingleAllOfAttributesAllOf

NewUdrFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UdrFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange

GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)

GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRanges ¶

GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool)

GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetGroupIdOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRanges() []SharedDataIdRange

GetSharedDataIdRanges returns the SharedDataIdRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool)

GetSharedDataIdRangesOk returns a tuple with the SharedDataIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSets() []SupportedDataSet

GetSupportedDataSets returns the SupportedDataSets field value if set, zero value otherwise.

func (*UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSetsOk ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSetsOk() ([]SupportedDataSet, bool)

GetSupportedDataSetsOk returns a tuple with the SupportedDataSets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool

HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasGpsiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool

HasGpsiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSharedDataIdRanges() bool

HasSharedDataIdRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (*UdrFunctionSingleAllOfAttributesAllOf) HasSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSupportedDataSets() bool

HasSupportedDataSets returns a boolean if a field has been set.

func (UdrFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UdrFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UdrFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange)

SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetGpsiRanges ¶

SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSharedDataIdRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSharedDataIdRanges(v []SharedDataIdRange)

SetSharedDataIdRanges gets a reference to the given []SharedDataIdRange and assigns it to the SharedDataIdRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSupiRanges ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (*UdrFunctionSingleAllOfAttributesAllOf) SetSupportedDataSets ¶

func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSupportedDataSets(v []SupportedDataSet)

SetSupportedDataSets gets a reference to the given []SupportedDataSet and assigns it to the SupportedDataSets field.

func (UdrFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UdrFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingle ¶

type UdsfFunctionSingle struct {
	Top
	Attributes *UdsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdsfFunctionSingle struct for UdsfFunctionSingle

func NewUdsfFunctionSingle ¶

func NewUdsfFunctionSingle(id NullableString) *UdsfFunctionSingle

NewUdsfFunctionSingle instantiates a new UdsfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleWithDefaults ¶

func NewUdsfFunctionSingleWithDefaults() *UdsfFunctionSingle

NewUdsfFunctionSingleWithDefaults instantiates a new UdsfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdsfFunctionSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingle) HasAttributes ¶

func (o *UdsfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdsfFunctionSingle) MarshalJSON ¶

func (o UdsfFunctionSingle) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UdsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdsfFunctionSingle) ToMap ¶

func (o UdsfFunctionSingle) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingleAllOf ¶

type UdsfFunctionSingleAllOf struct {
	Attributes *UdsfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UdsfFunctionSingleAllOf struct for UdsfFunctionSingleAllOf

func NewUdsfFunctionSingleAllOf ¶

func NewUdsfFunctionSingleAllOf() *UdsfFunctionSingleAllOf

NewUdsfFunctionSingleAllOf instantiates a new UdsfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleAllOfWithDefaults ¶

func NewUdsfFunctionSingleAllOfWithDefaults() *UdsfFunctionSingleAllOf

NewUdsfFunctionSingleAllOfWithDefaults instantiates a new UdsfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOf) HasAttributes ¶

func (o *UdsfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UdsfFunctionSingleAllOf) MarshalJSON ¶

func (o UdsfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UdsfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UdsfFunctionSingleAllOf) ToMap ¶

func (o UdsfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingleAllOfAttributes ¶

type UdsfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	UdsfInfo         *UdsfInfo         `json:"udsfInfo,omitempty"`
}

UdsfFunctionSingleAllOfAttributes struct for UdsfFunctionSingleAllOfAttributes

func NewUdsfFunctionSingleAllOfAttributes ¶

func NewUdsfFunctionSingleAllOfAttributes() *UdsfFunctionSingleAllOfAttributes

NewUdsfFunctionSingleAllOfAttributes instantiates a new UdsfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleAllOfAttributesWithDefaults ¶

func NewUdsfFunctionSingleAllOfAttributesWithDefaults() *UdsfFunctionSingleAllOfAttributes

NewUdsfFunctionSingleAllOfAttributesWithDefaults instantiates a new UdsfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) GetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetPlmnInfoListOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) GetSBIFqdn ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetSBIFqdn() string

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetSBIFqdnOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) GetUdsfInfo ¶

GetUdsfInfo returns the UdsfInfo field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributes) GetUdsfInfoOk ¶

func (o *UdsfFunctionSingleAllOfAttributes) GetUdsfInfoOk() (*UdsfInfo, bool)

GetUdsfInfoOk returns a tuple with the UdsfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasSBIFqdn ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasSBIFqdn() bool

HasSBIFqdn returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributes) HasUdsfInfo ¶

func (o *UdsfFunctionSingleAllOfAttributes) HasUdsfInfo() bool

HasUdsfInfo returns a boolean if a field has been set.

func (UdsfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UdsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdsfFunctionSingleAllOfAttributes) SetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*UdsfFunctionSingleAllOfAttributes) SetSBIFqdn ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetSBIFqdn(v string)

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdsfFunctionSingleAllOfAttributes) SetUdsfInfo ¶

func (o *UdsfFunctionSingleAllOfAttributes) SetUdsfInfo(v UdsfInfo)

SetUdsfInfo gets a reference to the given UdsfInfo and assigns it to the UdsfInfo field.

func (UdsfFunctionSingleAllOfAttributes) ToMap ¶

func (o UdsfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UdsfFunctionSingleAllOfAttributesAllOf ¶

type UdsfFunctionSingleAllOfAttributesAllOf struct {
	PlmnInfoList     []PlmnInfo        `json:"plmnInfoList,omitempty"`
	SBIFqdn          *string           `json:"sBIFqdn,omitempty"`
	ManagedNFProfile *ManagedNFProfile `json:"managedNFProfile,omitempty"`
	UdsfInfo         *UdsfInfo         `json:"udsfInfo,omitempty"`
}

UdsfFunctionSingleAllOfAttributesAllOf struct for UdsfFunctionSingleAllOfAttributesAllOf

func NewUdsfFunctionSingleAllOfAttributesAllOf ¶

func NewUdsfFunctionSingleAllOfAttributesAllOf() *UdsfFunctionSingleAllOfAttributesAllOf

NewUdsfFunctionSingleAllOfAttributesAllOf instantiates a new UdsfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUdsfFunctionSingleAllOfAttributesAllOfWithDefaults() *UdsfFunctionSingleAllOfAttributesAllOf

NewUdsfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UdsfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo

GetPlmnInfoList returns the PlmnInfoList field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool)

GetPlmnInfoListOk returns a tuple with the PlmnInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn ¶

GetSBIFqdn returns the SBIFqdn field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool)

GetSBIFqdnOk returns a tuple with the SBIFqdn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfo ¶

GetUdsfInfo returns the UdsfInfo field value if set, zero value otherwise.

func (*UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfoOk ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfoOk() (*UdsfInfo, bool)

GetUdsfInfoOk returns a tuple with the UdsfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool

HasPlmnInfoList returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn ¶

HasSBIFqdn returns a boolean if a field has been set.

func (*UdsfFunctionSingleAllOfAttributesAllOf) HasUdsfInfo ¶

HasUdsfInfo returns a boolean if a field has been set.

func (UdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList ¶

func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo)

SetPlmnInfoList gets a reference to the given []PlmnInfo and assigns it to the PlmnInfoList field.

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn ¶

SetSBIFqdn gets a reference to the given string and assigns it to the SBIFqdn field.

func (*UdsfFunctionSingleAllOfAttributesAllOf) SetUdsfInfo ¶

SetUdsfInfo gets a reference to the given UdsfInfo and assigns it to the UdsfInfo field.

func (UdsfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UdsfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UdsfInfo ¶

type UdsfInfo struct {
	// Identifier of a group of NFs.
	GroupId    *string     `json:"groupId,omitempty"`
	SupiRanges []SupiRange `json:"supiRanges,omitempty"`
	// A map (list of key-value pairs) where realmId serves as key and each value in the map is an array of IdentityRanges. Each IdentityRange is a range of storageIds.
	StorageIdRanges *map[string][]IdentityRange `json:"storageIdRanges,omitempty"`
}

UdsfInfo Information related to UDSF

func NewUdsfInfo ¶

func NewUdsfInfo() *UdsfInfo

NewUdsfInfo instantiates a new UdsfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUdsfInfoWithDefaults ¶

func NewUdsfInfoWithDefaults() *UdsfInfo

NewUdsfInfoWithDefaults instantiates a new UdsfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UdsfInfo) GetGroupId ¶

func (o *UdsfInfo) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*UdsfInfo) GetGroupIdOk ¶

func (o *UdsfInfo) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfInfo) GetStorageIdRanges ¶

func (o *UdsfInfo) GetStorageIdRanges() map[string][]IdentityRange

GetStorageIdRanges returns the StorageIdRanges field value if set, zero value otherwise.

func (*UdsfInfo) GetStorageIdRangesOk ¶

func (o *UdsfInfo) GetStorageIdRangesOk() (*map[string][]IdentityRange, bool)

GetStorageIdRangesOk returns a tuple with the StorageIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfInfo) GetSupiRanges ¶

func (o *UdsfInfo) GetSupiRanges() []SupiRange

GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.

func (*UdsfInfo) GetSupiRangesOk ¶

func (o *UdsfInfo) GetSupiRangesOk() ([]SupiRange, bool)

GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UdsfInfo) HasGroupId ¶

func (o *UdsfInfo) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*UdsfInfo) HasStorageIdRanges ¶

func (o *UdsfInfo) HasStorageIdRanges() bool

HasStorageIdRanges returns a boolean if a field has been set.

func (*UdsfInfo) HasSupiRanges ¶

func (o *UdsfInfo) HasSupiRanges() bool

HasSupiRanges returns a boolean if a field has been set.

func (UdsfInfo) MarshalJSON ¶

func (o UdsfInfo) MarshalJSON() ([]byte, error)

func (*UdsfInfo) SetGroupId ¶

func (o *UdsfInfo) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*UdsfInfo) SetStorageIdRanges ¶

func (o *UdsfInfo) SetStorageIdRanges(v map[string][]IdentityRange)

SetStorageIdRanges gets a reference to the given map[string][]IdentityRange and assigns it to the StorageIdRanges field.

func (*UdsfInfo) SetSupiRanges ¶

func (o *UdsfInfo) SetSupiRanges(v []SupiRange)

SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.

func (UdsfInfo) ToMap ¶

func (o UdsfInfo) ToMap() (map[string]interface{}, error)

type UnTrustAfInfo ¶

type UnTrustAfInfo struct {
	AfId           string           `json:"afId"`
	SNssaiInfoList []SnssaiInfoItem `json:"sNssaiInfoList,omitempty"`
	MappingInd     *bool            `json:"mappingInd,omitempty"`
}

UnTrustAfInfo Information of a untrusted AF Instance

func NewUnTrustAfInfo ¶

func NewUnTrustAfInfo(afId string) *UnTrustAfInfo

NewUnTrustAfInfo instantiates a new UnTrustAfInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnTrustAfInfoWithDefaults ¶

func NewUnTrustAfInfoWithDefaults() *UnTrustAfInfo

NewUnTrustAfInfoWithDefaults instantiates a new UnTrustAfInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnTrustAfInfo) GetAfId ¶

func (o *UnTrustAfInfo) GetAfId() string

GetAfId returns the AfId field value

func (*UnTrustAfInfo) GetAfIdOk ¶

func (o *UnTrustAfInfo) GetAfIdOk() (*string, bool)

GetAfIdOk returns a tuple with the AfId field value and a boolean to check if the value has been set.

func (*UnTrustAfInfo) GetMappingInd ¶

func (o *UnTrustAfInfo) GetMappingInd() bool

GetMappingInd returns the MappingInd field value if set, zero value otherwise.

func (*UnTrustAfInfo) GetMappingIndOk ¶

func (o *UnTrustAfInfo) GetMappingIndOk() (*bool, bool)

GetMappingIndOk returns a tuple with the MappingInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnTrustAfInfo) GetSNssaiInfoList ¶

func (o *UnTrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem

GetSNssaiInfoList returns the SNssaiInfoList field value if set, zero value otherwise.

func (*UnTrustAfInfo) GetSNssaiInfoListOk ¶

func (o *UnTrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool)

GetSNssaiInfoListOk returns a tuple with the SNssaiInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UnTrustAfInfo) HasMappingInd ¶

func (o *UnTrustAfInfo) HasMappingInd() bool

HasMappingInd returns a boolean if a field has been set.

func (*UnTrustAfInfo) HasSNssaiInfoList ¶

func (o *UnTrustAfInfo) HasSNssaiInfoList() bool

HasSNssaiInfoList returns a boolean if a field has been set.

func (UnTrustAfInfo) MarshalJSON ¶

func (o UnTrustAfInfo) MarshalJSON() ([]byte, error)

func (*UnTrustAfInfo) SetAfId ¶

func (o *UnTrustAfInfo) SetAfId(v string)

SetAfId sets field value

func (*UnTrustAfInfo) SetMappingInd ¶

func (o *UnTrustAfInfo) SetMappingInd(v bool)

SetMappingInd gets a reference to the given bool and assigns it to the MappingInd field.

func (*UnTrustAfInfo) SetSNssaiInfoList ¶

func (o *UnTrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem)

SetSNssaiInfoList gets a reference to the given []SnssaiInfoItem and assigns it to the SNssaiInfoList field.

func (UnTrustAfInfo) ToMap ¶

func (o UnTrustAfInfo) ToMap() (map[string]interface{}, error)

type UpPathChgEvent ¶

type UpPathChgEvent struct {
	// String providing an URI formatted according to RFC 3986.
	NotificationUri string `json:"notificationUri"`
	// It is used to set the value of Notification Correlation ID in the notification sent by  the SMF.
	NotifCorreId string         `json:"notifCorreId"`
	DnaiChgType  DnaiChangeType `json:"dnaiChgType"`
	AfAckInd     *bool          `json:"afAckInd,omitempty"`
}

UpPathChgEvent Contains the UP path change event subscription from the AF.

func NewUpPathChgEvent ¶

func NewUpPathChgEvent(notificationUri string, notifCorreId string, dnaiChgType DnaiChangeType) *UpPathChgEvent

NewUpPathChgEvent instantiates a new UpPathChgEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpPathChgEventWithDefaults ¶

func NewUpPathChgEventWithDefaults() *UpPathChgEvent

NewUpPathChgEventWithDefaults instantiates a new UpPathChgEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpPathChgEvent) GetAfAckInd ¶

func (o *UpPathChgEvent) GetAfAckInd() bool

GetAfAckInd returns the AfAckInd field value if set, zero value otherwise.

func (*UpPathChgEvent) GetAfAckIndOk ¶

func (o *UpPathChgEvent) GetAfAckIndOk() (*bool, bool)

GetAfAckIndOk returns a tuple with the AfAckInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpPathChgEvent) GetDnaiChgType ¶

func (o *UpPathChgEvent) GetDnaiChgType() DnaiChangeType

GetDnaiChgType returns the DnaiChgType field value

func (*UpPathChgEvent) GetDnaiChgTypeOk ¶

func (o *UpPathChgEvent) GetDnaiChgTypeOk() (*DnaiChangeType, bool)

GetDnaiChgTypeOk returns a tuple with the DnaiChgType field value and a boolean to check if the value has been set.

func (*UpPathChgEvent) GetNotifCorreId ¶

func (o *UpPathChgEvent) GetNotifCorreId() string

GetNotifCorreId returns the NotifCorreId field value

func (*UpPathChgEvent) GetNotifCorreIdOk ¶

func (o *UpPathChgEvent) GetNotifCorreIdOk() (*string, bool)

GetNotifCorreIdOk returns a tuple with the NotifCorreId field value and a boolean to check if the value has been set.

func (*UpPathChgEvent) GetNotificationUri ¶

func (o *UpPathChgEvent) GetNotificationUri() string

GetNotificationUri returns the NotificationUri field value

func (*UpPathChgEvent) GetNotificationUriOk ¶

func (o *UpPathChgEvent) GetNotificationUriOk() (*string, bool)

GetNotificationUriOk returns a tuple with the NotificationUri field value and a boolean to check if the value has been set.

func (*UpPathChgEvent) HasAfAckInd ¶

func (o *UpPathChgEvent) HasAfAckInd() bool

HasAfAckInd returns a boolean if a field has been set.

func (UpPathChgEvent) MarshalJSON ¶

func (o UpPathChgEvent) MarshalJSON() ([]byte, error)

func (*UpPathChgEvent) SetAfAckInd ¶

func (o *UpPathChgEvent) SetAfAckInd(v bool)

SetAfAckInd gets a reference to the given bool and assigns it to the AfAckInd field.

func (*UpPathChgEvent) SetDnaiChgType ¶

func (o *UpPathChgEvent) SetDnaiChgType(v DnaiChangeType)

SetDnaiChgType sets field value

func (*UpPathChgEvent) SetNotifCorreId ¶

func (o *UpPathChgEvent) SetNotifCorreId(v string)

SetNotifCorreId sets field value

func (*UpPathChgEvent) SetNotificationUri ¶

func (o *UpPathChgEvent) SetNotificationUri(v string)

SetNotificationUri sets field value

func (UpPathChgEvent) ToMap ¶

func (o UpPathChgEvent) ToMap() (map[string]interface{}, error)

type UpfFunctionSingle ¶

type UpfFunctionSingle struct {
	Top
	Attributes       *UpfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
	PerfMetricJob    []PerfMetricJobSingle             `json:"PerfMetricJob,omitempty"`
	ThresholdMonitor []ThresholdMonitorSingle          `json:"ThresholdMonitor,omitempty"`
	ManagedNFService []ManagedNFServiceSingle          `json:"ManagedNFService,omitempty"`
	TraceJob         []TraceJobSingle                  `json:"TraceJob,omitempty"`
	EPN3             []EPN3Single                      `json:"EP_N3,omitempty"`
	EPN4             []EPN4Single                      `json:"EP_N4,omitempty"`
	EPN6             []EPN6Single                      `json:"EP_N6,omitempty"`
	EPN9             []EPN9Single                      `json:"EP_N9,omitempty"`
	EPS5U            []EPS5USingle                     `json:"EP_S5U,omitempty"`
}

UpfFunctionSingle struct for UpfFunctionSingle

func NewUpfFunctionSingle ¶

func NewUpfFunctionSingle(id NullableString) *UpfFunctionSingle

NewUpfFunctionSingle instantiates a new UpfFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleWithDefaults ¶

func NewUpfFunctionSingleWithDefaults() *UpfFunctionSingle

NewUpfFunctionSingleWithDefaults instantiates a new UpfFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetAttributesOk ¶

func (o *UpfFunctionSingle) GetAttributesOk() (*UpfFunctionSingleAllOfAttributes, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPN3 ¶

func (o *UpfFunctionSingle) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN3Ok ¶

func (o *UpfFunctionSingle) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPN4 ¶

func (o *UpfFunctionSingle) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN4Ok ¶

func (o *UpfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPN6 ¶

func (o *UpfFunctionSingle) GetEPN6() []EPN6Single

GetEPN6 returns the EPN6 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN6Ok ¶

func (o *UpfFunctionSingle) GetEPN6Ok() ([]EPN6Single, bool)

GetEPN6Ok returns a tuple with the EPN6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPN9 ¶

func (o *UpfFunctionSingle) GetEPN9() []EPN9Single

GetEPN9 returns the EPN9 field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPN9Ok ¶

func (o *UpfFunctionSingle) GetEPN9Ok() ([]EPN9Single, bool)

GetEPN9Ok returns a tuple with the EPN9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetEPS5U ¶

func (o *UpfFunctionSingle) GetEPS5U() []EPS5USingle

GetEPS5U returns the EPS5U field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetEPS5UOk ¶

func (o *UpfFunctionSingle) GetEPS5UOk() ([]EPS5USingle, bool)

GetEPS5UOk returns a tuple with the EPS5U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetManagedNFService ¶

func (o *UpfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle

GetManagedNFService returns the ManagedNFService field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetManagedNFServiceOk ¶

func (o *UpfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool)

GetManagedNFServiceOk returns a tuple with the ManagedNFService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetPerfMetricJob ¶

func (o *UpfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle

GetPerfMetricJob returns the PerfMetricJob field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetPerfMetricJobOk ¶

func (o *UpfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool)

GetPerfMetricJobOk returns a tuple with the PerfMetricJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetThresholdMonitor ¶

func (o *UpfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle

GetThresholdMonitor returns the ThresholdMonitor field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetThresholdMonitorOk ¶

func (o *UpfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool)

GetThresholdMonitorOk returns a tuple with the ThresholdMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) GetTraceJob ¶

func (o *UpfFunctionSingle) GetTraceJob() []TraceJobSingle

GetTraceJob returns the TraceJob field value if set, zero value otherwise.

func (*UpfFunctionSingle) GetTraceJobOk ¶

func (o *UpfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool)

GetTraceJobOk returns a tuple with the TraceJob field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingle) HasAttributes ¶

func (o *UpfFunctionSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN3 ¶

func (o *UpfFunctionSingle) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN4 ¶

func (o *UpfFunctionSingle) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN6 ¶

func (o *UpfFunctionSingle) HasEPN6() bool

HasEPN6 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPN9 ¶

func (o *UpfFunctionSingle) HasEPN9() bool

HasEPN9 returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasEPS5U ¶

func (o *UpfFunctionSingle) HasEPS5U() bool

HasEPS5U returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasManagedNFService ¶

func (o *UpfFunctionSingle) HasManagedNFService() bool

HasManagedNFService returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasPerfMetricJob ¶

func (o *UpfFunctionSingle) HasPerfMetricJob() bool

HasPerfMetricJob returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasThresholdMonitor ¶

func (o *UpfFunctionSingle) HasThresholdMonitor() bool

HasThresholdMonitor returns a boolean if a field has been set.

func (*UpfFunctionSingle) HasTraceJob ¶

func (o *UpfFunctionSingle) HasTraceJob() bool

HasTraceJob returns a boolean if a field has been set.

func (UpfFunctionSingle) MarshalJSON ¶

func (o UpfFunctionSingle) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingle) SetAttributes ¶

SetAttributes gets a reference to the given UpfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (*UpfFunctionSingle) SetEPN3 ¶

func (o *UpfFunctionSingle) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*UpfFunctionSingle) SetEPN4 ¶

func (o *UpfFunctionSingle) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*UpfFunctionSingle) SetEPN6 ¶

func (o *UpfFunctionSingle) SetEPN6(v []EPN6Single)

SetEPN6 gets a reference to the given []EPN6Single and assigns it to the EPN6 field.

func (*UpfFunctionSingle) SetEPN9 ¶

func (o *UpfFunctionSingle) SetEPN9(v []EPN9Single)

SetEPN9 gets a reference to the given []EPN9Single and assigns it to the EPN9 field.

func (*UpfFunctionSingle) SetEPS5U ¶

func (o *UpfFunctionSingle) SetEPS5U(v []EPS5USingle)

SetEPS5U gets a reference to the given []EPS5USingle and assigns it to the EPS5U field.

func (*UpfFunctionSingle) SetManagedNFService ¶

func (o *UpfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle)

SetManagedNFService gets a reference to the given []ManagedNFServiceSingle and assigns it to the ManagedNFService field.

func (*UpfFunctionSingle) SetPerfMetricJob ¶

func (o *UpfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle)

SetPerfMetricJob gets a reference to the given []PerfMetricJobSingle and assigns it to the PerfMetricJob field.

func (*UpfFunctionSingle) SetThresholdMonitor ¶

func (o *UpfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle)

SetThresholdMonitor gets a reference to the given []ThresholdMonitorSingle and assigns it to the ThresholdMonitor field.

func (*UpfFunctionSingle) SetTraceJob ¶

func (o *UpfFunctionSingle) SetTraceJob(v []TraceJobSingle)

SetTraceJob gets a reference to the given []TraceJobSingle and assigns it to the TraceJob field.

func (UpfFunctionSingle) ToMap ¶

func (o UpfFunctionSingle) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOf ¶

type UpfFunctionSingleAllOf struct {
	Attributes *UpfFunctionSingleAllOfAttributes `json:"attributes,omitempty"`
}

UpfFunctionSingleAllOf struct for UpfFunctionSingleAllOf

func NewUpfFunctionSingleAllOf ¶

func NewUpfFunctionSingleAllOf() *UpfFunctionSingleAllOf

NewUpfFunctionSingleAllOf instantiates a new UpfFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOfWithDefaults ¶

func NewUpfFunctionSingleAllOfWithDefaults() *UpfFunctionSingleAllOf

NewUpfFunctionSingleAllOfWithDefaults instantiates a new UpfFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOf) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf) HasAttributes ¶

func (o *UpfFunctionSingleAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (UpfFunctionSingleAllOf) MarshalJSON ¶

func (o UpfFunctionSingleAllOf) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOf) SetAttributes ¶

SetAttributes gets a reference to the given UpfFunctionSingleAllOfAttributes and assigns it to the Attributes field.

func (UpfFunctionSingleAllOf) ToMap ¶

func (o UpfFunctionSingleAllOf) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOf1 ¶

type UpfFunctionSingleAllOf1 struct {
	EPN3  []EPN3Single  `json:"EP_N3,omitempty"`
	EPN4  []EPN4Single  `json:"EP_N4,omitempty"`
	EPN6  []EPN6Single  `json:"EP_N6,omitempty"`
	EPN9  []EPN9Single  `json:"EP_N9,omitempty"`
	EPS5U []EPS5USingle `json:"EP_S5U,omitempty"`
}

UpfFunctionSingleAllOf1 struct for UpfFunctionSingleAllOf1

func NewUpfFunctionSingleAllOf1 ¶

func NewUpfFunctionSingleAllOf1() *UpfFunctionSingleAllOf1

NewUpfFunctionSingleAllOf1 instantiates a new UpfFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOf1WithDefaults ¶

func NewUpfFunctionSingleAllOf1WithDefaults() *UpfFunctionSingleAllOf1

NewUpfFunctionSingleAllOf1WithDefaults instantiates a new UpfFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOf1) GetEPN3 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN3() []EPN3Single

GetEPN3 returns the EPN3 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN3Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN3Ok() ([]EPN3Single, bool)

GetEPN3Ok returns a tuple with the EPN3 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPN4 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN4() []EPN4Single

GetEPN4 returns the EPN4 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN4Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool)

GetEPN4Ok returns a tuple with the EPN4 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPN6 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN6() []EPN6Single

GetEPN6 returns the EPN6 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN6Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN6Ok() ([]EPN6Single, bool)

GetEPN6Ok returns a tuple with the EPN6 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPN9 ¶

func (o *UpfFunctionSingleAllOf1) GetEPN9() []EPN9Single

GetEPN9 returns the EPN9 field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPN9Ok ¶

func (o *UpfFunctionSingleAllOf1) GetEPN9Ok() ([]EPN9Single, bool)

GetEPN9Ok returns a tuple with the EPN9 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) GetEPS5U ¶

func (o *UpfFunctionSingleAllOf1) GetEPS5U() []EPS5USingle

GetEPS5U returns the EPS5U field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOf1) GetEPS5UOk ¶

func (o *UpfFunctionSingleAllOf1) GetEPS5UOk() ([]EPS5USingle, bool)

GetEPS5UOk returns a tuple with the EPS5U field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOf1) HasEPN3 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN3() bool

HasEPN3 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPN4 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN4() bool

HasEPN4 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPN6 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN6() bool

HasEPN6 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPN9 ¶

func (o *UpfFunctionSingleAllOf1) HasEPN9() bool

HasEPN9 returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOf1) HasEPS5U ¶

func (o *UpfFunctionSingleAllOf1) HasEPS5U() bool

HasEPS5U returns a boolean if a field has been set.

func (UpfFunctionSingleAllOf1) MarshalJSON ¶

func (o UpfFunctionSingleAllOf1) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOf1) SetEPN3 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN3(v []EPN3Single)

SetEPN3 gets a reference to the given []EPN3Single and assigns it to the EPN3 field.

func (*UpfFunctionSingleAllOf1) SetEPN4 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN4(v []EPN4Single)

SetEPN4 gets a reference to the given []EPN4Single and assigns it to the EPN4 field.

func (*UpfFunctionSingleAllOf1) SetEPN6 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN6(v []EPN6Single)

SetEPN6 gets a reference to the given []EPN6Single and assigns it to the EPN6 field.

func (*UpfFunctionSingleAllOf1) SetEPN9 ¶

func (o *UpfFunctionSingleAllOf1) SetEPN9(v []EPN9Single)

SetEPN9 gets a reference to the given []EPN9Single and assigns it to the EPN9 field.

func (*UpfFunctionSingleAllOf1) SetEPS5U ¶

func (o *UpfFunctionSingleAllOf1) SetEPS5U(v []EPS5USingle)

SetEPS5U gets a reference to the given []EPS5USingle and assigns it to the EPS5U field.

func (UpfFunctionSingleAllOf1) ToMap ¶

func (o UpfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOfAttributes ¶

type UpfFunctionSingleAllOfAttributes struct {
	ManagedFunctionAttr
	PLMNInfoList          []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32                `json:"nRTACList,omitempty"`
	CNSIIdList            []string               `json:"cNSIIdList,omitempty"`
	SmfServingArea        *string                `json:"smfServingArea,omitempty"`
	InterfaceUpfInfoList  []InterfaceUpfInfoItem `json:"interfaceUpfInfoList,omitempty"`
	IwkEpsInd             *bool                  `json:"iwkEpsInd,omitempty"`
	PduSessionTypes       *string                `json:"pduSessionTypes,omitempty"`
	AtsssCapability       *AtsssCapability       `json:"atsssCapability,omitempty"`
	UeIpAddrInd           *bool                  `json:"ueIpAddrInd,omitempty"`
	TaiList               []Tai                  `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange             `json:"taiRangeList,omitempty"`
	WAgfInfo              *IpInterface           `json:"wAgfInfo,omitempty"`
	TngfInfo              *IpInterface           `json:"tngfInfo,omitempty"`
	TwifInfo              *IpInterface           `json:"twifInfo,omitempty"`
	Priority              *int32                 `json:"priority,omitempty"`
	RedundantGtpu         *bool                  `json:"redundantGtpu,omitempty"`
	Ipups                 *bool                  `json:"ipups,omitempty"`
	DataForwarding        *bool                  `json:"dataForwarding,omitempty"`
	SupportedPfcpFeatures *string                `json:"supportedPfcpFeatures,omitempty"`
	ManagedNFProfile      *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	SupportedBMOList      []string               `json:"supportedBMOList,omitempty"`
}

UpfFunctionSingleAllOfAttributes struct for UpfFunctionSingleAllOfAttributes

func NewUpfFunctionSingleAllOfAttributes ¶

func NewUpfFunctionSingleAllOfAttributes() *UpfFunctionSingleAllOfAttributes

NewUpfFunctionSingleAllOfAttributes instantiates a new UpfFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOfAttributesWithDefaults ¶

func NewUpfFunctionSingleAllOfAttributesWithDefaults() *UpfFunctionSingleAllOfAttributes

NewUpfFunctionSingleAllOfAttributesWithDefaults instantiates a new UpfFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOfAttributes) GetAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributes) GetAtsssCapability() AtsssCapability

GetAtsssCapability returns the AtsssCapability field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetAtsssCapabilityOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetAtsssCapabilityOk() (*AtsssCapability, bool)

GetAtsssCapabilityOk returns a tuple with the AtsssCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetCNSIIdListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributes) GetDataForwarding() bool

GetDataForwarding returns the DataForwarding field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetDataForwardingOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetDataForwardingOk() (*bool, bool)

GetDataForwardingOk returns a tuple with the DataForwarding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem

GetInterfaceUpfInfoList returns the InterfaceUpfInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)

GetInterfaceUpfInfoListOk returns a tuple with the InterfaceUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetIpups ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIpups() bool

GetIpups returns the Ipups field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetIpupsOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIpupsOk() (*bool, bool)

GetIpupsOk returns a tuple with the Ipups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetIwkEpsIndOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetManagedNFProfileOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetNRTACListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetPLMNInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPduSessionTypes() string

GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetPduSessionTypesOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPduSessionTypesOk() (*string, bool)

GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetPriority ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPriority() int32

GetPriority returns the Priority field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetPriorityOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributes) GetRedundantGtpu() bool

GetRedundantGtpu returns the RedundantGtpu field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetRedundantGtpuOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetRedundantGtpuOk() (*bool, bool)

GetRedundantGtpuOk returns a tuple with the RedundantGtpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSmfServingArea() string

GetSmfServingArea returns the SmfServingArea field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetSmfServingAreaOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSmfServingAreaOk() (*string, bool)

GetSmfServingAreaOk returns a tuple with the SmfServingArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedBMOListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeatures() string

GetSupportedPfcpFeatures returns the SupportedPfcpFeatures field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeaturesOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeaturesOk() (*string, bool)

GetSupportedPfcpFeaturesOk returns a tuple with the SupportedPfcpFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTaiListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTaiRangeListOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTngfInfo ¶

GetTngfInfo returns the TngfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTngfInfoOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTngfInfoOk() (*IpInterface, bool)

GetTngfInfoOk returns a tuple with the TngfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetTwifInfo ¶

GetTwifInfo returns the TwifInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetTwifInfoOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetTwifInfoOk() (*IpInterface, bool)

GetTwifInfoOk returns a tuple with the TwifInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributes) GetUeIpAddrInd() bool

GetUeIpAddrInd returns the UeIpAddrInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetUeIpAddrIndOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetUeIpAddrIndOk() (*bool, bool)

GetUeIpAddrIndOk returns a tuple with the UeIpAddrInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) GetWAgfInfo ¶

GetWAgfInfo returns the WAgfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributes) GetWAgfInfoOk ¶

func (o *UpfFunctionSingleAllOfAttributes) GetWAgfInfoOk() (*IpInterface, bool)

GetWAgfInfoOk returns a tuple with the WAgfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributes) HasAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributes) HasAtsssCapability() bool

HasAtsssCapability returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributes) HasDataForwarding() bool

HasDataForwarding returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasInterfaceUpfInfoList() bool

HasInterfaceUpfInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasIpups ¶

func (o *UpfFunctionSingleAllOfAttributes) HasIpups() bool

HasIpups returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributes) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributes) HasPduSessionTypes() bool

HasPduSessionTypes returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasPriority ¶

func (o *UpfFunctionSingleAllOfAttributes) HasPriority() bool

HasPriority returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributes) HasRedundantGtpu() bool

HasRedundantGtpu returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributes) HasSmfServingArea() bool

HasSmfServingArea returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributes) HasSupportedPfcpFeatures() bool

HasSupportedPfcpFeatures returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTaiList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTaiList() bool

HasTaiList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTngfInfo ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTngfInfo() bool

HasTngfInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasTwifInfo ¶

func (o *UpfFunctionSingleAllOfAttributes) HasTwifInfo() bool

HasTwifInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributes) HasUeIpAddrInd() bool

HasUeIpAddrInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributes) HasWAgfInfo ¶

func (o *UpfFunctionSingleAllOfAttributes) HasWAgfInfo() bool

HasWAgfInfo returns a boolean if a field has been set.

func (UpfFunctionSingleAllOfAttributes) MarshalJSON ¶

func (o UpfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOfAttributes) SetAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributes) SetAtsssCapability(v AtsssCapability)

SetAtsssCapability gets a reference to the given AtsssCapability and assigns it to the AtsssCapability field.

func (*UpfFunctionSingleAllOfAttributes) SetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*UpfFunctionSingleAllOfAttributes) SetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributes) SetDataForwarding(v bool)

SetDataForwarding gets a reference to the given bool and assigns it to the DataForwarding field.

func (*UpfFunctionSingleAllOfAttributes) SetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem)

SetInterfaceUpfInfoList gets a reference to the given []InterfaceUpfInfoItem and assigns it to the InterfaceUpfInfoList field.

func (*UpfFunctionSingleAllOfAttributes) SetIpups ¶

func (o *UpfFunctionSingleAllOfAttributes) SetIpups(v bool)

SetIpups gets a reference to the given bool and assigns it to the Ipups field.

func (*UpfFunctionSingleAllOfAttributes) SetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributes) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*UpfFunctionSingleAllOfAttributes) SetManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UpfFunctionSingleAllOfAttributes) SetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*UpfFunctionSingleAllOfAttributes) SetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UpfFunctionSingleAllOfAttributes) SetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributes) SetPduSessionTypes(v string)

SetPduSessionTypes gets a reference to the given string and assigns it to the PduSessionTypes field.

func (*UpfFunctionSingleAllOfAttributes) SetPriority ¶

func (o *UpfFunctionSingleAllOfAttributes) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*UpfFunctionSingleAllOfAttributes) SetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributes) SetRedundantGtpu(v bool)

SetRedundantGtpu gets a reference to the given bool and assigns it to the RedundantGtpu field.

func (*UpfFunctionSingleAllOfAttributes) SetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributes) SetSmfServingArea(v string)

SetSmfServingArea gets a reference to the given string and assigns it to the SmfServingArea field.

func (*UpfFunctionSingleAllOfAttributes) SetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*UpfFunctionSingleAllOfAttributes) SetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributes) SetSupportedPfcpFeatures(v string)

SetSupportedPfcpFeatures gets a reference to the given string and assigns it to the SupportedPfcpFeatures field.

func (*UpfFunctionSingleAllOfAttributes) SetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*UpfFunctionSingleAllOfAttributes) SetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*UpfFunctionSingleAllOfAttributes) SetTngfInfo ¶

SetTngfInfo gets a reference to the given IpInterface and assigns it to the TngfInfo field.

func (*UpfFunctionSingleAllOfAttributes) SetTwifInfo ¶

SetTwifInfo gets a reference to the given IpInterface and assigns it to the TwifInfo field.

func (*UpfFunctionSingleAllOfAttributes) SetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributes) SetUeIpAddrInd(v bool)

SetUeIpAddrInd gets a reference to the given bool and assigns it to the UeIpAddrInd field.

func (*UpfFunctionSingleAllOfAttributes) SetWAgfInfo ¶

SetWAgfInfo gets a reference to the given IpInterface and assigns it to the WAgfInfo field.

func (UpfFunctionSingleAllOfAttributes) ToMap ¶

func (o UpfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error)

type UpfFunctionSingleAllOfAttributesAllOf ¶

type UpfFunctionSingleAllOfAttributesAllOf struct {
	PLMNInfoList          []PlmnInfo             `json:"pLMNInfoList,omitempty"`
	NRTACList             []int32                `json:"nRTACList,omitempty"`
	CNSIIdList            []string               `json:"cNSIIdList,omitempty"`
	SmfServingArea        *string                `json:"smfServingArea,omitempty"`
	InterfaceUpfInfoList  []InterfaceUpfInfoItem `json:"interfaceUpfInfoList,omitempty"`
	IwkEpsInd             *bool                  `json:"iwkEpsInd,omitempty"`
	PduSessionTypes       *string                `json:"pduSessionTypes,omitempty"`
	AtsssCapability       *AtsssCapability       `json:"atsssCapability,omitempty"`
	UeIpAddrInd           *bool                  `json:"ueIpAddrInd,omitempty"`
	TaiList               []Tai                  `json:"taiList,omitempty"`
	TaiRangeList          []TaiRange             `json:"taiRangeList,omitempty"`
	WAgfInfo              *IpInterface           `json:"wAgfInfo,omitempty"`
	TngfInfo              *IpInterface           `json:"tngfInfo,omitempty"`
	TwifInfo              *IpInterface           `json:"twifInfo,omitempty"`
	Priority              *int32                 `json:"priority,omitempty"`
	RedundantGtpu         *bool                  `json:"redundantGtpu,omitempty"`
	Ipups                 *bool                  `json:"ipups,omitempty"`
	DataForwarding        *bool                  `json:"dataForwarding,omitempty"`
	SupportedPfcpFeatures *string                `json:"supportedPfcpFeatures,omitempty"`
	ManagedNFProfile      *ManagedNFProfile      `json:"managedNFProfile,omitempty"`
	SupportedBMOList      []string               `json:"supportedBMOList,omitempty"`
}

UpfFunctionSingleAllOfAttributesAllOf struct for UpfFunctionSingleAllOfAttributesAllOf

func NewUpfFunctionSingleAllOfAttributesAllOf ¶

func NewUpfFunctionSingleAllOfAttributesAllOf() *UpfFunctionSingleAllOfAttributesAllOf

NewUpfFunctionSingleAllOfAttributesAllOf instantiates a new UpfFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpfFunctionSingleAllOfAttributesAllOfWithDefaults ¶

func NewUpfFunctionSingleAllOfAttributesAllOfWithDefaults() *UpfFunctionSingleAllOfAttributesAllOf

NewUpfFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new UpfFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapability ¶

GetAtsssCapability returns the AtsssCapability field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapabilityOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapabilityOk() (*AtsssCapability, bool)

GetAtsssCapabilityOk returns a tuple with the AtsssCapability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string

GetCNSIIdList returns the CNSIIdList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool)

GetCNSIIdListOk returns a tuple with the CNSIIdList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetDataForwarding() bool

GetDataForwarding returns the DataForwarding field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetDataForwardingOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetDataForwardingOk() (*bool, bool)

GetDataForwardingOk returns a tuple with the DataForwarding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem

GetInterfaceUpfInfoList returns the InterfaceUpfInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)

GetInterfaceUpfInfoListOk returns a tuple with the InterfaceUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIpups ¶

GetIpups returns the Ipups field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIpupsOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIpupsOk() (*bool, bool)

GetIpupsOk returns a tuple with the Ipups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsInd() bool

GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsIndOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsIndOk() (*bool, bool)

GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile ¶

GetManagedNFProfile returns the ManagedNFProfile field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool)

GetManagedNFProfileOk returns a tuple with the ManagedNFProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetNRTACList() []int32

GetNRTACList returns the NRTACList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool)

GetNRTACListOk returns a tuple with the NRTACList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo

GetPLMNInfoList returns the PLMNInfoList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool)

GetPLMNInfoListOk returns a tuple with the PLMNInfoList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypes() string

GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypesOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypesOk() (*string, bool)

GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPriority ¶

GetPriority returns the Priority field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetPriorityOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpu() bool

GetRedundantGtpu returns the RedundantGtpu field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpuOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpuOk() (*bool, bool)

GetRedundantGtpuOk returns a tuple with the RedundantGtpu field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingArea() string

GetSmfServingArea returns the SmfServingArea field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingAreaOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingAreaOk() (*string, bool)

GetSmfServingAreaOk returns a tuple with the SmfServingArea field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList() []string

GetSupportedBMOList returns the SupportedBMOList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk() ([]string, bool)

GetSupportedBMOListOk returns a tuple with the SupportedBMOList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeatures() string

GetSupportedPfcpFeatures returns the SupportedPfcpFeatures field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeaturesOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeaturesOk() (*string, bool)

GetSupportedPfcpFeaturesOk returns a tuple with the SupportedPfcpFeatures field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai

GetTaiList returns the TaiList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool)

GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange

GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool)

GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTngfInfo ¶

GetTngfInfo returns the TngfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTngfInfoOk ¶

GetTngfInfoOk returns a tuple with the TngfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTwifInfo ¶

GetTwifInfo returns the TwifInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetTwifInfoOk ¶

GetTwifInfoOk returns a tuple with the TwifInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrInd() bool

GetUeIpAddrInd returns the UeIpAddrInd field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrIndOk ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrIndOk() (*bool, bool)

GetUeIpAddrIndOk returns a tuple with the UeIpAddrInd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetWAgfInfo ¶

GetWAgfInfo returns the WAgfInfo field value if set, zero value otherwise.

func (*UpfFunctionSingleAllOfAttributesAllOf) GetWAgfInfoOk ¶

GetWAgfInfoOk returns a tuple with the WAgfInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasAtsssCapability() bool

HasAtsssCapability returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool

HasCNSIIdList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasDataForwarding() bool

HasDataForwarding returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasInterfaceUpfInfoList() bool

HasInterfaceUpfInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasIpups ¶

HasIpups returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasIwkEpsInd() bool

HasIwkEpsInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool

HasManagedNFProfile returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasNRTACList() bool

HasNRTACList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool

HasPLMNInfoList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasPduSessionTypes() bool

HasPduSessionTypes returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasPriority ¶

HasPriority returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasRedundantGtpu() bool

HasRedundantGtpu returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSmfServingArea() bool

HasSmfServingArea returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList() bool

HasSupportedBMOList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSupportedPfcpFeatures() bool

HasSupportedPfcpFeatures returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTaiList ¶

HasTaiList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool

HasTaiRangeList returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTngfInfo ¶

HasTngfInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasTwifInfo ¶

HasTwifInfo returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) HasUeIpAddrInd() bool

HasUeIpAddrInd returns a boolean if a field has been set.

func (*UpfFunctionSingleAllOfAttributesAllOf) HasWAgfInfo ¶

HasWAgfInfo returns a boolean if a field has been set.

func (UpfFunctionSingleAllOfAttributesAllOf) MarshalJSON ¶

func (o UpfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error)

func (*UpfFunctionSingleAllOfAttributesAllOf) SetAtsssCapability ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetAtsssCapability(v AtsssCapability)

SetAtsssCapability gets a reference to the given AtsssCapability and assigns it to the AtsssCapability field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string)

SetCNSIIdList gets a reference to the given []string and assigns it to the CNSIIdList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetDataForwarding ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetDataForwarding(v bool)

SetDataForwarding gets a reference to the given bool and assigns it to the DataForwarding field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetInterfaceUpfInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem)

SetInterfaceUpfInfoList gets a reference to the given []InterfaceUpfInfoItem and assigns it to the InterfaceUpfInfoList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetIpups ¶

SetIpups gets a reference to the given bool and assigns it to the Ipups field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetIwkEpsInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetIwkEpsInd(v bool)

SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile)

SetManagedNFProfile gets a reference to the given ManagedNFProfile and assigns it to the ManagedNFProfile field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetNRTACList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetNRTACList(v []int32)

SetNRTACList gets a reference to the given []int32 and assigns it to the NRTACList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo)

SetPLMNInfoList gets a reference to the given []PlmnInfo and assigns it to the PLMNInfoList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetPduSessionTypes ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPduSessionTypes(v string)

SetPduSessionTypes gets a reference to the given string and assigns it to the PduSessionTypes field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetPriority ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPriority(v int32)

SetPriority gets a reference to the given int32 and assigns it to the Priority field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetRedundantGtpu ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetRedundantGtpu(v bool)

SetRedundantGtpu gets a reference to the given bool and assigns it to the RedundantGtpu field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetSmfServingArea ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSmfServingArea(v string)

SetSmfServingArea gets a reference to the given string and assigns it to the SmfServingArea field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList(v []string)

SetSupportedBMOList gets a reference to the given []string and assigns it to the SupportedBMOList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetSupportedPfcpFeatures ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSupportedPfcpFeatures(v string)

SetSupportedPfcpFeatures gets a reference to the given string and assigns it to the SupportedPfcpFeatures field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTaiList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai)

SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange)

SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTngfInfo ¶

SetTngfInfo gets a reference to the given IpInterface and assigns it to the TngfInfo field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetTwifInfo ¶

SetTwifInfo gets a reference to the given IpInterface and assigns it to the TwifInfo field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetUeIpAddrInd ¶

func (o *UpfFunctionSingleAllOfAttributesAllOf) SetUeIpAddrInd(v bool)

SetUeIpAddrInd gets a reference to the given bool and assigns it to the UeIpAddrInd field.

func (*UpfFunctionSingleAllOfAttributesAllOf) SetWAgfInfo ¶

SetWAgfInfo gets a reference to the given IpInterface and assigns it to the WAgfInfo field.

func (UpfFunctionSingleAllOfAttributesAllOf) ToMap ¶

func (o UpfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error)

type UsageState ¶

type UsageState string

UsageState the model 'UsageState'

const (
	IDEL   UsageState = "IDEL"
	ACTIVE UsageState = "ACTIVE"
	BUSY   UsageState = "BUSY"
)

List of UsageState

func NewUsageStateFromValue ¶

func NewUsageStateFromValue(v string) (*UsageState, error)

NewUsageStateFromValue returns a pointer to a valid UsageState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (UsageState) IsValid ¶

func (v UsageState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (UsageState) Ptr ¶

func (v UsageState) Ptr() *UsageState

Ptr returns reference to UsageState value

func (*UsageState) UnmarshalJSON ¶

func (v *UsageState) UnmarshalJSON(src []byte) error

type V2xCapability ¶

type V2xCapability struct {
	LteV2x *bool `json:"lteV2x,omitempty"`
	NrV2x  *bool `json:"nrV2x,omitempty"`
}

V2xCapability struct for V2xCapability

func NewV2xCapability ¶

func NewV2xCapability() *V2xCapability

NewV2xCapability instantiates a new V2xCapability object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewV2xCapabilityWithDefaults ¶

func NewV2xCapabilityWithDefaults() *V2xCapability

NewV2xCapabilityWithDefaults instantiates a new V2xCapability object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*V2xCapability) GetLteV2x ¶

func (o *V2xCapability) GetLteV2x() bool

GetLteV2x returns the LteV2x field value if set, zero value otherwise.

func (*V2xCapability) GetLteV2xOk ¶

func (o *V2xCapability) GetLteV2xOk() (*bool, bool)

GetLteV2xOk returns a tuple with the LteV2x field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xCapability) GetNrV2x ¶

func (o *V2xCapability) GetNrV2x() bool

GetNrV2x returns the NrV2x field value if set, zero value otherwise.

func (*V2xCapability) GetNrV2xOk ¶

func (o *V2xCapability) GetNrV2xOk() (*bool, bool)

GetNrV2xOk returns a tuple with the NrV2x field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V2xCapability) HasLteV2x ¶

func (o *V2xCapability) HasLteV2x() bool

HasLteV2x returns a boolean if a field has been set.

func (*V2xCapability) HasNrV2x ¶

func (o *V2xCapability) HasNrV2x() bool

HasNrV2x returns a boolean if a field has been set.

func (V2xCapability) MarshalJSON ¶

func (o V2xCapability) MarshalJSON() ([]byte, error)

func (*V2xCapability) SetLteV2x ¶

func (o *V2xCapability) SetLteV2x(v bool)

SetLteV2x gets a reference to the given bool and assigns it to the LteV2x field.

func (*V2xCapability) SetNrV2x ¶

func (o *V2xCapability) SetNrV2x(v bool)

SetNrV2x gets a reference to the given bool and assigns it to the NrV2x field.

func (V2xCapability) ToMap ¶

func (o V2xCapability) ToMap() (map[string]interface{}, error)

type VnfParameter ¶

type VnfParameter struct {
	VnfInstanceId *string `json:"vnfInstanceId,omitempty"`
	VnfdId        *string `json:"vnfdId,omitempty"`
	FlavourId     *string `json:"flavourId,omitempty"`
	AutoScalable  *bool   `json:"autoScalable,omitempty"`
}

VnfParameter struct for VnfParameter

func NewVnfParameter ¶

func NewVnfParameter() *VnfParameter

NewVnfParameter instantiates a new VnfParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVnfParameterWithDefaults ¶

func NewVnfParameterWithDefaults() *VnfParameter

NewVnfParameterWithDefaults instantiates a new VnfParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VnfParameter) GetAutoScalable ¶

func (o *VnfParameter) GetAutoScalable() bool

GetAutoScalable returns the AutoScalable field value if set, zero value otherwise.

func (*VnfParameter) GetAutoScalableOk ¶

func (o *VnfParameter) GetAutoScalableOk() (*bool, bool)

GetAutoScalableOk returns a tuple with the AutoScalable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetFlavourId ¶

func (o *VnfParameter) GetFlavourId() string

GetFlavourId returns the FlavourId field value if set, zero value otherwise.

func (*VnfParameter) GetFlavourIdOk ¶

func (o *VnfParameter) GetFlavourIdOk() (*string, bool)

GetFlavourIdOk returns a tuple with the FlavourId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetVnfInstanceId ¶

func (o *VnfParameter) GetVnfInstanceId() string

GetVnfInstanceId returns the VnfInstanceId field value if set, zero value otherwise.

func (*VnfParameter) GetVnfInstanceIdOk ¶

func (o *VnfParameter) GetVnfInstanceIdOk() (*string, bool)

GetVnfInstanceIdOk returns a tuple with the VnfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) GetVnfdId ¶

func (o *VnfParameter) GetVnfdId() string

GetVnfdId returns the VnfdId field value if set, zero value otherwise.

func (*VnfParameter) GetVnfdIdOk ¶

func (o *VnfParameter) GetVnfdIdOk() (*string, bool)

GetVnfdIdOk returns a tuple with the VnfdId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VnfParameter) HasAutoScalable ¶

func (o *VnfParameter) HasAutoScalable() bool

HasAutoScalable returns a boolean if a field has been set.

func (*VnfParameter) HasFlavourId ¶

func (o *VnfParameter) HasFlavourId() bool

HasFlavourId returns a boolean if a field has been set.

func (*VnfParameter) HasVnfInstanceId ¶

func (o *VnfParameter) HasVnfInstanceId() bool

HasVnfInstanceId returns a boolean if a field has been set.

func (*VnfParameter) HasVnfdId ¶

func (o *VnfParameter) HasVnfdId() bool

HasVnfdId returns a boolean if a field has been set.

func (VnfParameter) MarshalJSON ¶

func (o VnfParameter) MarshalJSON() ([]byte, error)

func (*VnfParameter) SetAutoScalable ¶

func (o *VnfParameter) SetAutoScalable(v bool)

SetAutoScalable gets a reference to the given bool and assigns it to the AutoScalable field.

func (*VnfParameter) SetFlavourId ¶

func (o *VnfParameter) SetFlavourId(v string)

SetFlavourId gets a reference to the given string and assigns it to the FlavourId field.

func (*VnfParameter) SetVnfInstanceId ¶

func (o *VnfParameter) SetVnfInstanceId(v string)

SetVnfInstanceId gets a reference to the given string and assigns it to the VnfInstanceId field.

func (*VnfParameter) SetVnfdId ¶

func (o *VnfParameter) SetVnfdId(v string)

SetVnfdId gets a reference to the given string and assigns it to the VnfdId field.

func (VnfParameter) ToMap ¶

func (o VnfParameter) ToMap() (map[string]interface{}, error)

type VsDataContainerSingle ¶

type VsDataContainerSingle struct {
	Id              *string                          `json:"id,omitempty"`
	Attributes      *VsDataContainerSingleAttributes `json:"attributes,omitempty"`
	VsDataContainer []VsDataContainerSingle          `json:"VsDataContainer,omitempty"`
}

VsDataContainerSingle struct for VsDataContainerSingle

func NewVsDataContainerSingle ¶

func NewVsDataContainerSingle() *VsDataContainerSingle

NewVsDataContainerSingle instantiates a new VsDataContainerSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVsDataContainerSingleWithDefaults ¶

func NewVsDataContainerSingleWithDefaults() *VsDataContainerSingle

NewVsDataContainerSingleWithDefaults instantiates a new VsDataContainerSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VsDataContainerSingle) GetAttributes ¶

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetAttributesOk ¶

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) GetId ¶

func (o *VsDataContainerSingle) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetIdOk ¶

func (o *VsDataContainerSingle) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) GetVsDataContainer ¶

func (o *VsDataContainerSingle) GetVsDataContainer() []VsDataContainerSingle

GetVsDataContainer returns the VsDataContainer field value if set, zero value otherwise.

func (*VsDataContainerSingle) GetVsDataContainerOk ¶

func (o *VsDataContainerSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool)

GetVsDataContainerOk returns a tuple with the VsDataContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingle) HasAttributes ¶

func (o *VsDataContainerSingle) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*VsDataContainerSingle) HasId ¶

func (o *VsDataContainerSingle) HasId() bool

HasId returns a boolean if a field has been set.

func (*VsDataContainerSingle) HasVsDataContainer ¶

func (o *VsDataContainerSingle) HasVsDataContainer() bool

HasVsDataContainer returns a boolean if a field has been set.

func (VsDataContainerSingle) MarshalJSON ¶

func (o VsDataContainerSingle) MarshalJSON() ([]byte, error)

func (*VsDataContainerSingle) SetAttributes ¶

SetAttributes gets a reference to the given VsDataContainerSingleAttributes and assigns it to the Attributes field.

func (*VsDataContainerSingle) SetId ¶

func (o *VsDataContainerSingle) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*VsDataContainerSingle) SetVsDataContainer ¶

func (o *VsDataContainerSingle) SetVsDataContainer(v []VsDataContainerSingle)

SetVsDataContainer gets a reference to the given []VsDataContainerSingle and assigns it to the VsDataContainer field.

func (VsDataContainerSingle) ToMap ¶

func (o VsDataContainerSingle) ToMap() (map[string]interface{}, error)

type VsDataContainerSingleAttributes ¶

type VsDataContainerSingleAttributes struct {
	VsDataType          *string     `json:"vsDataType,omitempty"`
	VsDataFormatVersion *string     `json:"vsDataFormatVersion,omitempty"`
	VsData              interface{} `json:"vsData,omitempty"`
}

VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes

func NewVsDataContainerSingleAttributes ¶

func NewVsDataContainerSingleAttributes() *VsDataContainerSingleAttributes

NewVsDataContainerSingleAttributes instantiates a new VsDataContainerSingleAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVsDataContainerSingleAttributesWithDefaults ¶

func NewVsDataContainerSingleAttributesWithDefaults() *VsDataContainerSingleAttributes

NewVsDataContainerSingleAttributesWithDefaults instantiates a new VsDataContainerSingleAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VsDataContainerSingleAttributes) GetVsData ¶

func (o *VsDataContainerSingleAttributes) GetVsData() interface{}

GetVsData returns the VsData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*VsDataContainerSingleAttributes) GetVsDataFormatVersion ¶

func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersion() string

GetVsDataFormatVersion returns the VsDataFormatVersion field value if set, zero value otherwise.

func (*VsDataContainerSingleAttributes) GetVsDataFormatVersionOk ¶

func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersionOk() (*string, bool)

GetVsDataFormatVersionOk returns a tuple with the VsDataFormatVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingleAttributes) GetVsDataOk ¶

func (o *VsDataContainerSingleAttributes) GetVsDataOk() (*interface{}, bool)

GetVsDataOk returns a tuple with the VsData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*VsDataContainerSingleAttributes) GetVsDataType ¶

func (o *VsDataContainerSingleAttributes) GetVsDataType() string

GetVsDataType returns the VsDataType field value if set, zero value otherwise.

func (*VsDataContainerSingleAttributes) GetVsDataTypeOk ¶

func (o *VsDataContainerSingleAttributes) GetVsDataTypeOk() (*string, bool)

GetVsDataTypeOk returns a tuple with the VsDataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VsDataContainerSingleAttributes) HasVsData ¶

func (o *VsDataContainerSingleAttributes) HasVsData() bool

HasVsData returns a boolean if a field has been set.

func (*VsDataContainerSingleAttributes) HasVsDataFormatVersion ¶

func (o *VsDataContainerSingleAttributes) HasVsDataFormatVersion() bool

HasVsDataFormatVersion returns a boolean if a field has been set.

func (*VsDataContainerSingleAttributes) HasVsDataType ¶

func (o *VsDataContainerSingleAttributes) HasVsDataType() bool

HasVsDataType returns a boolean if a field has been set.

func (VsDataContainerSingleAttributes) MarshalJSON ¶

func (o VsDataContainerSingleAttributes) MarshalJSON() ([]byte, error)

func (*VsDataContainerSingleAttributes) SetVsData ¶

func (o *VsDataContainerSingleAttributes) SetVsData(v interface{})

SetVsData gets a reference to the given interface{} and assigns it to the VsData field.

func (*VsDataContainerSingleAttributes) SetVsDataFormatVersion ¶

func (o *VsDataContainerSingleAttributes) SetVsDataFormatVersion(v string)

SetVsDataFormatVersion gets a reference to the given string and assigns it to the VsDataFormatVersion field.

func (*VsDataContainerSingleAttributes) SetVsDataType ¶

func (o *VsDataContainerSingleAttributes) SetVsDataType(v string)

SetVsDataType gets a reference to the given string and assigns it to the VsDataType field.

func (VsDataContainerSingleAttributes) ToMap ¶

func (o VsDataContainerSingleAttributes) ToMap() (map[string]interface{}, error)

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL