openapi_Nchf_ConvergedCharging

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: 21 Imported by: 0

README

Go API client for openapi_Nchf_ConvergedCharging

ConvergedCharging Service © 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: 3.2.0-alpha.1
  • 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/oauth2
go get golang.org/x/net/context

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

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

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

Documentation for API Endpoints

All URIs are relative to https://example.com/nchf-convergedcharging/v3

Class Method HTTP request Description
DefaultApi ChargingdataChargingDataRefReleasePost Post /chargingdata/{ChargingDataRef}/release
DefaultApi ChargingdataChargingDataRefUpdatePost Post /chargingdata/{ChargingDataRef}/update
DefaultApi ChargingdataPost Post /chargingdata

Documentation For Models

Documentation For Authorization

oAuth2ClientCredentials
  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes:
  • nchf-convergedcharging: Access to the Nchf_ConvergedCharging API

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, sw.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

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 (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// 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 AllowedNullValueEnumValues = []NullValue{
	"null",
}

All allowed values of NullValue enum

Functions

func CacheExpires

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

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

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

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

func PtrFloat32

func PtrFloat32(v float32) *float32

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

func PtrFloat64

func PtrFloat64(v float64) *float64

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

func PtrInt

func PtrInt(v int) *int

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

func PtrInt32

func PtrInt32(v int32) *int32

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

func PtrInt64

func PtrInt64(v int64) *int64

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

func PtrString

func PtrString(v string) *string

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

func PtrTime

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

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

Types

type APIClient

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

APIClient manages communication with the Nchf_ConvergedCharging API v3.2.0-alpha.1 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 APIDirection

type APIDirection struct {
	String *string
}

APIDirection struct for APIDirection

func (*APIDirection) MarshalJSON

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

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

func (*APIDirection) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

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 AccessNetworkInfoChange

type AccessNetworkInfoChange struct {
	AccessNetworkInformation   []string `json:"accessNetworkInformation,omitempty"`
	CellularNetworkInformation *string  `json:"cellularNetworkInformation,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ChangeTime *time.Time `json:"changeTime,omitempty"`
}

AccessNetworkInfoChange struct for AccessNetworkInfoChange

func NewAccessNetworkInfoChange

func NewAccessNetworkInfoChange() *AccessNetworkInfoChange

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

func NewAccessNetworkInfoChangeWithDefaults

func NewAccessNetworkInfoChangeWithDefaults() *AccessNetworkInfoChange

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

func (*AccessNetworkInfoChange) GetAccessNetworkInformation

func (o *AccessNetworkInfoChange) GetAccessNetworkInformation() []string

GetAccessNetworkInformation returns the AccessNetworkInformation field value if set, zero value otherwise.

func (*AccessNetworkInfoChange) GetAccessNetworkInformationOk

func (o *AccessNetworkInfoChange) GetAccessNetworkInformationOk() ([]string, bool)

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

func (*AccessNetworkInfoChange) GetCellularNetworkInformation

func (o *AccessNetworkInfoChange) GetCellularNetworkInformation() string

GetCellularNetworkInformation returns the CellularNetworkInformation field value if set, zero value otherwise.

func (*AccessNetworkInfoChange) GetCellularNetworkInformationOk

func (o *AccessNetworkInfoChange) GetCellularNetworkInformationOk() (*string, bool)

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

func (*AccessNetworkInfoChange) GetChangeTime

func (o *AccessNetworkInfoChange) GetChangeTime() time.Time

GetChangeTime returns the ChangeTime field value if set, zero value otherwise.

func (*AccessNetworkInfoChange) GetChangeTimeOk

func (o *AccessNetworkInfoChange) GetChangeTimeOk() (*time.Time, bool)

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

func (*AccessNetworkInfoChange) HasAccessNetworkInformation

func (o *AccessNetworkInfoChange) HasAccessNetworkInformation() bool

HasAccessNetworkInformation returns a boolean if a field has been set.

func (*AccessNetworkInfoChange) HasCellularNetworkInformation

func (o *AccessNetworkInfoChange) HasCellularNetworkInformation() bool

HasCellularNetworkInformation returns a boolean if a field has been set.

func (*AccessNetworkInfoChange) HasChangeTime

func (o *AccessNetworkInfoChange) HasChangeTime() bool

HasChangeTime returns a boolean if a field has been set.

func (AccessNetworkInfoChange) MarshalJSON

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

func (*AccessNetworkInfoChange) SetAccessNetworkInformation

func (o *AccessNetworkInfoChange) SetAccessNetworkInformation(v []string)

SetAccessNetworkInformation gets a reference to the given []string and assigns it to the AccessNetworkInformation field.

func (*AccessNetworkInfoChange) SetCellularNetworkInformation

func (o *AccessNetworkInfoChange) SetCellularNetworkInformation(v string)

SetCellularNetworkInformation gets a reference to the given string and assigns it to the CellularNetworkInformation field.

func (*AccessNetworkInfoChange) SetChangeTime

func (o *AccessNetworkInfoChange) SetChangeTime(v time.Time)

SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.

func (AccessNetworkInfoChange) ToMap

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

type AccessTokenErr

type AccessTokenErr struct {
	Error            string  `json:"error"`
	ErrorDescription *string `json:"error_description,omitempty"`
	ErrorUri         *string `json:"error_uri,omitempty"`
}

AccessTokenErr Error returned in the access token response message

func NewAccessTokenErr

func NewAccessTokenErr(error_ string) *AccessTokenErr

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

func NewAccessTokenErrWithDefaults

func NewAccessTokenErrWithDefaults() *AccessTokenErr

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

func (*AccessTokenErr) GetError

func (o *AccessTokenErr) GetError() string

GetError returns the Error field value

func (*AccessTokenErr) GetErrorDescription

func (o *AccessTokenErr) GetErrorDescription() string

GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.

func (*AccessTokenErr) GetErrorDescriptionOk

func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)

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

func (*AccessTokenErr) GetErrorOk

func (o *AccessTokenErr) GetErrorOk() (*string, bool)

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

func (*AccessTokenErr) GetErrorUri

func (o *AccessTokenErr) GetErrorUri() string

GetErrorUri returns the ErrorUri field value if set, zero value otherwise.

func (*AccessTokenErr) GetErrorUriOk

func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)

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

func (*AccessTokenErr) HasErrorDescription

func (o *AccessTokenErr) HasErrorDescription() bool

HasErrorDescription returns a boolean if a field has been set.

func (*AccessTokenErr) HasErrorUri

func (o *AccessTokenErr) HasErrorUri() bool

HasErrorUri returns a boolean if a field has been set.

func (AccessTokenErr) MarshalJSON

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

func (*AccessTokenErr) SetError

func (o *AccessTokenErr) SetError(v string)

SetError sets field value

func (*AccessTokenErr) SetErrorDescription

func (o *AccessTokenErr) SetErrorDescription(v string)

SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.

func (*AccessTokenErr) SetErrorUri

func (o *AccessTokenErr) SetErrorUri(v string)

SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.

func (AccessTokenErr) ToMap

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

type AccessTokenReq

type AccessTokenReq struct {
	GrantType string `json:"grant_type"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	NfInstanceId string  `json:"nfInstanceId"`
	NfType       *NFType `json:"nfType,omitempty"`
	TargetNfType *NFType `json:"targetNfType,omitempty"`
	Scope        string  `json:"scope"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	TargetNfInstanceId  *string  `json:"targetNfInstanceId,omitempty"`
	RequesterPlmn       *PlmnId  `json:"requesterPlmn,omitempty"`
	RequesterPlmnList   []PlmnId `json:"requesterPlmnList,omitempty"`
	RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"`
	// Fully Qualified Domain Name
	RequesterFqdn     *string     `json:"requesterFqdn,omitempty"`
	RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"`
	TargetPlmn        *PlmnId     `json:"targetPlmn,omitempty"`
	TargetSnpn        *PlmnIdNid  `json:"targetSnpn,omitempty"`
	TargetSnssaiList  []Snssai    `json:"targetSnssaiList,omitempty"`
	TargetNsiList     []string    `json:"targetNsiList,omitempty"`
	// NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or  \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with  <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition)  <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits.    If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted    at the left side to fill the 3 digits coding of MNC.  Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but    with lower case characters <Set ID> encoded as a string of characters consisting of    alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that    shall end with either an alphabetic character or a digit.
	TargetNfSetId *string `json:"targetNfSetId,omitempty"`
	// NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following  string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or  \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with  <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition)   <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits.    If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted    at the left side to fill the 3 digits coding of MNC.  Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition)  <NFInstanceId> encoded as defined in clause 5.3.2  <ServiceName> encoded as defined in 3GPP TS 29.510  <Set ID> encoded as a string of characters consisting of alphabetic    characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end    with either an alphabetic character or a digit.
	TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"`
}

AccessTokenReq Contains information related to the access token request

func NewAccessTokenReq

func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq

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

func NewAccessTokenReqWithDefaults

func NewAccessTokenReqWithDefaults() *AccessTokenReq

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

func (*AccessTokenReq) GetGrantType

func (o *AccessTokenReq) GetGrantType() string

GetGrantType returns the GrantType field value

func (*AccessTokenReq) GetGrantTypeOk

func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)

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

func (*AccessTokenReq) GetHnrfAccessTokenUri

func (o *AccessTokenReq) GetHnrfAccessTokenUri() string

GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.

func (*AccessTokenReq) GetHnrfAccessTokenUriOk

func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)

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

func (*AccessTokenReq) GetNfInstanceId

func (o *AccessTokenReq) GetNfInstanceId() string

GetNfInstanceId returns the NfInstanceId field value

func (*AccessTokenReq) GetNfInstanceIdOk

func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)

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

func (*AccessTokenReq) GetNfType

func (o *AccessTokenReq) GetNfType() NFType

GetNfType returns the NfType field value if set, zero value otherwise.

func (*AccessTokenReq) GetNfTypeOk

func (o *AccessTokenReq) 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 (*AccessTokenReq) GetRequesterFqdn

func (o *AccessTokenReq) GetRequesterFqdn() string

GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterFqdnOk

func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)

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

func (*AccessTokenReq) GetRequesterPlmn

func (o *AccessTokenReq) GetRequesterPlmn() PlmnId

GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterPlmnList

func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId

GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterPlmnListOk

func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)

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

func (*AccessTokenReq) GetRequesterPlmnOk

func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)

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

func (*AccessTokenReq) GetRequesterSnpnList

func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid

GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterSnpnListOk

func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)

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

func (*AccessTokenReq) GetRequesterSnssaiList

func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai

GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.

func (*AccessTokenReq) GetRequesterSnssaiListOk

func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)

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

func (*AccessTokenReq) GetScope

func (o *AccessTokenReq) GetScope() string

GetScope returns the Scope field value

func (*AccessTokenReq) GetScopeOk

func (o *AccessTokenReq) GetScopeOk() (*string, bool)

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

func (*AccessTokenReq) GetSourceNfInstanceId

func (o *AccessTokenReq) GetSourceNfInstanceId() string

GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.

func (*AccessTokenReq) GetSourceNfInstanceIdOk

func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)

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

func (*AccessTokenReq) GetTargetNfInstanceId

func (o *AccessTokenReq) GetTargetNfInstanceId() string

GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfInstanceIdOk

func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)

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

func (*AccessTokenReq) GetTargetNfServiceSetId

func (o *AccessTokenReq) GetTargetNfServiceSetId() string

GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfServiceSetIdOk

func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)

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

func (*AccessTokenReq) GetTargetNfSetId

func (o *AccessTokenReq) GetTargetNfSetId() string

GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfSetIdOk

func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)

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

func (*AccessTokenReq) GetTargetNfType

func (o *AccessTokenReq) GetTargetNfType() NFType

GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNfTypeOk

func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)

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

func (*AccessTokenReq) GetTargetNsiList

func (o *AccessTokenReq) GetTargetNsiList() []string

GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetNsiListOk

func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)

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

func (*AccessTokenReq) GetTargetPlmn

func (o *AccessTokenReq) GetTargetPlmn() PlmnId

GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetPlmnOk

func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)

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

func (*AccessTokenReq) GetTargetSnpn

func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid

GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetSnpnOk

func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)

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

func (*AccessTokenReq) GetTargetSnssaiList

func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai

GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.

func (*AccessTokenReq) GetTargetSnssaiListOk

func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)

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

func (*AccessTokenReq) HasHnrfAccessTokenUri

func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool

HasHnrfAccessTokenUri returns a boolean if a field has been set.

func (*AccessTokenReq) HasNfType

func (o *AccessTokenReq) HasNfType() bool

HasNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterFqdn

func (o *AccessTokenReq) HasRequesterFqdn() bool

HasRequesterFqdn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmn

func (o *AccessTokenReq) HasRequesterPlmn() bool

HasRequesterPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterPlmnList

func (o *AccessTokenReq) HasRequesterPlmnList() bool

HasRequesterPlmnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnpnList

func (o *AccessTokenReq) HasRequesterSnpnList() bool

HasRequesterSnpnList returns a boolean if a field has been set.

func (*AccessTokenReq) HasRequesterSnssaiList

func (o *AccessTokenReq) HasRequesterSnssaiList() bool

HasRequesterSnssaiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasSourceNfInstanceId

func (o *AccessTokenReq) HasSourceNfInstanceId() bool

HasSourceNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfInstanceId

func (o *AccessTokenReq) HasTargetNfInstanceId() bool

HasTargetNfInstanceId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfServiceSetId

func (o *AccessTokenReq) HasTargetNfServiceSetId() bool

HasTargetNfServiceSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfSetId

func (o *AccessTokenReq) HasTargetNfSetId() bool

HasTargetNfSetId returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNfType

func (o *AccessTokenReq) HasTargetNfType() bool

HasTargetNfType returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetNsiList

func (o *AccessTokenReq) HasTargetNsiList() bool

HasTargetNsiList returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetPlmn

func (o *AccessTokenReq) HasTargetPlmn() bool

HasTargetPlmn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnpn

func (o *AccessTokenReq) HasTargetSnpn() bool

HasTargetSnpn returns a boolean if a field has been set.

func (*AccessTokenReq) HasTargetSnssaiList

func (o *AccessTokenReq) HasTargetSnssaiList() bool

HasTargetSnssaiList returns a boolean if a field has been set.

func (AccessTokenReq) MarshalJSON

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

func (*AccessTokenReq) SetGrantType

func (o *AccessTokenReq) SetGrantType(v string)

SetGrantType sets field value

func (*AccessTokenReq) SetHnrfAccessTokenUri

func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)

SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.

func (*AccessTokenReq) SetNfInstanceId

func (o *AccessTokenReq) SetNfInstanceId(v string)

SetNfInstanceId sets field value

func (*AccessTokenReq) SetNfType

func (o *AccessTokenReq) SetNfType(v NFType)

SetNfType gets a reference to the given NFType and assigns it to the NfType field.

func (*AccessTokenReq) SetRequesterFqdn

func (o *AccessTokenReq) SetRequesterFqdn(v string)

SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.

func (*AccessTokenReq) SetRequesterPlmn

func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)

SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.

func (*AccessTokenReq) SetRequesterPlmnList

func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)

SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.

func (*AccessTokenReq) SetRequesterSnpnList

func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)

SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.

func (*AccessTokenReq) SetRequesterSnssaiList

func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)

SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.

func (*AccessTokenReq) SetScope

func (o *AccessTokenReq) SetScope(v string)

SetScope sets field value

func (*AccessTokenReq) SetSourceNfInstanceId

func (o *AccessTokenReq) SetSourceNfInstanceId(v string)

SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.

func (*AccessTokenReq) SetTargetNfInstanceId

func (o *AccessTokenReq) SetTargetNfInstanceId(v string)

SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.

func (*AccessTokenReq) SetTargetNfServiceSetId

func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)

SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.

func (*AccessTokenReq) SetTargetNfSetId

func (o *AccessTokenReq) SetTargetNfSetId(v string)

SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.

func (*AccessTokenReq) SetTargetNfType

func (o *AccessTokenReq) SetTargetNfType(v NFType)

SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.

func (*AccessTokenReq) SetTargetNsiList

func (o *AccessTokenReq) SetTargetNsiList(v []string)

SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.

func (*AccessTokenReq) SetTargetPlmn

func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)

SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.

func (*AccessTokenReq) SetTargetSnpn

func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)

SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.

func (*AccessTokenReq) SetTargetSnssaiList

func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)

SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.

func (AccessTokenReq) ToMap

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

type AccessTransferInformation

type AccessTransferInformation struct {
	AccessTransferType         *AccessTransferType `json:"accessTransferType,omitempty"`
	AccessNetworkInformation   []string            `json:"accessNetworkInformation,omitempty"`
	CellularNetworkInformation *string             `json:"cellularNetworkInformation,omitempty"`
	InterUETransfer            *UETransferType     `json:"interUETransfer,omitempty"`
	// String representing a Permanent Equipment Identifier that may contain - an IMEI or IMEISV, as  specified in clause 6.2 of 3GPP TS 23.003; a MAC address for a 5G-RG or FN-RG via  wireline  access, with an indication that this address cannot be trusted for regulatory purpose if this  address cannot be used as an Equipment Identifier of the FN-RG, as specified in clause 4.7.7  of 3GPP TS23.316. Examples are imei-012345678901234 or imeisv-0123456789012345.
	UserEquipmentInfo                *string     `json:"userEquipmentInfo,omitempty"`
	InstanceId                       *string     `json:"instanceId,omitempty"`
	RelatedIMSChargingIdentifier     *string     `json:"relatedIMSChargingIdentifier,omitempty"`
	RelatedIMSChargingIdentifierNode *IMSAddress `json:"relatedIMSChargingIdentifierNode,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ChangeTime *time.Time `json:"changeTime,omitempty"`
}

AccessTransferInformation struct for AccessTransferInformation

func NewAccessTransferInformation

func NewAccessTransferInformation() *AccessTransferInformation

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

func NewAccessTransferInformationWithDefaults

func NewAccessTransferInformationWithDefaults() *AccessTransferInformation

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

func (*AccessTransferInformation) GetAccessNetworkInformation

func (o *AccessTransferInformation) GetAccessNetworkInformation() []string

GetAccessNetworkInformation returns the AccessNetworkInformation field value if set, zero value otherwise.

func (*AccessTransferInformation) GetAccessNetworkInformationOk

func (o *AccessTransferInformation) GetAccessNetworkInformationOk() ([]string, bool)

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

func (*AccessTransferInformation) GetAccessTransferType

func (o *AccessTransferInformation) GetAccessTransferType() AccessTransferType

GetAccessTransferType returns the AccessTransferType field value if set, zero value otherwise.

func (*AccessTransferInformation) GetAccessTransferTypeOk

func (o *AccessTransferInformation) GetAccessTransferTypeOk() (*AccessTransferType, bool)

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

func (*AccessTransferInformation) GetCellularNetworkInformation

func (o *AccessTransferInformation) GetCellularNetworkInformation() string

GetCellularNetworkInformation returns the CellularNetworkInformation field value if set, zero value otherwise.

func (*AccessTransferInformation) GetCellularNetworkInformationOk

func (o *AccessTransferInformation) GetCellularNetworkInformationOk() (*string, bool)

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

func (*AccessTransferInformation) GetChangeTime

func (o *AccessTransferInformation) GetChangeTime() time.Time

GetChangeTime returns the ChangeTime field value if set, zero value otherwise.

func (*AccessTransferInformation) GetChangeTimeOk

func (o *AccessTransferInformation) GetChangeTimeOk() (*time.Time, bool)

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

func (*AccessTransferInformation) GetInstanceId

func (o *AccessTransferInformation) GetInstanceId() string

GetInstanceId returns the InstanceId field value if set, zero value otherwise.

func (*AccessTransferInformation) GetInstanceIdOk

func (o *AccessTransferInformation) GetInstanceIdOk() (*string, bool)

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

func (*AccessTransferInformation) GetInterUETransfer

func (o *AccessTransferInformation) GetInterUETransfer() UETransferType

GetInterUETransfer returns the InterUETransfer field value if set, zero value otherwise.

func (*AccessTransferInformation) GetInterUETransferOk

func (o *AccessTransferInformation) GetInterUETransferOk() (*UETransferType, bool)

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

func (*AccessTransferInformation) GetRelatedIMSChargingIdentifier

func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifier() string

GetRelatedIMSChargingIdentifier returns the RelatedIMSChargingIdentifier field value if set, zero value otherwise.

func (*AccessTransferInformation) GetRelatedIMSChargingIdentifierNode

func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierNode() IMSAddress

GetRelatedIMSChargingIdentifierNode returns the RelatedIMSChargingIdentifierNode field value if set, zero value otherwise.

func (*AccessTransferInformation) GetRelatedIMSChargingIdentifierNodeOk

func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierNodeOk() (*IMSAddress, bool)

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

func (*AccessTransferInformation) GetRelatedIMSChargingIdentifierOk

func (o *AccessTransferInformation) GetRelatedIMSChargingIdentifierOk() (*string, bool)

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

func (*AccessTransferInformation) GetUserEquipmentInfo

func (o *AccessTransferInformation) GetUserEquipmentInfo() string

GetUserEquipmentInfo returns the UserEquipmentInfo field value if set, zero value otherwise.

func (*AccessTransferInformation) GetUserEquipmentInfoOk

func (o *AccessTransferInformation) GetUserEquipmentInfoOk() (*string, bool)

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

func (*AccessTransferInformation) HasAccessNetworkInformation

func (o *AccessTransferInformation) HasAccessNetworkInformation() bool

HasAccessNetworkInformation returns a boolean if a field has been set.

func (*AccessTransferInformation) HasAccessTransferType

func (o *AccessTransferInformation) HasAccessTransferType() bool

HasAccessTransferType returns a boolean if a field has been set.

func (*AccessTransferInformation) HasCellularNetworkInformation

func (o *AccessTransferInformation) HasCellularNetworkInformation() bool

HasCellularNetworkInformation returns a boolean if a field has been set.

func (*AccessTransferInformation) HasChangeTime

func (o *AccessTransferInformation) HasChangeTime() bool

HasChangeTime returns a boolean if a field has been set.

func (*AccessTransferInformation) HasInstanceId

func (o *AccessTransferInformation) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

func (*AccessTransferInformation) HasInterUETransfer

func (o *AccessTransferInformation) HasInterUETransfer() bool

HasInterUETransfer returns a boolean if a field has been set.

func (*AccessTransferInformation) HasRelatedIMSChargingIdentifier

func (o *AccessTransferInformation) HasRelatedIMSChargingIdentifier() bool

HasRelatedIMSChargingIdentifier returns a boolean if a field has been set.

func (*AccessTransferInformation) HasRelatedIMSChargingIdentifierNode

func (o *AccessTransferInformation) HasRelatedIMSChargingIdentifierNode() bool

HasRelatedIMSChargingIdentifierNode returns a boolean if a field has been set.

func (*AccessTransferInformation) HasUserEquipmentInfo

func (o *AccessTransferInformation) HasUserEquipmentInfo() bool

HasUserEquipmentInfo returns a boolean if a field has been set.

func (AccessTransferInformation) MarshalJSON

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

func (*AccessTransferInformation) SetAccessNetworkInformation

func (o *AccessTransferInformation) SetAccessNetworkInformation(v []string)

SetAccessNetworkInformation gets a reference to the given []string and assigns it to the AccessNetworkInformation field.

func (*AccessTransferInformation) SetAccessTransferType

func (o *AccessTransferInformation) SetAccessTransferType(v AccessTransferType)

SetAccessTransferType gets a reference to the given AccessTransferType and assigns it to the AccessTransferType field.

func (*AccessTransferInformation) SetCellularNetworkInformation

func (o *AccessTransferInformation) SetCellularNetworkInformation(v string)

SetCellularNetworkInformation gets a reference to the given string and assigns it to the CellularNetworkInformation field.

func (*AccessTransferInformation) SetChangeTime

func (o *AccessTransferInformation) SetChangeTime(v time.Time)

SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.

func (*AccessTransferInformation) SetInstanceId

func (o *AccessTransferInformation) SetInstanceId(v string)

SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.

func (*AccessTransferInformation) SetInterUETransfer

func (o *AccessTransferInformation) SetInterUETransfer(v UETransferType)

SetInterUETransfer gets a reference to the given UETransferType and assigns it to the InterUETransfer field.

func (*AccessTransferInformation) SetRelatedIMSChargingIdentifier

func (o *AccessTransferInformation) SetRelatedIMSChargingIdentifier(v string)

SetRelatedIMSChargingIdentifier gets a reference to the given string and assigns it to the RelatedIMSChargingIdentifier field.

func (*AccessTransferInformation) SetRelatedIMSChargingIdentifierNode

func (o *AccessTransferInformation) SetRelatedIMSChargingIdentifierNode(v IMSAddress)

SetRelatedIMSChargingIdentifierNode gets a reference to the given IMSAddress and assigns it to the RelatedIMSChargingIdentifierNode field.

func (*AccessTransferInformation) SetUserEquipmentInfo

func (o *AccessTransferInformation) SetUserEquipmentInfo(v string)

SetUserEquipmentInfo gets a reference to the given string and assigns it to the UserEquipmentInfo field.

func (AccessTransferInformation) ToMap

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

type AccessTransferType

type AccessTransferType struct {
	String *string
}

AccessTransferType struct for AccessTransferType

func (*AccessTransferType) MarshalJSON

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

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

func (*AccessTransferType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

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 AddrFqdn

type AddrFqdn struct {
	IpAddr *IpAddr `json:"ipAddr,omitempty"`
	// Indicates an FQDN.
	Fqdn *string `json:"fqdn,omitempty"`
}

AddrFqdn IP address and/or FQDN.

func NewAddrFqdn

func NewAddrFqdn() *AddrFqdn

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

func NewAddrFqdnWithDefaults

func NewAddrFqdnWithDefaults() *AddrFqdn

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

func (*AddrFqdn) GetFqdn

func (o *AddrFqdn) GetFqdn() string

GetFqdn returns the Fqdn field value if set, zero value otherwise.

func (*AddrFqdn) GetFqdnOk

func (o *AddrFqdn) 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 (*AddrFqdn) GetIpAddr

func (o *AddrFqdn) GetIpAddr() IpAddr

GetIpAddr returns the IpAddr field value if set, zero value otherwise.

func (*AddrFqdn) GetIpAddrOk

func (o *AddrFqdn) GetIpAddrOk() (*IpAddr, bool)

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

func (*AddrFqdn) HasFqdn

func (o *AddrFqdn) HasFqdn() bool

HasFqdn returns a boolean if a field has been set.

func (*AddrFqdn) HasIpAddr

func (o *AddrFqdn) HasIpAddr() bool

HasIpAddr returns a boolean if a field has been set.

func (AddrFqdn) MarshalJSON

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

func (*AddrFqdn) SetFqdn

func (o *AddrFqdn) SetFqdn(v string)

SetFqdn gets a reference to the given string and assigns it to the Fqdn field.

func (*AddrFqdn) SetIpAddr

func (o *AddrFqdn) SetIpAddr(v IpAddr)

SetIpAddr gets a reference to the given IpAddr and assigns it to the IpAddr field.

func (AddrFqdn) ToMap

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

type AffinityAntiAffinity

type AffinityAntiAffinity struct {
	AffinityEAS     []string `json:"affinityEAS,omitempty"`
	AntiAffinityEAS *string  `json:"antiAffinityEAS,omitempty"`
}

AffinityAntiAffinity struct for AffinityAntiAffinity

func NewAffinityAntiAffinity

func NewAffinityAntiAffinity() *AffinityAntiAffinity

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

func NewAffinityAntiAffinityWithDefaults

func NewAffinityAntiAffinityWithDefaults() *AffinityAntiAffinity

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

func (*AffinityAntiAffinity) GetAffinityEAS

func (o *AffinityAntiAffinity) GetAffinityEAS() []string

GetAffinityEAS returns the AffinityEAS field value if set, zero value otherwise.

func (*AffinityAntiAffinity) GetAffinityEASOk

func (o *AffinityAntiAffinity) GetAffinityEASOk() ([]string, bool)

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

func (*AffinityAntiAffinity) GetAntiAffinityEAS

func (o *AffinityAntiAffinity) GetAntiAffinityEAS() string

GetAntiAffinityEAS returns the AntiAffinityEAS field value if set, zero value otherwise.

func (*AffinityAntiAffinity) GetAntiAffinityEASOk

func (o *AffinityAntiAffinity) GetAntiAffinityEASOk() (*string, bool)

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

func (*AffinityAntiAffinity) HasAffinityEAS

func (o *AffinityAntiAffinity) HasAffinityEAS() bool

HasAffinityEAS returns a boolean if a field has been set.

func (*AffinityAntiAffinity) HasAntiAffinityEAS

func (o *AffinityAntiAffinity) HasAntiAffinityEAS() bool

HasAntiAffinityEAS returns a boolean if a field has been set.

func (AffinityAntiAffinity) MarshalJSON

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

func (*AffinityAntiAffinity) SetAffinityEAS

func (o *AffinityAntiAffinity) SetAffinityEAS(v []string)

SetAffinityEAS gets a reference to the given []string and assigns it to the AffinityEAS field.

func (*AffinityAntiAffinity) SetAntiAffinityEAS

func (o *AffinityAntiAffinity) SetAntiAffinityEAS(v string)

SetAntiAffinityEAS gets a reference to the given string and assigns it to the AntiAffinityEAS field.

func (AffinityAntiAffinity) ToMap

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

type Ambr

type Ambr struct {
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	Uplink string `json:"uplink"`
	// String representing a bit rate; the prefixes follow the standard symbols from The International System of Units, and represent x1000 multipliers, with the exception that prefix \"K\" is used to represent the standard symbol \"k\".
	Downlink string `json:"downlink"`
}

Ambr Contains the maximum aggregated uplink and downlink bit rates.

func NewAmbr

func NewAmbr(uplink string, downlink string) *Ambr

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

func NewAmbrWithDefaults

func NewAmbrWithDefaults() *Ambr

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

func (o *Ambr) GetDownlink() string

GetDownlink returns the Downlink field value

func (*Ambr) GetDownlinkOk

func (o *Ambr) GetDownlinkOk() (*string, bool)

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

func (o *Ambr) GetUplink() string

GetUplink returns the Uplink field value

func (*Ambr) GetUplinkOk

func (o *Ambr) GetUplinkOk() (*string, bool)

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

func (Ambr) MarshalJSON

func (o Ambr) MarshalJSON() ([]byte, error)
func (o *Ambr) SetDownlink(v string)

SetDownlink sets field value

func (o *Ambr) SetUplink(v string)

SetUplink sets field value

func (Ambr) ToMap

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

type AnnouncementInformation

type AnnouncementInformation struct {
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	AnnouncementIdentifier *int32 `json:"announcementIdentifier,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	AnnouncementReference *string        `json:"announcementReference,omitempty"`
	VariableParts         []VariablePart `json:"variableParts,omitempty"`
	// indicating a time in seconds.
	TimeToPlay                *int32                     `json:"timeToPlay,omitempty"`
	QuotaConsumptionIndicator *QuotaConsumptionIndicator `json:"quotaConsumptionIndicator,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	AnnouncementPriority         *int32                        `json:"announcementPriority,omitempty"`
	PlayToParty                  *PlayToParty                  `json:"playToParty,omitempty"`
	AnnouncementPrivacyIndicator *AnnouncementPrivacyIndicator `json:"announcementPrivacyIndicator,omitempty"`
	Language                     *string                       `json:"Language,omitempty"`
}

AnnouncementInformation struct for AnnouncementInformation

func NewAnnouncementInformation

func NewAnnouncementInformation() *AnnouncementInformation

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

func NewAnnouncementInformationWithDefaults

func NewAnnouncementInformationWithDefaults() *AnnouncementInformation

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

func (*AnnouncementInformation) GetAnnouncementIdentifier

func (o *AnnouncementInformation) GetAnnouncementIdentifier() int32

GetAnnouncementIdentifier returns the AnnouncementIdentifier field value if set, zero value otherwise.

func (*AnnouncementInformation) GetAnnouncementIdentifierOk

func (o *AnnouncementInformation) GetAnnouncementIdentifierOk() (*int32, bool)

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

func (*AnnouncementInformation) GetAnnouncementPriority

func (o *AnnouncementInformation) GetAnnouncementPriority() int32

GetAnnouncementPriority returns the AnnouncementPriority field value if set, zero value otherwise.

func (*AnnouncementInformation) GetAnnouncementPriorityOk

func (o *AnnouncementInformation) GetAnnouncementPriorityOk() (*int32, bool)

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

func (*AnnouncementInformation) GetAnnouncementPrivacyIndicator

func (o *AnnouncementInformation) GetAnnouncementPrivacyIndicator() AnnouncementPrivacyIndicator

GetAnnouncementPrivacyIndicator returns the AnnouncementPrivacyIndicator field value if set, zero value otherwise.

func (*AnnouncementInformation) GetAnnouncementPrivacyIndicatorOk

func (o *AnnouncementInformation) GetAnnouncementPrivacyIndicatorOk() (*AnnouncementPrivacyIndicator, bool)

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

func (*AnnouncementInformation) GetAnnouncementReference

func (o *AnnouncementInformation) GetAnnouncementReference() string

GetAnnouncementReference returns the AnnouncementReference field value if set, zero value otherwise.

func (*AnnouncementInformation) GetAnnouncementReferenceOk

func (o *AnnouncementInformation) GetAnnouncementReferenceOk() (*string, bool)

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

func (*AnnouncementInformation) GetLanguage

func (o *AnnouncementInformation) GetLanguage() string

GetLanguage returns the Language field value if set, zero value otherwise.

func (*AnnouncementInformation) GetLanguageOk

func (o *AnnouncementInformation) GetLanguageOk() (*string, bool)

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

func (*AnnouncementInformation) GetPlayToParty

func (o *AnnouncementInformation) GetPlayToParty() PlayToParty

GetPlayToParty returns the PlayToParty field value if set, zero value otherwise.

func (*AnnouncementInformation) GetPlayToPartyOk

func (o *AnnouncementInformation) GetPlayToPartyOk() (*PlayToParty, bool)

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

func (*AnnouncementInformation) GetQuotaConsumptionIndicator

func (o *AnnouncementInformation) GetQuotaConsumptionIndicator() QuotaConsumptionIndicator

GetQuotaConsumptionIndicator returns the QuotaConsumptionIndicator field value if set, zero value otherwise.

func (*AnnouncementInformation) GetQuotaConsumptionIndicatorOk

func (o *AnnouncementInformation) GetQuotaConsumptionIndicatorOk() (*QuotaConsumptionIndicator, bool)

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

func (*AnnouncementInformation) GetTimeToPlay

func (o *AnnouncementInformation) GetTimeToPlay() int32

GetTimeToPlay returns the TimeToPlay field value if set, zero value otherwise.

func (*AnnouncementInformation) GetTimeToPlayOk

func (o *AnnouncementInformation) GetTimeToPlayOk() (*int32, bool)

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

func (*AnnouncementInformation) GetVariableParts

func (o *AnnouncementInformation) GetVariableParts() []VariablePart

GetVariableParts returns the VariableParts field value if set, zero value otherwise.

func (*AnnouncementInformation) GetVariablePartsOk

func (o *AnnouncementInformation) GetVariablePartsOk() ([]VariablePart, bool)

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

func (*AnnouncementInformation) HasAnnouncementIdentifier

func (o *AnnouncementInformation) HasAnnouncementIdentifier() bool

HasAnnouncementIdentifier returns a boolean if a field has been set.

func (*AnnouncementInformation) HasAnnouncementPriority

func (o *AnnouncementInformation) HasAnnouncementPriority() bool

HasAnnouncementPriority returns a boolean if a field has been set.

func (*AnnouncementInformation) HasAnnouncementPrivacyIndicator

func (o *AnnouncementInformation) HasAnnouncementPrivacyIndicator() bool

HasAnnouncementPrivacyIndicator returns a boolean if a field has been set.

func (*AnnouncementInformation) HasAnnouncementReference

func (o *AnnouncementInformation) HasAnnouncementReference() bool

HasAnnouncementReference returns a boolean if a field has been set.

func (*AnnouncementInformation) HasLanguage

func (o *AnnouncementInformation) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

func (*AnnouncementInformation) HasPlayToParty

func (o *AnnouncementInformation) HasPlayToParty() bool

HasPlayToParty returns a boolean if a field has been set.

func (*AnnouncementInformation) HasQuotaConsumptionIndicator

func (o *AnnouncementInformation) HasQuotaConsumptionIndicator() bool

HasQuotaConsumptionIndicator returns a boolean if a field has been set.

func (*AnnouncementInformation) HasTimeToPlay

func (o *AnnouncementInformation) HasTimeToPlay() bool

HasTimeToPlay returns a boolean if a field has been set.

func (*AnnouncementInformation) HasVariableParts

func (o *AnnouncementInformation) HasVariableParts() bool

HasVariableParts returns a boolean if a field has been set.

func (AnnouncementInformation) MarshalJSON

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

func (*AnnouncementInformation) SetAnnouncementIdentifier

func (o *AnnouncementInformation) SetAnnouncementIdentifier(v int32)

SetAnnouncementIdentifier gets a reference to the given int32 and assigns it to the AnnouncementIdentifier field.

func (*AnnouncementInformation) SetAnnouncementPriority

func (o *AnnouncementInformation) SetAnnouncementPriority(v int32)

SetAnnouncementPriority gets a reference to the given int32 and assigns it to the AnnouncementPriority field.

func (*AnnouncementInformation) SetAnnouncementPrivacyIndicator

func (o *AnnouncementInformation) SetAnnouncementPrivacyIndicator(v AnnouncementPrivacyIndicator)

SetAnnouncementPrivacyIndicator gets a reference to the given AnnouncementPrivacyIndicator and assigns it to the AnnouncementPrivacyIndicator field.

func (*AnnouncementInformation) SetAnnouncementReference

func (o *AnnouncementInformation) SetAnnouncementReference(v string)

SetAnnouncementReference gets a reference to the given string and assigns it to the AnnouncementReference field.

func (*AnnouncementInformation) SetLanguage

func (o *AnnouncementInformation) SetLanguage(v string)

SetLanguage gets a reference to the given string and assigns it to the Language field.

func (*AnnouncementInformation) SetPlayToParty

func (o *AnnouncementInformation) SetPlayToParty(v PlayToParty)

SetPlayToParty gets a reference to the given PlayToParty and assigns it to the PlayToParty field.

func (*AnnouncementInformation) SetQuotaConsumptionIndicator

func (o *AnnouncementInformation) SetQuotaConsumptionIndicator(v QuotaConsumptionIndicator)

SetQuotaConsumptionIndicator gets a reference to the given QuotaConsumptionIndicator and assigns it to the QuotaConsumptionIndicator field.

func (*AnnouncementInformation) SetTimeToPlay

func (o *AnnouncementInformation) SetTimeToPlay(v int32)

SetTimeToPlay gets a reference to the given int32 and assigns it to the TimeToPlay field.

func (*AnnouncementInformation) SetVariableParts

func (o *AnnouncementInformation) SetVariableParts(v []VariablePart)

SetVariableParts gets a reference to the given []VariablePart and assigns it to the VariableParts field.

func (AnnouncementInformation) ToMap

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

type AnnouncementPrivacyIndicator

type AnnouncementPrivacyIndicator struct {
	String *string
}

AnnouncementPrivacyIndicator struct for AnnouncementPrivacyIndicator

func (*AnnouncementPrivacyIndicator) MarshalJSON

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

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

func (*AnnouncementPrivacyIndicator) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type ApiChargingdataChargingDataRefReleasePostRequest

type ApiChargingdataChargingDataRefReleasePostRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiChargingdataChargingDataRefReleasePostRequest) ChargingDataRequest

func (ApiChargingdataChargingDataRefReleasePostRequest) Execute

type ApiChargingdataChargingDataRefUpdatePostRequest

type ApiChargingdataChargingDataRefUpdatePostRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiChargingdataChargingDataRefUpdatePostRequest) ChargingDataRequest

func (ApiChargingdataChargingDataRefUpdatePostRequest) Execute

type ApiChargingdataPostRequest

type ApiChargingdataPostRequest struct {
	ApiService *DefaultApiService
	// contains filtered or unexported fields
}

func (ApiChargingdataPostRequest) ChargingDataRequest

func (r ApiChargingdataPostRequest) ChargingDataRequest(chargingDataRequest ChargingDataRequest) ApiChargingdataPostRequest

func (ApiChargingdataPostRequest) Execute

type Area

type Area struct {
	Interface *interface{}
}

Area - Provides area information.

func InterfaceAsArea

func InterfaceAsArea(v *interface{}) Area

interface{}AsArea is a convenience function that returns interface{} wrapped in Area

func (*Area) GetActualInstance

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

Get the actual instance

func (Area) MarshalJSON

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

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

func (*Area) UnmarshalJSON

func (dst *Area) 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 {
	// Indicates the ATSSS-LL capability to support procedures related to Access Traffic Steering, Switching, Splitting (see clauses 4.2.10, 5.32 of 3GPP TS 23.501). true: Supported false (default): Not Supported
	AtsssLL *bool `json:"atsssLL,omitempty"`
	// Indicates the MPTCP capability to support procedures related to Access Traffic Steering, Switching, Splitting (see clauses 4.2.10, 5.32 of 3GPP TS 23.501 true: Supported false (default): Not Supported
	Mptcp *bool `json:"mptcp,omitempty"`
	// This IE is only used by the UPF to indicate whether the UPF supports RTT measurement without PMF (see clauses 5.32.2, 6.3.3.3 of 3GPP TS 23.501 true: Supported false (default): Not Supported
	RttWithoutPmf *bool `json:"rttWithoutPmf,omitempty"`
}

AtsssCapability Containes Capability to support procedures related to Access Traffic Steering, Switching, Splitting.

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 AuthorizedDefaultQos

type AuthorizedDefaultQos struct {
	// Unsigned integer representing a 5G QoS Identifier (see clause 5.7.2.1 of 3GPP TS 23.501, within the range 0 to 255.
	Var5qi *int32 `json:"5qi,omitempty"`
	Arp    *Arp   `json:"arp,omitempty"`
	// This data type is defined in the same way as the '5QiPriorityLevel' data type, but with the OpenAPI 'nullable: true' property.
	PriorityLevel NullableInt32 `json:"priorityLevel,omitempty"`
	// This data type is defined in the same way as the 'AverWindow' data type, but with the OpenAPI 'nullable: true' property.
	AverWindow NullableInt32 `json:"averWindow,omitempty"`
	// This data type is defined in the same way as the 'MaxDataBurstVol' data type, but with the OpenAPI 'nullable: true' property.
	MaxDataBurstVol NullableInt32 `json:"maxDataBurstVol,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"`
	// 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"`
}

AuthorizedDefaultQos Represents the Authorized Default QoS.

func NewAuthorizedDefaultQos

func NewAuthorizedDefaultQos() *AuthorizedDefaultQos

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

func NewAuthorizedDefaultQosWithDefaults

func NewAuthorizedDefaultQosWithDefaults() *AuthorizedDefaultQos

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

func (*AuthorizedDefaultQos) GetArp

func (o *AuthorizedDefaultQos) GetArp() Arp

GetArp returns the Arp field value if set, zero value otherwise.

func (*AuthorizedDefaultQos) GetArpOk

func (o *AuthorizedDefaultQos) 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 (*AuthorizedDefaultQos) GetAverWindow

func (o *AuthorizedDefaultQos) GetAverWindow() int32

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

func (*AuthorizedDefaultQos) GetAverWindowOk

func (o *AuthorizedDefaultQos) GetAverWindowOk() (*int32, bool)

GetAverWindowOk returns a tuple with the AverWindow 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 (*AuthorizedDefaultQos) GetExtMaxDataBurstVol

func (o *AuthorizedDefaultQos) GetExtMaxDataBurstVol() int32

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

func (*AuthorizedDefaultQos) GetExtMaxDataBurstVolOk

func (o *AuthorizedDefaultQos) 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 (*AuthorizedDefaultQos) GetGbrDl

func (o *AuthorizedDefaultQos) GetGbrDl() string

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

func (*AuthorizedDefaultQos) GetGbrDlOk

func (o *AuthorizedDefaultQos) 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 (*AuthorizedDefaultQos) GetGbrUl

func (o *AuthorizedDefaultQos) GetGbrUl() string

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

func (*AuthorizedDefaultQos) GetGbrUlOk

func (o *AuthorizedDefaultQos) 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 (*AuthorizedDefaultQos) GetMaxDataBurstVol

func (o *AuthorizedDefaultQos) GetMaxDataBurstVol() int32

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

func (*AuthorizedDefaultQos) GetMaxDataBurstVolOk

func (o *AuthorizedDefaultQos) GetMaxDataBurstVolOk() (*int32, bool)

GetMaxDataBurstVolOk returns a tuple with the MaxDataBurstVol 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 (*AuthorizedDefaultQos) GetMaxbrDl

func (o *AuthorizedDefaultQos) GetMaxbrDl() string

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

func (*AuthorizedDefaultQos) GetMaxbrDlOk

func (o *AuthorizedDefaultQos) 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 (*AuthorizedDefaultQos) GetMaxbrUl

func (o *AuthorizedDefaultQos) GetMaxbrUl() string

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

func (*AuthorizedDefaultQos) GetMaxbrUlOk

func (o *AuthorizedDefaultQos) 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 (*AuthorizedDefaultQos) GetPriorityLevel

func (o *AuthorizedDefaultQos) GetPriorityLevel() int32

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

func (*AuthorizedDefaultQos) GetPriorityLevelOk

func (o *AuthorizedDefaultQos) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AuthorizedDefaultQos) GetVar5qi

func (o *AuthorizedDefaultQos) GetVar5qi() int32

GetVar5qi returns the Var5qi field value if set, zero value otherwise.

func (*AuthorizedDefaultQos) GetVar5qiOk

func (o *AuthorizedDefaultQos) GetVar5qiOk() (*int32, bool)

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

func (*AuthorizedDefaultQos) HasArp

func (o *AuthorizedDefaultQos) HasArp() bool

HasArp returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasAverWindow

func (o *AuthorizedDefaultQos) HasAverWindow() bool

HasAverWindow returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasExtMaxDataBurstVol

func (o *AuthorizedDefaultQos) HasExtMaxDataBurstVol() bool

HasExtMaxDataBurstVol returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasGbrDl

func (o *AuthorizedDefaultQos) HasGbrDl() bool

HasGbrDl returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasGbrUl

func (o *AuthorizedDefaultQos) HasGbrUl() bool

HasGbrUl returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasMaxDataBurstVol

func (o *AuthorizedDefaultQos) HasMaxDataBurstVol() bool

HasMaxDataBurstVol returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasMaxbrDl

func (o *AuthorizedDefaultQos) HasMaxbrDl() bool

HasMaxbrDl returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasMaxbrUl

func (o *AuthorizedDefaultQos) HasMaxbrUl() bool

HasMaxbrUl returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasPriorityLevel

func (o *AuthorizedDefaultQos) HasPriorityLevel() bool

HasPriorityLevel returns a boolean if a field has been set.

func (*AuthorizedDefaultQos) HasVar5qi

func (o *AuthorizedDefaultQos) HasVar5qi() bool

HasVar5qi returns a boolean if a field has been set.

func (AuthorizedDefaultQos) MarshalJSON

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

func (*AuthorizedDefaultQos) SetArp

func (o *AuthorizedDefaultQos) SetArp(v Arp)

SetArp gets a reference to the given Arp and assigns it to the Arp field.

func (*AuthorizedDefaultQos) SetAverWindow

func (o *AuthorizedDefaultQos) SetAverWindow(v int32)

SetAverWindow gets a reference to the given NullableInt32 and assigns it to the AverWindow field.

func (*AuthorizedDefaultQos) SetAverWindowNil

func (o *AuthorizedDefaultQos) SetAverWindowNil()

SetAverWindowNil sets the value for AverWindow to be an explicit nil

func (*AuthorizedDefaultQos) SetExtMaxDataBurstVol

func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVol(v int32)

SetExtMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the ExtMaxDataBurstVol field.

func (*AuthorizedDefaultQos) SetExtMaxDataBurstVolNil

func (o *AuthorizedDefaultQos) SetExtMaxDataBurstVolNil()

SetExtMaxDataBurstVolNil sets the value for ExtMaxDataBurstVol to be an explicit nil

func (*AuthorizedDefaultQos) SetGbrDl

func (o *AuthorizedDefaultQos) SetGbrDl(v string)

SetGbrDl gets a reference to the given NullableString and assigns it to the GbrDl field.

func (*AuthorizedDefaultQos) SetGbrDlNil

func (o *AuthorizedDefaultQos) SetGbrDlNil()

SetGbrDlNil sets the value for GbrDl to be an explicit nil

func (*AuthorizedDefaultQos) SetGbrUl

func (o *AuthorizedDefaultQos) SetGbrUl(v string)

SetGbrUl gets a reference to the given NullableString and assigns it to the GbrUl field.

func (*AuthorizedDefaultQos) SetGbrUlNil

func (o *AuthorizedDefaultQos) SetGbrUlNil()

SetGbrUlNil sets the value for GbrUl to be an explicit nil

func (*AuthorizedDefaultQos) SetMaxDataBurstVol

func (o *AuthorizedDefaultQos) SetMaxDataBurstVol(v int32)

SetMaxDataBurstVol gets a reference to the given NullableInt32 and assigns it to the MaxDataBurstVol field.

func (*AuthorizedDefaultQos) SetMaxDataBurstVolNil

func (o *AuthorizedDefaultQos) SetMaxDataBurstVolNil()

SetMaxDataBurstVolNil sets the value for MaxDataBurstVol to be an explicit nil

func (*AuthorizedDefaultQos) SetMaxbrDl

func (o *AuthorizedDefaultQos) SetMaxbrDl(v string)

SetMaxbrDl gets a reference to the given NullableString and assigns it to the MaxbrDl field.

func (*AuthorizedDefaultQos) SetMaxbrDlNil

func (o *AuthorizedDefaultQos) SetMaxbrDlNil()

SetMaxbrDlNil sets the value for MaxbrDl to be an explicit nil

func (*AuthorizedDefaultQos) SetMaxbrUl

func (o *AuthorizedDefaultQos) SetMaxbrUl(v string)

SetMaxbrUl gets a reference to the given NullableString and assigns it to the MaxbrUl field.

func (*AuthorizedDefaultQos) SetMaxbrUlNil

func (o *AuthorizedDefaultQos) SetMaxbrUlNil()

SetMaxbrUlNil sets the value for MaxbrUl to be an explicit nil

func (*AuthorizedDefaultQos) SetPriorityLevel

func (o *AuthorizedDefaultQos) SetPriorityLevel(v int32)

SetPriorityLevel gets a reference to the given NullableInt32 and assigns it to the PriorityLevel field.

func (*AuthorizedDefaultQos) SetPriorityLevelNil

func (o *AuthorizedDefaultQos) SetPriorityLevelNil()

SetPriorityLevelNil sets the value for PriorityLevel to be an explicit nil

func (*AuthorizedDefaultQos) SetVar5qi

func (o *AuthorizedDefaultQos) SetVar5qi(v int32)

SetVar5qi gets a reference to the given int32 and assigns it to the Var5qi field.

func (AuthorizedDefaultQos) ToMap

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

func (*AuthorizedDefaultQos) UnsetAverWindow

func (o *AuthorizedDefaultQos) UnsetAverWindow()

UnsetAverWindow ensures that no value is present for AverWindow, not even an explicit nil

func (*AuthorizedDefaultQos) UnsetExtMaxDataBurstVol

func (o *AuthorizedDefaultQos) UnsetExtMaxDataBurstVol()

UnsetExtMaxDataBurstVol ensures that no value is present for ExtMaxDataBurstVol, not even an explicit nil

func (*AuthorizedDefaultQos) UnsetGbrDl

func (o *AuthorizedDefaultQos) UnsetGbrDl()

UnsetGbrDl ensures that no value is present for GbrDl, not even an explicit nil

func (*AuthorizedDefaultQos) UnsetGbrUl

func (o *AuthorizedDefaultQos) UnsetGbrUl()

UnsetGbrUl ensures that no value is present for GbrUl, not even an explicit nil

func (*AuthorizedDefaultQos) UnsetMaxDataBurstVol

func (o *AuthorizedDefaultQos) UnsetMaxDataBurstVol()

UnsetMaxDataBurstVol ensures that no value is present for MaxDataBurstVol, not even an explicit nil

func (*AuthorizedDefaultQos) UnsetMaxbrDl

func (o *AuthorizedDefaultQos) UnsetMaxbrDl()

UnsetMaxbrDl ensures that no value is present for MaxbrDl, not even an explicit nil

func (*AuthorizedDefaultQos) UnsetMaxbrUl

func (o *AuthorizedDefaultQos) UnsetMaxbrUl()

UnsetMaxbrUl ensures that no value is present for MaxbrUl, not even an explicit nil

func (*AuthorizedDefaultQos) UnsetPriorityLevel

func (o *AuthorizedDefaultQos) UnsetPriorityLevel()

UnsetPriorityLevel ensures that no value is present for PriorityLevel, not even an explicit nil

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 CalledIdentityChange

type CalledIdentityChange struct {
	CalledIdentity *string `json:"calledIdentity,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ChangeTime *time.Time `json:"changeTime,omitempty"`
}

CalledIdentityChange struct for CalledIdentityChange

func NewCalledIdentityChange

func NewCalledIdentityChange() *CalledIdentityChange

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

func NewCalledIdentityChangeWithDefaults

func NewCalledIdentityChangeWithDefaults() *CalledIdentityChange

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

func (*CalledIdentityChange) GetCalledIdentity

func (o *CalledIdentityChange) GetCalledIdentity() string

GetCalledIdentity returns the CalledIdentity field value if set, zero value otherwise.

func (*CalledIdentityChange) GetCalledIdentityOk

func (o *CalledIdentityChange) GetCalledIdentityOk() (*string, bool)

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

func (*CalledIdentityChange) GetChangeTime

func (o *CalledIdentityChange) GetChangeTime() time.Time

GetChangeTime returns the ChangeTime field value if set, zero value otherwise.

func (*CalledIdentityChange) GetChangeTimeOk

func (o *CalledIdentityChange) GetChangeTimeOk() (*time.Time, bool)

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

func (*CalledIdentityChange) HasCalledIdentity

func (o *CalledIdentityChange) HasCalledIdentity() bool

HasCalledIdentity returns a boolean if a field has been set.

func (*CalledIdentityChange) HasChangeTime

func (o *CalledIdentityChange) HasChangeTime() bool

HasChangeTime returns a boolean if a field has been set.

func (CalledIdentityChange) MarshalJSON

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

func (*CalledIdentityChange) SetCalledIdentity

func (o *CalledIdentityChange) SetCalledIdentity(v string)

SetCalledIdentity gets a reference to the given string and assigns it to the CalledIdentity field.

func (*CalledIdentityChange) SetChangeTime

func (o *CalledIdentityChange) SetChangeTime(v time.Time)

SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.

func (CalledIdentityChange) ToMap

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

type CellGlobalId

type CellGlobalId struct {
	PlmnId PlmnId `json:"plmnId"`
	Lac    string `json:"lac"`
	CellId string `json:"cellId"`
}

CellGlobalId Contains a Cell Global Identification as defined in 3GPP TS 23.003, clause 4.3.1.

func NewCellGlobalId

func NewCellGlobalId(plmnId PlmnId, lac string, cellId string) *CellGlobalId

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

func NewCellGlobalIdWithDefaults

func NewCellGlobalIdWithDefaults() *CellGlobalId

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

func (*CellGlobalId) GetCellId

func (o *CellGlobalId) GetCellId() string

GetCellId returns the CellId field value

func (*CellGlobalId) GetCellIdOk

func (o *CellGlobalId) GetCellIdOk() (*string, bool)

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

func (*CellGlobalId) GetLac

func (o *CellGlobalId) GetLac() string

GetLac returns the Lac field value

func (*CellGlobalId) GetLacOk

func (o *CellGlobalId) GetLacOk() (*string, bool)

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

func (*CellGlobalId) GetPlmnId

func (o *CellGlobalId) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*CellGlobalId) GetPlmnIdOk

func (o *CellGlobalId) GetPlmnIdOk() (*PlmnId, bool)

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

func (CellGlobalId) MarshalJSON

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

func (*CellGlobalId) SetCellId

func (o *CellGlobalId) SetCellId(v string)

SetCellId sets field value

func (*CellGlobalId) SetLac

func (o *CellGlobalId) SetLac(v string)

SetLac sets field value

func (*CellGlobalId) SetPlmnId

func (o *CellGlobalId) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (CellGlobalId) ToMap

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

type ChargingCharacteristicsSelectionMode

type ChargingCharacteristicsSelectionMode struct {
	String *string
}

ChargingCharacteristicsSelectionMode struct for ChargingCharacteristicsSelectionMode

func (*ChargingCharacteristicsSelectionMode) MarshalJSON

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

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

func (*ChargingCharacteristicsSelectionMode) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type ChargingDataRequest

type ChargingDataRequest struct {
	// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause  2.2A of 3GPP TS 23.003. It shall be formatted as follows  - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2    of 3GPP TS 23.003 that describes an IMSI.  - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted    according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI.  - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2    of 3GPP TS 23.003.  - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of    3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall    only contain characters allowed according to the \"lower-with-hyphen\" naming convention    defined in 3GPP TS 29.501.
	SubscriberIdentifier *string `json:"subscriberIdentifier,omitempty"`
	TenantIdentifier     *string `json:"tenantIdentifier,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	// Deprecated
	ChargingId               *int32           `json:"chargingId,omitempty"`
	MnSConsumerIdentifier    *string          `json:"mnSConsumerIdentifier,omitempty"`
	NfConsumerIdentification NFIdentification `json:"nfConsumerIdentification"`
	// string with format 'date-time' as defined in OpenAPI.
	InvocationTimeStamp time.Time `json:"invocationTimeStamp"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	InvocationSequenceNumber int32             `json:"invocationSequenceNumber"`
	RetransmissionIndicator  *bool             `json:"retransmissionIndicator,omitempty"`
	OneTimeEvent             *bool             `json:"oneTimeEvent,omitempty"`
	OneTimeEventType         *OneTimeEventType `json:"oneTimeEventType,omitempty"`
	// String providing an URI formatted according to RFC 3986.
	NotifyUri *string `json:"notifyUri,omitempty"`
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features 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 the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures                             *string                                     `json:"supportedFeatures,omitempty"`
	ServiceSpecificationInfo                      *string                                     `json:"serviceSpecificationInfo,omitempty"`
	MultipleUnitUsage                             []MultipleUnitUsage                         `json:"multipleUnitUsage,omitempty"`
	Triggers                                      []Trigger                                   `json:"triggers,omitempty"`
	Easid                                         *string                                     `json:"easid,omitempty"`
	Ednid                                         *string                                     `json:"ednid,omitempty"`
	EASProviderIdentifier                         *string                                     `json:"eASProviderIdentifier,omitempty"`
	PDUSessionChargingInformation                 *PDUSessionChargingInformation              `json:"pDUSessionChargingInformation,omitempty"`
	RoamingQBCInformation                         *RoamingQBCInformation                      `json:"roamingQBCInformation,omitempty"`
	SMSChargingInformation                        *SMSChargingInformation                     `json:"sMSChargingInformation,omitempty"`
	NEFChargingInformation                        *NEFChargingInformation                     `json:"nEFChargingInformation,omitempty"`
	RegistrationChargingInformation               *RegistrationChargingInformation            `json:"registrationChargingInformation,omitempty"`
	N2ConnectionChargingInformation               *N2ConnectionChargingInformation            `json:"n2ConnectionChargingInformation,omitempty"`
	LocationReportingChargingInformation          *LocationReportingChargingInformation       `json:"locationReportingChargingInformation,omitempty"`
	NSPAChargingInformation                       *NSPAChargingInformation                    `json:"nSPAChargingInformation,omitempty"`
	NSMChargingInformation                        *NSMChargingInformation                     `json:"nSMChargingInformation,omitempty"`
	MMTelChargingInformation                      *MMTelChargingInformation                   `json:"mMTelChargingInformation,omitempty"`
	IMSChargingInformation                        *IMSChargingInformation                     `json:"iMSChargingInformation,omitempty"`
	EdgeInfrastructureUsageChargingInformation    *EdgeInfrastructureUsageChargingInformation `json:"edgeInfrastructureUsageChargingInformation&#39;,omitempty"`
	EASDeploymentChargingInformation              *EASDeploymentChargingInformation           `json:"eASDeploymentChargingInformation,omitempty"`
	DirectEdgeEnablingServiceChargingInformation  *NEFChargingInformation                     `json:"directEdgeEnablingServiceChargingInformation,omitempty"`
	ExposedEdgeEnablingServiceChargingInformation *NEFChargingInformation                     `json:"exposedEdgeEnablingServiceChargingInformation,omitempty"`
	ProSeChargingInformation                      *ProseChargingInformation                   `json:"proSeChargingInformation,omitempty"`
	MMSChargingInformation                        *MMSChargingInformation                     `json:"mMSChargingInformation,omitempty"`
}

ChargingDataRequest struct for ChargingDataRequest

func NewChargingDataRequest

func NewChargingDataRequest(nfConsumerIdentification NFIdentification, invocationTimeStamp time.Time, invocationSequenceNumber int32) *ChargingDataRequest

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

func NewChargingDataRequestWithDefaults

func NewChargingDataRequestWithDefaults() *ChargingDataRequest

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

func (*ChargingDataRequest) GetChargingId

func (o *ChargingDataRequest) GetChargingId() int32

GetChargingId returns the ChargingId field value if set, zero value otherwise. Deprecated

func (*ChargingDataRequest) GetChargingIdOk

func (o *ChargingDataRequest) GetChargingIdOk() (*int32, bool)

GetChargingIdOk returns a tuple with the ChargingId field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformation

func (o *ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformation() NEFChargingInformation

GetDirectEdgeEnablingServiceChargingInformation returns the DirectEdgeEnablingServiceChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformationOk

func (o *ChargingDataRequest) GetDirectEdgeEnablingServiceChargingInformationOk() (*NEFChargingInformation, bool)

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

func (*ChargingDataRequest) GetEASDeploymentChargingInformation

func (o *ChargingDataRequest) GetEASDeploymentChargingInformation() EASDeploymentChargingInformation

GetEASDeploymentChargingInformation returns the EASDeploymentChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetEASDeploymentChargingInformationOk

func (o *ChargingDataRequest) GetEASDeploymentChargingInformationOk() (*EASDeploymentChargingInformation, bool)

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

func (*ChargingDataRequest) GetEASProviderIdentifier

func (o *ChargingDataRequest) GetEASProviderIdentifier() string

GetEASProviderIdentifier returns the EASProviderIdentifier field value if set, zero value otherwise.

func (*ChargingDataRequest) GetEASProviderIdentifierOk

func (o *ChargingDataRequest) GetEASProviderIdentifierOk() (*string, bool)

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

func (*ChargingDataRequest) GetEasid

func (o *ChargingDataRequest) GetEasid() string

GetEasid returns the Easid field value if set, zero value otherwise.

func (*ChargingDataRequest) GetEasidOk

func (o *ChargingDataRequest) GetEasidOk() (*string, bool)

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

func (*ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformation

func (o *ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformation() EdgeInfrastructureUsageChargingInformation

GetEdgeInfrastructureUsageChargingInformation returns the EdgeInfrastructureUsageChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformationOk

func (o *ChargingDataRequest) GetEdgeInfrastructureUsageChargingInformationOk() (*EdgeInfrastructureUsageChargingInformation, bool)

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

func (*ChargingDataRequest) GetEdnid

func (o *ChargingDataRequest) GetEdnid() string

GetEdnid returns the Ednid field value if set, zero value otherwise.

func (*ChargingDataRequest) GetEdnidOk

func (o *ChargingDataRequest) GetEdnidOk() (*string, bool)

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

func (*ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformation

func (o *ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformation() NEFChargingInformation

GetExposedEdgeEnablingServiceChargingInformation returns the ExposedEdgeEnablingServiceChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformationOk

func (o *ChargingDataRequest) GetExposedEdgeEnablingServiceChargingInformationOk() (*NEFChargingInformation, bool)

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

func (*ChargingDataRequest) GetIMSChargingInformation

func (o *ChargingDataRequest) GetIMSChargingInformation() IMSChargingInformation

GetIMSChargingInformation returns the IMSChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetIMSChargingInformationOk

func (o *ChargingDataRequest) GetIMSChargingInformationOk() (*IMSChargingInformation, bool)

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

func (*ChargingDataRequest) GetInvocationSequenceNumber

func (o *ChargingDataRequest) GetInvocationSequenceNumber() int32

GetInvocationSequenceNumber returns the InvocationSequenceNumber field value

func (*ChargingDataRequest) GetInvocationSequenceNumberOk

func (o *ChargingDataRequest) GetInvocationSequenceNumberOk() (*int32, bool)

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

func (*ChargingDataRequest) GetInvocationTimeStamp

func (o *ChargingDataRequest) GetInvocationTimeStamp() time.Time

GetInvocationTimeStamp returns the InvocationTimeStamp field value

func (*ChargingDataRequest) GetInvocationTimeStampOk

func (o *ChargingDataRequest) GetInvocationTimeStampOk() (*time.Time, bool)

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

func (*ChargingDataRequest) GetLocationReportingChargingInformation

func (o *ChargingDataRequest) GetLocationReportingChargingInformation() LocationReportingChargingInformation

GetLocationReportingChargingInformation returns the LocationReportingChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetLocationReportingChargingInformationOk

func (o *ChargingDataRequest) GetLocationReportingChargingInformationOk() (*LocationReportingChargingInformation, bool)

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

func (*ChargingDataRequest) GetMMSChargingInformation

func (o *ChargingDataRequest) GetMMSChargingInformation() MMSChargingInformation

GetMMSChargingInformation returns the MMSChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetMMSChargingInformationOk

func (o *ChargingDataRequest) GetMMSChargingInformationOk() (*MMSChargingInformation, bool)

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

func (*ChargingDataRequest) GetMMTelChargingInformation

func (o *ChargingDataRequest) GetMMTelChargingInformation() MMTelChargingInformation

GetMMTelChargingInformation returns the MMTelChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetMMTelChargingInformationOk

func (o *ChargingDataRequest) GetMMTelChargingInformationOk() (*MMTelChargingInformation, bool)

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

func (*ChargingDataRequest) GetMnSConsumerIdentifier

func (o *ChargingDataRequest) GetMnSConsumerIdentifier() string

GetMnSConsumerIdentifier returns the MnSConsumerIdentifier field value if set, zero value otherwise.

func (*ChargingDataRequest) GetMnSConsumerIdentifierOk

func (o *ChargingDataRequest) GetMnSConsumerIdentifierOk() (*string, bool)

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

func (*ChargingDataRequest) GetMultipleUnitUsage

func (o *ChargingDataRequest) GetMultipleUnitUsage() []MultipleUnitUsage

GetMultipleUnitUsage returns the MultipleUnitUsage field value if set, zero value otherwise.

func (*ChargingDataRequest) GetMultipleUnitUsageOk

func (o *ChargingDataRequest) GetMultipleUnitUsageOk() ([]MultipleUnitUsage, bool)

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

func (*ChargingDataRequest) GetN2ConnectionChargingInformation

func (o *ChargingDataRequest) GetN2ConnectionChargingInformation() N2ConnectionChargingInformation

GetN2ConnectionChargingInformation returns the N2ConnectionChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetN2ConnectionChargingInformationOk

func (o *ChargingDataRequest) GetN2ConnectionChargingInformationOk() (*N2ConnectionChargingInformation, bool)

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

func (*ChargingDataRequest) GetNEFChargingInformation

func (o *ChargingDataRequest) GetNEFChargingInformation() NEFChargingInformation

GetNEFChargingInformation returns the NEFChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetNEFChargingInformationOk

func (o *ChargingDataRequest) GetNEFChargingInformationOk() (*NEFChargingInformation, bool)

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

func (*ChargingDataRequest) GetNSMChargingInformation

func (o *ChargingDataRequest) GetNSMChargingInformation() NSMChargingInformation

GetNSMChargingInformation returns the NSMChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetNSMChargingInformationOk

func (o *ChargingDataRequest) GetNSMChargingInformationOk() (*NSMChargingInformation, bool)

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

func (*ChargingDataRequest) GetNSPAChargingInformation

func (o *ChargingDataRequest) GetNSPAChargingInformation() NSPAChargingInformation

GetNSPAChargingInformation returns the NSPAChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetNSPAChargingInformationOk

func (o *ChargingDataRequest) GetNSPAChargingInformationOk() (*NSPAChargingInformation, bool)

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

func (*ChargingDataRequest) GetNfConsumerIdentification

func (o *ChargingDataRequest) GetNfConsumerIdentification() NFIdentification

GetNfConsumerIdentification returns the NfConsumerIdentification field value

func (*ChargingDataRequest) GetNfConsumerIdentificationOk

func (o *ChargingDataRequest) GetNfConsumerIdentificationOk() (*NFIdentification, bool)

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

func (*ChargingDataRequest) GetNotifyUri

func (o *ChargingDataRequest) GetNotifyUri() string

GetNotifyUri returns the NotifyUri field value if set, zero value otherwise.

func (*ChargingDataRequest) GetNotifyUriOk

func (o *ChargingDataRequest) GetNotifyUriOk() (*string, bool)

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

func (*ChargingDataRequest) GetOneTimeEvent

func (o *ChargingDataRequest) GetOneTimeEvent() bool

GetOneTimeEvent returns the OneTimeEvent field value if set, zero value otherwise.

func (*ChargingDataRequest) GetOneTimeEventOk

func (o *ChargingDataRequest) GetOneTimeEventOk() (*bool, bool)

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

func (*ChargingDataRequest) GetOneTimeEventType

func (o *ChargingDataRequest) GetOneTimeEventType() OneTimeEventType

GetOneTimeEventType returns the OneTimeEventType field value if set, zero value otherwise.

func (*ChargingDataRequest) GetOneTimeEventTypeOk

func (o *ChargingDataRequest) GetOneTimeEventTypeOk() (*OneTimeEventType, bool)

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

func (*ChargingDataRequest) GetPDUSessionChargingInformation

func (o *ChargingDataRequest) GetPDUSessionChargingInformation() PDUSessionChargingInformation

GetPDUSessionChargingInformation returns the PDUSessionChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetPDUSessionChargingInformationOk

func (o *ChargingDataRequest) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool)

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

func (*ChargingDataRequest) GetProSeChargingInformation

func (o *ChargingDataRequest) GetProSeChargingInformation() ProseChargingInformation

GetProSeChargingInformation returns the ProSeChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetProSeChargingInformationOk

func (o *ChargingDataRequest) GetProSeChargingInformationOk() (*ProseChargingInformation, bool)

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

func (*ChargingDataRequest) GetRegistrationChargingInformation

func (o *ChargingDataRequest) GetRegistrationChargingInformation() RegistrationChargingInformation

GetRegistrationChargingInformation returns the RegistrationChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetRegistrationChargingInformationOk

func (o *ChargingDataRequest) GetRegistrationChargingInformationOk() (*RegistrationChargingInformation, bool)

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

func (*ChargingDataRequest) GetRetransmissionIndicator

func (o *ChargingDataRequest) GetRetransmissionIndicator() bool

GetRetransmissionIndicator returns the RetransmissionIndicator field value if set, zero value otherwise.

func (*ChargingDataRequest) GetRetransmissionIndicatorOk

func (o *ChargingDataRequest) GetRetransmissionIndicatorOk() (*bool, bool)

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

func (*ChargingDataRequest) GetRoamingQBCInformation

func (o *ChargingDataRequest) GetRoamingQBCInformation() RoamingQBCInformation

GetRoamingQBCInformation returns the RoamingQBCInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetRoamingQBCInformationOk

func (o *ChargingDataRequest) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool)

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

func (*ChargingDataRequest) GetSMSChargingInformation

func (o *ChargingDataRequest) GetSMSChargingInformation() SMSChargingInformation

GetSMSChargingInformation returns the SMSChargingInformation field value if set, zero value otherwise.

func (*ChargingDataRequest) GetSMSChargingInformationOk

func (o *ChargingDataRequest) GetSMSChargingInformationOk() (*SMSChargingInformation, bool)

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

func (*ChargingDataRequest) GetServiceSpecificationInfo

func (o *ChargingDataRequest) GetServiceSpecificationInfo() string

GetServiceSpecificationInfo returns the ServiceSpecificationInfo field value if set, zero value otherwise.

func (*ChargingDataRequest) GetServiceSpecificationInfoOk

func (o *ChargingDataRequest) GetServiceSpecificationInfoOk() (*string, bool)

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

func (*ChargingDataRequest) GetSubscriberIdentifier

func (o *ChargingDataRequest) GetSubscriberIdentifier() string

GetSubscriberIdentifier returns the SubscriberIdentifier field value if set, zero value otherwise.

func (*ChargingDataRequest) GetSubscriberIdentifierOk

func (o *ChargingDataRequest) GetSubscriberIdentifierOk() (*string, bool)

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

func (*ChargingDataRequest) GetSupportedFeatures

func (o *ChargingDataRequest) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*ChargingDataRequest) GetSupportedFeaturesOk

func (o *ChargingDataRequest) GetSupportedFeaturesOk() (*string, bool)

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

func (*ChargingDataRequest) GetTenantIdentifier

func (o *ChargingDataRequest) GetTenantIdentifier() string

GetTenantIdentifier returns the TenantIdentifier field value if set, zero value otherwise.

func (*ChargingDataRequest) GetTenantIdentifierOk

func (o *ChargingDataRequest) GetTenantIdentifierOk() (*string, bool)

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

func (*ChargingDataRequest) GetTriggers

func (o *ChargingDataRequest) GetTriggers() []Trigger

GetTriggers returns the Triggers field value if set, zero value otherwise.

func (*ChargingDataRequest) GetTriggersOk

func (o *ChargingDataRequest) GetTriggersOk() ([]Trigger, bool)

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

func (*ChargingDataRequest) HasChargingId

func (o *ChargingDataRequest) HasChargingId() bool

HasChargingId returns a boolean if a field has been set.

func (*ChargingDataRequest) HasDirectEdgeEnablingServiceChargingInformation

func (o *ChargingDataRequest) HasDirectEdgeEnablingServiceChargingInformation() bool

HasDirectEdgeEnablingServiceChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasEASDeploymentChargingInformation

func (o *ChargingDataRequest) HasEASDeploymentChargingInformation() bool

HasEASDeploymentChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasEASProviderIdentifier

func (o *ChargingDataRequest) HasEASProviderIdentifier() bool

HasEASProviderIdentifier returns a boolean if a field has been set.

func (*ChargingDataRequest) HasEasid

func (o *ChargingDataRequest) HasEasid() bool

HasEasid returns a boolean if a field has been set.

func (*ChargingDataRequest) HasEdgeInfrastructureUsageChargingInformation

func (o *ChargingDataRequest) HasEdgeInfrastructureUsageChargingInformation() bool

HasEdgeInfrastructureUsageChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasEdnid

func (o *ChargingDataRequest) HasEdnid() bool

HasEdnid returns a boolean if a field has been set.

func (*ChargingDataRequest) HasExposedEdgeEnablingServiceChargingInformation

func (o *ChargingDataRequest) HasExposedEdgeEnablingServiceChargingInformation() bool

HasExposedEdgeEnablingServiceChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasIMSChargingInformation

func (o *ChargingDataRequest) HasIMSChargingInformation() bool

HasIMSChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasLocationReportingChargingInformation

func (o *ChargingDataRequest) HasLocationReportingChargingInformation() bool

HasLocationReportingChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasMMSChargingInformation

func (o *ChargingDataRequest) HasMMSChargingInformation() bool

HasMMSChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasMMTelChargingInformation

func (o *ChargingDataRequest) HasMMTelChargingInformation() bool

HasMMTelChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasMnSConsumerIdentifier

func (o *ChargingDataRequest) HasMnSConsumerIdentifier() bool

HasMnSConsumerIdentifier returns a boolean if a field has been set.

func (*ChargingDataRequest) HasMultipleUnitUsage

func (o *ChargingDataRequest) HasMultipleUnitUsage() bool

HasMultipleUnitUsage returns a boolean if a field has been set.

func (*ChargingDataRequest) HasN2ConnectionChargingInformation

func (o *ChargingDataRequest) HasN2ConnectionChargingInformation() bool

HasN2ConnectionChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasNEFChargingInformation

func (o *ChargingDataRequest) HasNEFChargingInformation() bool

HasNEFChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasNSMChargingInformation

func (o *ChargingDataRequest) HasNSMChargingInformation() bool

HasNSMChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasNSPAChargingInformation

func (o *ChargingDataRequest) HasNSPAChargingInformation() bool

HasNSPAChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasNotifyUri

func (o *ChargingDataRequest) HasNotifyUri() bool

HasNotifyUri returns a boolean if a field has been set.

func (*ChargingDataRequest) HasOneTimeEvent

func (o *ChargingDataRequest) HasOneTimeEvent() bool

HasOneTimeEvent returns a boolean if a field has been set.

func (*ChargingDataRequest) HasOneTimeEventType

func (o *ChargingDataRequest) HasOneTimeEventType() bool

HasOneTimeEventType returns a boolean if a field has been set.

func (*ChargingDataRequest) HasPDUSessionChargingInformation

func (o *ChargingDataRequest) HasPDUSessionChargingInformation() bool

HasPDUSessionChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasProSeChargingInformation

func (o *ChargingDataRequest) HasProSeChargingInformation() bool

HasProSeChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasRegistrationChargingInformation

func (o *ChargingDataRequest) HasRegistrationChargingInformation() bool

HasRegistrationChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasRetransmissionIndicator

func (o *ChargingDataRequest) HasRetransmissionIndicator() bool

HasRetransmissionIndicator returns a boolean if a field has been set.

func (*ChargingDataRequest) HasRoamingQBCInformation

func (o *ChargingDataRequest) HasRoamingQBCInformation() bool

HasRoamingQBCInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasSMSChargingInformation

func (o *ChargingDataRequest) HasSMSChargingInformation() bool

HasSMSChargingInformation returns a boolean if a field has been set.

func (*ChargingDataRequest) HasServiceSpecificationInfo

func (o *ChargingDataRequest) HasServiceSpecificationInfo() bool

HasServiceSpecificationInfo returns a boolean if a field has been set.

func (*ChargingDataRequest) HasSubscriberIdentifier

func (o *ChargingDataRequest) HasSubscriberIdentifier() bool

HasSubscriberIdentifier returns a boolean if a field has been set.

func (*ChargingDataRequest) HasSupportedFeatures

func (o *ChargingDataRequest) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*ChargingDataRequest) HasTenantIdentifier

func (o *ChargingDataRequest) HasTenantIdentifier() bool

HasTenantIdentifier returns a boolean if a field has been set.

func (*ChargingDataRequest) HasTriggers

func (o *ChargingDataRequest) HasTriggers() bool

HasTriggers returns a boolean if a field has been set.

func (ChargingDataRequest) MarshalJSON

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

func (*ChargingDataRequest) SetChargingId

func (o *ChargingDataRequest) SetChargingId(v int32)

SetChargingId gets a reference to the given int32 and assigns it to the ChargingId field. Deprecated

func (*ChargingDataRequest) SetDirectEdgeEnablingServiceChargingInformation

func (o *ChargingDataRequest) SetDirectEdgeEnablingServiceChargingInformation(v NEFChargingInformation)

SetDirectEdgeEnablingServiceChargingInformation gets a reference to the given NEFChargingInformation and assigns it to the DirectEdgeEnablingServiceChargingInformation field.

func (*ChargingDataRequest) SetEASDeploymentChargingInformation

func (o *ChargingDataRequest) SetEASDeploymentChargingInformation(v EASDeploymentChargingInformation)

SetEASDeploymentChargingInformation gets a reference to the given EASDeploymentChargingInformation and assigns it to the EASDeploymentChargingInformation field.

func (*ChargingDataRequest) SetEASProviderIdentifier

func (o *ChargingDataRequest) SetEASProviderIdentifier(v string)

SetEASProviderIdentifier gets a reference to the given string and assigns it to the EASProviderIdentifier field.

func (*ChargingDataRequest) SetEasid

func (o *ChargingDataRequest) SetEasid(v string)

SetEasid gets a reference to the given string and assigns it to the Easid field.

func (*ChargingDataRequest) SetEdgeInfrastructureUsageChargingInformation

func (o *ChargingDataRequest) SetEdgeInfrastructureUsageChargingInformation(v EdgeInfrastructureUsageChargingInformation)

SetEdgeInfrastructureUsageChargingInformation gets a reference to the given EdgeInfrastructureUsageChargingInformation and assigns it to the EdgeInfrastructureUsageChargingInformation field.

func (*ChargingDataRequest) SetEdnid

func (o *ChargingDataRequest) SetEdnid(v string)

SetEdnid gets a reference to the given string and assigns it to the Ednid field.

func (*ChargingDataRequest) SetExposedEdgeEnablingServiceChargingInformation

func (o *ChargingDataRequest) SetExposedEdgeEnablingServiceChargingInformation(v NEFChargingInformation)

SetExposedEdgeEnablingServiceChargingInformation gets a reference to the given NEFChargingInformation and assigns it to the ExposedEdgeEnablingServiceChargingInformation field.

func (*ChargingDataRequest) SetIMSChargingInformation

func (o *ChargingDataRequest) SetIMSChargingInformation(v IMSChargingInformation)

SetIMSChargingInformation gets a reference to the given IMSChargingInformation and assigns it to the IMSChargingInformation field.

func (*ChargingDataRequest) SetInvocationSequenceNumber

func (o *ChargingDataRequest) SetInvocationSequenceNumber(v int32)

SetInvocationSequenceNumber sets field value

func (*ChargingDataRequest) SetInvocationTimeStamp

func (o *ChargingDataRequest) SetInvocationTimeStamp(v time.Time)

SetInvocationTimeStamp sets field value

func (*ChargingDataRequest) SetLocationReportingChargingInformation

func (o *ChargingDataRequest) SetLocationReportingChargingInformation(v LocationReportingChargingInformation)

SetLocationReportingChargingInformation gets a reference to the given LocationReportingChargingInformation and assigns it to the LocationReportingChargingInformation field.

func (*ChargingDataRequest) SetMMSChargingInformation

func (o *ChargingDataRequest) SetMMSChargingInformation(v MMSChargingInformation)

SetMMSChargingInformation gets a reference to the given MMSChargingInformation and assigns it to the MMSChargingInformation field.

func (*ChargingDataRequest) SetMMTelChargingInformation

func (o *ChargingDataRequest) SetMMTelChargingInformation(v MMTelChargingInformation)

SetMMTelChargingInformation gets a reference to the given MMTelChargingInformation and assigns it to the MMTelChargingInformation field.

func (*ChargingDataRequest) SetMnSConsumerIdentifier

func (o *ChargingDataRequest) SetMnSConsumerIdentifier(v string)

SetMnSConsumerIdentifier gets a reference to the given string and assigns it to the MnSConsumerIdentifier field.

func (*ChargingDataRequest) SetMultipleUnitUsage

func (o *ChargingDataRequest) SetMultipleUnitUsage(v []MultipleUnitUsage)

SetMultipleUnitUsage gets a reference to the given []MultipleUnitUsage and assigns it to the MultipleUnitUsage field.

func (*ChargingDataRequest) SetN2ConnectionChargingInformation

func (o *ChargingDataRequest) SetN2ConnectionChargingInformation(v N2ConnectionChargingInformation)

SetN2ConnectionChargingInformation gets a reference to the given N2ConnectionChargingInformation and assigns it to the N2ConnectionChargingInformation field.

func (*ChargingDataRequest) SetNEFChargingInformation

func (o *ChargingDataRequest) SetNEFChargingInformation(v NEFChargingInformation)

SetNEFChargingInformation gets a reference to the given NEFChargingInformation and assigns it to the NEFChargingInformation field.

func (*ChargingDataRequest) SetNSMChargingInformation

func (o *ChargingDataRequest) SetNSMChargingInformation(v NSMChargingInformation)

SetNSMChargingInformation gets a reference to the given NSMChargingInformation and assigns it to the NSMChargingInformation field.

func (*ChargingDataRequest) SetNSPAChargingInformation

func (o *ChargingDataRequest) SetNSPAChargingInformation(v NSPAChargingInformation)

SetNSPAChargingInformation gets a reference to the given NSPAChargingInformation and assigns it to the NSPAChargingInformation field.

func (*ChargingDataRequest) SetNfConsumerIdentification

func (o *ChargingDataRequest) SetNfConsumerIdentification(v NFIdentification)

SetNfConsumerIdentification sets field value

func (*ChargingDataRequest) SetNotifyUri

func (o *ChargingDataRequest) SetNotifyUri(v string)

SetNotifyUri gets a reference to the given string and assigns it to the NotifyUri field.

func (*ChargingDataRequest) SetOneTimeEvent

func (o *ChargingDataRequest) SetOneTimeEvent(v bool)

SetOneTimeEvent gets a reference to the given bool and assigns it to the OneTimeEvent field.

func (*ChargingDataRequest) SetOneTimeEventType

func (o *ChargingDataRequest) SetOneTimeEventType(v OneTimeEventType)

SetOneTimeEventType gets a reference to the given OneTimeEventType and assigns it to the OneTimeEventType field.

func (*ChargingDataRequest) SetPDUSessionChargingInformation

func (o *ChargingDataRequest) SetPDUSessionChargingInformation(v PDUSessionChargingInformation)

SetPDUSessionChargingInformation gets a reference to the given PDUSessionChargingInformation and assigns it to the PDUSessionChargingInformation field.

func (*ChargingDataRequest) SetProSeChargingInformation

func (o *ChargingDataRequest) SetProSeChargingInformation(v ProseChargingInformation)

SetProSeChargingInformation gets a reference to the given ProseChargingInformation and assigns it to the ProSeChargingInformation field.

func (*ChargingDataRequest) SetRegistrationChargingInformation

func (o *ChargingDataRequest) SetRegistrationChargingInformation(v RegistrationChargingInformation)

SetRegistrationChargingInformation gets a reference to the given RegistrationChargingInformation and assigns it to the RegistrationChargingInformation field.

func (*ChargingDataRequest) SetRetransmissionIndicator

func (o *ChargingDataRequest) SetRetransmissionIndicator(v bool)

SetRetransmissionIndicator gets a reference to the given bool and assigns it to the RetransmissionIndicator field.

func (*ChargingDataRequest) SetRoamingQBCInformation

func (o *ChargingDataRequest) SetRoamingQBCInformation(v RoamingQBCInformation)

SetRoamingQBCInformation gets a reference to the given RoamingQBCInformation and assigns it to the RoamingQBCInformation field.

func (*ChargingDataRequest) SetSMSChargingInformation

func (o *ChargingDataRequest) SetSMSChargingInformation(v SMSChargingInformation)

SetSMSChargingInformation gets a reference to the given SMSChargingInformation and assigns it to the SMSChargingInformation field.

func (*ChargingDataRequest) SetServiceSpecificationInfo

func (o *ChargingDataRequest) SetServiceSpecificationInfo(v string)

SetServiceSpecificationInfo gets a reference to the given string and assigns it to the ServiceSpecificationInfo field.

func (*ChargingDataRequest) SetSubscriberIdentifier

func (o *ChargingDataRequest) SetSubscriberIdentifier(v string)

SetSubscriberIdentifier gets a reference to the given string and assigns it to the SubscriberIdentifier field.

func (*ChargingDataRequest) SetSupportedFeatures

func (o *ChargingDataRequest) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*ChargingDataRequest) SetTenantIdentifier

func (o *ChargingDataRequest) SetTenantIdentifier(v string)

SetTenantIdentifier gets a reference to the given string and assigns it to the TenantIdentifier field.

func (*ChargingDataRequest) SetTriggers

func (o *ChargingDataRequest) SetTriggers(v []Trigger)

SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.

func (ChargingDataRequest) ToMap

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

type ChargingDataResponse

type ChargingDataResponse struct {
	// string with format 'date-time' as defined in OpenAPI.
	InvocationTimeStamp time.Time `json:"invocationTimeStamp"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	InvocationSequenceNumber int32             `json:"invocationSequenceNumber"`
	InvocationResult         *InvocationResult `json:"invocationResult,omitempty"`
	SessionFailover          *SessionFailover  `json:"sessionFailover,omitempty"`
	// A string used to indicate the features supported by an API that is used as defined in clause  6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features 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 the support of 4 features as described in  table 5.2.2-3. The most significant character representing the highest-numbered features shall  appear first in the string, and the character representing features 1 to 4 shall appear last  in the string. The list of features and their numbering (starting with 1) are defined  separately for each API. If the string contains a lower number of characters than there are  defined features for an API, all features that would be represented by characters that are not  present in the string are not supported.
	SupportedFeatures                    *string                               `json:"supportedFeatures,omitempty"`
	MultipleUnitInformation              []MultipleUnitInformation             `json:"multipleUnitInformation,omitempty"`
	Triggers                             []Trigger                             `json:"triggers,omitempty"`
	PDUSessionChargingInformation        *PDUSessionChargingInformation        `json:"pDUSessionChargingInformation,omitempty"`
	RoamingQBCInformation                *RoamingQBCInformation                `json:"roamingQBCInformation,omitempty"`
	LocationReportingChargingInformation *LocationReportingChargingInformation `json:"locationReportingChargingInformation,omitempty"`
}

ChargingDataResponse struct for ChargingDataResponse

func NewChargingDataResponse

func NewChargingDataResponse(invocationTimeStamp time.Time, invocationSequenceNumber int32) *ChargingDataResponse

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

func NewChargingDataResponseWithDefaults

func NewChargingDataResponseWithDefaults() *ChargingDataResponse

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

func (*ChargingDataResponse) GetInvocationResult

func (o *ChargingDataResponse) GetInvocationResult() InvocationResult

GetInvocationResult returns the InvocationResult field value if set, zero value otherwise.

func (*ChargingDataResponse) GetInvocationResultOk

func (o *ChargingDataResponse) GetInvocationResultOk() (*InvocationResult, bool)

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

func (*ChargingDataResponse) GetInvocationSequenceNumber

func (o *ChargingDataResponse) GetInvocationSequenceNumber() int32

GetInvocationSequenceNumber returns the InvocationSequenceNumber field value

func (*ChargingDataResponse) GetInvocationSequenceNumberOk

func (o *ChargingDataResponse) GetInvocationSequenceNumberOk() (*int32, bool)

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

func (*ChargingDataResponse) GetInvocationTimeStamp

func (o *ChargingDataResponse) GetInvocationTimeStamp() time.Time

GetInvocationTimeStamp returns the InvocationTimeStamp field value

func (*ChargingDataResponse) GetInvocationTimeStampOk

func (o *ChargingDataResponse) GetInvocationTimeStampOk() (*time.Time, bool)

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

func (*ChargingDataResponse) GetLocationReportingChargingInformation

func (o *ChargingDataResponse) GetLocationReportingChargingInformation() LocationReportingChargingInformation

GetLocationReportingChargingInformation returns the LocationReportingChargingInformation field value if set, zero value otherwise.

func (*ChargingDataResponse) GetLocationReportingChargingInformationOk

func (o *ChargingDataResponse) GetLocationReportingChargingInformationOk() (*LocationReportingChargingInformation, bool)

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

func (*ChargingDataResponse) GetMultipleUnitInformation

func (o *ChargingDataResponse) GetMultipleUnitInformation() []MultipleUnitInformation

GetMultipleUnitInformation returns the MultipleUnitInformation field value if set, zero value otherwise.

func (*ChargingDataResponse) GetMultipleUnitInformationOk

func (o *ChargingDataResponse) GetMultipleUnitInformationOk() ([]MultipleUnitInformation, bool)

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

func (*ChargingDataResponse) GetPDUSessionChargingInformation

func (o *ChargingDataResponse) GetPDUSessionChargingInformation() PDUSessionChargingInformation

GetPDUSessionChargingInformation returns the PDUSessionChargingInformation field value if set, zero value otherwise.

func (*ChargingDataResponse) GetPDUSessionChargingInformationOk

func (o *ChargingDataResponse) GetPDUSessionChargingInformationOk() (*PDUSessionChargingInformation, bool)

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

func (*ChargingDataResponse) GetRoamingQBCInformation

func (o *ChargingDataResponse) GetRoamingQBCInformation() RoamingQBCInformation

GetRoamingQBCInformation returns the RoamingQBCInformation field value if set, zero value otherwise.

func (*ChargingDataResponse) GetRoamingQBCInformationOk

func (o *ChargingDataResponse) GetRoamingQBCInformationOk() (*RoamingQBCInformation, bool)

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

func (*ChargingDataResponse) GetSessionFailover

func (o *ChargingDataResponse) GetSessionFailover() SessionFailover

GetSessionFailover returns the SessionFailover field value if set, zero value otherwise.

func (*ChargingDataResponse) GetSessionFailoverOk

func (o *ChargingDataResponse) GetSessionFailoverOk() (*SessionFailover, bool)

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

func (*ChargingDataResponse) GetSupportedFeatures

func (o *ChargingDataResponse) GetSupportedFeatures() string

GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.

func (*ChargingDataResponse) GetSupportedFeaturesOk

func (o *ChargingDataResponse) GetSupportedFeaturesOk() (*string, bool)

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

func (*ChargingDataResponse) GetTriggers

func (o *ChargingDataResponse) GetTriggers() []Trigger

GetTriggers returns the Triggers field value if set, zero value otherwise.

func (*ChargingDataResponse) GetTriggersOk

func (o *ChargingDataResponse) GetTriggersOk() ([]Trigger, bool)

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

func (*ChargingDataResponse) HasInvocationResult

func (o *ChargingDataResponse) HasInvocationResult() bool

HasInvocationResult returns a boolean if a field has been set.

func (*ChargingDataResponse) HasLocationReportingChargingInformation

func (o *ChargingDataResponse) HasLocationReportingChargingInformation() bool

HasLocationReportingChargingInformation returns a boolean if a field has been set.

func (*ChargingDataResponse) HasMultipleUnitInformation

func (o *ChargingDataResponse) HasMultipleUnitInformation() bool

HasMultipleUnitInformation returns a boolean if a field has been set.

func (*ChargingDataResponse) HasPDUSessionChargingInformation

func (o *ChargingDataResponse) HasPDUSessionChargingInformation() bool

HasPDUSessionChargingInformation returns a boolean if a field has been set.

func (*ChargingDataResponse) HasRoamingQBCInformation

func (o *ChargingDataResponse) HasRoamingQBCInformation() bool

HasRoamingQBCInformation returns a boolean if a field has been set.

func (*ChargingDataResponse) HasSessionFailover

func (o *ChargingDataResponse) HasSessionFailover() bool

HasSessionFailover returns a boolean if a field has been set.

func (*ChargingDataResponse) HasSupportedFeatures

func (o *ChargingDataResponse) HasSupportedFeatures() bool

HasSupportedFeatures returns a boolean if a field has been set.

func (*ChargingDataResponse) HasTriggers

func (o *ChargingDataResponse) HasTriggers() bool

HasTriggers returns a boolean if a field has been set.

func (ChargingDataResponse) MarshalJSON

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

func (*ChargingDataResponse) SetInvocationResult

func (o *ChargingDataResponse) SetInvocationResult(v InvocationResult)

SetInvocationResult gets a reference to the given InvocationResult and assigns it to the InvocationResult field.

func (*ChargingDataResponse) SetInvocationSequenceNumber

func (o *ChargingDataResponse) SetInvocationSequenceNumber(v int32)

SetInvocationSequenceNumber sets field value

func (*ChargingDataResponse) SetInvocationTimeStamp

func (o *ChargingDataResponse) SetInvocationTimeStamp(v time.Time)

SetInvocationTimeStamp sets field value

func (*ChargingDataResponse) SetLocationReportingChargingInformation

func (o *ChargingDataResponse) SetLocationReportingChargingInformation(v LocationReportingChargingInformation)

SetLocationReportingChargingInformation gets a reference to the given LocationReportingChargingInformation and assigns it to the LocationReportingChargingInformation field.

func (*ChargingDataResponse) SetMultipleUnitInformation

func (o *ChargingDataResponse) SetMultipleUnitInformation(v []MultipleUnitInformation)

SetMultipleUnitInformation gets a reference to the given []MultipleUnitInformation and assigns it to the MultipleUnitInformation field.

func (*ChargingDataResponse) SetPDUSessionChargingInformation

func (o *ChargingDataResponse) SetPDUSessionChargingInformation(v PDUSessionChargingInformation)

SetPDUSessionChargingInformation gets a reference to the given PDUSessionChargingInformation and assigns it to the PDUSessionChargingInformation field.

func (*ChargingDataResponse) SetRoamingQBCInformation

func (o *ChargingDataResponse) SetRoamingQBCInformation(v RoamingQBCInformation)

SetRoamingQBCInformation gets a reference to the given RoamingQBCInformation and assigns it to the RoamingQBCInformation field.

func (*ChargingDataResponse) SetSessionFailover

func (o *ChargingDataResponse) SetSessionFailover(v SessionFailover)

SetSessionFailover gets a reference to the given SessionFailover and assigns it to the SessionFailover field.

func (*ChargingDataResponse) SetSupportedFeatures

func (o *ChargingDataResponse) SetSupportedFeatures(v string)

SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.

func (*ChargingDataResponse) SetTriggers

func (o *ChargingDataResponse) SetTriggers(v []Trigger)

SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.

func (ChargingDataResponse) ToMap

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

type ChargingNotifyRequest

type ChargingNotifyRequest struct {
	NotificationType       NotificationType         `json:"notificationType"`
	ReauthorizationDetails []ReauthorizationDetails `json:"reauthorizationDetails,omitempty"`
}

ChargingNotifyRequest struct for ChargingNotifyRequest

func NewChargingNotifyRequest

func NewChargingNotifyRequest(notificationType NotificationType) *ChargingNotifyRequest

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

func NewChargingNotifyRequestWithDefaults

func NewChargingNotifyRequestWithDefaults() *ChargingNotifyRequest

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

func (*ChargingNotifyRequest) GetNotificationType

func (o *ChargingNotifyRequest) GetNotificationType() NotificationType

GetNotificationType returns the NotificationType field value

func (*ChargingNotifyRequest) GetNotificationTypeOk

func (o *ChargingNotifyRequest) GetNotificationTypeOk() (*NotificationType, bool)

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

func (*ChargingNotifyRequest) GetReauthorizationDetails

func (o *ChargingNotifyRequest) GetReauthorizationDetails() []ReauthorizationDetails

GetReauthorizationDetails returns the ReauthorizationDetails field value if set, zero value otherwise.

func (*ChargingNotifyRequest) GetReauthorizationDetailsOk

func (o *ChargingNotifyRequest) GetReauthorizationDetailsOk() ([]ReauthorizationDetails, bool)

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

func (*ChargingNotifyRequest) HasReauthorizationDetails

func (o *ChargingNotifyRequest) HasReauthorizationDetails() bool

HasReauthorizationDetails returns a boolean if a field has been set.

func (ChargingNotifyRequest) MarshalJSON

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

func (*ChargingNotifyRequest) SetNotificationType

func (o *ChargingNotifyRequest) SetNotificationType(v NotificationType)

SetNotificationType sets field value

func (*ChargingNotifyRequest) SetReauthorizationDetails

func (o *ChargingNotifyRequest) SetReauthorizationDetails(v []ReauthorizationDetails)

SetReauthorizationDetails gets a reference to the given []ReauthorizationDetails and assigns it to the ReauthorizationDetails field.

func (ChargingNotifyRequest) ToMap

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

type ChargingNotifyResponse

type ChargingNotifyResponse struct {
	InvocationResult *InvocationResult `json:"invocationResult,omitempty"`
}

ChargingNotifyResponse struct for ChargingNotifyResponse

func NewChargingNotifyResponse

func NewChargingNotifyResponse() *ChargingNotifyResponse

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

func NewChargingNotifyResponseWithDefaults

func NewChargingNotifyResponseWithDefaults() *ChargingNotifyResponse

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

func (*ChargingNotifyResponse) GetInvocationResult

func (o *ChargingNotifyResponse) GetInvocationResult() InvocationResult

GetInvocationResult returns the InvocationResult field value if set, zero value otherwise.

func (*ChargingNotifyResponse) GetInvocationResultOk

func (o *ChargingNotifyResponse) GetInvocationResultOk() (*InvocationResult, bool)

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

func (*ChargingNotifyResponse) HasInvocationResult

func (o *ChargingNotifyResponse) HasInvocationResult() bool

HasInvocationResult returns a boolean if a field has been set.

func (ChargingNotifyResponse) MarshalJSON

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

func (*ChargingNotifyResponse) SetInvocationResult

func (o *ChargingNotifyResponse) SetInvocationResult(v InvocationResult)

SetInvocationResult gets a reference to the given InvocationResult and assigns it to the InvocationResult field.

func (ChargingNotifyResponse) ToMap

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

type ChargingdataChargingDataRefUpdatePost400Response

type ChargingdataChargingDataRefUpdatePost400Response struct {
	ChargingDataResponse *ChargingDataResponse
	ProblemDetails       *ProblemDetails
}

ChargingdataChargingDataRefUpdatePost400Response - struct for ChargingdataChargingDataRefUpdatePost400Response

func ChargingDataResponseAsChargingdataChargingDataRefUpdatePost400Response

func ChargingDataResponseAsChargingdataChargingDataRefUpdatePost400Response(v *ChargingDataResponse) ChargingdataChargingDataRefUpdatePost400Response

ChargingDataResponseAsChargingdataChargingDataRefUpdatePost400Response is a convenience function that returns ChargingDataResponse wrapped in ChargingdataChargingDataRefUpdatePost400Response

func ProblemDetailsAsChargingdataChargingDataRefUpdatePost400Response

func ProblemDetailsAsChargingdataChargingDataRefUpdatePost400Response(v *ProblemDetails) ChargingdataChargingDataRefUpdatePost400Response

ProblemDetailsAsChargingdataChargingDataRefUpdatePost400Response is a convenience function that returns ProblemDetails wrapped in ChargingdataChargingDataRefUpdatePost400Response

func (*ChargingdataChargingDataRefUpdatePost400Response) GetActualInstance

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

Get the actual instance

func (ChargingdataChargingDataRefUpdatePost400Response) MarshalJSON

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

func (*ChargingdataChargingDataRefUpdatePost400Response) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type ChargingdataPost400Response

type ChargingdataPost400Response struct {
	ChargingNotifyResponse *ChargingNotifyResponse
	ProblemDetails         *ProblemDetails
}

ChargingdataPost400Response - struct for ChargingdataPost400Response

func ChargingNotifyResponseAsChargingdataPost400Response

func ChargingNotifyResponseAsChargingdataPost400Response(v *ChargingNotifyResponse) ChargingdataPost400Response

ChargingNotifyResponseAsChargingdataPost400Response is a convenience function that returns ChargingNotifyResponse wrapped in ChargingdataPost400Response

func ProblemDetailsAsChargingdataPost400Response

func ProblemDetailsAsChargingdataPost400Response(v *ProblemDetails) ChargingdataPost400Response

ProblemDetailsAsChargingdataPost400Response is a convenience function that returns ProblemDetails wrapped in ChargingdataPost400Response

func (*ChargingdataPost400Response) GetActualInstance

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

Get the actual instance

func (ChargingdataPost400Response) MarshalJSON

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

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

func (*ChargingdataPost400Response) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type ClassIdentifier

type ClassIdentifier struct {
	String *string
}

ClassIdentifier struct for ClassIdentifier

func (*ClassIdentifier) MarshalJSON

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

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

func (*ClassIdentifier) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

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 CoreNetworkType

type CoreNetworkType struct {
	String *string
}

CoreNetworkType It contains the Core Network type 5GC or EPC.

func (*CoreNetworkType) MarshalJSON

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

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

func (*CoreNetworkType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type CoverageInfo

type CoverageInfo struct {
	CoverageStatus *bool `json:"coverageStatus,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	ChangeTime   *time.Time     `json:"changeTime,omitempty"`
	LocationInfo []UserLocation `json:"locationInfo,omitempty"`
}

CoverageInfo struct for CoverageInfo

func NewCoverageInfo

func NewCoverageInfo() *CoverageInfo

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

func NewCoverageInfoWithDefaults

func NewCoverageInfoWithDefaults() *CoverageInfo

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

func (*CoverageInfo) GetChangeTime

func (o *CoverageInfo) GetChangeTime() time.Time

GetChangeTime returns the ChangeTime field value if set, zero value otherwise.

func (*CoverageInfo) GetChangeTimeOk

func (o *CoverageInfo) GetChangeTimeOk() (*time.Time, bool)

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

func (*CoverageInfo) GetCoverageStatus

func (o *CoverageInfo) GetCoverageStatus() bool

GetCoverageStatus returns the CoverageStatus field value if set, zero value otherwise.

func (*CoverageInfo) GetCoverageStatusOk

func (o *CoverageInfo) GetCoverageStatusOk() (*bool, bool)

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

func (*CoverageInfo) GetLocationInfo

func (o *CoverageInfo) GetLocationInfo() []UserLocation

GetLocationInfo returns the LocationInfo field value if set, zero value otherwise.

func (*CoverageInfo) GetLocationInfoOk

func (o *CoverageInfo) GetLocationInfoOk() ([]UserLocation, bool)

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

func (*CoverageInfo) HasChangeTime

func (o *CoverageInfo) HasChangeTime() bool

HasChangeTime returns a boolean if a field has been set.

func (*CoverageInfo) HasCoverageStatus

func (o *CoverageInfo) HasCoverageStatus() bool

HasCoverageStatus returns a boolean if a field has been set.

func (*CoverageInfo) HasLocationInfo

func (o *CoverageInfo) HasLocationInfo() bool

HasLocationInfo returns a boolean if a field has been set.

func (CoverageInfo) MarshalJSON

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

func (*CoverageInfo) SetChangeTime

func (o *CoverageInfo) SetChangeTime(v time.Time)

SetChangeTime gets a reference to the given time.Time and assigns it to the ChangeTime field.

func (*CoverageInfo) SetCoverageStatus

func (o *CoverageInfo) SetCoverageStatus(v bool)

SetCoverageStatus gets a reference to the given bool and assigns it to the CoverageStatus field.

func (*CoverageInfo) SetLocationInfo

func (o *CoverageInfo) SetLocationInfo(v []UserLocation)

SetLocationInfo gets a reference to the given []UserLocation and assigns it to the LocationInfo field.

func (CoverageInfo) ToMap

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

type DefaultApiService

type DefaultApiService service

DefaultApiService DefaultApi service

func (*DefaultApiService) ChargingdataChargingDataRefReleasePost

func (a *DefaultApiService) ChargingdataChargingDataRefReleasePost(ctx context.Context, chargingDataRef string) ApiChargingdataChargingDataRefReleasePostRequest

ChargingdataChargingDataRefReleasePost Method for ChargingdataChargingDataRefReleasePost

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param chargingDataRef a unique identifier for a charging data resource in a PLMN
@return ApiChargingdataChargingDataRefReleasePostRequest

func (*DefaultApiService) ChargingdataChargingDataRefReleasePostExecute

func (a *DefaultApiService) ChargingdataChargingDataRefReleasePostExecute(r ApiChargingdataChargingDataRefReleasePostRequest) (*http.Response, error)

Execute executes the request

func (*DefaultApiService) ChargingdataChargingDataRefUpdatePost

func (a *DefaultApiService) ChargingdataChargingDataRefUpdatePost(ctx context.Context, chargingDataRef string) ApiChargingdataChargingDataRefUpdatePostRequest

ChargingdataChargingDataRefUpdatePost Method for ChargingdataChargingDataRefUpdatePost

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param chargingDataRef a unique identifier for a charging data resource in a PLMN
@return ApiChargingdataChargingDataRefUpdatePostRequest

func (*DefaultApiService) ChargingdataChargingDataRefUpdatePostExecute

func (a *DefaultApiService) ChargingdataChargingDataRefUpdatePostExecute(r ApiChargingdataChargingDataRefUpdatePostRequest) (*ChargingDataResponse, *http.Response, error)

Execute executes the request

@return ChargingDataResponse

func (*DefaultApiService) ChargingdataPost

ChargingdataPost Method for ChargingdataPost

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiChargingdataPostRequest

func (*DefaultApiService) ChargingdataPostExecute

Execute executes the request

@return ChargingDataResponse

type DeliveryReportRequested

type DeliveryReportRequested struct {
	String *string
}

DeliveryReportRequested struct for DeliveryReportRequested

func (*DeliveryReportRequested) MarshalJSON

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

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

func (*DeliveryReportRequested) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type DirectDiscoveryModel

type DirectDiscoveryModel struct {
	String *string
}

DirectDiscoveryModel struct for DirectDiscoveryModel

func (*DirectDiscoveryModel) MarshalJSON

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

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

func (*DirectDiscoveryModel) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type DnnSelectionMode

type DnnSelectionMode struct {
	String *string
}

DnnSelectionMode struct for DnnSelectionMode

func (*DnnSelectionMode) MarshalJSON

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

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

func (*DnnSelectionMode) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type EASDeploymentChargingInformation

type EASDeploymentChargingInformation struct {
	// string with format 'date-time' as defined in OpenAPI.
	LCMStartTime *time.Time `json:"lCMStartTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	LCMEndTime *time.Time `json:"lCMEndTime,omitempty"`
}

EASDeploymentChargingInformation struct for EASDeploymentChargingInformation

func NewEASDeploymentChargingInformation

func NewEASDeploymentChargingInformation() *EASDeploymentChargingInformation

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

func NewEASDeploymentChargingInformationWithDefaults

func NewEASDeploymentChargingInformationWithDefaults() *EASDeploymentChargingInformation

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

func (*EASDeploymentChargingInformation) GetLCMEndTime

func (o *EASDeploymentChargingInformation) GetLCMEndTime() time.Time

GetLCMEndTime returns the LCMEndTime field value if set, zero value otherwise.

func (*EASDeploymentChargingInformation) GetLCMEndTimeOk

func (o *EASDeploymentChargingInformation) GetLCMEndTimeOk() (*time.Time, bool)

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

func (*EASDeploymentChargingInformation) GetLCMStartTime

func (o *EASDeploymentChargingInformation) GetLCMStartTime() time.Time

GetLCMStartTime returns the LCMStartTime field value if set, zero value otherwise.

func (*EASDeploymentChargingInformation) GetLCMStartTimeOk

func (o *EASDeploymentChargingInformation) GetLCMStartTimeOk() (*time.Time, bool)

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

func (*EASDeploymentChargingInformation) HasLCMEndTime

func (o *EASDeploymentChargingInformation) HasLCMEndTime() bool

HasLCMEndTime returns a boolean if a field has been set.

func (*EASDeploymentChargingInformation) HasLCMStartTime

func (o *EASDeploymentChargingInformation) HasLCMStartTime() bool

HasLCMStartTime returns a boolean if a field has been set.

func (EASDeploymentChargingInformation) MarshalJSON

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

func (*EASDeploymentChargingInformation) SetLCMEndTime

func (o *EASDeploymentChargingInformation) SetLCMEndTime(v time.Time)

SetLCMEndTime gets a reference to the given time.Time and assigns it to the LCMEndTime field.

func (*EASDeploymentChargingInformation) SetLCMStartTime

func (o *EASDeploymentChargingInformation) SetLCMStartTime(v time.Time)

SetLCMStartTime gets a reference to the given time.Time and assigns it to the LCMStartTime field.

func (EASDeploymentChargingInformation) ToMap

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

type EASRequirements

type EASRequirements struct {
	RequiredEASservingLocation *ServingLocation      `json:"requiredEASservingLocation,omitempty"`
	SoftwareImageInfo          *SoftwareImageInfo    `json:"softwareImageInfo,omitempty"`
	AffinityAntiAffinity       *AffinityAntiAffinity `json:"affinityAntiAffinity,omitempty"`
	ServiceContinuity          *bool                 `json:"serviceContinuity,omitempty"`
	VirtualResource            *VirtualResource      `json:"virtualResource,omitempty"`
}

EASRequirements struct for EASRequirements

func NewEASRequirements

func NewEASRequirements() *EASRequirements

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

func NewEASRequirementsWithDefaults

func NewEASRequirementsWithDefaults() *EASRequirements

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

func (*EASRequirements) GetAffinityAntiAffinity

func (o *EASRequirements) GetAffinityAntiAffinity() AffinityAntiAffinity

GetAffinityAntiAffinity returns the AffinityAntiAffinity field value if set, zero value otherwise.

func (*EASRequirements) GetAffinityAntiAffinityOk

func (o *EASRequirements) GetAffinityAntiAffinityOk() (*AffinityAntiAffinity, bool)

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

func (*EASRequirements) GetRequiredEASservingLocation

func (o *EASRequirements) GetRequiredEASservingLocation() ServingLocation

GetRequiredEASservingLocation returns the RequiredEASservingLocation field value if set, zero value otherwise.

func (*EASRequirements) GetRequiredEASservingLocationOk

func (o *EASRequirements) GetRequiredEASservingLocationOk() (*ServingLocation, bool)

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

func (*EASRequirements) GetServiceContinuity

func (o *EASRequirements) GetServiceContinuity() bool

GetServiceContinuity returns the ServiceContinuity field value if set, zero value otherwise.

func (*EASRequirements) GetServiceContinuityOk

func (o *EASRequirements) GetServiceContinuityOk() (*bool, bool)

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

func (*EASRequirements) GetSoftwareImageInfo

func (o *EASRequirements) GetSoftwareImageInfo() SoftwareImageInfo

GetSoftwareImageInfo returns the SoftwareImageInfo field value if set, zero value otherwise.

func (*EASRequirements) GetSoftwareImageInfoOk

func (o *EASRequirements) GetSoftwareImageInfoOk() (*SoftwareImageInfo, bool)

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

func (*EASRequirements) GetVirtualResource

func (o *EASRequirements) GetVirtualResource() VirtualResource

GetVirtualResource returns the VirtualResource field value if set, zero value otherwise.

func (*EASRequirements) GetVirtualResourceOk

func (o *EASRequirements) GetVirtualResourceOk() (*VirtualResource, bool)

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

func (*EASRequirements) HasAffinityAntiAffinity

func (o *EASRequirements) HasAffinityAntiAffinity() bool

HasAffinityAntiAffinity returns a boolean if a field has been set.

func (*EASRequirements) HasRequiredEASservingLocation

func (o *EASRequirements) HasRequiredEASservingLocation() bool

HasRequiredEASservingLocation returns a boolean if a field has been set.

func (*EASRequirements) HasServiceContinuity

func (o *EASRequirements) HasServiceContinuity() bool

HasServiceContinuity returns a boolean if a field has been set.

func (*EASRequirements) HasSoftwareImageInfo

func (o *EASRequirements) HasSoftwareImageInfo() bool

HasSoftwareImageInfo returns a boolean if a field has been set.

func (*EASRequirements) HasVirtualResource

func (o *EASRequirements) HasVirtualResource() bool

HasVirtualResource returns a boolean if a field has been set.

func (EASRequirements) MarshalJSON

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

func (*EASRequirements) SetAffinityAntiAffinity

func (o *EASRequirements) SetAffinityAntiAffinity(v AffinityAntiAffinity)

SetAffinityAntiAffinity gets a reference to the given AffinityAntiAffinity and assigns it to the AffinityAntiAffinity field.

func (*EASRequirements) SetRequiredEASservingLocation

func (o *EASRequirements) SetRequiredEASservingLocation(v ServingLocation)

SetRequiredEASservingLocation gets a reference to the given ServingLocation and assigns it to the RequiredEASservingLocation field.

func (*EASRequirements) SetServiceContinuity

func (o *EASRequirements) SetServiceContinuity(v bool)

SetServiceContinuity gets a reference to the given bool and assigns it to the ServiceContinuity field.

func (*EASRequirements) SetSoftwareImageInfo

func (o *EASRequirements) SetSoftwareImageInfo(v SoftwareImageInfo)

SetSoftwareImageInfo gets a reference to the given SoftwareImageInfo and assigns it to the SoftwareImageInfo field.

func (*EASRequirements) SetVirtualResource

func (o *EASRequirements) SetVirtualResource(v VirtualResource)

SetVirtualResource gets a reference to the given VirtualResource and assigns it to the VirtualResource field.

func (EASRequirements) ToMap

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

type EarlyMediaDescription

type EarlyMediaDescription struct {
	SDPTimeStamps         *SDPTimeStamps      `json:"sDPTimeStamps,omitempty"`
	SDPMediaComponent     []SDPMediaComponent `json:"sDPMediaComponent,omitempty"`
	SDPSessionDescription []string            `json:"sDPSessionDescription,omitempty"`
}

EarlyMediaDescription struct for EarlyMediaDescription

func NewEarlyMediaDescription

func NewEarlyMediaDescription() *EarlyMediaDescription

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

func NewEarlyMediaDescriptionWithDefaults

func NewEarlyMediaDescriptionWithDefaults() *EarlyMediaDescription

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

func (*EarlyMediaDescription) GetSDPMediaComponent

func (o *EarlyMediaDescription) GetSDPMediaComponent() []SDPMediaComponent

GetSDPMediaComponent returns the SDPMediaComponent field value if set, zero value otherwise.

func (*EarlyMediaDescription) GetSDPMediaComponentOk

func (o *EarlyMediaDescription) GetSDPMediaComponentOk() ([]SDPMediaComponent, bool)

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

func (*EarlyMediaDescription) GetSDPSessionDescription

func (o *EarlyMediaDescription) GetSDPSessionDescription() []string

GetSDPSessionDescription returns the SDPSessionDescription field value if set, zero value otherwise.

func (*EarlyMediaDescription) GetSDPSessionDescriptionOk

func (o *EarlyMediaDescription) GetSDPSessionDescriptionOk() ([]string, bool)

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

func (*EarlyMediaDescription) GetSDPTimeStamps

func (o *EarlyMediaDescription) GetSDPTimeStamps() SDPTimeStamps

GetSDPTimeStamps returns the SDPTimeStamps field value if set, zero value otherwise.

func (*EarlyMediaDescription) GetSDPTimeStampsOk

func (o *EarlyMediaDescription) GetSDPTimeStampsOk() (*SDPTimeStamps, bool)

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

func (*EarlyMediaDescription) HasSDPMediaComponent

func (o *EarlyMediaDescription) HasSDPMediaComponent() bool

HasSDPMediaComponent returns a boolean if a field has been set.

func (*EarlyMediaDescription) HasSDPSessionDescription

func (o *EarlyMediaDescription) HasSDPSessionDescription() bool

HasSDPSessionDescription returns a boolean if a field has been set.

func (*EarlyMediaDescription) HasSDPTimeStamps

func (o *EarlyMediaDescription) HasSDPTimeStamps() bool

HasSDPTimeStamps returns a boolean if a field has been set.

func (EarlyMediaDescription) MarshalJSON

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

func (*EarlyMediaDescription) SetSDPMediaComponent

func (o *EarlyMediaDescription) SetSDPMediaComponent(v []SDPMediaComponent)

SetSDPMediaComponent gets a reference to the given []SDPMediaComponent and assigns it to the SDPMediaComponent field.

func (*EarlyMediaDescription) SetSDPSessionDescription

func (o *EarlyMediaDescription) SetSDPSessionDescription(v []string)

SetSDPSessionDescription gets a reference to the given []string and assigns it to the SDPSessionDescription field.

func (*EarlyMediaDescription) SetSDPTimeStamps

func (o *EarlyMediaDescription) SetSDPTimeStamps(v SDPTimeStamps)

SetSDPTimeStamps gets a reference to the given SDPTimeStamps and assigns it to the SDPTimeStamps field.

func (EarlyMediaDescription) ToMap

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

type Ecgi

type Ecgi struct {
	PlmnId PlmnId `json:"plmnId"`
	// 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of  3GPP TS 38.413, 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 Cell Id shall appear  first in the string, and the character representing the 4 least significant bit of the  Cell Id shall appear last in the string.
	EutraCellId string `json:"eutraCellId"`
	// 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"`
}

Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003

func NewEcgi

func NewEcgi(plmnId PlmnId, eutraCellId string) *Ecgi

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

func NewEcgiWithDefaults

func NewEcgiWithDefaults() *Ecgi

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

func (*Ecgi) GetEutraCellId

func (o *Ecgi) GetEutraCellId() string

GetEutraCellId returns the EutraCellId field value

func (*Ecgi) GetEutraCellIdOk

func (o *Ecgi) GetEutraCellIdOk() (*string, bool)

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

func (*Ecgi) GetNid

func (o *Ecgi) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Ecgi) GetNidOk

func (o *Ecgi) 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 (*Ecgi) GetPlmnId

func (o *Ecgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Ecgi) GetPlmnIdOk

func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)

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

func (*Ecgi) HasNid

func (o *Ecgi) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Ecgi) MarshalJSON

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

func (*Ecgi) SetEutraCellId

func (o *Ecgi) SetEutraCellId(v string)

SetEutraCellId sets field value

func (*Ecgi) SetNid

func (o *Ecgi) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Ecgi) SetPlmnId

func (o *Ecgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Ecgi) ToMap

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

type EdgeInfrastructureUsageChargingInformation

type EdgeInfrastructureUsageChargingInformation struct {
	// string with format 'float' as defined in OpenAPI.
	MeanVirtualCPUUsage *float32 `json:"meanVirtualCPUUsage,omitempty"`
	// string with format 'float' as defined in OpenAPI.
	MeanVirtualMemoryUsage *float32 `json:"meanVirtualMemoryUsage,omitempty"`
	// string with format 'float' as defined in OpenAPI.
	MeanVirtualDiskUsage *float32 `json:"meanVirtualDiskUsage,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	DurationStartTime *time.Time `json:"durationStartTime,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	DurationEndTime *time.Time `json:"durationEndTime,omitempty"`
}

EdgeInfrastructureUsageChargingInformation struct for EdgeInfrastructureUsageChargingInformation

func NewEdgeInfrastructureUsageChargingInformation

func NewEdgeInfrastructureUsageChargingInformation() *EdgeInfrastructureUsageChargingInformation

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

func NewEdgeInfrastructureUsageChargingInformationWithDefaults

func NewEdgeInfrastructureUsageChargingInformationWithDefaults() *EdgeInfrastructureUsageChargingInformation

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

func (*EdgeInfrastructureUsageChargingInformation) GetDurationEndTime

func (o *EdgeInfrastructureUsageChargingInformation) GetDurationEndTime() time.Time

GetDurationEndTime returns the DurationEndTime field value if set, zero value otherwise.

func (*EdgeInfrastructureUsageChargingInformation) GetDurationEndTimeOk

func (o *EdgeInfrastructureUsageChargingInformation) GetDurationEndTimeOk() (*time.Time, bool)

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

func (*EdgeInfrastructureUsageChargingInformation) GetDurationStartTime

func (o *EdgeInfrastructureUsageChargingInformation) GetDurationStartTime() time.Time

GetDurationStartTime returns the DurationStartTime field value if set, zero value otherwise.

func (*EdgeInfrastructureUsageChargingInformation) GetDurationStartTimeOk

func (o *EdgeInfrastructureUsageChargingInformation) GetDurationStartTimeOk() (*time.Time, bool)

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

func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsage

func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsage() float32

GetMeanVirtualCPUUsage returns the MeanVirtualCPUUsage field value if set, zero value otherwise.

func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsageOk

func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualCPUUsageOk() (*float32, bool)

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

func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsage

func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsage() float32

GetMeanVirtualDiskUsage returns the MeanVirtualDiskUsage field value if set, zero value otherwise.

func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsageOk

func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualDiskUsageOk() (*float32, bool)

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

func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsage

func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsage() float32

GetMeanVirtualMemoryUsage returns the MeanVirtualMemoryUsage field value if set, zero value otherwise.

func (*EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsageOk

func (o *EdgeInfrastructureUsageChargingInformation) GetMeanVirtualMemoryUsageOk() (*float32, bool)

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

func (*EdgeInfrastructureUsageChargingInformation) HasDurationEndTime

func (o *EdgeInfrastructureUsageChargingInformation) HasDurationEndTime() bool

HasDurationEndTime returns a boolean if a field has been set.

func (*EdgeInfrastructureUsageChargingInformation) HasDurationStartTime

func (o *EdgeInfrastructureUsageChargingInformation) HasDurationStartTime() bool

HasDurationStartTime returns a boolean if a field has been set.

func (*EdgeInfrastructureUsageChargingInformation) HasMeanVirtualCPUUsage

func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualCPUUsage() bool

HasMeanVirtualCPUUsage returns a boolean if a field has been set.

func (*EdgeInfrastructureUsageChargingInformation) HasMeanVirtualDiskUsage

func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualDiskUsage() bool

HasMeanVirtualDiskUsage returns a boolean if a field has been set.

func (*EdgeInfrastructureUsageChargingInformation) HasMeanVirtualMemoryUsage

func (o *EdgeInfrastructureUsageChargingInformation) HasMeanVirtualMemoryUsage() bool

HasMeanVirtualMemoryUsage returns a boolean if a field has been set.

func (EdgeInfrastructureUsageChargingInformation) MarshalJSON

func (*EdgeInfrastructureUsageChargingInformation) SetDurationEndTime

func (o *EdgeInfrastructureUsageChargingInformation) SetDurationEndTime(v time.Time)

SetDurationEndTime gets a reference to the given time.Time and assigns it to the DurationEndTime field.

func (*EdgeInfrastructureUsageChargingInformation) SetDurationStartTime

func (o *EdgeInfrastructureUsageChargingInformation) SetDurationStartTime(v time.Time)

SetDurationStartTime gets a reference to the given time.Time and assigns it to the DurationStartTime field.

func (*EdgeInfrastructureUsageChargingInformation) SetMeanVirtualCPUUsage

func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualCPUUsage(v float32)

SetMeanVirtualCPUUsage gets a reference to the given float32 and assigns it to the MeanVirtualCPUUsage field.

func (*EdgeInfrastructureUsageChargingInformation) SetMeanVirtualDiskUsage

func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualDiskUsage(v float32)

SetMeanVirtualDiskUsage gets a reference to the given float32 and assigns it to the MeanVirtualDiskUsage field.

func (*EdgeInfrastructureUsageChargingInformation) SetMeanVirtualMemoryUsage

func (o *EdgeInfrastructureUsageChargingInformation) SetMeanVirtualMemoryUsage(v float32)

SetMeanVirtualMemoryUsage gets a reference to the given float32 and assigns it to the MeanVirtualMemoryUsage field.

func (EdgeInfrastructureUsageChargingInformation) ToMap

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

type EutraLocation

type EutraLocation struct {
	Tai       Tai   `json:"tai"`
	IgnoreTai *bool `json:"ignoreTai,omitempty"`
	Ecgi      Ecgi  `json:"ecgi"`
	// This flag when present shall indicate that the Ecgi shall be ignored When present, it shall be set as follows: - true: ecgi shall be ignored. - false (default): ecgi shall not be ignored.
	IgnoreEcgi *bool `json:"ignoreEcgi,omitempty"`
	// The value represents the elapsed time in minutes since the last network contact of the mobile station.  Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful NG-RAN location reporting procedure with the eNB when the UE is in connected mode.  Any other value than \"0\" indicates that the location information is the last known one.  See 3GPP TS 29.002 clause 17.7.8.
	AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"`
	// Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
	GeographicalInformation *string `json:"geographicalInformation,omitempty"`
	// Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
	GeodeticInformation *string          `json:"geodeticInformation,omitempty"`
	GlobalNgenbId       *GlobalRanNodeId `json:"globalNgenbId,omitempty"`
	GlobalENbId         *GlobalRanNodeId `json:"globalENbId,omitempty"`
}

EutraLocation Contains the E-UTRA user location.

func NewEutraLocation

func NewEutraLocation(tai Tai, ecgi Ecgi) *EutraLocation

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

func NewEutraLocationWithDefaults

func NewEutraLocationWithDefaults() *EutraLocation

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

func (*EutraLocation) GetAgeOfLocationInformation

func (o *EutraLocation) GetAgeOfLocationInformation() int32

GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.

func (*EutraLocation) GetAgeOfLocationInformationOk

func (o *EutraLocation) GetAgeOfLocationInformationOk() (*int32, bool)

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

func (*EutraLocation) GetEcgi

func (o *EutraLocation) GetEcgi() Ecgi

GetEcgi returns the Ecgi field value

func (*EutraLocation) GetEcgiOk

func (o *EutraLocation) GetEcgiOk() (*Ecgi, bool)

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

func (*EutraLocation) GetGeodeticInformation

func (o *EutraLocation) GetGeodeticInformation() string

GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.

func (*EutraLocation) GetGeodeticInformationOk

func (o *EutraLocation) GetGeodeticInformationOk() (*string, bool)

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

func (*EutraLocation) GetGeographicalInformation

func (o *EutraLocation) GetGeographicalInformation() string

GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.

func (*EutraLocation) GetGeographicalInformationOk

func (o *EutraLocation) GetGeographicalInformationOk() (*string, bool)

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

func (*EutraLocation) GetGlobalENbId

func (o *EutraLocation) GetGlobalENbId() GlobalRanNodeId

GetGlobalENbId returns the GlobalENbId field value if set, zero value otherwise.

func (*EutraLocation) GetGlobalENbIdOk

func (o *EutraLocation) GetGlobalENbIdOk() (*GlobalRanNodeId, bool)

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

func (*EutraLocation) GetGlobalNgenbId

func (o *EutraLocation) GetGlobalNgenbId() GlobalRanNodeId

GetGlobalNgenbId returns the GlobalNgenbId field value if set, zero value otherwise.

func (*EutraLocation) GetGlobalNgenbIdOk

func (o *EutraLocation) GetGlobalNgenbIdOk() (*GlobalRanNodeId, bool)

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

func (*EutraLocation) GetIgnoreEcgi

func (o *EutraLocation) GetIgnoreEcgi() bool

GetIgnoreEcgi returns the IgnoreEcgi field value if set, zero value otherwise.

func (*EutraLocation) GetIgnoreEcgiOk

func (o *EutraLocation) GetIgnoreEcgiOk() (*bool, bool)

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

func (*EutraLocation) GetIgnoreTai

func (o *EutraLocation) GetIgnoreTai() bool

GetIgnoreTai returns the IgnoreTai field value if set, zero value otherwise.

func (*EutraLocation) GetIgnoreTaiOk

func (o *EutraLocation) GetIgnoreTaiOk() (*bool, bool)

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

func (*EutraLocation) GetTai

func (o *EutraLocation) GetTai() Tai

GetTai returns the Tai field value

func (*EutraLocation) GetTaiOk

func (o *EutraLocation) GetTaiOk() (*Tai, bool)

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

func (*EutraLocation) GetUeLocationTimestamp

func (o *EutraLocation) GetUeLocationTimestamp() time.Time

GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.

func (*EutraLocation) GetUeLocationTimestampOk

func (o *EutraLocation) GetUeLocationTimestampOk() (*time.Time, bool)

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

func (*EutraLocation) HasAgeOfLocationInformation

func (o *EutraLocation) HasAgeOfLocationInformation() bool

HasAgeOfLocationInformation returns a boolean if a field has been set.

func (*EutraLocation) HasGeodeticInformation

func (o *EutraLocation) HasGeodeticInformation() bool

HasGeodeticInformation returns a boolean if a field has been set.

func (*EutraLocation) HasGeographicalInformation

func (o *EutraLocation) HasGeographicalInformation() bool

HasGeographicalInformation returns a boolean if a field has been set.

func (*EutraLocation) HasGlobalENbId

func (o *EutraLocation) HasGlobalENbId() bool

HasGlobalENbId returns a boolean if a field has been set.

func (*EutraLocation) HasGlobalNgenbId

func (o *EutraLocation) HasGlobalNgenbId() bool

HasGlobalNgenbId returns a boolean if a field has been set.

func (*EutraLocation) HasIgnoreEcgi

func (o *EutraLocation) HasIgnoreEcgi() bool

HasIgnoreEcgi returns a boolean if a field has been set.

func (*EutraLocation) HasIgnoreTai

func (o *EutraLocation) HasIgnoreTai() bool

HasIgnoreTai returns a boolean if a field has been set.

func (*EutraLocation) HasUeLocationTimestamp

func (o *EutraLocation) HasUeLocationTimestamp() bool

HasUeLocationTimestamp returns a boolean if a field has been set.

func (EutraLocation) MarshalJSON

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

func (*EutraLocation) SetAgeOfLocationInformation

func (o *EutraLocation) SetAgeOfLocationInformation(v int32)

SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.

func (*EutraLocation) SetEcgi

func (o *EutraLocation) SetEcgi(v Ecgi)

SetEcgi sets field value

func (*EutraLocation) SetGeodeticInformation

func (o *EutraLocation) SetGeodeticInformation(v string)

SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.

func (*EutraLocation) SetGeographicalInformation

func (o *EutraLocation) SetGeographicalInformation(v string)

SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.

func (*EutraLocation) SetGlobalENbId

func (o *EutraLocation) SetGlobalENbId(v GlobalRanNodeId)

SetGlobalENbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalENbId field.

func (*EutraLocation) SetGlobalNgenbId

func (o *EutraLocation) SetGlobalNgenbId(v GlobalRanNodeId)

SetGlobalNgenbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalNgenbId field.

func (*EutraLocation) SetIgnoreEcgi

func (o *EutraLocation) SetIgnoreEcgi(v bool)

SetIgnoreEcgi gets a reference to the given bool and assigns it to the IgnoreEcgi field.

func (*EutraLocation) SetIgnoreTai

func (o *EutraLocation) SetIgnoreTai(v bool)

SetIgnoreTai gets a reference to the given bool and assigns it to the IgnoreTai field.

func (*EutraLocation) SetTai

func (o *EutraLocation) SetTai(v Tai)

SetTai sets field value

func (*EutraLocation) SetUeLocationTimestamp

func (o *EutraLocation) SetUeLocationTimestamp(v time.Time)

SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.

func (EutraLocation) ToMap

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

type FailureHandling

type FailureHandling struct {
	String *string
}

FailureHandling struct for FailureHandling

func (*FailureHandling) MarshalJSON

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

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

func (*FailureHandling) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type FinalUnitAction

type FinalUnitAction struct {
	String *string
}

FinalUnitAction struct for FinalUnitAction

func (*FinalUnitAction) MarshalJSON

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

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

func (*FinalUnitAction) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type FinalUnitIndication

type FinalUnitIndication struct {
	FinalUnitAction           FinalUnitAction `json:"finalUnitAction"`
	RestrictionFilterRule     *string         `json:"restrictionFilterRule,omitempty"`
	RestrictionFilterRuleList []string        `json:"restrictionFilterRuleList,omitempty"`
	FilterId                  *string         `json:"filterId,omitempty"`
	FilterIdList              []string        `json:"filterIdList,omitempty"`
	RedirectServer            *RedirectServer `json:"redirectServer,omitempty"`
}

FinalUnitIndication struct for FinalUnitIndication

func NewFinalUnitIndication

func NewFinalUnitIndication(finalUnitAction FinalUnitAction) *FinalUnitIndication

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

func NewFinalUnitIndicationWithDefaults

func NewFinalUnitIndicationWithDefaults() *FinalUnitIndication

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

func (*FinalUnitIndication) GetFilterId

func (o *FinalUnitIndication) GetFilterId() string

GetFilterId returns the FilterId field value if set, zero value otherwise.

func (*FinalUnitIndication) GetFilterIdList

func (o *FinalUnitIndication) GetFilterIdList() []string

GetFilterIdList returns the FilterIdList field value if set, zero value otherwise.

func (*FinalUnitIndication) GetFilterIdListOk

func (o *FinalUnitIndication) GetFilterIdListOk() ([]string, bool)

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

func (*FinalUnitIndication) GetFilterIdOk

func (o *FinalUnitIndication) GetFilterIdOk() (*string, bool)

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

func (*FinalUnitIndication) GetFinalUnitAction

func (o *FinalUnitIndication) GetFinalUnitAction() FinalUnitAction

GetFinalUnitAction returns the FinalUnitAction field value

func (*FinalUnitIndication) GetFinalUnitActionOk

func (o *FinalUnitIndication) GetFinalUnitActionOk() (*FinalUnitAction, bool)

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

func (*FinalUnitIndication) GetRedirectServer

func (o *FinalUnitIndication) GetRedirectServer() RedirectServer

GetRedirectServer returns the RedirectServer field value if set, zero value otherwise.

func (*FinalUnitIndication) GetRedirectServerOk

func (o *FinalUnitIndication) GetRedirectServerOk() (*RedirectServer, bool)

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

func (*FinalUnitIndication) GetRestrictionFilterRule

func (o *FinalUnitIndication) GetRestrictionFilterRule() string

GetRestrictionFilterRule returns the RestrictionFilterRule field value if set, zero value otherwise.

func (*FinalUnitIndication) GetRestrictionFilterRuleList

func (o *FinalUnitIndication) GetRestrictionFilterRuleList() []string

GetRestrictionFilterRuleList returns the RestrictionFilterRuleList field value if set, zero value otherwise.

func (*FinalUnitIndication) GetRestrictionFilterRuleListOk

func (o *FinalUnitIndication) GetRestrictionFilterRuleListOk() ([]string, bool)

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

func (*FinalUnitIndication) GetRestrictionFilterRuleOk

func (o *FinalUnitIndication) GetRestrictionFilterRuleOk() (*string, bool)

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

func (*FinalUnitIndication) HasFilterId

func (o *FinalUnitIndication) HasFilterId() bool

HasFilterId returns a boolean if a field has been set.

func (*FinalUnitIndication) HasFilterIdList

func (o *FinalUnitIndication) HasFilterIdList() bool

HasFilterIdList returns a boolean if a field has been set.

func (*FinalUnitIndication) HasRedirectServer

func (o *FinalUnitIndication) HasRedirectServer() bool

HasRedirectServer returns a boolean if a field has been set.

func (*FinalUnitIndication) HasRestrictionFilterRule

func (o *FinalUnitIndication) HasRestrictionFilterRule() bool

HasRestrictionFilterRule returns a boolean if a field has been set.

func (*FinalUnitIndication) HasRestrictionFilterRuleList

func (o *FinalUnitIndication) HasRestrictionFilterRuleList() bool

HasRestrictionFilterRuleList returns a boolean if a field has been set.

func (FinalUnitIndication) MarshalJSON

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

func (*FinalUnitIndication) SetFilterId

func (o *FinalUnitIndication) SetFilterId(v string)

SetFilterId gets a reference to the given string and assigns it to the FilterId field.

func (*FinalUnitIndication) SetFilterIdList

func (o *FinalUnitIndication) SetFilterIdList(v []string)

SetFilterIdList gets a reference to the given []string and assigns it to the FilterIdList field.

func (*FinalUnitIndication) SetFinalUnitAction

func (o *FinalUnitIndication) SetFinalUnitAction(v FinalUnitAction)

SetFinalUnitAction sets field value

func (*FinalUnitIndication) SetRedirectServer

func (o *FinalUnitIndication) SetRedirectServer(v RedirectServer)

SetRedirectServer gets a reference to the given RedirectServer and assigns it to the RedirectServer field.

func (*FinalUnitIndication) SetRestrictionFilterRule

func (o *FinalUnitIndication) SetRestrictionFilterRule(v string)

SetRestrictionFilterRule gets a reference to the given string and assigns it to the RestrictionFilterRule field.

func (*FinalUnitIndication) SetRestrictionFilterRuleList

func (o *FinalUnitIndication) SetRestrictionFilterRuleList(v []string)

SetRestrictionFilterRuleList gets a reference to the given []string and assigns it to the RestrictionFilterRuleList field.

func (FinalUnitIndication) ToMap

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

type GNbId

type GNbId struct {
	// Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32.
	BitLength int32 `json:"bitLength"`
	// This represents the identifier of the gNB. The value of the gNB ID shall be encoded 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 padding 0 shall be added to make multiple nibbles,  the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string.
	GNBValue string `json:"gNBValue"`
}

GNbId Provides the G-NB identifier.

func NewGNbId

func NewGNbId(bitLength int32, gNBValue string) *GNbId

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

func NewGNbIdWithDefaults

func NewGNbIdWithDefaults() *GNbId

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

func (*GNbId) GetBitLength

func (o *GNbId) GetBitLength() int32

GetBitLength returns the BitLength field value

func (*GNbId) GetBitLengthOk

func (o *GNbId) GetBitLengthOk() (*int32, bool)

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

func (*GNbId) GetGNBValue

func (o *GNbId) GetGNBValue() string

GetGNBValue returns the GNBValue field value

func (*GNbId) GetGNBValueOk

func (o *GNbId) GetGNBValueOk() (*string, bool)

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

func (GNbId) MarshalJSON

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

func (*GNbId) SetBitLength

func (o *GNbId) SetBitLength(v int32)

SetBitLength sets field value

func (*GNbId) SetGNBValue

func (o *GNbId) SetGNBValue(v string)

SetGNBValue sets field value

func (GNbId) ToMap

func (o GNbId) 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 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 GeraLocation

type GeraLocation struct {
	Interface *interface{}
}

GeraLocation - Exactly one of cgi, sai or lai shall be present.

func InterfaceAsGeraLocation

func InterfaceAsGeraLocation(v *interface{}) GeraLocation

interface{}AsGeraLocation is a convenience function that returns interface{} wrapped in GeraLocation

func (*GeraLocation) GetActualInstance

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

Get the actual instance

func (GeraLocation) MarshalJSON

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

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

func (*GeraLocation) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type GlobalRanNodeId

type GlobalRanNodeId struct {
	Interface *interface{}
}

GlobalRanNodeId - One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.

func InterfaceAsGlobalRanNodeId

func InterfaceAsGlobalRanNodeId(v *interface{}) GlobalRanNodeId

interface{}AsGlobalRanNodeId is a convenience function that returns interface{} wrapped in GlobalRanNodeId

func (*GlobalRanNodeId) GetActualInstance

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

Get the actual instance

func (GlobalRanNodeId) MarshalJSON

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

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

func (*GlobalRanNodeId) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type GrantedUnit

type GrantedUnit struct {
	// string with format 'date-time' as defined in OpenAPI.
	TariffTimeChange *time.Time `json:"tariffTimeChange,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	Time *int32 `json:"time,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	TotalVolume *int32 `json:"totalVolume,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	UplinkVolume *int32 `json:"uplinkVolume,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	DownlinkVolume *int32 `json:"downlinkVolume,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	ServiceSpecificUnits *int32 `json:"serviceSpecificUnits,omitempty"`
}

GrantedUnit struct for GrantedUnit

func NewGrantedUnit

func NewGrantedUnit() *GrantedUnit

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

func NewGrantedUnitWithDefaults

func NewGrantedUnitWithDefaults() *GrantedUnit

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

func (*GrantedUnit) GetDownlinkVolume

func (o *GrantedUnit) GetDownlinkVolume() int32

GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.

func (*GrantedUnit) GetDownlinkVolumeOk

func (o *GrantedUnit) GetDownlinkVolumeOk() (*int32, bool)

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

func (*GrantedUnit) GetServiceSpecificUnits

func (o *GrantedUnit) GetServiceSpecificUnits() int32

GetServiceSpecificUnits returns the ServiceSpecificUnits field value if set, zero value otherwise.

func (*GrantedUnit) GetServiceSpecificUnitsOk

func (o *GrantedUnit) GetServiceSpecificUnitsOk() (*int32, bool)

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

func (*GrantedUnit) GetTariffTimeChange

func (o *GrantedUnit) GetTariffTimeChange() time.Time

GetTariffTimeChange returns the TariffTimeChange field value if set, zero value otherwise.

func (*GrantedUnit) GetTariffTimeChangeOk

func (o *GrantedUnit) GetTariffTimeChangeOk() (*time.Time, bool)

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

func (*GrantedUnit) GetTime

func (o *GrantedUnit) GetTime() int32

GetTime returns the Time field value if set, zero value otherwise.

func (*GrantedUnit) GetTimeOk

func (o *GrantedUnit) GetTimeOk() (*int32, bool)

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

func (*GrantedUnit) GetTotalVolume

func (o *GrantedUnit) GetTotalVolume() int32

GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.

func (*GrantedUnit) GetTotalVolumeOk

func (o *GrantedUnit) GetTotalVolumeOk() (*int32, bool)

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

func (*GrantedUnit) GetUplinkVolume

func (o *GrantedUnit) GetUplinkVolume() int32

GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.

func (*GrantedUnit) GetUplinkVolumeOk

func (o *GrantedUnit) GetUplinkVolumeOk() (*int32, bool)

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

func (*GrantedUnit) HasDownlinkVolume

func (o *GrantedUnit) HasDownlinkVolume() bool

HasDownlinkVolume returns a boolean if a field has been set.

func (*GrantedUnit) HasServiceSpecificUnits

func (o *GrantedUnit) HasServiceSpecificUnits() bool

HasServiceSpecificUnits returns a boolean if a field has been set.

func (*GrantedUnit) HasTariffTimeChange

func (o *GrantedUnit) HasTariffTimeChange() bool

HasTariffTimeChange returns a boolean if a field has been set.

func (*GrantedUnit) HasTime

func (o *GrantedUnit) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*GrantedUnit) HasTotalVolume

func (o *GrantedUnit) HasTotalVolume() bool

HasTotalVolume returns a boolean if a field has been set.

func (*GrantedUnit) HasUplinkVolume

func (o *GrantedUnit) HasUplinkVolume() bool

HasUplinkVolume returns a boolean if a field has been set.

func (GrantedUnit) MarshalJSON

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

func (*GrantedUnit) SetDownlinkVolume

func (o *GrantedUnit) SetDownlinkVolume(v int32)

SetDownlinkVolume gets a reference to the given int32 and assigns it to the DownlinkVolume field.

func (*GrantedUnit) SetServiceSpecificUnits

func (o *GrantedUnit) SetServiceSpecificUnits(v int32)

SetServiceSpecificUnits gets a reference to the given int32 and assigns it to the ServiceSpecificUnits field.

func (*GrantedUnit) SetTariffTimeChange

func (o *GrantedUnit) SetTariffTimeChange(v time.Time)

SetTariffTimeChange gets a reference to the given time.Time and assigns it to the TariffTimeChange field.

func (*GrantedUnit) SetTime

func (o *GrantedUnit) SetTime(v int32)

SetTime gets a reference to the given int32 and assigns it to the Time field.

func (*GrantedUnit) SetTotalVolume

func (o *GrantedUnit) SetTotalVolume(v int32)

SetTotalVolume gets a reference to the given int32 and assigns it to the TotalVolume field.

func (*GrantedUnit) SetUplinkVolume

func (o *GrantedUnit) SetUplinkVolume(v int32)

SetUplinkVolume gets a reference to the given int32 and assigns it to the UplinkVolume field.

func (GrantedUnit) ToMap

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

type HfcNodeId

type HfcNodeId struct {
	// This IE represents the identifier of the HFC node Id as specified in CableLabs WR-TR-5WWC-ARCH. It is provisioned by the wireline operator as part of wireline operations and may contain up to six characters.
	HfcNId string `json:"hfcNId"`
}

HfcNodeId REpresents the HFC Node Identifer received over NGAP.

func NewHfcNodeId

func NewHfcNodeId(hfcNId string) *HfcNodeId

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

func NewHfcNodeIdWithDefaults

func NewHfcNodeIdWithDefaults() *HfcNodeId

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

func (*HfcNodeId) GetHfcNId

func (o *HfcNodeId) GetHfcNId() string

GetHfcNId returns the HfcNId field value

func (*HfcNodeId) GetHfcNIdOk

func (o *HfcNodeId) GetHfcNIdOk() (*string, bool)

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

func (HfcNodeId) MarshalJSON

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

func (*HfcNodeId) SetHfcNId

func (o *HfcNodeId) SetHfcNId(v string)

SetHfcNId sets field value

func (HfcNodeId) ToMap

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

type IMSAddress

type IMSAddress struct {
	Interface *interface{}
}

IMSAddress struct for IMSAddress

func (*IMSAddress) MarshalJSON

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

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

func (*IMSAddress) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type IMSChargingInformation

type IMSChargingInformation struct {
	EventType            *SIPEventType         `json:"eventType,omitempty"`
	IMSNodeFunctionality *IMSNodeFunctionality `json:"iMSNodeFunctionality,omitempty"`
	RoleOfNode           *RoleOfIMSNode        `json:"roleOfNode,omitempty"`
	UserInformation      *UserInformation      `json:"userInformation,omitempty"`
	UserLocationInfo     *UserLocation         `json:"userLocationInfo,omitempty"`
	// String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where  - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be    encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339;  - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be    encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment.   The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time.
	UeTimeZone                          *string                   `json:"ueTimeZone,omitempty"`
	Var3gppPSDataOffStatus              *Model3GPPPSDataOffStatus `json:"3gppPSDataOffStatus,omitempty"`
	IsupCause                           *ISUPCause                `json:"isupCause,omitempty"`
	ControlPlaneAddress                 *IMSAddress               `json:"controlPlaneAddress,omitempty"`
	VlrNumber                           *string                   `json:"vlrNumber,omitempty"`
	MscAddress                          *string                   `json:"mscAddress,omitempty"`
	UserSessionID                       *string                   `json:"userSessionID,omitempty"`
	OutgoingSessionID                   *string                   `json:"outgoingSessionID,omitempty"`
	SessionPriority                     *IMSSessionPriority       `json:"sessionPriority,omitempty"`
	CallingPartyAddresses               []string                  `json:"callingPartyAddresses,omitempty"`
	CalledPartyAddress                  *string                   `json:"calledPartyAddress,omitempty"`
	NumberPortabilityRoutinginformation *string                   `json:"numberPortabilityRoutinginformation,omitempty"`
	CarrierSelectRoutingInformation     *string                   `json:"carrierSelectRoutingInformation,omitempty"`
	AlternateChargedPartyAddress        *string                   `json:"alternateChargedPartyAddress,omitempty"`
	RequestedPartyAddress               []string                  `json:"requestedPartyAddress,omitempty"`
	CalledAssertedIdentities            []string                  `json:"calledAssertedIdentities,omitempty"`
	CalledIdentityChanges               []CalledIdentityChange    `json:"calledIdentityChanges,omitempty"`
	AssociatedURI                       []string                  `json:"associatedURI,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	TimeStamps                         *time.Time                  `json:"timeStamps,omitempty"`
	ApplicationServerInformation       []string                    `json:"applicationServerInformation,omitempty"`
	InterOperatorIdentifier            []InterOperatorIdentifier   `json:"interOperatorIdentifier,omitempty"`
	ImsChargingIdentifier              *string                     `json:"imsChargingIdentifier,omitempty"`
	RelatedICID                        *string                     `json:"relatedICID,omitempty"`
	RelatedICIDGenerationNode          *string                     `json:"relatedICIDGenerationNode,omitempty"`
	TransitIOIList                     []string                    `json:"transitIOIList,omitempty"`
	EarlyMediaDescription              []EarlyMediaDescription     `json:"earlyMediaDescription,omitempty"`
	SdpSessionDescription              []string                    `json:"sdpSessionDescription,omitempty"`
	SdpMediaComponent                  []SDPMediaComponent         `json:"sdpMediaComponent,omitempty"`
	ServedPartyIPAddress               *IMSAddress                 `json:"servedPartyIPAddress,omitempty"`
	ServerCapabilities                 *ServerCapabilities         `json:"serverCapabilities,omitempty"`
	TrunkGroupID                       *TrunkGroupID               `json:"trunkGroupID,omitempty"`
	BearerService                      *string                     `json:"bearerService,omitempty"`
	ImsServiceId                       *string                     `json:"imsServiceId,omitempty"`
	MessageBodies                      []MessageBody               `json:"messageBodies,omitempty"`
	AccessNetworkInformation           []string                    `json:"accessNetworkInformation,omitempty"`
	AdditionalAccessNetworkInformation *string                     `json:"additionalAccessNetworkInformation,omitempty"`
	CellularNetworkInformation         *string                     `json:"cellularNetworkInformation,omitempty"`
	AccessTransferInformation          []AccessTransferInformation `json:"accessTransferInformation,omitempty"`
	AccessNetworkInfoChange            []AccessNetworkInfoChange   `json:"accessNetworkInfoChange,omitempty"`
	ImsCommunicationServiceID          *string                     `json:"imsCommunicationServiceID,omitempty"`
	ImsApplicationReferenceID          *string                     `json:"imsApplicationReferenceID,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	CauseCode                    *int32           `json:"causeCode,omitempty"`
	ReasonHeader                 []string         `json:"reasonHeader,omitempty"`
	InitialIMSChargingIdentifier *string          `json:"initialIMSChargingIdentifier,omitempty"`
	NniInformation               []NNIInformation `json:"nniInformation,omitempty"`
	FromAddress                  *string          `json:"fromAddress,omitempty"`
	ImsEmergencyIndication       *bool            `json:"imsEmergencyIndication,omitempty"`
	ImsVisitedNetworkIdentifier  *string          `json:"imsVisitedNetworkIdentifier,omitempty"`
	SipRouteHeaderReceived       *string          `json:"sipRouteHeaderReceived,omitempty"`
	SipRouteHeaderTransmitted    *string          `json:"sipRouteHeaderTransmitted,omitempty"`
	TadIdentifier                *TADIdentifier   `json:"tadIdentifier,omitempty"`
	FeIdentifierList             *string          `json:"feIdentifierList,omitempty"`
}

IMSChargingInformation struct for IMSChargingInformation

func NewIMSChargingInformation

func NewIMSChargingInformation() *IMSChargingInformation

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

func NewIMSChargingInformationWithDefaults

func NewIMSChargingInformationWithDefaults() *IMSChargingInformation

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

func (*IMSChargingInformation) GetAccessNetworkInfoChange

func (o *IMSChargingInformation) GetAccessNetworkInfoChange() []AccessNetworkInfoChange

GetAccessNetworkInfoChange returns the AccessNetworkInfoChange field value if set, zero value otherwise.

func (*IMSChargingInformation) GetAccessNetworkInfoChangeOk

func (o *IMSChargingInformation) GetAccessNetworkInfoChangeOk() ([]AccessNetworkInfoChange, bool)

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

func (*IMSChargingInformation) GetAccessNetworkInformation

func (o *IMSChargingInformation) GetAccessNetworkInformation() []string

GetAccessNetworkInformation returns the AccessNetworkInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetAccessNetworkInformationOk

func (o *IMSChargingInformation) GetAccessNetworkInformationOk() ([]string, bool)

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

func (*IMSChargingInformation) GetAccessTransferInformation

func (o *IMSChargingInformation) GetAccessTransferInformation() []AccessTransferInformation

GetAccessTransferInformation returns the AccessTransferInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetAccessTransferInformationOk

func (o *IMSChargingInformation) GetAccessTransferInformationOk() ([]AccessTransferInformation, bool)

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

func (*IMSChargingInformation) GetAdditionalAccessNetworkInformation

func (o *IMSChargingInformation) GetAdditionalAccessNetworkInformation() string

GetAdditionalAccessNetworkInformation returns the AdditionalAccessNetworkInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetAdditionalAccessNetworkInformationOk

func (o *IMSChargingInformation) GetAdditionalAccessNetworkInformationOk() (*string, bool)

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

func (*IMSChargingInformation) GetAlternateChargedPartyAddress

func (o *IMSChargingInformation) GetAlternateChargedPartyAddress() string

GetAlternateChargedPartyAddress returns the AlternateChargedPartyAddress field value if set, zero value otherwise.

func (*IMSChargingInformation) GetAlternateChargedPartyAddressOk

func (o *IMSChargingInformation) GetAlternateChargedPartyAddressOk() (*string, bool)

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

func (*IMSChargingInformation) GetApplicationServerInformation

func (o *IMSChargingInformation) GetApplicationServerInformation() []string

GetApplicationServerInformation returns the ApplicationServerInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetApplicationServerInformationOk

func (o *IMSChargingInformation) GetApplicationServerInformationOk() ([]string, bool)

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

func (*IMSChargingInformation) GetAssociatedURI

func (o *IMSChargingInformation) GetAssociatedURI() []string

GetAssociatedURI returns the AssociatedURI field value if set, zero value otherwise.

func (*IMSChargingInformation) GetAssociatedURIOk

func (o *IMSChargingInformation) GetAssociatedURIOk() ([]string, bool)

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

func (*IMSChargingInformation) GetBearerService

func (o *IMSChargingInformation) GetBearerService() string

GetBearerService returns the BearerService field value if set, zero value otherwise.

func (*IMSChargingInformation) GetBearerServiceOk

func (o *IMSChargingInformation) GetBearerServiceOk() (*string, bool)

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

func (*IMSChargingInformation) GetCalledAssertedIdentities

func (o *IMSChargingInformation) GetCalledAssertedIdentities() []string

GetCalledAssertedIdentities returns the CalledAssertedIdentities field value if set, zero value otherwise.

func (*IMSChargingInformation) GetCalledAssertedIdentitiesOk

func (o *IMSChargingInformation) GetCalledAssertedIdentitiesOk() ([]string, bool)

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

func (*IMSChargingInformation) GetCalledIdentityChanges

func (o *IMSChargingInformation) GetCalledIdentityChanges() []CalledIdentityChange

GetCalledIdentityChanges returns the CalledIdentityChanges field value if set, zero value otherwise.

func (*IMSChargingInformation) GetCalledIdentityChangesOk

func (o *IMSChargingInformation) GetCalledIdentityChangesOk() ([]CalledIdentityChange, bool)

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

func (*IMSChargingInformation) GetCalledPartyAddress

func (o *IMSChargingInformation) GetCalledPartyAddress() string

GetCalledPartyAddress returns the CalledPartyAddress field value if set, zero value otherwise.

func (*IMSChargingInformation) GetCalledPartyAddressOk

func (o *IMSChargingInformation) GetCalledPartyAddressOk() (*string, bool)

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

func (*IMSChargingInformation) GetCallingPartyAddresses

func (o *IMSChargingInformation) GetCallingPartyAddresses() []string

GetCallingPartyAddresses returns the CallingPartyAddresses field value if set, zero value otherwise.

func (*IMSChargingInformation) GetCallingPartyAddressesOk

func (o *IMSChargingInformation) GetCallingPartyAddressesOk() ([]string, bool)

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

func (*IMSChargingInformation) GetCarrierSelectRoutingInformation

func (o *IMSChargingInformation) GetCarrierSelectRoutingInformation() string

GetCarrierSelectRoutingInformation returns the CarrierSelectRoutingInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetCarrierSelectRoutingInformationOk

func (o *IMSChargingInformation) GetCarrierSelectRoutingInformationOk() (*string, bool)

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

func (*IMSChargingInformation) GetCauseCode

func (o *IMSChargingInformation) GetCauseCode() int32

GetCauseCode returns the CauseCode field value if set, zero value otherwise.

func (*IMSChargingInformation) GetCauseCodeOk

func (o *IMSChargingInformation) GetCauseCodeOk() (*int32, bool)

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

func (*IMSChargingInformation) GetCellularNetworkInformation

func (o *IMSChargingInformation) GetCellularNetworkInformation() string

GetCellularNetworkInformation returns the CellularNetworkInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetCellularNetworkInformationOk

func (o *IMSChargingInformation) GetCellularNetworkInformationOk() (*string, bool)

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

func (*IMSChargingInformation) GetControlPlaneAddress

func (o *IMSChargingInformation) GetControlPlaneAddress() IMSAddress

GetControlPlaneAddress returns the ControlPlaneAddress field value if set, zero value otherwise.

func (*IMSChargingInformation) GetControlPlaneAddressOk

func (o *IMSChargingInformation) GetControlPlaneAddressOk() (*IMSAddress, bool)

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

func (*IMSChargingInformation) GetEarlyMediaDescription

func (o *IMSChargingInformation) GetEarlyMediaDescription() []EarlyMediaDescription

GetEarlyMediaDescription returns the EarlyMediaDescription field value if set, zero value otherwise.

func (*IMSChargingInformation) GetEarlyMediaDescriptionOk

func (o *IMSChargingInformation) GetEarlyMediaDescriptionOk() ([]EarlyMediaDescription, bool)

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

func (*IMSChargingInformation) GetEventType

func (o *IMSChargingInformation) GetEventType() SIPEventType

GetEventType returns the EventType field value if set, zero value otherwise.

func (*IMSChargingInformation) GetEventTypeOk

func (o *IMSChargingInformation) GetEventTypeOk() (*SIPEventType, bool)

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

func (*IMSChargingInformation) GetFeIdentifierList

func (o *IMSChargingInformation) GetFeIdentifierList() string

GetFeIdentifierList returns the FeIdentifierList field value if set, zero value otherwise.

func (*IMSChargingInformation) GetFeIdentifierListOk

func (o *IMSChargingInformation) GetFeIdentifierListOk() (*string, bool)

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

func (*IMSChargingInformation) GetFromAddress

func (o *IMSChargingInformation) GetFromAddress() string

GetFromAddress returns the FromAddress field value if set, zero value otherwise.

func (*IMSChargingInformation) GetFromAddressOk

func (o *IMSChargingInformation) GetFromAddressOk() (*string, bool)

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

func (*IMSChargingInformation) GetIMSNodeFunctionality

func (o *IMSChargingInformation) GetIMSNodeFunctionality() IMSNodeFunctionality

GetIMSNodeFunctionality returns the IMSNodeFunctionality field value if set, zero value otherwise.

func (*IMSChargingInformation) GetIMSNodeFunctionalityOk

func (o *IMSChargingInformation) GetIMSNodeFunctionalityOk() (*IMSNodeFunctionality, bool)

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

func (*IMSChargingInformation) GetImsApplicationReferenceID

func (o *IMSChargingInformation) GetImsApplicationReferenceID() string

GetImsApplicationReferenceID returns the ImsApplicationReferenceID field value if set, zero value otherwise.

func (*IMSChargingInformation) GetImsApplicationReferenceIDOk

func (o *IMSChargingInformation) GetImsApplicationReferenceIDOk() (*string, bool)

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

func (*IMSChargingInformation) GetImsChargingIdentifier

func (o *IMSChargingInformation) GetImsChargingIdentifier() string

GetImsChargingIdentifier returns the ImsChargingIdentifier field value if set, zero value otherwise.

func (*IMSChargingInformation) GetImsChargingIdentifierOk

func (o *IMSChargingInformation) GetImsChargingIdentifierOk() (*string, bool)

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

func (*IMSChargingInformation) GetImsCommunicationServiceID

func (o *IMSChargingInformation) GetImsCommunicationServiceID() string

GetImsCommunicationServiceID returns the ImsCommunicationServiceID field value if set, zero value otherwise.

func (*IMSChargingInformation) GetImsCommunicationServiceIDOk

func (o *IMSChargingInformation) GetImsCommunicationServiceIDOk() (*string, bool)

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

func (*IMSChargingInformation) GetImsEmergencyIndication

func (o *IMSChargingInformation) GetImsEmergencyIndication() bool

GetImsEmergencyIndication returns the ImsEmergencyIndication field value if set, zero value otherwise.

func (*IMSChargingInformation) GetImsEmergencyIndicationOk

func (o *IMSChargingInformation) GetImsEmergencyIndicationOk() (*bool, bool)

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

func (*IMSChargingInformation) GetImsServiceId

func (o *IMSChargingInformation) GetImsServiceId() string

GetImsServiceId returns the ImsServiceId field value if set, zero value otherwise.

func (*IMSChargingInformation) GetImsServiceIdOk

func (o *IMSChargingInformation) GetImsServiceIdOk() (*string, bool)

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

func (*IMSChargingInformation) GetImsVisitedNetworkIdentifier

func (o *IMSChargingInformation) GetImsVisitedNetworkIdentifier() string

GetImsVisitedNetworkIdentifier returns the ImsVisitedNetworkIdentifier field value if set, zero value otherwise.

func (*IMSChargingInformation) GetImsVisitedNetworkIdentifierOk

func (o *IMSChargingInformation) GetImsVisitedNetworkIdentifierOk() (*string, bool)

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

func (*IMSChargingInformation) GetInitialIMSChargingIdentifier

func (o *IMSChargingInformation) GetInitialIMSChargingIdentifier() string

GetInitialIMSChargingIdentifier returns the InitialIMSChargingIdentifier field value if set, zero value otherwise.

func (*IMSChargingInformation) GetInitialIMSChargingIdentifierOk

func (o *IMSChargingInformation) GetInitialIMSChargingIdentifierOk() (*string, bool)

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

func (*IMSChargingInformation) GetInterOperatorIdentifier

func (o *IMSChargingInformation) GetInterOperatorIdentifier() []InterOperatorIdentifier

GetInterOperatorIdentifier returns the InterOperatorIdentifier field value if set, zero value otherwise.

func (*IMSChargingInformation) GetInterOperatorIdentifierOk

func (o *IMSChargingInformation) GetInterOperatorIdentifierOk() ([]InterOperatorIdentifier, bool)

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

func (*IMSChargingInformation) GetIsupCause

func (o *IMSChargingInformation) GetIsupCause() ISUPCause

GetIsupCause returns the IsupCause field value if set, zero value otherwise.

func (*IMSChargingInformation) GetIsupCauseOk

func (o *IMSChargingInformation) GetIsupCauseOk() (*ISUPCause, bool)

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

func (*IMSChargingInformation) GetMessageBodies

func (o *IMSChargingInformation) GetMessageBodies() []MessageBody

GetMessageBodies returns the MessageBodies field value if set, zero value otherwise.

func (*IMSChargingInformation) GetMessageBodiesOk

func (o *IMSChargingInformation) GetMessageBodiesOk() ([]MessageBody, bool)

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

func (*IMSChargingInformation) GetMscAddress

func (o *IMSChargingInformation) GetMscAddress() string

GetMscAddress returns the MscAddress field value if set, zero value otherwise.

func (*IMSChargingInformation) GetMscAddressOk

func (o *IMSChargingInformation) GetMscAddressOk() (*string, bool)

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

func (*IMSChargingInformation) GetNniInformation

func (o *IMSChargingInformation) GetNniInformation() []NNIInformation

GetNniInformation returns the NniInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetNniInformationOk

func (o *IMSChargingInformation) GetNniInformationOk() ([]NNIInformation, bool)

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

func (*IMSChargingInformation) GetNumberPortabilityRoutinginformation

func (o *IMSChargingInformation) GetNumberPortabilityRoutinginformation() string

GetNumberPortabilityRoutinginformation returns the NumberPortabilityRoutinginformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetNumberPortabilityRoutinginformationOk

func (o *IMSChargingInformation) GetNumberPortabilityRoutinginformationOk() (*string, bool)

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

func (*IMSChargingInformation) GetOutgoingSessionID

func (o *IMSChargingInformation) GetOutgoingSessionID() string

GetOutgoingSessionID returns the OutgoingSessionID field value if set, zero value otherwise.

func (*IMSChargingInformation) GetOutgoingSessionIDOk

func (o *IMSChargingInformation) GetOutgoingSessionIDOk() (*string, bool)

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

func (*IMSChargingInformation) GetReasonHeader

func (o *IMSChargingInformation) GetReasonHeader() []string

GetReasonHeader returns the ReasonHeader field value if set, zero value otherwise.

func (*IMSChargingInformation) GetReasonHeaderOk

func (o *IMSChargingInformation) GetReasonHeaderOk() ([]string, bool)

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

func (*IMSChargingInformation) GetRelatedICID

func (o *IMSChargingInformation) GetRelatedICID() string

GetRelatedICID returns the RelatedICID field value if set, zero value otherwise.

func (*IMSChargingInformation) GetRelatedICIDGenerationNode

func (o *IMSChargingInformation) GetRelatedICIDGenerationNode() string

GetRelatedICIDGenerationNode returns the RelatedICIDGenerationNode field value if set, zero value otherwise.

func (*IMSChargingInformation) GetRelatedICIDGenerationNodeOk

func (o *IMSChargingInformation) GetRelatedICIDGenerationNodeOk() (*string, bool)

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

func (*IMSChargingInformation) GetRelatedICIDOk

func (o *IMSChargingInformation) GetRelatedICIDOk() (*string, bool)

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

func (*IMSChargingInformation) GetRequestedPartyAddress

func (o *IMSChargingInformation) GetRequestedPartyAddress() []string

GetRequestedPartyAddress returns the RequestedPartyAddress field value if set, zero value otherwise.

func (*IMSChargingInformation) GetRequestedPartyAddressOk

func (o *IMSChargingInformation) GetRequestedPartyAddressOk() ([]string, bool)

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

func (*IMSChargingInformation) GetRoleOfNode

func (o *IMSChargingInformation) GetRoleOfNode() RoleOfIMSNode

GetRoleOfNode returns the RoleOfNode field value if set, zero value otherwise.

func (*IMSChargingInformation) GetRoleOfNodeOk

func (o *IMSChargingInformation) GetRoleOfNodeOk() (*RoleOfIMSNode, bool)

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

func (*IMSChargingInformation) GetSdpMediaComponent

func (o *IMSChargingInformation) GetSdpMediaComponent() []SDPMediaComponent

GetSdpMediaComponent returns the SdpMediaComponent field value if set, zero value otherwise.

func (*IMSChargingInformation) GetSdpMediaComponentOk

func (o *IMSChargingInformation) GetSdpMediaComponentOk() ([]SDPMediaComponent, bool)

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

func (*IMSChargingInformation) GetSdpSessionDescription

func (o *IMSChargingInformation) GetSdpSessionDescription() []string

GetSdpSessionDescription returns the SdpSessionDescription field value if set, zero value otherwise.

func (*IMSChargingInformation) GetSdpSessionDescriptionOk

func (o *IMSChargingInformation) GetSdpSessionDescriptionOk() ([]string, bool)

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

func (*IMSChargingInformation) GetServedPartyIPAddress

func (o *IMSChargingInformation) GetServedPartyIPAddress() IMSAddress

GetServedPartyIPAddress returns the ServedPartyIPAddress field value if set, zero value otherwise.

func (*IMSChargingInformation) GetServedPartyIPAddressOk

func (o *IMSChargingInformation) GetServedPartyIPAddressOk() (*IMSAddress, bool)

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

func (*IMSChargingInformation) GetServerCapabilities

func (o *IMSChargingInformation) GetServerCapabilities() ServerCapabilities

GetServerCapabilities returns the ServerCapabilities field value if set, zero value otherwise.

func (*IMSChargingInformation) GetServerCapabilitiesOk

func (o *IMSChargingInformation) GetServerCapabilitiesOk() (*ServerCapabilities, bool)

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

func (*IMSChargingInformation) GetSessionPriority

func (o *IMSChargingInformation) GetSessionPriority() IMSSessionPriority

GetSessionPriority returns the SessionPriority field value if set, zero value otherwise.

func (*IMSChargingInformation) GetSessionPriorityOk

func (o *IMSChargingInformation) GetSessionPriorityOk() (*IMSSessionPriority, bool)

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

func (*IMSChargingInformation) GetSipRouteHeaderReceived

func (o *IMSChargingInformation) GetSipRouteHeaderReceived() string

GetSipRouteHeaderReceived returns the SipRouteHeaderReceived field value if set, zero value otherwise.

func (*IMSChargingInformation) GetSipRouteHeaderReceivedOk

func (o *IMSChargingInformation) GetSipRouteHeaderReceivedOk() (*string, bool)

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

func (*IMSChargingInformation) GetSipRouteHeaderTransmitted

func (o *IMSChargingInformation) GetSipRouteHeaderTransmitted() string

GetSipRouteHeaderTransmitted returns the SipRouteHeaderTransmitted field value if set, zero value otherwise.

func (*IMSChargingInformation) GetSipRouteHeaderTransmittedOk

func (o *IMSChargingInformation) GetSipRouteHeaderTransmittedOk() (*string, bool)

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

func (*IMSChargingInformation) GetTadIdentifier

func (o *IMSChargingInformation) GetTadIdentifier() TADIdentifier

GetTadIdentifier returns the TadIdentifier field value if set, zero value otherwise.

func (*IMSChargingInformation) GetTadIdentifierOk

func (o *IMSChargingInformation) GetTadIdentifierOk() (*TADIdentifier, bool)

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

func (*IMSChargingInformation) GetTimeStamps

func (o *IMSChargingInformation) GetTimeStamps() time.Time

GetTimeStamps returns the TimeStamps field value if set, zero value otherwise.

func (*IMSChargingInformation) GetTimeStampsOk

func (o *IMSChargingInformation) GetTimeStampsOk() (*time.Time, bool)

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

func (*IMSChargingInformation) GetTransitIOIList

func (o *IMSChargingInformation) GetTransitIOIList() []string

GetTransitIOIList returns the TransitIOIList field value if set, zero value otherwise.

func (*IMSChargingInformation) GetTransitIOIListOk

func (o *IMSChargingInformation) GetTransitIOIListOk() ([]string, bool)

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

func (*IMSChargingInformation) GetTrunkGroupID

func (o *IMSChargingInformation) GetTrunkGroupID() TrunkGroupID

GetTrunkGroupID returns the TrunkGroupID field value if set, zero value otherwise.

func (*IMSChargingInformation) GetTrunkGroupIDOk

func (o *IMSChargingInformation) GetTrunkGroupIDOk() (*TrunkGroupID, bool)

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

func (*IMSChargingInformation) GetUeTimeZone

func (o *IMSChargingInformation) GetUeTimeZone() string

GetUeTimeZone returns the UeTimeZone field value if set, zero value otherwise.

func (*IMSChargingInformation) GetUeTimeZoneOk

func (o *IMSChargingInformation) GetUeTimeZoneOk() (*string, bool)

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

func (*IMSChargingInformation) GetUserInformation

func (o *IMSChargingInformation) GetUserInformation() UserInformation

GetUserInformation returns the UserInformation field value if set, zero value otherwise.

func (*IMSChargingInformation) GetUserInformationOk

func (o *IMSChargingInformation) GetUserInformationOk() (*UserInformation, bool)

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

func (*IMSChargingInformation) GetUserLocationInfo

func (o *IMSChargingInformation) GetUserLocationInfo() UserLocation

GetUserLocationInfo returns the UserLocationInfo field value if set, zero value otherwise.

func (*IMSChargingInformation) GetUserLocationInfoOk

func (o *IMSChargingInformation) GetUserLocationInfoOk() (*UserLocation, bool)

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

func (*IMSChargingInformation) GetUserSessionID

func (o *IMSChargingInformation) GetUserSessionID() string

GetUserSessionID returns the UserSessionID field value if set, zero value otherwise.

func (*IMSChargingInformation) GetUserSessionIDOk

func (o *IMSChargingInformation) GetUserSessionIDOk() (*string, bool)

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

func (*IMSChargingInformation) GetVar3gppPSDataOffStatus

func (o *IMSChargingInformation) GetVar3gppPSDataOffStatus() Model3GPPPSDataOffStatus

GetVar3gppPSDataOffStatus returns the Var3gppPSDataOffStatus field value if set, zero value otherwise.

func (*IMSChargingInformation) GetVar3gppPSDataOffStatusOk

func (o *IMSChargingInformation) GetVar3gppPSDataOffStatusOk() (*Model3GPPPSDataOffStatus, bool)

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

func (*IMSChargingInformation) GetVlrNumber

func (o *IMSChargingInformation) GetVlrNumber() string

GetVlrNumber returns the VlrNumber field value if set, zero value otherwise.

func (*IMSChargingInformation) GetVlrNumberOk

func (o *IMSChargingInformation) GetVlrNumberOk() (*string, bool)

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

func (*IMSChargingInformation) HasAccessNetworkInfoChange

func (o *IMSChargingInformation) HasAccessNetworkInfoChange() bool

HasAccessNetworkInfoChange returns a boolean if a field has been set.

func (*IMSChargingInformation) HasAccessNetworkInformation

func (o *IMSChargingInformation) HasAccessNetworkInformation() bool

HasAccessNetworkInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasAccessTransferInformation

func (o *IMSChargingInformation) HasAccessTransferInformation() bool

HasAccessTransferInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasAdditionalAccessNetworkInformation

func (o *IMSChargingInformation) HasAdditionalAccessNetworkInformation() bool

HasAdditionalAccessNetworkInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasAlternateChargedPartyAddress

func (o *IMSChargingInformation) HasAlternateChargedPartyAddress() bool

HasAlternateChargedPartyAddress returns a boolean if a field has been set.

func (*IMSChargingInformation) HasApplicationServerInformation

func (o *IMSChargingInformation) HasApplicationServerInformation() bool

HasApplicationServerInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasAssociatedURI

func (o *IMSChargingInformation) HasAssociatedURI() bool

HasAssociatedURI returns a boolean if a field has been set.

func (*IMSChargingInformation) HasBearerService

func (o *IMSChargingInformation) HasBearerService() bool

HasBearerService returns a boolean if a field has been set.

func (*IMSChargingInformation) HasCalledAssertedIdentities

func (o *IMSChargingInformation) HasCalledAssertedIdentities() bool

HasCalledAssertedIdentities returns a boolean if a field has been set.

func (*IMSChargingInformation) HasCalledIdentityChanges

func (o *IMSChargingInformation) HasCalledIdentityChanges() bool

HasCalledIdentityChanges returns a boolean if a field has been set.

func (*IMSChargingInformation) HasCalledPartyAddress

func (o *IMSChargingInformation) HasCalledPartyAddress() bool

HasCalledPartyAddress returns a boolean if a field has been set.

func (*IMSChargingInformation) HasCallingPartyAddresses

func (o *IMSChargingInformation) HasCallingPartyAddresses() bool

HasCallingPartyAddresses returns a boolean if a field has been set.

func (*IMSChargingInformation) HasCarrierSelectRoutingInformation

func (o *IMSChargingInformation) HasCarrierSelectRoutingInformation() bool

HasCarrierSelectRoutingInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasCauseCode

func (o *IMSChargingInformation) HasCauseCode() bool

HasCauseCode returns a boolean if a field has been set.

func (*IMSChargingInformation) HasCellularNetworkInformation

func (o *IMSChargingInformation) HasCellularNetworkInformation() bool

HasCellularNetworkInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasControlPlaneAddress

func (o *IMSChargingInformation) HasControlPlaneAddress() bool

HasControlPlaneAddress returns a boolean if a field has been set.

func (*IMSChargingInformation) HasEarlyMediaDescription

func (o *IMSChargingInformation) HasEarlyMediaDescription() bool

HasEarlyMediaDescription returns a boolean if a field has been set.

func (*IMSChargingInformation) HasEventType

func (o *IMSChargingInformation) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*IMSChargingInformation) HasFeIdentifierList

func (o *IMSChargingInformation) HasFeIdentifierList() bool

HasFeIdentifierList returns a boolean if a field has been set.

func (*IMSChargingInformation) HasFromAddress

func (o *IMSChargingInformation) HasFromAddress() bool

HasFromAddress returns a boolean if a field has been set.

func (*IMSChargingInformation) HasIMSNodeFunctionality

func (o *IMSChargingInformation) HasIMSNodeFunctionality() bool

HasIMSNodeFunctionality returns a boolean if a field has been set.

func (*IMSChargingInformation) HasImsApplicationReferenceID

func (o *IMSChargingInformation) HasImsApplicationReferenceID() bool

HasImsApplicationReferenceID returns a boolean if a field has been set.

func (*IMSChargingInformation) HasImsChargingIdentifier

func (o *IMSChargingInformation) HasImsChargingIdentifier() bool

HasImsChargingIdentifier returns a boolean if a field has been set.

func (*IMSChargingInformation) HasImsCommunicationServiceID

func (o *IMSChargingInformation) HasImsCommunicationServiceID() bool

HasImsCommunicationServiceID returns a boolean if a field has been set.

func (*IMSChargingInformation) HasImsEmergencyIndication

func (o *IMSChargingInformation) HasImsEmergencyIndication() bool

HasImsEmergencyIndication returns a boolean if a field has been set.

func (*IMSChargingInformation) HasImsServiceId

func (o *IMSChargingInformation) HasImsServiceId() bool

HasImsServiceId returns a boolean if a field has been set.

func (*IMSChargingInformation) HasImsVisitedNetworkIdentifier

func (o *IMSChargingInformation) HasImsVisitedNetworkIdentifier() bool

HasImsVisitedNetworkIdentifier returns a boolean if a field has been set.

func (*IMSChargingInformation) HasInitialIMSChargingIdentifier

func (o *IMSChargingInformation) HasInitialIMSChargingIdentifier() bool

HasInitialIMSChargingIdentifier returns a boolean if a field has been set.

func (*IMSChargingInformation) HasInterOperatorIdentifier

func (o *IMSChargingInformation) HasInterOperatorIdentifier() bool

HasInterOperatorIdentifier returns a boolean if a field has been set.

func (*IMSChargingInformation) HasIsupCause

func (o *IMSChargingInformation) HasIsupCause() bool

HasIsupCause returns a boolean if a field has been set.

func (*IMSChargingInformation) HasMessageBodies

func (o *IMSChargingInformation) HasMessageBodies() bool

HasMessageBodies returns a boolean if a field has been set.

func (*IMSChargingInformation) HasMscAddress

func (o *IMSChargingInformation) HasMscAddress() bool

HasMscAddress returns a boolean if a field has been set.

func (*IMSChargingInformation) HasNniInformation

func (o *IMSChargingInformation) HasNniInformation() bool

HasNniInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasNumberPortabilityRoutinginformation

func (o *IMSChargingInformation) HasNumberPortabilityRoutinginformation() bool

HasNumberPortabilityRoutinginformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasOutgoingSessionID

func (o *IMSChargingInformation) HasOutgoingSessionID() bool

HasOutgoingSessionID returns a boolean if a field has been set.

func (*IMSChargingInformation) HasReasonHeader

func (o *IMSChargingInformation) HasReasonHeader() bool

HasReasonHeader returns a boolean if a field has been set.

func (*IMSChargingInformation) HasRelatedICID

func (o *IMSChargingInformation) HasRelatedICID() bool

HasRelatedICID returns a boolean if a field has been set.

func (*IMSChargingInformation) HasRelatedICIDGenerationNode

func (o *IMSChargingInformation) HasRelatedICIDGenerationNode() bool

HasRelatedICIDGenerationNode returns a boolean if a field has been set.

func (*IMSChargingInformation) HasRequestedPartyAddress

func (o *IMSChargingInformation) HasRequestedPartyAddress() bool

HasRequestedPartyAddress returns a boolean if a field has been set.

func (*IMSChargingInformation) HasRoleOfNode

func (o *IMSChargingInformation) HasRoleOfNode() bool

HasRoleOfNode returns a boolean if a field has been set.

func (*IMSChargingInformation) HasSdpMediaComponent

func (o *IMSChargingInformation) HasSdpMediaComponent() bool

HasSdpMediaComponent returns a boolean if a field has been set.

func (*IMSChargingInformation) HasSdpSessionDescription

func (o *IMSChargingInformation) HasSdpSessionDescription() bool

HasSdpSessionDescription returns a boolean if a field has been set.

func (*IMSChargingInformation) HasServedPartyIPAddress

func (o *IMSChargingInformation) HasServedPartyIPAddress() bool

HasServedPartyIPAddress returns a boolean if a field has been set.

func (*IMSChargingInformation) HasServerCapabilities

func (o *IMSChargingInformation) HasServerCapabilities() bool

HasServerCapabilities returns a boolean if a field has been set.

func (*IMSChargingInformation) HasSessionPriority

func (o *IMSChargingInformation) HasSessionPriority() bool

HasSessionPriority returns a boolean if a field has been set.

func (*IMSChargingInformation) HasSipRouteHeaderReceived

func (o *IMSChargingInformation) HasSipRouteHeaderReceived() bool

HasSipRouteHeaderReceived returns a boolean if a field has been set.

func (*IMSChargingInformation) HasSipRouteHeaderTransmitted

func (o *IMSChargingInformation) HasSipRouteHeaderTransmitted() bool

HasSipRouteHeaderTransmitted returns a boolean if a field has been set.

func (*IMSChargingInformation) HasTadIdentifier

func (o *IMSChargingInformation) HasTadIdentifier() bool

HasTadIdentifier returns a boolean if a field has been set.

func (*IMSChargingInformation) HasTimeStamps

func (o *IMSChargingInformation) HasTimeStamps() bool

HasTimeStamps returns a boolean if a field has been set.

func (*IMSChargingInformation) HasTransitIOIList

func (o *IMSChargingInformation) HasTransitIOIList() bool

HasTransitIOIList returns a boolean if a field has been set.

func (*IMSChargingInformation) HasTrunkGroupID

func (o *IMSChargingInformation) HasTrunkGroupID() bool

HasTrunkGroupID returns a boolean if a field has been set.

func (*IMSChargingInformation) HasUeTimeZone

func (o *IMSChargingInformation) HasUeTimeZone() bool

HasUeTimeZone returns a boolean if a field has been set.

func (*IMSChargingInformation) HasUserInformation

func (o *IMSChargingInformation) HasUserInformation() bool

HasUserInformation returns a boolean if a field has been set.

func (*IMSChargingInformation) HasUserLocationInfo

func (o *IMSChargingInformation) HasUserLocationInfo() bool

HasUserLocationInfo returns a boolean if a field has been set.

func (*IMSChargingInformation) HasUserSessionID

func (o *IMSChargingInformation) HasUserSessionID() bool

HasUserSessionID returns a boolean if a field has been set.

func (*IMSChargingInformation) HasVar3gppPSDataOffStatus

func (o *IMSChargingInformation) HasVar3gppPSDataOffStatus() bool

HasVar3gppPSDataOffStatus returns a boolean if a field has been set.

func (*IMSChargingInformation) HasVlrNumber

func (o *IMSChargingInformation) HasVlrNumber() bool

HasVlrNumber returns a boolean if a field has been set.

func (IMSChargingInformation) MarshalJSON

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

func (*IMSChargingInformation) SetAccessNetworkInfoChange

func (o *IMSChargingInformation) SetAccessNetworkInfoChange(v []AccessNetworkInfoChange)

SetAccessNetworkInfoChange gets a reference to the given []AccessNetworkInfoChange and assigns it to the AccessNetworkInfoChange field.

func (*IMSChargingInformation) SetAccessNetworkInformation

func (o *IMSChargingInformation) SetAccessNetworkInformation(v []string)

SetAccessNetworkInformation gets a reference to the given []string and assigns it to the AccessNetworkInformation field.

func (*IMSChargingInformation) SetAccessTransferInformation

func (o *IMSChargingInformation) SetAccessTransferInformation(v []AccessTransferInformation)

SetAccessTransferInformation gets a reference to the given []AccessTransferInformation and assigns it to the AccessTransferInformation field.

func (*IMSChargingInformation) SetAdditionalAccessNetworkInformation

func (o *IMSChargingInformation) SetAdditionalAccessNetworkInformation(v string)

SetAdditionalAccessNetworkInformation gets a reference to the given string and assigns it to the AdditionalAccessNetworkInformation field.

func (*IMSChargingInformation) SetAlternateChargedPartyAddress

func (o *IMSChargingInformation) SetAlternateChargedPartyAddress(v string)

SetAlternateChargedPartyAddress gets a reference to the given string and assigns it to the AlternateChargedPartyAddress field.

func (*IMSChargingInformation) SetApplicationServerInformation

func (o *IMSChargingInformation) SetApplicationServerInformation(v []string)

SetApplicationServerInformation gets a reference to the given []string and assigns it to the ApplicationServerInformation field.

func (*IMSChargingInformation) SetAssociatedURI

func (o *IMSChargingInformation) SetAssociatedURI(v []string)

SetAssociatedURI gets a reference to the given []string and assigns it to the AssociatedURI field.

func (*IMSChargingInformation) SetBearerService

func (o *IMSChargingInformation) SetBearerService(v string)

SetBearerService gets a reference to the given string and assigns it to the BearerService field.

func (*IMSChargingInformation) SetCalledAssertedIdentities

func (o *IMSChargingInformation) SetCalledAssertedIdentities(v []string)

SetCalledAssertedIdentities gets a reference to the given []string and assigns it to the CalledAssertedIdentities field.

func (*IMSChargingInformation) SetCalledIdentityChanges

func (o *IMSChargingInformation) SetCalledIdentityChanges(v []CalledIdentityChange)

SetCalledIdentityChanges gets a reference to the given []CalledIdentityChange and assigns it to the CalledIdentityChanges field.

func (*IMSChargingInformation) SetCalledPartyAddress

func (o *IMSChargingInformation) SetCalledPartyAddress(v string)

SetCalledPartyAddress gets a reference to the given string and assigns it to the CalledPartyAddress field.

func (*IMSChargingInformation) SetCallingPartyAddresses

func (o *IMSChargingInformation) SetCallingPartyAddresses(v []string)

SetCallingPartyAddresses gets a reference to the given []string and assigns it to the CallingPartyAddresses field.

func (*IMSChargingInformation) SetCarrierSelectRoutingInformation

func (o *IMSChargingInformation) SetCarrierSelectRoutingInformation(v string)

SetCarrierSelectRoutingInformation gets a reference to the given string and assigns it to the CarrierSelectRoutingInformation field.

func (*IMSChargingInformation) SetCauseCode

func (o *IMSChargingInformation) SetCauseCode(v int32)

SetCauseCode gets a reference to the given int32 and assigns it to the CauseCode field.

func (*IMSChargingInformation) SetCellularNetworkInformation

func (o *IMSChargingInformation) SetCellularNetworkInformation(v string)

SetCellularNetworkInformation gets a reference to the given string and assigns it to the CellularNetworkInformation field.

func (*IMSChargingInformation) SetControlPlaneAddress

func (o *IMSChargingInformation) SetControlPlaneAddress(v IMSAddress)

SetControlPlaneAddress gets a reference to the given IMSAddress and assigns it to the ControlPlaneAddress field.

func (*IMSChargingInformation) SetEarlyMediaDescription

func (o *IMSChargingInformation) SetEarlyMediaDescription(v []EarlyMediaDescription)

SetEarlyMediaDescription gets a reference to the given []EarlyMediaDescription and assigns it to the EarlyMediaDescription field.

func (*IMSChargingInformation) SetEventType

func (o *IMSChargingInformation) SetEventType(v SIPEventType)

SetEventType gets a reference to the given SIPEventType and assigns it to the EventType field.

func (*IMSChargingInformation) SetFeIdentifierList

func (o *IMSChargingInformation) SetFeIdentifierList(v string)

SetFeIdentifierList gets a reference to the given string and assigns it to the FeIdentifierList field.

func (*IMSChargingInformation) SetFromAddress

func (o *IMSChargingInformation) SetFromAddress(v string)

SetFromAddress gets a reference to the given string and assigns it to the FromAddress field.

func (*IMSChargingInformation) SetIMSNodeFunctionality

func (o *IMSChargingInformation) SetIMSNodeFunctionality(v IMSNodeFunctionality)

SetIMSNodeFunctionality gets a reference to the given IMSNodeFunctionality and assigns it to the IMSNodeFunctionality field.

func (*IMSChargingInformation) SetImsApplicationReferenceID

func (o *IMSChargingInformation) SetImsApplicationReferenceID(v string)

SetImsApplicationReferenceID gets a reference to the given string and assigns it to the ImsApplicationReferenceID field.

func (*IMSChargingInformation) SetImsChargingIdentifier

func (o *IMSChargingInformation) SetImsChargingIdentifier(v string)

SetImsChargingIdentifier gets a reference to the given string and assigns it to the ImsChargingIdentifier field.

func (*IMSChargingInformation) SetImsCommunicationServiceID

func (o *IMSChargingInformation) SetImsCommunicationServiceID(v string)

SetImsCommunicationServiceID gets a reference to the given string and assigns it to the ImsCommunicationServiceID field.

func (*IMSChargingInformation) SetImsEmergencyIndication

func (o *IMSChargingInformation) SetImsEmergencyIndication(v bool)

SetImsEmergencyIndication gets a reference to the given bool and assigns it to the ImsEmergencyIndication field.

func (*IMSChargingInformation) SetImsServiceId

func (o *IMSChargingInformation) SetImsServiceId(v string)

SetImsServiceId gets a reference to the given string and assigns it to the ImsServiceId field.

func (*IMSChargingInformation) SetImsVisitedNetworkIdentifier

func (o *IMSChargingInformation) SetImsVisitedNetworkIdentifier(v string)

SetImsVisitedNetworkIdentifier gets a reference to the given string and assigns it to the ImsVisitedNetworkIdentifier field.

func (*IMSChargingInformation) SetInitialIMSChargingIdentifier

func (o *IMSChargingInformation) SetInitialIMSChargingIdentifier(v string)

SetInitialIMSChargingIdentifier gets a reference to the given string and assigns it to the InitialIMSChargingIdentifier field.

func (*IMSChargingInformation) SetInterOperatorIdentifier

func (o *IMSChargingInformation) SetInterOperatorIdentifier(v []InterOperatorIdentifier)

SetInterOperatorIdentifier gets a reference to the given []InterOperatorIdentifier and assigns it to the InterOperatorIdentifier field.

func (*IMSChargingInformation) SetIsupCause

func (o *IMSChargingInformation) SetIsupCause(v ISUPCause)

SetIsupCause gets a reference to the given ISUPCause and assigns it to the IsupCause field.

func (*IMSChargingInformation) SetMessageBodies

func (o *IMSChargingInformation) SetMessageBodies(v []MessageBody)

SetMessageBodies gets a reference to the given []MessageBody and assigns it to the MessageBodies field.

func (*IMSChargingInformation) SetMscAddress

func (o *IMSChargingInformation) SetMscAddress(v string)

SetMscAddress gets a reference to the given string and assigns it to the MscAddress field.

func (*IMSChargingInformation) SetNniInformation

func (o *IMSChargingInformation) SetNniInformation(v []NNIInformation)

SetNniInformation gets a reference to the given []NNIInformation and assigns it to the NniInformation field.

func (*IMSChargingInformation) SetNumberPortabilityRoutinginformation

func (o *IMSChargingInformation) SetNumberPortabilityRoutinginformation(v string)

SetNumberPortabilityRoutinginformation gets a reference to the given string and assigns it to the NumberPortabilityRoutinginformation field.

func (*IMSChargingInformation) SetOutgoingSessionID

func (o *IMSChargingInformation) SetOutgoingSessionID(v string)

SetOutgoingSessionID gets a reference to the given string and assigns it to the OutgoingSessionID field.

func (*IMSChargingInformation) SetReasonHeader

func (o *IMSChargingInformation) SetReasonHeader(v []string)

SetReasonHeader gets a reference to the given []string and assigns it to the ReasonHeader field.

func (*IMSChargingInformation) SetRelatedICID

func (o *IMSChargingInformation) SetRelatedICID(v string)

SetRelatedICID gets a reference to the given string and assigns it to the RelatedICID field.

func (*IMSChargingInformation) SetRelatedICIDGenerationNode

func (o *IMSChargingInformation) SetRelatedICIDGenerationNode(v string)

SetRelatedICIDGenerationNode gets a reference to the given string and assigns it to the RelatedICIDGenerationNode field.

func (*IMSChargingInformation) SetRequestedPartyAddress

func (o *IMSChargingInformation) SetRequestedPartyAddress(v []string)

SetRequestedPartyAddress gets a reference to the given []string and assigns it to the RequestedPartyAddress field.

func (*IMSChargingInformation) SetRoleOfNode

func (o *IMSChargingInformation) SetRoleOfNode(v RoleOfIMSNode)

SetRoleOfNode gets a reference to the given RoleOfIMSNode and assigns it to the RoleOfNode field.

func (*IMSChargingInformation) SetSdpMediaComponent

func (o *IMSChargingInformation) SetSdpMediaComponent(v []SDPMediaComponent)

SetSdpMediaComponent gets a reference to the given []SDPMediaComponent and assigns it to the SdpMediaComponent field.

func (*IMSChargingInformation) SetSdpSessionDescription

func (o *IMSChargingInformation) SetSdpSessionDescription(v []string)

SetSdpSessionDescription gets a reference to the given []string and assigns it to the SdpSessionDescription field.

func (*IMSChargingInformation) SetServedPartyIPAddress

func (o *IMSChargingInformation) SetServedPartyIPAddress(v IMSAddress)

SetServedPartyIPAddress gets a reference to the given IMSAddress and assigns it to the ServedPartyIPAddress field.

func (*IMSChargingInformation) SetServerCapabilities

func (o *IMSChargingInformation) SetServerCapabilities(v ServerCapabilities)

SetServerCapabilities gets a reference to the given ServerCapabilities and assigns it to the ServerCapabilities field.

func (*IMSChargingInformation) SetSessionPriority

func (o *IMSChargingInformation) SetSessionPriority(v IMSSessionPriority)

SetSessionPriority gets a reference to the given IMSSessionPriority and assigns it to the SessionPriority field.

func (*IMSChargingInformation) SetSipRouteHeaderReceived

func (o *IMSChargingInformation) SetSipRouteHeaderReceived(v string)

SetSipRouteHeaderReceived gets a reference to the given string and assigns it to the SipRouteHeaderReceived field.

func (*IMSChargingInformation) SetSipRouteHeaderTransmitted

func (o *IMSChargingInformation) SetSipRouteHeaderTransmitted(v string)

SetSipRouteHeaderTransmitted gets a reference to the given string and assigns it to the SipRouteHeaderTransmitted field.

func (*IMSChargingInformation) SetTadIdentifier

func (o *IMSChargingInformation) SetTadIdentifier(v TADIdentifier)

SetTadIdentifier gets a reference to the given TADIdentifier and assigns it to the TadIdentifier field.

func (*IMSChargingInformation) SetTimeStamps

func (o *IMSChargingInformation) SetTimeStamps(v time.Time)

SetTimeStamps gets a reference to the given time.Time and assigns it to the TimeStamps field.

func (*IMSChargingInformation) SetTransitIOIList

func (o *IMSChargingInformation) SetTransitIOIList(v []string)

SetTransitIOIList gets a reference to the given []string and assigns it to the TransitIOIList field.

func (*IMSChargingInformation) SetTrunkGroupID

func (o *IMSChargingInformation) SetTrunkGroupID(v TrunkGroupID)

SetTrunkGroupID gets a reference to the given TrunkGroupID and assigns it to the TrunkGroupID field.

func (*IMSChargingInformation) SetUeTimeZone

func (o *IMSChargingInformation) SetUeTimeZone(v string)

SetUeTimeZone gets a reference to the given string and assigns it to the UeTimeZone field.

func (*IMSChargingInformation) SetUserInformation

func (o *IMSChargingInformation) SetUserInformation(v UserInformation)

SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.

func (*IMSChargingInformation) SetUserLocationInfo

func (o *IMSChargingInformation) SetUserLocationInfo(v UserLocation)

SetUserLocationInfo gets a reference to the given UserLocation and assigns it to the UserLocationInfo field.

func (*IMSChargingInformation) SetUserSessionID

func (o *IMSChargingInformation) SetUserSessionID(v string)

SetUserSessionID gets a reference to the given string and assigns it to the UserSessionID field.

func (*IMSChargingInformation) SetVar3gppPSDataOffStatus

func (o *IMSChargingInformation) SetVar3gppPSDataOffStatus(v Model3GPPPSDataOffStatus)

SetVar3gppPSDataOffStatus gets a reference to the given Model3GPPPSDataOffStatus and assigns it to the Var3gppPSDataOffStatus field.

func (*IMSChargingInformation) SetVlrNumber

func (o *IMSChargingInformation) SetVlrNumber(v string)

SetVlrNumber gets a reference to the given string and assigns it to the VlrNumber field.

func (IMSChargingInformation) ToMap

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

type IMSNodeFunctionality

type IMSNodeFunctionality struct {
	String *string
}

IMSNodeFunctionality struct for IMSNodeFunctionality

func (*IMSNodeFunctionality) MarshalJSON

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

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

func (*IMSNodeFunctionality) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type IMSSessionPriority

type IMSSessionPriority struct {
	String *string
}

IMSSessionPriority struct for IMSSessionPriority

func (*IMSSessionPriority) MarshalJSON

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

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

func (*IMSSessionPriority) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type ISUPCause

type ISUPCause struct {
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	ISUPCauseLocation *int32 `json:"iSUPCauseLocation,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	ISUPCauseValue       *int32  `json:"iSUPCauseValue,omitempty"`
	ISUPCauseDiagnostics *string `json:"iSUPCauseDiagnostics,omitempty"`
}

ISUPCause struct for ISUPCause

func NewISUPCause

func NewISUPCause() *ISUPCause

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

func NewISUPCauseWithDefaults

func NewISUPCauseWithDefaults() *ISUPCause

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

func (*ISUPCause) GetISUPCauseDiagnostics

func (o *ISUPCause) GetISUPCauseDiagnostics() string

GetISUPCauseDiagnostics returns the ISUPCauseDiagnostics field value if set, zero value otherwise.

func (*ISUPCause) GetISUPCauseDiagnosticsOk

func (o *ISUPCause) GetISUPCauseDiagnosticsOk() (*string, bool)

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

func (*ISUPCause) GetISUPCauseLocation

func (o *ISUPCause) GetISUPCauseLocation() int32

GetISUPCauseLocation returns the ISUPCauseLocation field value if set, zero value otherwise.

func (*ISUPCause) GetISUPCauseLocationOk

func (o *ISUPCause) GetISUPCauseLocationOk() (*int32, bool)

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

func (*ISUPCause) GetISUPCauseValue

func (o *ISUPCause) GetISUPCauseValue() int32

GetISUPCauseValue returns the ISUPCauseValue field value if set, zero value otherwise.

func (*ISUPCause) GetISUPCauseValueOk

func (o *ISUPCause) GetISUPCauseValueOk() (*int32, bool)

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

func (*ISUPCause) HasISUPCauseDiagnostics

func (o *ISUPCause) HasISUPCauseDiagnostics() bool

HasISUPCauseDiagnostics returns a boolean if a field has been set.

func (*ISUPCause) HasISUPCauseLocation

func (o *ISUPCause) HasISUPCauseLocation() bool

HasISUPCauseLocation returns a boolean if a field has been set.

func (*ISUPCause) HasISUPCauseValue

func (o *ISUPCause) HasISUPCauseValue() bool

HasISUPCauseValue returns a boolean if a field has been set.

func (ISUPCause) MarshalJSON

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

func (*ISUPCause) SetISUPCauseDiagnostics

func (o *ISUPCause) SetISUPCauseDiagnostics(v string)

SetISUPCauseDiagnostics gets a reference to the given string and assigns it to the ISUPCauseDiagnostics field.

func (*ISUPCause) SetISUPCauseLocation

func (o *ISUPCause) SetISUPCauseLocation(v int32)

SetISUPCauseLocation gets a reference to the given int32 and assigns it to the ISUPCauseLocation field.

func (*ISUPCause) SetISUPCauseValue

func (o *ISUPCause) SetISUPCauseValue(v int32)

SetISUPCauseValue gets a reference to the given int32 and assigns it to the ISUPCauseValue field.

func (ISUPCause) ToMap

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

type InterOperatorIdentifier

type InterOperatorIdentifier struct {
	OriginatingIOI *string `json:"originatingIOI,omitempty"`
	TerminatingIOI *string `json:"terminatingIOI,omitempty"`
}

InterOperatorIdentifier struct for InterOperatorIdentifier

func NewInterOperatorIdentifier

func NewInterOperatorIdentifier() *InterOperatorIdentifier

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

func NewInterOperatorIdentifierWithDefaults

func NewInterOperatorIdentifierWithDefaults() *InterOperatorIdentifier

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

func (*InterOperatorIdentifier) GetOriginatingIOI

func (o *InterOperatorIdentifier) GetOriginatingIOI() string

GetOriginatingIOI returns the OriginatingIOI field value if set, zero value otherwise.

func (*InterOperatorIdentifier) GetOriginatingIOIOk

func (o *InterOperatorIdentifier) GetOriginatingIOIOk() (*string, bool)

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

func (*InterOperatorIdentifier) GetTerminatingIOI

func (o *InterOperatorIdentifier) GetTerminatingIOI() string

GetTerminatingIOI returns the TerminatingIOI field value if set, zero value otherwise.

func (*InterOperatorIdentifier) GetTerminatingIOIOk

func (o *InterOperatorIdentifier) GetTerminatingIOIOk() (*string, bool)

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

func (*InterOperatorIdentifier) HasOriginatingIOI

func (o *InterOperatorIdentifier) HasOriginatingIOI() bool

HasOriginatingIOI returns a boolean if a field has been set.

func (*InterOperatorIdentifier) HasTerminatingIOI

func (o *InterOperatorIdentifier) HasTerminatingIOI() bool

HasTerminatingIOI returns a boolean if a field has been set.

func (InterOperatorIdentifier) MarshalJSON

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

func (*InterOperatorIdentifier) SetOriginatingIOI

func (o *InterOperatorIdentifier) SetOriginatingIOI(v string)

SetOriginatingIOI gets a reference to the given string and assigns it to the OriginatingIOI field.

func (*InterOperatorIdentifier) SetTerminatingIOI

func (o *InterOperatorIdentifier) SetTerminatingIOI(v string)

SetTerminatingIOI gets a reference to the given string and assigns it to the TerminatingIOI field.

func (InterOperatorIdentifier) ToMap

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

type InterfaceType

type InterfaceType struct {
	String *string
}

InterfaceType struct for InterfaceType

func (*InterfaceType) MarshalJSON

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

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

func (*InterfaceType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type InvalidParam

type InvalidParam struct {
	// If the invalid parameter is an attribute in a JSON body, this IE shall contain the  attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is  an HTTP header, this IE shall be formatted as the concatenation of the string \"header \"  plus the name of such header. If the invalid parameter is a query parameter, this IE  shall be formatted as the concatenation of the string \"query \" plus the name of such  query parameter. If the invalid parameter is a variable part in the path of a resource  URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\"  used in OpenAPI specification as the notation to represent variable path segments.
	Param string `json:"param"`
	// A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed  operations in a PATCH request, the reason string should identify the operation that  failed using the operation's array index to assist in correlation of the invalid  parameter with the failed operation, e.g.\" Replacement value invalid for attribute  (failed operation index= 4)\"
	Reason *string `json:"reason,omitempty"`
}

InvalidParam It contains an invalid parameter and a related description.

func NewInvalidParam

func NewInvalidParam(param string) *InvalidParam

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

func NewInvalidParamWithDefaults

func NewInvalidParamWithDefaults() *InvalidParam

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

func (*InvalidParam) GetParam

func (o *InvalidParam) GetParam() string

GetParam returns the Param field value

func (*InvalidParam) GetParamOk

func (o *InvalidParam) GetParamOk() (*string, bool)

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

func (*InvalidParam) GetReason

func (o *InvalidParam) GetReason() string

GetReason returns the Reason field value if set, zero value otherwise.

func (*InvalidParam) GetReasonOk

func (o *InvalidParam) GetReasonOk() (*string, bool)

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

func (*InvalidParam) HasReason

func (o *InvalidParam) HasReason() bool

HasReason returns a boolean if a field has been set.

func (InvalidParam) MarshalJSON

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

func (*InvalidParam) SetParam

func (o *InvalidParam) SetParam(v string)

SetParam sets field value

func (*InvalidParam) SetReason

func (o *InvalidParam) SetReason(v string)

SetReason gets a reference to the given string and assigns it to the Reason field.

func (InvalidParam) ToMap

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

type InvocationResult

type InvocationResult struct {
	Error           *ProblemDetails  `json:"error,omitempty"`
	FailureHandling *FailureHandling `json:"failureHandling,omitempty"`
}

InvocationResult struct for InvocationResult

func NewInvocationResult

func NewInvocationResult() *InvocationResult

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

func NewInvocationResultWithDefaults

func NewInvocationResultWithDefaults() *InvocationResult

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

func (*InvocationResult) GetError

func (o *InvocationResult) GetError() ProblemDetails

GetError returns the Error field value if set, zero value otherwise.

func (*InvocationResult) GetErrorOk

func (o *InvocationResult) GetErrorOk() (*ProblemDetails, bool)

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

func (*InvocationResult) GetFailureHandling

func (o *InvocationResult) GetFailureHandling() FailureHandling

GetFailureHandling returns the FailureHandling field value if set, zero value otherwise.

func (*InvocationResult) GetFailureHandlingOk

func (o *InvocationResult) GetFailureHandlingOk() (*FailureHandling, bool)

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

func (*InvocationResult) HasError

func (o *InvocationResult) HasError() bool

HasError returns a boolean if a field has been set.

func (*InvocationResult) HasFailureHandling

func (o *InvocationResult) HasFailureHandling() bool

HasFailureHandling returns a boolean if a field has been set.

func (InvocationResult) MarshalJSON

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

func (*InvocationResult) SetError

func (o *InvocationResult) SetError(v ProblemDetails)

SetError gets a reference to the given ProblemDetails and assigns it to the Error field.

func (*InvocationResult) SetFailureHandling

func (o *InvocationResult) SetFailureHandling(v FailureHandling)

SetFailureHandling gets a reference to the given FailureHandling and assigns it to the FailureHandling field.

func (InvocationResult) ToMap

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

type IpAddr

type IpAddr struct {
	Interface *interface{}
}

IpAddr - Contains an IP adresse.

func InterfaceAsIpAddr

func InterfaceAsIpAddr(v *interface{}) IpAddr

interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr

func (*IpAddr) GetActualInstance

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

Get the actual instance

func (IpAddr) MarshalJSON

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

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

func (*IpAddr) UnmarshalJSON

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

Unmarshal JSON data into one of the pointers in the struct

type Ipv6Addr

type Ipv6Addr struct {
}

Ipv6Addr 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 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 Ipv6Prefix

type Ipv6Prefix struct {
}

Ipv6Prefix 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 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 LineType

type LineType struct {
	String *string
}

LineType Possible values are: - DSL: Identifies a DSL line - PON: Identifies a PON line

func (*LineType) MarshalJSON

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

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

func (*LineType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type LocationAreaId

type LocationAreaId struct {
	PlmnId PlmnId `json:"plmnId"`
	// Location Area Code.
	Lac string `json:"lac"`
}

LocationAreaId Contains a Location area identification as defined in 3GPP TS 23.003, clause 4.1.

func NewLocationAreaId

func NewLocationAreaId(plmnId PlmnId, lac string) *LocationAreaId

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

func NewLocationAreaIdWithDefaults

func NewLocationAreaIdWithDefaults() *LocationAreaId

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

func (*LocationAreaId) GetLac

func (o *LocationAreaId) GetLac() string

GetLac returns the Lac field value

func (*LocationAreaId) GetLacOk

func (o *LocationAreaId) GetLacOk() (*string, bool)

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

func (*LocationAreaId) GetPlmnId

func (o *LocationAreaId) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*LocationAreaId) GetPlmnIdOk

func (o *LocationAreaId) GetPlmnIdOk() (*PlmnId, bool)

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

func (LocationAreaId) MarshalJSON

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

func (*LocationAreaId) SetLac

func (o *LocationAreaId) SetLac(v string)

SetLac sets field value

func (*LocationAreaId) SetPlmnId

func (o *LocationAreaId) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (LocationAreaId) ToMap

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

type LocationInfo

type LocationInfo struct {
	Loc UserLocation `json:"loc"`
	// Unsigned integer indicating Sampling Ratio (see clauses 4.15.1 of 3GPP TS 23.502), expressed in percent.
	Ratio *int32 `json:"ratio,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Confidence *int32 `json:"confidence,omitempty"`
}

LocationInfo Represents UE location information.

func NewLocationInfo

func NewLocationInfo(loc UserLocation) *LocationInfo

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

func NewLocationInfoWithDefaults

func NewLocationInfoWithDefaults() *LocationInfo

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

func (*LocationInfo) GetConfidence

func (o *LocationInfo) GetConfidence() int32

GetConfidence returns the Confidence field value if set, zero value otherwise.

func (*LocationInfo) GetConfidenceOk

func (o *LocationInfo) GetConfidenceOk() (*int32, bool)

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

func (*LocationInfo) GetLoc

func (o *LocationInfo) GetLoc() UserLocation

GetLoc returns the Loc field value

func (*LocationInfo) GetLocOk

func (o *LocationInfo) GetLocOk() (*UserLocation, bool)

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

func (*LocationInfo) GetRatio

func (o *LocationInfo) GetRatio() int32

GetRatio returns the Ratio field value if set, zero value otherwise.

func (*LocationInfo) GetRatioOk

func (o *LocationInfo) GetRatioOk() (*int32, bool)

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

func (*LocationInfo) HasConfidence

func (o *LocationInfo) HasConfidence() bool

HasConfidence returns a boolean if a field has been set.

func (*LocationInfo) HasRatio

func (o *LocationInfo) HasRatio() bool

HasRatio returns a boolean if a field has been set.

func (LocationInfo) MarshalJSON

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

func (*LocationInfo) SetConfidence

func (o *LocationInfo) SetConfidence(v int32)

SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.

func (*LocationInfo) SetLoc

func (o *LocationInfo) SetLoc(v UserLocation)

SetLoc sets field value

func (*LocationInfo) SetRatio

func (o *LocationInfo) SetRatio(v int32)

SetRatio gets a reference to the given int32 and assigns it to the Ratio field.

func (LocationInfo) ToMap

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

type LocationReportingChargingInformation

type LocationReportingChargingInformation struct {
	LocationReportingMessageType int32              `json:"locationReportingMessageType"`
	UserInformation              *UserInformation   `json:"userInformation,omitempty"`
	UserLocationinfo             *UserLocation      `json:"userLocationinfo,omitempty"`
	PSCellInformation            *PSCellInformation `json:"pSCellInformation,omitempty"`
	// String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where  - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be    encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339;  - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be    encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment.   The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time.
	UetimeZone                       *string                  `json:"uetimeZone,omitempty"`
	RATType                          *RatType                 `json:"rATType,omitempty"`
	PresenceReportingAreaInformation *map[string]PresenceInfo `json:"presenceReportingAreaInformation,omitempty"`
}

LocationReportingChargingInformation struct for LocationReportingChargingInformation

func NewLocationReportingChargingInformation

func NewLocationReportingChargingInformation(locationReportingMessageType int32) *LocationReportingChargingInformation

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

func NewLocationReportingChargingInformationWithDefaults

func NewLocationReportingChargingInformationWithDefaults() *LocationReportingChargingInformation

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

func (*LocationReportingChargingInformation) GetLocationReportingMessageType

func (o *LocationReportingChargingInformation) GetLocationReportingMessageType() int32

GetLocationReportingMessageType returns the LocationReportingMessageType field value

func (*LocationReportingChargingInformation) GetLocationReportingMessageTypeOk

func (o *LocationReportingChargingInformation) GetLocationReportingMessageTypeOk() (*int32, bool)

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

func (*LocationReportingChargingInformation) GetPSCellInformation

func (o *LocationReportingChargingInformation) GetPSCellInformation() PSCellInformation

GetPSCellInformation returns the PSCellInformation field value if set, zero value otherwise.

func (*LocationReportingChargingInformation) GetPSCellInformationOk

func (o *LocationReportingChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)

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

func (*LocationReportingChargingInformation) GetPresenceReportingAreaInformation

func (o *LocationReportingChargingInformation) GetPresenceReportingAreaInformation() map[string]PresenceInfo

GetPresenceReportingAreaInformation returns the PresenceReportingAreaInformation field value if set, zero value otherwise.

func (*LocationReportingChargingInformation) GetPresenceReportingAreaInformationOk

func (o *LocationReportingChargingInformation) GetPresenceReportingAreaInformationOk() (*map[string]PresenceInfo, bool)

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

func (*LocationReportingChargingInformation) GetRATType

GetRATType returns the RATType field value if set, zero value otherwise.

func (*LocationReportingChargingInformation) GetRATTypeOk

func (o *LocationReportingChargingInformation) 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 (*LocationReportingChargingInformation) GetUetimeZone

func (o *LocationReportingChargingInformation) GetUetimeZone() string

GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.

func (*LocationReportingChargingInformation) GetUetimeZoneOk

func (o *LocationReportingChargingInformation) GetUetimeZoneOk() (*string, bool)

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

func (*LocationReportingChargingInformation) GetUserInformation

func (o *LocationReportingChargingInformation) GetUserInformation() UserInformation

GetUserInformation returns the UserInformation field value if set, zero value otherwise.

func (*LocationReportingChargingInformation) GetUserInformationOk

func (o *LocationReportingChargingInformation) GetUserInformationOk() (*UserInformation, bool)

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

func (*LocationReportingChargingInformation) GetUserLocationinfo

func (o *LocationReportingChargingInformation) GetUserLocationinfo() UserLocation

GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.

func (*LocationReportingChargingInformation) GetUserLocationinfoOk

func (o *LocationReportingChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)

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

func (*LocationReportingChargingInformation) HasPSCellInformation

func (o *LocationReportingChargingInformation) HasPSCellInformation() bool

HasPSCellInformation returns a boolean if a field has been set.

func (*LocationReportingChargingInformation) HasPresenceReportingAreaInformation

func (o *LocationReportingChargingInformation) HasPresenceReportingAreaInformation() bool

HasPresenceReportingAreaInformation returns a boolean if a field has been set.

func (*LocationReportingChargingInformation) HasRATType

HasRATType returns a boolean if a field has been set.

func (*LocationReportingChargingInformation) HasUetimeZone

func (o *LocationReportingChargingInformation) HasUetimeZone() bool

HasUetimeZone returns a boolean if a field has been set.

func (*LocationReportingChargingInformation) HasUserInformation

func (o *LocationReportingChargingInformation) HasUserInformation() bool

HasUserInformation returns a boolean if a field has been set.

func (*LocationReportingChargingInformation) HasUserLocationinfo

func (o *LocationReportingChargingInformation) HasUserLocationinfo() bool

HasUserLocationinfo returns a boolean if a field has been set.

func (LocationReportingChargingInformation) MarshalJSON

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

func (*LocationReportingChargingInformation) SetLocationReportingMessageType

func (o *LocationReportingChargingInformation) SetLocationReportingMessageType(v int32)

SetLocationReportingMessageType sets field value

func (*LocationReportingChargingInformation) SetPSCellInformation

func (o *LocationReportingChargingInformation) SetPSCellInformation(v PSCellInformation)

SetPSCellInformation gets a reference to the given PSCellInformation and assigns it to the PSCellInformation field.

func (*LocationReportingChargingInformation) SetPresenceReportingAreaInformation

func (o *LocationReportingChargingInformation) SetPresenceReportingAreaInformation(v map[string]PresenceInfo)

SetPresenceReportingAreaInformation gets a reference to the given map[string]PresenceInfo and assigns it to the PresenceReportingAreaInformation field.

func (*LocationReportingChargingInformation) SetRATType

SetRATType gets a reference to the given RatType and assigns it to the RATType field.

func (*LocationReportingChargingInformation) SetUetimeZone

func (o *LocationReportingChargingInformation) SetUetimeZone(v string)

SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.

func (*LocationReportingChargingInformation) SetUserInformation

func (o *LocationReportingChargingInformation) SetUserInformation(v UserInformation)

SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.

func (*LocationReportingChargingInformation) SetUserLocationinfo

func (o *LocationReportingChargingInformation) SetUserLocationinfo(v UserLocation)

SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.

func (LocationReportingChargingInformation) ToMap

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

type MAPDUSessionInformation

type MAPDUSessionInformation struct {
	MAPDUSessionIndicator *MaPduIndication `json:"mAPDUSessionIndicator,omitempty"`
	ATSSSCapability       *AtsssCapability `json:"aTSSSCapability,omitempty"`
}

MAPDUSessionInformation struct for MAPDUSessionInformation

func NewMAPDUSessionInformation

func NewMAPDUSessionInformation() *MAPDUSessionInformation

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

func NewMAPDUSessionInformationWithDefaults

func NewMAPDUSessionInformationWithDefaults() *MAPDUSessionInformation

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

func (*MAPDUSessionInformation) GetATSSSCapability

func (o *MAPDUSessionInformation) GetATSSSCapability() AtsssCapability

GetATSSSCapability returns the ATSSSCapability field value if set, zero value otherwise.

func (*MAPDUSessionInformation) GetATSSSCapabilityOk

func (o *MAPDUSessionInformation) 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 (*MAPDUSessionInformation) GetMAPDUSessionIndicator

func (o *MAPDUSessionInformation) GetMAPDUSessionIndicator() MaPduIndication

GetMAPDUSessionIndicator returns the MAPDUSessionIndicator field value if set, zero value otherwise.

func (*MAPDUSessionInformation) GetMAPDUSessionIndicatorOk

func (o *MAPDUSessionInformation) GetMAPDUSessionIndicatorOk() (*MaPduIndication, bool)

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

func (*MAPDUSessionInformation) HasATSSSCapability

func (o *MAPDUSessionInformation) HasATSSSCapability() bool

HasATSSSCapability returns a boolean if a field has been set.

func (*MAPDUSessionInformation) HasMAPDUSessionIndicator

func (o *MAPDUSessionInformation) HasMAPDUSessionIndicator() bool

HasMAPDUSessionIndicator returns a boolean if a field has been set.

func (MAPDUSessionInformation) MarshalJSON

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

func (*MAPDUSessionInformation) SetATSSSCapability

func (o *MAPDUSessionInformation) SetATSSSCapability(v AtsssCapability)

SetATSSSCapability gets a reference to the given AtsssCapability and assigns it to the ATSSSCapability field.

func (*MAPDUSessionInformation) SetMAPDUSessionIndicator

func (o *MAPDUSessionInformation) SetMAPDUSessionIndicator(v MaPduIndication)

SetMAPDUSessionIndicator gets a reference to the given MaPduIndication and assigns it to the MAPDUSessionIndicator field.

func (MAPDUSessionInformation) ToMap

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

type MICOModeIndication

type MICOModeIndication struct {
	String *string
}

MICOModeIndication struct for MICOModeIndication

func (*MICOModeIndication) MarshalJSON

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

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

func (*MICOModeIndication) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type MMAddContentInfo

type MMAddContentInfo struct {
	TypeNumber  *string `json:"typeNumber,omitempty"`
	AddtypeInfo *string `json:"addtypeInfo,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	ContentSize *int32 `json:"contentSize,omitempty"`
}

MMAddContentInfo struct for MMAddContentInfo

func NewMMAddContentInfo

func NewMMAddContentInfo() *MMAddContentInfo

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

func NewMMAddContentInfoWithDefaults

func NewMMAddContentInfoWithDefaults() *MMAddContentInfo

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

func (*MMAddContentInfo) GetAddtypeInfo

func (o *MMAddContentInfo) GetAddtypeInfo() string

GetAddtypeInfo returns the AddtypeInfo field value if set, zero value otherwise.

func (*MMAddContentInfo) GetAddtypeInfoOk

func (o *MMAddContentInfo) GetAddtypeInfoOk() (*string, bool)

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

func (*MMAddContentInfo) GetContentSize

func (o *MMAddContentInfo) GetContentSize() int32

GetContentSize returns the ContentSize field value if set, zero value otherwise.

func (*MMAddContentInfo) GetContentSizeOk

func (o *MMAddContentInfo) GetContentSizeOk() (*int32, bool)

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

func (*MMAddContentInfo) GetTypeNumber

func (o *MMAddContentInfo) GetTypeNumber() string

GetTypeNumber returns the TypeNumber field value if set, zero value otherwise.

func (*MMAddContentInfo) GetTypeNumberOk

func (o *MMAddContentInfo) GetTypeNumberOk() (*string, bool)

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

func (*MMAddContentInfo) HasAddtypeInfo

func (o *MMAddContentInfo) HasAddtypeInfo() bool

HasAddtypeInfo returns a boolean if a field has been set.

func (*MMAddContentInfo) HasContentSize

func (o *MMAddContentInfo) HasContentSize() bool

HasContentSize returns a boolean if a field has been set.

func (*MMAddContentInfo) HasTypeNumber

func (o *MMAddContentInfo) HasTypeNumber() bool

HasTypeNumber returns a boolean if a field has been set.

func (MMAddContentInfo) MarshalJSON

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

func (*MMAddContentInfo) SetAddtypeInfo

func (o *MMAddContentInfo) SetAddtypeInfo(v string)

SetAddtypeInfo gets a reference to the given string and assigns it to the AddtypeInfo field.

func (*MMAddContentInfo) SetContentSize

func (o *MMAddContentInfo) SetContentSize(v int32)

SetContentSize gets a reference to the given int32 and assigns it to the ContentSize field.

func (*MMAddContentInfo) SetTypeNumber

func (o *MMAddContentInfo) SetTypeNumber(v string)

SetTypeNumber gets a reference to the given string and assigns it to the TypeNumber field.

func (MMAddContentInfo) ToMap

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

type MMContentType

type MMContentType struct {
	TypeNumber  *string `json:"typeNumber,omitempty"`
	AddtypeInfo *string `json:"addtypeInfo,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	ContentSize      *int32             `json:"contentSize,omitempty"`
	MmAddContentInfo []MMAddContentInfo `json:"mmAddContentInfo,omitempty"`
}

MMContentType struct for MMContentType

func NewMMContentType

func NewMMContentType() *MMContentType

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

func NewMMContentTypeWithDefaults

func NewMMContentTypeWithDefaults() *MMContentType

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

func (*MMContentType) GetAddtypeInfo

func (o *MMContentType) GetAddtypeInfo() string

GetAddtypeInfo returns the AddtypeInfo field value if set, zero value otherwise.

func (*MMContentType) GetAddtypeInfoOk

func (o *MMContentType) GetAddtypeInfoOk() (*string, bool)

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

func (*MMContentType) GetContentSize

func (o *MMContentType) GetContentSize() int32

GetContentSize returns the ContentSize field value if set, zero value otherwise.

func (*MMContentType) GetContentSizeOk

func (o *MMContentType) GetContentSizeOk() (*int32, bool)

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

func (*MMContentType) GetMmAddContentInfo

func (o *MMContentType) GetMmAddContentInfo() []MMAddContentInfo

GetMmAddContentInfo returns the MmAddContentInfo field value if set, zero value otherwise.

func (*MMContentType) GetMmAddContentInfoOk

func (o *MMContentType) GetMmAddContentInfoOk() ([]MMAddContentInfo, bool)

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

func (*MMContentType) GetTypeNumber

func (o *MMContentType) GetTypeNumber() string

GetTypeNumber returns the TypeNumber field value if set, zero value otherwise.

func (*MMContentType) GetTypeNumberOk

func (o *MMContentType) GetTypeNumberOk() (*string, bool)

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

func (*MMContentType) HasAddtypeInfo

func (o *MMContentType) HasAddtypeInfo() bool

HasAddtypeInfo returns a boolean if a field has been set.

func (*MMContentType) HasContentSize

func (o *MMContentType) HasContentSize() bool

HasContentSize returns a boolean if a field has been set.

func (*MMContentType) HasMmAddContentInfo

func (o *MMContentType) HasMmAddContentInfo() bool

HasMmAddContentInfo returns a boolean if a field has been set.

func (*MMContentType) HasTypeNumber

func (o *MMContentType) HasTypeNumber() bool

HasTypeNumber returns a boolean if a field has been set.

func (MMContentType) MarshalJSON

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

func (*MMContentType) SetAddtypeInfo

func (o *MMContentType) SetAddtypeInfo(v string)

SetAddtypeInfo gets a reference to the given string and assigns it to the AddtypeInfo field.

func (*MMContentType) SetContentSize

func (o *MMContentType) SetContentSize(v int32)

SetContentSize gets a reference to the given int32 and assigns it to the ContentSize field.

func (*MMContentType) SetMmAddContentInfo

func (o *MMContentType) SetMmAddContentInfo(v []MMAddContentInfo)

SetMmAddContentInfo gets a reference to the given []MMAddContentInfo and assigns it to the MmAddContentInfo field.

func (*MMContentType) SetTypeNumber

func (o *MMContentType) SetTypeNumber(v string)

SetTypeNumber gets a reference to the given string and assigns it to the TypeNumber field.

func (MMContentType) ToMap

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

type MMOriginatorInfo

type MMOriginatorInfo struct {
	// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause  2.2A of 3GPP TS 23.003. It shall be formatted as follows  - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2    of 3GPP TS 23.003 that describes an IMSI.  - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted    according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI.  - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2    of 3GPP TS 23.003.  - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of    3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall    only contain characters allowed according to the \"lower-with-hyphen\" naming convention    defined in 3GPP TS 29.501.
	OriginatorSUPI *string `json:"originatorSUPI,omitempty"`
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	OriginatorGPSI         *string         `json:"originatorGPSI,omitempty"`
	OriginatorOtherAddress []SMAddressInfo `json:"originatorOtherAddress,omitempty"`
}

MMOriginatorInfo struct for MMOriginatorInfo

func NewMMOriginatorInfo

func NewMMOriginatorInfo() *MMOriginatorInfo

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

func NewMMOriginatorInfoWithDefaults

func NewMMOriginatorInfoWithDefaults() *MMOriginatorInfo

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

func (*MMOriginatorInfo) GetOriginatorGPSI

func (o *MMOriginatorInfo) GetOriginatorGPSI() string

GetOriginatorGPSI returns the OriginatorGPSI field value if set, zero value otherwise.

func (*MMOriginatorInfo) GetOriginatorGPSIOk

func (o *MMOriginatorInfo) GetOriginatorGPSIOk() (*string, bool)

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

func (*MMOriginatorInfo) GetOriginatorOtherAddress

func (o *MMOriginatorInfo) GetOriginatorOtherAddress() []SMAddressInfo

GetOriginatorOtherAddress returns the OriginatorOtherAddress field value if set, zero value otherwise.

func (*MMOriginatorInfo) GetOriginatorOtherAddressOk

func (o *MMOriginatorInfo) GetOriginatorOtherAddressOk() ([]SMAddressInfo, bool)

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

func (*MMOriginatorInfo) GetOriginatorSUPI

func (o *MMOriginatorInfo) GetOriginatorSUPI() string

GetOriginatorSUPI returns the OriginatorSUPI field value if set, zero value otherwise.

func (*MMOriginatorInfo) GetOriginatorSUPIOk

func (o *MMOriginatorInfo) GetOriginatorSUPIOk() (*string, bool)

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

func (*MMOriginatorInfo) HasOriginatorGPSI

func (o *MMOriginatorInfo) HasOriginatorGPSI() bool

HasOriginatorGPSI returns a boolean if a field has been set.

func (*MMOriginatorInfo) HasOriginatorOtherAddress

func (o *MMOriginatorInfo) HasOriginatorOtherAddress() bool

HasOriginatorOtherAddress returns a boolean if a field has been set.

func (*MMOriginatorInfo) HasOriginatorSUPI

func (o *MMOriginatorInfo) HasOriginatorSUPI() bool

HasOriginatorSUPI returns a boolean if a field has been set.

func (MMOriginatorInfo) MarshalJSON

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

func (*MMOriginatorInfo) SetOriginatorGPSI

func (o *MMOriginatorInfo) SetOriginatorGPSI(v string)

SetOriginatorGPSI gets a reference to the given string and assigns it to the OriginatorGPSI field.

func (*MMOriginatorInfo) SetOriginatorOtherAddress

func (o *MMOriginatorInfo) SetOriginatorOtherAddress(v []SMAddressInfo)

SetOriginatorOtherAddress gets a reference to the given []SMAddressInfo and assigns it to the OriginatorOtherAddress field.

func (*MMOriginatorInfo) SetOriginatorSUPI

func (o *MMOriginatorInfo) SetOriginatorSUPI(v string)

SetOriginatorSUPI gets a reference to the given string and assigns it to the OriginatorSUPI field.

func (MMOriginatorInfo) ToMap

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

type MMRecipientInfo

type MMRecipientInfo struct {
	// String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause  2.2A of 3GPP TS 23.003. It shall be formatted as follows  - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2    of 3GPP TS 23.003 that describes an IMSI.  - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted    according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI.  - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2    of 3GPP TS 23.003.  - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of    3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall    only contain characters allowed according to the \"lower-with-hyphen\" naming convention    defined in 3GPP TS 29.501.
	RecipientSUPI *string `json:"recipientSUPI,omitempty"`
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	RecipientGPSI         *string         `json:"recipientGPSI,omitempty"`
	RecipientOtherAddress []SMAddressInfo `json:"recipientOtherAddress,omitempty"`
}

MMRecipientInfo struct for MMRecipientInfo

func NewMMRecipientInfo

func NewMMRecipientInfo() *MMRecipientInfo

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

func NewMMRecipientInfoWithDefaults

func NewMMRecipientInfoWithDefaults() *MMRecipientInfo

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

func (*MMRecipientInfo) GetRecipientGPSI

func (o *MMRecipientInfo) GetRecipientGPSI() string

GetRecipientGPSI returns the RecipientGPSI field value if set, zero value otherwise.

func (*MMRecipientInfo) GetRecipientGPSIOk

func (o *MMRecipientInfo) GetRecipientGPSIOk() (*string, bool)

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

func (*MMRecipientInfo) GetRecipientOtherAddress

func (o *MMRecipientInfo) GetRecipientOtherAddress() []SMAddressInfo

GetRecipientOtherAddress returns the RecipientOtherAddress field value if set, zero value otherwise.

func (*MMRecipientInfo) GetRecipientOtherAddressOk

func (o *MMRecipientInfo) GetRecipientOtherAddressOk() ([]SMAddressInfo, bool)

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

func (*MMRecipientInfo) GetRecipientSUPI

func (o *MMRecipientInfo) GetRecipientSUPI() string

GetRecipientSUPI returns the RecipientSUPI field value if set, zero value otherwise.

func (*MMRecipientInfo) GetRecipientSUPIOk

func (o *MMRecipientInfo) GetRecipientSUPIOk() (*string, bool)

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

func (*MMRecipientInfo) HasRecipientGPSI

func (o *MMRecipientInfo) HasRecipientGPSI() bool

HasRecipientGPSI returns a boolean if a field has been set.

func (*MMRecipientInfo) HasRecipientOtherAddress

func (o *MMRecipientInfo) HasRecipientOtherAddress() bool

HasRecipientOtherAddress returns a boolean if a field has been set.

func (*MMRecipientInfo) HasRecipientSUPI

func (o *MMRecipientInfo) HasRecipientSUPI() bool

HasRecipientSUPI returns a boolean if a field has been set.

func (MMRecipientInfo) MarshalJSON

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

func (*MMRecipientInfo) SetRecipientGPSI

func (o *MMRecipientInfo) SetRecipientGPSI(v string)

SetRecipientGPSI gets a reference to the given string and assigns it to the RecipientGPSI field.

func (*MMRecipientInfo) SetRecipientOtherAddress

func (o *MMRecipientInfo) SetRecipientOtherAddress(v []SMAddressInfo)

SetRecipientOtherAddress gets a reference to the given []SMAddressInfo and assigns it to the RecipientOtherAddress field.

func (*MMRecipientInfo) SetRecipientSUPI

func (o *MMRecipientInfo) SetRecipientSUPI(v string)

SetRecipientSUPI gets a reference to the given string and assigns it to the RecipientSUPI field.

func (MMRecipientInfo) ToMap

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

type MMSChargingInformation

type MMSChargingInformation struct {
	MmOriginatorInfo    *MMOriginatorInfo `json:"mmOriginatorInfo,omitempty"`
	MmRecipientInfoList []MMRecipientInfo `json:"mmRecipientInfoList,omitempty"`
	UserLocationinfo    *UserLocation     `json:"userLocationinfo,omitempty"`
	// String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where  - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be    encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339;  - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be    encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment.   The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time.
	UetimeZone             *string  `json:"uetimeZone,omitempty"`
	RATType                *RatType `json:"rATType,omitempty"`
	CorrelationInformation *string  `json:"correlationInformation,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	SubmissionTime *time.Time     `json:"submissionTime,omitempty"`
	MmContentType  *MMContentType `json:"mmContentType,omitempty"`
	MmPriority     *SMPriority    `json:"mmPriority,omitempty"`
	MessageID      *string        `json:"messageID,omitempty"`
	MessageType    *string        `json:"messageType,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	MessageSize              *int32  `json:"messageSize,omitempty"`
	MessageClass             *string `json:"messageClass,omitempty"`
	DeliveryReportRequested  *bool   `json:"deliveryReportRequested,omitempty"`
	ReadReplyReportRequested *bool   `json:"readReplyReportRequested,omitempty"`
	ApplicID                 *string `json:"applicID,omitempty"`
	ReplyApplicID            *string `json:"replyApplicID,omitempty"`
	AuxApplicInfo            *string `json:"auxApplicInfo,omitempty"`
	ContentClass             *string `json:"contentClass,omitempty"`
	DRMContent               *bool   `json:"dRMContent,omitempty"`
	Adaptations              *bool   `json:"adaptations,omitempty"`
	VasID                    *string `json:"vasID,omitempty"`
	VaspID                   *string `json:"vaspID,omitempty"`
}

MMSChargingInformation struct for MMSChargingInformation

func NewMMSChargingInformation

func NewMMSChargingInformation() *MMSChargingInformation

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

func NewMMSChargingInformationWithDefaults

func NewMMSChargingInformationWithDefaults() *MMSChargingInformation

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

func (*MMSChargingInformation) GetAdaptations

func (o *MMSChargingInformation) GetAdaptations() bool

GetAdaptations returns the Adaptations field value if set, zero value otherwise.

func (*MMSChargingInformation) GetAdaptationsOk

func (o *MMSChargingInformation) GetAdaptationsOk() (*bool, bool)

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

func (*MMSChargingInformation) GetApplicID

func (o *MMSChargingInformation) GetApplicID() string

GetApplicID returns the ApplicID field value if set, zero value otherwise.

func (*MMSChargingInformation) GetApplicIDOk

func (o *MMSChargingInformation) GetApplicIDOk() (*string, bool)

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

func (*MMSChargingInformation) GetAuxApplicInfo

func (o *MMSChargingInformation) GetAuxApplicInfo() string

GetAuxApplicInfo returns the AuxApplicInfo field value if set, zero value otherwise.

func (*MMSChargingInformation) GetAuxApplicInfoOk

func (o *MMSChargingInformation) GetAuxApplicInfoOk() (*string, bool)

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

func (*MMSChargingInformation) GetContentClass

func (o *MMSChargingInformation) GetContentClass() string

GetContentClass returns the ContentClass field value if set, zero value otherwise.

func (*MMSChargingInformation) GetContentClassOk

func (o *MMSChargingInformation) GetContentClassOk() (*string, bool)

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

func (*MMSChargingInformation) GetCorrelationInformation

func (o *MMSChargingInformation) GetCorrelationInformation() string

GetCorrelationInformation returns the CorrelationInformation field value if set, zero value otherwise.

func (*MMSChargingInformation) GetCorrelationInformationOk

func (o *MMSChargingInformation) GetCorrelationInformationOk() (*string, bool)

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

func (*MMSChargingInformation) GetDRMContent

func (o *MMSChargingInformation) GetDRMContent() bool

GetDRMContent returns the DRMContent field value if set, zero value otherwise.

func (*MMSChargingInformation) GetDRMContentOk

func (o *MMSChargingInformation) GetDRMContentOk() (*bool, bool)

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

func (*MMSChargingInformation) GetDeliveryReportRequested

func (o *MMSChargingInformation) GetDeliveryReportRequested() bool

GetDeliveryReportRequested returns the DeliveryReportRequested field value if set, zero value otherwise.

func (*MMSChargingInformation) GetDeliveryReportRequestedOk

func (o *MMSChargingInformation) GetDeliveryReportRequestedOk() (*bool, bool)

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

func (*MMSChargingInformation) GetMessageClass

func (o *MMSChargingInformation) GetMessageClass() string

GetMessageClass returns the MessageClass field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMessageClassOk

func (o *MMSChargingInformation) GetMessageClassOk() (*string, bool)

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

func (*MMSChargingInformation) GetMessageID

func (o *MMSChargingInformation) GetMessageID() string

GetMessageID returns the MessageID field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMessageIDOk

func (o *MMSChargingInformation) GetMessageIDOk() (*string, bool)

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

func (*MMSChargingInformation) GetMessageSize

func (o *MMSChargingInformation) GetMessageSize() int32

GetMessageSize returns the MessageSize field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMessageSizeOk

func (o *MMSChargingInformation) GetMessageSizeOk() (*int32, bool)

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

func (*MMSChargingInformation) GetMessageType

func (o *MMSChargingInformation) GetMessageType() string

GetMessageType returns the MessageType field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMessageTypeOk

func (o *MMSChargingInformation) GetMessageTypeOk() (*string, bool)

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

func (*MMSChargingInformation) GetMmContentType

func (o *MMSChargingInformation) GetMmContentType() MMContentType

GetMmContentType returns the MmContentType field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMmContentTypeOk

func (o *MMSChargingInformation) GetMmContentTypeOk() (*MMContentType, bool)

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

func (*MMSChargingInformation) GetMmOriginatorInfo

func (o *MMSChargingInformation) GetMmOriginatorInfo() MMOriginatorInfo

GetMmOriginatorInfo returns the MmOriginatorInfo field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMmOriginatorInfoOk

func (o *MMSChargingInformation) GetMmOriginatorInfoOk() (*MMOriginatorInfo, bool)

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

func (*MMSChargingInformation) GetMmPriority

func (o *MMSChargingInformation) GetMmPriority() SMPriority

GetMmPriority returns the MmPriority field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMmPriorityOk

func (o *MMSChargingInformation) GetMmPriorityOk() (*SMPriority, bool)

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

func (*MMSChargingInformation) GetMmRecipientInfoList

func (o *MMSChargingInformation) GetMmRecipientInfoList() []MMRecipientInfo

GetMmRecipientInfoList returns the MmRecipientInfoList field value if set, zero value otherwise.

func (*MMSChargingInformation) GetMmRecipientInfoListOk

func (o *MMSChargingInformation) GetMmRecipientInfoListOk() ([]MMRecipientInfo, bool)

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

func (*MMSChargingInformation) GetRATType

func (o *MMSChargingInformation) GetRATType() RatType

GetRATType returns the RATType field value if set, zero value otherwise.

func (*MMSChargingInformation) GetRATTypeOk

func (o *MMSChargingInformation) 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 (*MMSChargingInformation) GetReadReplyReportRequested

func (o *MMSChargingInformation) GetReadReplyReportRequested() bool

GetReadReplyReportRequested returns the ReadReplyReportRequested field value if set, zero value otherwise.

func (*MMSChargingInformation) GetReadReplyReportRequestedOk

func (o *MMSChargingInformation) GetReadReplyReportRequestedOk() (*bool, bool)

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

func (*MMSChargingInformation) GetReplyApplicID

func (o *MMSChargingInformation) GetReplyApplicID() string

GetReplyApplicID returns the ReplyApplicID field value if set, zero value otherwise.

func (*MMSChargingInformation) GetReplyApplicIDOk

func (o *MMSChargingInformation) GetReplyApplicIDOk() (*string, bool)

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

func (*MMSChargingInformation) GetSubmissionTime

func (o *MMSChargingInformation) GetSubmissionTime() time.Time

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*MMSChargingInformation) GetSubmissionTimeOk

func (o *MMSChargingInformation) GetSubmissionTimeOk() (*time.Time, bool)

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

func (*MMSChargingInformation) GetUetimeZone

func (o *MMSChargingInformation) GetUetimeZone() string

GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.

func (*MMSChargingInformation) GetUetimeZoneOk

func (o *MMSChargingInformation) GetUetimeZoneOk() (*string, bool)

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

func (*MMSChargingInformation) GetUserLocationinfo

func (o *MMSChargingInformation) GetUserLocationinfo() UserLocation

GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.

func (*MMSChargingInformation) GetUserLocationinfoOk

func (o *MMSChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)

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

func (*MMSChargingInformation) GetVasID

func (o *MMSChargingInformation) GetVasID() string

GetVasID returns the VasID field value if set, zero value otherwise.

func (*MMSChargingInformation) GetVasIDOk

func (o *MMSChargingInformation) GetVasIDOk() (*string, bool)

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

func (*MMSChargingInformation) GetVaspID

func (o *MMSChargingInformation) GetVaspID() string

GetVaspID returns the VaspID field value if set, zero value otherwise.

func (*MMSChargingInformation) GetVaspIDOk

func (o *MMSChargingInformation) GetVaspIDOk() (*string, bool)

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

func (*MMSChargingInformation) HasAdaptations

func (o *MMSChargingInformation) HasAdaptations() bool

HasAdaptations returns a boolean if a field has been set.

func (*MMSChargingInformation) HasApplicID

func (o *MMSChargingInformation) HasApplicID() bool

HasApplicID returns a boolean if a field has been set.

func (*MMSChargingInformation) HasAuxApplicInfo

func (o *MMSChargingInformation) HasAuxApplicInfo() bool

HasAuxApplicInfo returns a boolean if a field has been set.

func (*MMSChargingInformation) HasContentClass

func (o *MMSChargingInformation) HasContentClass() bool

HasContentClass returns a boolean if a field has been set.

func (*MMSChargingInformation) HasCorrelationInformation

func (o *MMSChargingInformation) HasCorrelationInformation() bool

HasCorrelationInformation returns a boolean if a field has been set.

func (*MMSChargingInformation) HasDRMContent

func (o *MMSChargingInformation) HasDRMContent() bool

HasDRMContent returns a boolean if a field has been set.

func (*MMSChargingInformation) HasDeliveryReportRequested

func (o *MMSChargingInformation) HasDeliveryReportRequested() bool

HasDeliveryReportRequested returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMessageClass

func (o *MMSChargingInformation) HasMessageClass() bool

HasMessageClass returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMessageID

func (o *MMSChargingInformation) HasMessageID() bool

HasMessageID returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMessageSize

func (o *MMSChargingInformation) HasMessageSize() bool

HasMessageSize returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMessageType

func (o *MMSChargingInformation) HasMessageType() bool

HasMessageType returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMmContentType

func (o *MMSChargingInformation) HasMmContentType() bool

HasMmContentType returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMmOriginatorInfo

func (o *MMSChargingInformation) HasMmOriginatorInfo() bool

HasMmOriginatorInfo returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMmPriority

func (o *MMSChargingInformation) HasMmPriority() bool

HasMmPriority returns a boolean if a field has been set.

func (*MMSChargingInformation) HasMmRecipientInfoList

func (o *MMSChargingInformation) HasMmRecipientInfoList() bool

HasMmRecipientInfoList returns a boolean if a field has been set.

func (*MMSChargingInformation) HasRATType

func (o *MMSChargingInformation) HasRATType() bool

HasRATType returns a boolean if a field has been set.

func (*MMSChargingInformation) HasReadReplyReportRequested

func (o *MMSChargingInformation) HasReadReplyReportRequested() bool

HasReadReplyReportRequested returns a boolean if a field has been set.

func (*MMSChargingInformation) HasReplyApplicID

func (o *MMSChargingInformation) HasReplyApplicID() bool

HasReplyApplicID returns a boolean if a field has been set.

func (*MMSChargingInformation) HasSubmissionTime

func (o *MMSChargingInformation) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*MMSChargingInformation) HasUetimeZone

func (o *MMSChargingInformation) HasUetimeZone() bool

HasUetimeZone returns a boolean if a field has been set.

func (*MMSChargingInformation) HasUserLocationinfo

func (o *MMSChargingInformation) HasUserLocationinfo() bool

HasUserLocationinfo returns a boolean if a field has been set.

func (*MMSChargingInformation) HasVasID

func (o *MMSChargingInformation) HasVasID() bool

HasVasID returns a boolean if a field has been set.

func (*MMSChargingInformation) HasVaspID

func (o *MMSChargingInformation) HasVaspID() bool

HasVaspID returns a boolean if a field has been set.

func (MMSChargingInformation) MarshalJSON

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

func (*MMSChargingInformation) SetAdaptations

func (o *MMSChargingInformation) SetAdaptations(v bool)

SetAdaptations gets a reference to the given bool and assigns it to the Adaptations field.

func (*MMSChargingInformation) SetApplicID

func (o *MMSChargingInformation) SetApplicID(v string)

SetApplicID gets a reference to the given string and assigns it to the ApplicID field.

func (*MMSChargingInformation) SetAuxApplicInfo

func (o *MMSChargingInformation) SetAuxApplicInfo(v string)

SetAuxApplicInfo gets a reference to the given string and assigns it to the AuxApplicInfo field.

func (*MMSChargingInformation) SetContentClass

func (o *MMSChargingInformation) SetContentClass(v string)

SetContentClass gets a reference to the given string and assigns it to the ContentClass field.

func (*MMSChargingInformation) SetCorrelationInformation

func (o *MMSChargingInformation) SetCorrelationInformation(v string)

SetCorrelationInformation gets a reference to the given string and assigns it to the CorrelationInformation field.

func (*MMSChargingInformation) SetDRMContent

func (o *MMSChargingInformation) SetDRMContent(v bool)

SetDRMContent gets a reference to the given bool and assigns it to the DRMContent field.

func (*MMSChargingInformation) SetDeliveryReportRequested

func (o *MMSChargingInformation) SetDeliveryReportRequested(v bool)

SetDeliveryReportRequested gets a reference to the given bool and assigns it to the DeliveryReportRequested field.

func (*MMSChargingInformation) SetMessageClass

func (o *MMSChargingInformation) SetMessageClass(v string)

SetMessageClass gets a reference to the given string and assigns it to the MessageClass field.

func (*MMSChargingInformation) SetMessageID

func (o *MMSChargingInformation) SetMessageID(v string)

SetMessageID gets a reference to the given string and assigns it to the MessageID field.

func (*MMSChargingInformation) SetMessageSize

func (o *MMSChargingInformation) SetMessageSize(v int32)

SetMessageSize gets a reference to the given int32 and assigns it to the MessageSize field.

func (*MMSChargingInformation) SetMessageType

func (o *MMSChargingInformation) SetMessageType(v string)

SetMessageType gets a reference to the given string and assigns it to the MessageType field.

func (*MMSChargingInformation) SetMmContentType

func (o *MMSChargingInformation) SetMmContentType(v MMContentType)

SetMmContentType gets a reference to the given MMContentType and assigns it to the MmContentType field.

func (*MMSChargingInformation) SetMmOriginatorInfo

func (o *MMSChargingInformation) SetMmOriginatorInfo(v MMOriginatorInfo)

SetMmOriginatorInfo gets a reference to the given MMOriginatorInfo and assigns it to the MmOriginatorInfo field.

func (*MMSChargingInformation) SetMmPriority

func (o *MMSChargingInformation) SetMmPriority(v SMPriority)

SetMmPriority gets a reference to the given SMPriority and assigns it to the MmPriority field.

func (*MMSChargingInformation) SetMmRecipientInfoList

func (o *MMSChargingInformation) SetMmRecipientInfoList(v []MMRecipientInfo)

SetMmRecipientInfoList gets a reference to the given []MMRecipientInfo and assigns it to the MmRecipientInfoList field.

func (*MMSChargingInformation) SetRATType

func (o *MMSChargingInformation) SetRATType(v RatType)

SetRATType gets a reference to the given RatType and assigns it to the RATType field.

func (*MMSChargingInformation) SetReadReplyReportRequested

func (o *MMSChargingInformation) SetReadReplyReportRequested(v bool)

SetReadReplyReportRequested gets a reference to the given bool and assigns it to the ReadReplyReportRequested field.

func (*MMSChargingInformation) SetReplyApplicID

func (o *MMSChargingInformation) SetReplyApplicID(v string)

SetReplyApplicID gets a reference to the given string and assigns it to the ReplyApplicID field.

func (*MMSChargingInformation) SetSubmissionTime

func (o *MMSChargingInformation) SetSubmissionTime(v time.Time)

SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.

func (*MMSChargingInformation) SetUetimeZone

func (o *MMSChargingInformation) SetUetimeZone(v string)

SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.

func (*MMSChargingInformation) SetUserLocationinfo

func (o *MMSChargingInformation) SetUserLocationinfo(v UserLocation)

SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.

func (*MMSChargingInformation) SetVasID

func (o *MMSChargingInformation) SetVasID(v string)

SetVasID gets a reference to the given string and assigns it to the VasID field.

func (*MMSChargingInformation) SetVaspID

func (o *MMSChargingInformation) SetVaspID(v string)

SetVaspID gets a reference to the given string and assigns it to the VaspID field.

func (MMSChargingInformation) ToMap

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

type MMTelChargingInformation

type MMTelChargingInformation struct {
	SupplementaryServices []SupplementaryService `json:"supplementaryServices,omitempty"`
}

MMTelChargingInformation struct for MMTelChargingInformation

func NewMMTelChargingInformation

func NewMMTelChargingInformation() *MMTelChargingInformation

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

func NewMMTelChargingInformationWithDefaults

func NewMMTelChargingInformationWithDefaults() *MMTelChargingInformation

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

func (*MMTelChargingInformation) GetSupplementaryServices

func (o *MMTelChargingInformation) GetSupplementaryServices() []SupplementaryService

GetSupplementaryServices returns the SupplementaryServices field value if set, zero value otherwise.

func (*MMTelChargingInformation) GetSupplementaryServicesOk

func (o *MMTelChargingInformation) GetSupplementaryServicesOk() ([]SupplementaryService, bool)

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

func (*MMTelChargingInformation) HasSupplementaryServices

func (o *MMTelChargingInformation) HasSupplementaryServices() bool

HasSupplementaryServices returns a boolean if a field has been set.

func (MMTelChargingInformation) MarshalJSON

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

func (*MMTelChargingInformation) SetSupplementaryServices

func (o *MMTelChargingInformation) SetSupplementaryServices(v []SupplementaryService)

SetSupplementaryServices gets a reference to the given []SupplementaryService and assigns it to the SupplementaryServices field.

func (MMTelChargingInformation) ToMap

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

type MaPduIndication

type MaPduIndication struct {
	String *string
}

MaPduIndication Contains the MA PDU session indication, i.e., MA PDU Request or MA PDU Network-Upgrade Allowed.

func (*MaPduIndication) MarshalJSON

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

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

func (*MaPduIndication) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type ManagementOperation

type ManagementOperation struct {
	String *string
}

ManagementOperation struct for ManagementOperation

func (*ManagementOperation) MarshalJSON

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

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

func (*ManagementOperation) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type ManagementOperationStatus

type ManagementOperationStatus struct {
	String *string
}

ManagementOperationStatus struct for ManagementOperationStatus

func (*ManagementOperationStatus) MarshalJSON

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

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

func (*ManagementOperationStatus) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MatchingDirection

type MatchingDirection struct {
	String *string
}

MatchingDirection Possible values are: - ASCENDING: Threshold is crossed in ascending direction. - DESCENDING: Threshold is crossed in descending direction. - CROSSED: Threshold is crossed either in ascending or descending direction.

func (*MatchingDirection) MarshalJSON

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

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

func (*MatchingDirection) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type MediaInitiatorFlag

type MediaInitiatorFlag struct {
	String *string
}

MediaInitiatorFlag struct for MediaInitiatorFlag

func (*MediaInitiatorFlag) MarshalJSON

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

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

func (*MediaInitiatorFlag) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type MessageBody

type MessageBody struct {
	ContentType string `json:"contentType"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	ContentLength      int32                `json:"contentLength"`
	ContentDisposition *string              `json:"contentDisposition,omitempty"`
	Originator         *OriginatorPartyType `json:"originator,omitempty"`
}

MessageBody struct for MessageBody

func NewMessageBody

func NewMessageBody(contentType string, contentLength int32) *MessageBody

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

func NewMessageBodyWithDefaults

func NewMessageBodyWithDefaults() *MessageBody

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

func (*MessageBody) GetContentDisposition

func (o *MessageBody) GetContentDisposition() string

GetContentDisposition returns the ContentDisposition field value if set, zero value otherwise.

func (*MessageBody) GetContentDispositionOk

func (o *MessageBody) GetContentDispositionOk() (*string, bool)

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

func (*MessageBody) GetContentLength

func (o *MessageBody) GetContentLength() int32

GetContentLength returns the ContentLength field value

func (*MessageBody) GetContentLengthOk

func (o *MessageBody) GetContentLengthOk() (*int32, bool)

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

func (*MessageBody) GetContentType

func (o *MessageBody) GetContentType() string

GetContentType returns the ContentType field value

func (*MessageBody) GetContentTypeOk

func (o *MessageBody) GetContentTypeOk() (*string, bool)

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

func (*MessageBody) GetOriginator

func (o *MessageBody) GetOriginator() OriginatorPartyType

GetOriginator returns the Originator field value if set, zero value otherwise.

func (*MessageBody) GetOriginatorOk

func (o *MessageBody) GetOriginatorOk() (*OriginatorPartyType, bool)

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

func (*MessageBody) HasContentDisposition

func (o *MessageBody) HasContentDisposition() bool

HasContentDisposition returns a boolean if a field has been set.

func (*MessageBody) HasOriginator

func (o *MessageBody) HasOriginator() bool

HasOriginator returns a boolean if a field has been set.

func (MessageBody) MarshalJSON

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

func (*MessageBody) SetContentDisposition

func (o *MessageBody) SetContentDisposition(v string)

SetContentDisposition gets a reference to the given string and assigns it to the ContentDisposition field.

func (*MessageBody) SetContentLength

func (o *MessageBody) SetContentLength(v int32)

SetContentLength sets field value

func (*MessageBody) SetContentType

func (o *MessageBody) SetContentType(v string)

SetContentType sets field value

func (*MessageBody) SetOriginator

func (o *MessageBody) SetOriginator(v OriginatorPartyType)

SetOriginator gets a reference to the given OriginatorPartyType and assigns it to the Originator field.

func (MessageBody) ToMap

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

type MessageClass

type MessageClass struct {
	ClassIdentifier *ClassIdentifier `json:"classIdentifier,omitempty"`
	TokenText       *string          `json:"tokenText,omitempty"`
}

MessageClass struct for MessageClass

func NewMessageClass

func NewMessageClass() *MessageClass

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

func NewMessageClassWithDefaults

func NewMessageClassWithDefaults() *MessageClass

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

func (*MessageClass) GetClassIdentifier

func (o *MessageClass) GetClassIdentifier() ClassIdentifier

GetClassIdentifier returns the ClassIdentifier field value if set, zero value otherwise.

func (*MessageClass) GetClassIdentifierOk

func (o *MessageClass) GetClassIdentifierOk() (*ClassIdentifier, bool)

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

func (*MessageClass) GetTokenText

func (o *MessageClass) GetTokenText() string

GetTokenText returns the TokenText field value if set, zero value otherwise.

func (*MessageClass) GetTokenTextOk

func (o *MessageClass) GetTokenTextOk() (*string, bool)

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

func (*MessageClass) HasClassIdentifier

func (o *MessageClass) HasClassIdentifier() bool

HasClassIdentifier returns a boolean if a field has been set.

func (*MessageClass) HasTokenText

func (o *MessageClass) HasTokenText() bool

HasTokenText returns a boolean if a field has been set.

func (MessageClass) MarshalJSON

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

func (*MessageClass) SetClassIdentifier

func (o *MessageClass) SetClassIdentifier(v ClassIdentifier)

SetClassIdentifier gets a reference to the given ClassIdentifier and assigns it to the ClassIdentifier field.

func (*MessageClass) SetTokenText

func (o *MessageClass) SetTokenText(v string)

SetTokenText gets a reference to the given string and assigns it to the TokenText field.

func (MessageClass) ToMap

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

type Model3GPPPSDataOffStatus

type Model3GPPPSDataOffStatus struct {
	String *string
}

Model3GPPPSDataOffStatus struct for Model3GPPPSDataOffStatus

func (*Model3GPPPSDataOffStatus) MarshalJSON

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

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

func (*Model3GPPPSDataOffStatus) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type Model5GLANTypeService

type Model5GLANTypeService struct {
	// String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003.
	InternalGroupIdentifier *string `json:"internalGroupIdentifier,omitempty"`
}

Model5GLANTypeService struct for Model5GLANTypeService

func NewModel5GLANTypeService

func NewModel5GLANTypeService() *Model5GLANTypeService

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

func NewModel5GLANTypeServiceWithDefaults

func NewModel5GLANTypeServiceWithDefaults() *Model5GLANTypeService

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

func (*Model5GLANTypeService) GetInternalGroupIdentifier

func (o *Model5GLANTypeService) GetInternalGroupIdentifier() string

GetInternalGroupIdentifier returns the InternalGroupIdentifier field value if set, zero value otherwise.

func (*Model5GLANTypeService) GetInternalGroupIdentifierOk

func (o *Model5GLANTypeService) GetInternalGroupIdentifierOk() (*string, bool)

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

func (*Model5GLANTypeService) HasInternalGroupIdentifier

func (o *Model5GLANTypeService) HasInternalGroupIdentifier() bool

HasInternalGroupIdentifier returns a boolean if a field has been set.

func (Model5GLANTypeService) MarshalJSON

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

func (*Model5GLANTypeService) SetInternalGroupIdentifier

func (o *Model5GLANTypeService) SetInternalGroupIdentifier(v string)

SetInternalGroupIdentifier gets a reference to the given string and assigns it to the InternalGroupIdentifier field.

func (Model5GLANTypeService) ToMap

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

type MultipleQFIcontainer

type MultipleQFIcontainer struct {
	Triggers []Trigger `json:"triggers,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	TriggerTimestamp *time.Time `json:"triggerTimestamp,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	Time *int32 `json:"time,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	TotalVolume *int32 `json:"totalVolume,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	UplinkVolume *int32 `json:"uplinkVolume,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	DownlinkVolume          *int32                   `json:"downlinkVolume,omitempty"`
	LocalSequenceNumber     int32                    `json:"localSequenceNumber"`
	QFIContainerInformation *QFIContainerInformation `json:"qFIContainerInformation,omitempty"`
}

MultipleQFIcontainer struct for MultipleQFIcontainer

func NewMultipleQFIcontainer

func NewMultipleQFIcontainer(localSequenceNumber int32) *MultipleQFIcontainer

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

func NewMultipleQFIcontainerWithDefaults

func NewMultipleQFIcontainerWithDefaults() *MultipleQFIcontainer

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

func (*MultipleQFIcontainer) GetDownlinkVolume

func (o *MultipleQFIcontainer) GetDownlinkVolume() int32

GetDownlinkVolume returns the DownlinkVolume field value if set, zero value otherwise.

func (*MultipleQFIcontainer) GetDownlinkVolumeOk

func (o *MultipleQFIcontainer) GetDownlinkVolumeOk() (*int32, bool)

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

func (*MultipleQFIcontainer) GetLocalSequenceNumber

func (o *MultipleQFIcontainer) GetLocalSequenceNumber() int32

GetLocalSequenceNumber returns the LocalSequenceNumber field value

func (*MultipleQFIcontainer) GetLocalSequenceNumberOk

func (o *MultipleQFIcontainer) GetLocalSequenceNumberOk() (*int32, bool)

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

func (*MultipleQFIcontainer) GetQFIContainerInformation

func (o *MultipleQFIcontainer) GetQFIContainerInformation() QFIContainerInformation

GetQFIContainerInformation returns the QFIContainerInformation field value if set, zero value otherwise.

func (*MultipleQFIcontainer) GetQFIContainerInformationOk

func (o *MultipleQFIcontainer) GetQFIContainerInformationOk() (*QFIContainerInformation, bool)

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

func (*MultipleQFIcontainer) GetTime

func (o *MultipleQFIcontainer) GetTime() int32

GetTime returns the Time field value if set, zero value otherwise.

func (*MultipleQFIcontainer) GetTimeOk

func (o *MultipleQFIcontainer) GetTimeOk() (*int32, bool)

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

func (*MultipleQFIcontainer) GetTotalVolume

func (o *MultipleQFIcontainer) GetTotalVolume() int32

GetTotalVolume returns the TotalVolume field value if set, zero value otherwise.

func (*MultipleQFIcontainer) GetTotalVolumeOk

func (o *MultipleQFIcontainer) GetTotalVolumeOk() (*int32, bool)

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

func (*MultipleQFIcontainer) GetTriggerTimestamp

func (o *MultipleQFIcontainer) GetTriggerTimestamp() time.Time

GetTriggerTimestamp returns the TriggerTimestamp field value if set, zero value otherwise.

func (*MultipleQFIcontainer) GetTriggerTimestampOk

func (o *MultipleQFIcontainer) GetTriggerTimestampOk() (*time.Time, bool)

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

func (*MultipleQFIcontainer) GetTriggers

func (o *MultipleQFIcontainer) GetTriggers() []Trigger

GetTriggers returns the Triggers field value if set, zero value otherwise.

func (*MultipleQFIcontainer) GetTriggersOk

func (o *MultipleQFIcontainer) GetTriggersOk() ([]Trigger, bool)

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

func (*MultipleQFIcontainer) GetUplinkVolume

func (o *MultipleQFIcontainer) GetUplinkVolume() int32

GetUplinkVolume returns the UplinkVolume field value if set, zero value otherwise.

func (*MultipleQFIcontainer) GetUplinkVolumeOk

func (o *MultipleQFIcontainer) GetUplinkVolumeOk() (*int32, bool)

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

func (*MultipleQFIcontainer) HasDownlinkVolume

func (o *MultipleQFIcontainer) HasDownlinkVolume() bool

HasDownlinkVolume returns a boolean if a field has been set.

func (*MultipleQFIcontainer) HasQFIContainerInformation

func (o *MultipleQFIcontainer) HasQFIContainerInformation() bool

HasQFIContainerInformation returns a boolean if a field has been set.

func (*MultipleQFIcontainer) HasTime

func (o *MultipleQFIcontainer) HasTime() bool

HasTime returns a boolean if a field has been set.

func (*MultipleQFIcontainer) HasTotalVolume

func (o *MultipleQFIcontainer) HasTotalVolume() bool

HasTotalVolume returns a boolean if a field has been set.

func (*MultipleQFIcontainer) HasTriggerTimestamp

func (o *MultipleQFIcontainer) HasTriggerTimestamp() bool

HasTriggerTimestamp returns a boolean if a field has been set.

func (*MultipleQFIcontainer) HasTriggers

func (o *MultipleQFIcontainer) HasTriggers() bool

HasTriggers returns a boolean if a field has been set.

func (*MultipleQFIcontainer) HasUplinkVolume

func (o *MultipleQFIcontainer) HasUplinkVolume() bool

HasUplinkVolume returns a boolean if a field has been set.

func (MultipleQFIcontainer) MarshalJSON

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

func (*MultipleQFIcontainer) SetDownlinkVolume

func (o *MultipleQFIcontainer) SetDownlinkVolume(v int32)

SetDownlinkVolume gets a reference to the given int32 and assigns it to the DownlinkVolume field.

func (*MultipleQFIcontainer) SetLocalSequenceNumber

func (o *MultipleQFIcontainer) SetLocalSequenceNumber(v int32)

SetLocalSequenceNumber sets field value

func (*MultipleQFIcontainer) SetQFIContainerInformation

func (o *MultipleQFIcontainer) SetQFIContainerInformation(v QFIContainerInformation)

SetQFIContainerInformation gets a reference to the given QFIContainerInformation and assigns it to the QFIContainerInformation field.

func (*MultipleQFIcontainer) SetTime

func (o *MultipleQFIcontainer) SetTime(v int32)

SetTime gets a reference to the given int32 and assigns it to the Time field.

func (*MultipleQFIcontainer) SetTotalVolume

func (o *MultipleQFIcontainer) SetTotalVolume(v int32)

SetTotalVolume gets a reference to the given int32 and assigns it to the TotalVolume field.

func (*MultipleQFIcontainer) SetTriggerTimestamp

func (o *MultipleQFIcontainer) SetTriggerTimestamp(v time.Time)

SetTriggerTimestamp gets a reference to the given time.Time and assigns it to the TriggerTimestamp field.

func (*MultipleQFIcontainer) SetTriggers

func (o *MultipleQFIcontainer) SetTriggers(v []Trigger)

SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.

func (*MultipleQFIcontainer) SetUplinkVolume

func (o *MultipleQFIcontainer) SetUplinkVolume(v int32)

SetUplinkVolume gets a reference to the given int32 and assigns it to the UplinkVolume field.

func (MultipleQFIcontainer) ToMap

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

type MultipleUnitInformation

type MultipleUnitInformation struct {
	ResultCode *ResultCode `json:"resultCode,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	RatingGroup int32        `json:"ratingGroup"`
	GrantedUnit *GrantedUnit `json:"grantedUnit,omitempty"`
	Triggers    []Trigger    `json:"triggers,omitempty"`
	// indicating a time in seconds.
	ValidityTime *int32 `json:"validityTime,omitempty"`
	// indicating a time in seconds.
	QuotaHoldingTime    *int32               `json:"quotaHoldingTime,omitempty"`
	FinalUnitIndication *FinalUnitIndication `json:"finalUnitIndication,omitempty"`
	TimeQuotaThreshold  *int32               `json:"timeQuotaThreshold,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 64-bit integer.
	VolumeQuotaThreshold *int32 `json:"volumeQuotaThreshold,omitempty"`
	UnitQuotaThreshold   *int32 `json:"unitQuotaThreshold,omitempty"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	UPFID                   *string                  `json:"uPFID,omitempty"`
	AnnouncementInformation *AnnouncementInformation `json:"announcementInformation,omitempty"`
}

MultipleUnitInformation struct for MultipleUnitInformation

func NewMultipleUnitInformation

func NewMultipleUnitInformation(ratingGroup int32) *MultipleUnitInformation

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

func NewMultipleUnitInformationWithDefaults

func NewMultipleUnitInformationWithDefaults() *MultipleUnitInformation

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

func (*MultipleUnitInformation) GetAnnouncementInformation

func (o *MultipleUnitInformation) GetAnnouncementInformation() AnnouncementInformation

GetAnnouncementInformation returns the AnnouncementInformation field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetAnnouncementInformationOk

func (o *MultipleUnitInformation) GetAnnouncementInformationOk() (*AnnouncementInformation, bool)

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

func (*MultipleUnitInformation) GetFinalUnitIndication

func (o *MultipleUnitInformation) GetFinalUnitIndication() FinalUnitIndication

GetFinalUnitIndication returns the FinalUnitIndication field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetFinalUnitIndicationOk

func (o *MultipleUnitInformation) GetFinalUnitIndicationOk() (*FinalUnitIndication, bool)

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

func (*MultipleUnitInformation) GetGrantedUnit

func (o *MultipleUnitInformation) GetGrantedUnit() GrantedUnit

GetGrantedUnit returns the GrantedUnit field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetGrantedUnitOk

func (o *MultipleUnitInformation) GetGrantedUnitOk() (*GrantedUnit, bool)

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

func (*MultipleUnitInformation) GetQuotaHoldingTime

func (o *MultipleUnitInformation) GetQuotaHoldingTime() int32

GetQuotaHoldingTime returns the QuotaHoldingTime field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetQuotaHoldingTimeOk

func (o *MultipleUnitInformation) GetQuotaHoldingTimeOk() (*int32, bool)

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

func (*MultipleUnitInformation) GetRatingGroup

func (o *MultipleUnitInformation) GetRatingGroup() int32

GetRatingGroup returns the RatingGroup field value

func (*MultipleUnitInformation) GetRatingGroupOk

func (o *MultipleUnitInformation) GetRatingGroupOk() (*int32, bool)

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

func (*MultipleUnitInformation) GetResultCode

func (o *MultipleUnitInformation) GetResultCode() ResultCode

GetResultCode returns the ResultCode field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetResultCodeOk

func (o *MultipleUnitInformation) GetResultCodeOk() (*ResultCode, bool)

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

func (*MultipleUnitInformation) GetTimeQuotaThreshold

func (o *MultipleUnitInformation) GetTimeQuotaThreshold() int32

GetTimeQuotaThreshold returns the TimeQuotaThreshold field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetTimeQuotaThresholdOk

func (o *MultipleUnitInformation) GetTimeQuotaThresholdOk() (*int32, bool)

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

func (*MultipleUnitInformation) GetTriggers

func (o *MultipleUnitInformation) GetTriggers() []Trigger

GetTriggers returns the Triggers field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetTriggersOk

func (o *MultipleUnitInformation) GetTriggersOk() ([]Trigger, bool)

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

func (*MultipleUnitInformation) GetUPFID

func (o *MultipleUnitInformation) GetUPFID() string

GetUPFID returns the UPFID field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetUPFIDOk

func (o *MultipleUnitInformation) GetUPFIDOk() (*string, bool)

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

func (*MultipleUnitInformation) GetUnitQuotaThreshold

func (o *MultipleUnitInformation) GetUnitQuotaThreshold() int32

GetUnitQuotaThreshold returns the UnitQuotaThreshold field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetUnitQuotaThresholdOk

func (o *MultipleUnitInformation) GetUnitQuotaThresholdOk() (*int32, bool)

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

func (*MultipleUnitInformation) GetValidityTime

func (o *MultipleUnitInformation) GetValidityTime() int32

GetValidityTime returns the ValidityTime field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetValidityTimeOk

func (o *MultipleUnitInformation) GetValidityTimeOk() (*int32, bool)

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

func (*MultipleUnitInformation) GetVolumeQuotaThreshold

func (o *MultipleUnitInformation) GetVolumeQuotaThreshold() int32

GetVolumeQuotaThreshold returns the VolumeQuotaThreshold field value if set, zero value otherwise.

func (*MultipleUnitInformation) GetVolumeQuotaThresholdOk

func (o *MultipleUnitInformation) GetVolumeQuotaThresholdOk() (*int32, bool)

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

func (*MultipleUnitInformation) HasAnnouncementInformation

func (o *MultipleUnitInformation) HasAnnouncementInformation() bool

HasAnnouncementInformation returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasFinalUnitIndication

func (o *MultipleUnitInformation) HasFinalUnitIndication() bool

HasFinalUnitIndication returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasGrantedUnit

func (o *MultipleUnitInformation) HasGrantedUnit() bool

HasGrantedUnit returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasQuotaHoldingTime

func (o *MultipleUnitInformation) HasQuotaHoldingTime() bool

HasQuotaHoldingTime returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasResultCode

func (o *MultipleUnitInformation) HasResultCode() bool

HasResultCode returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasTimeQuotaThreshold

func (o *MultipleUnitInformation) HasTimeQuotaThreshold() bool

HasTimeQuotaThreshold returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasTriggers

func (o *MultipleUnitInformation) HasTriggers() bool

HasTriggers returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasUPFID

func (o *MultipleUnitInformation) HasUPFID() bool

HasUPFID returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasUnitQuotaThreshold

func (o *MultipleUnitInformation) HasUnitQuotaThreshold() bool

HasUnitQuotaThreshold returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasValidityTime

func (o *MultipleUnitInformation) HasValidityTime() bool

HasValidityTime returns a boolean if a field has been set.

func (*MultipleUnitInformation) HasVolumeQuotaThreshold

func (o *MultipleUnitInformation) HasVolumeQuotaThreshold() bool

HasVolumeQuotaThreshold returns a boolean if a field has been set.

func (MultipleUnitInformation) MarshalJSON

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

func (*MultipleUnitInformation) SetAnnouncementInformation

func (o *MultipleUnitInformation) SetAnnouncementInformation(v AnnouncementInformation)

SetAnnouncementInformation gets a reference to the given AnnouncementInformation and assigns it to the AnnouncementInformation field.

func (*MultipleUnitInformation) SetFinalUnitIndication

func (o *MultipleUnitInformation) SetFinalUnitIndication(v FinalUnitIndication)

SetFinalUnitIndication gets a reference to the given FinalUnitIndication and assigns it to the FinalUnitIndication field.

func (*MultipleUnitInformation) SetGrantedUnit

func (o *MultipleUnitInformation) SetGrantedUnit(v GrantedUnit)

SetGrantedUnit gets a reference to the given GrantedUnit and assigns it to the GrantedUnit field.

func (*MultipleUnitInformation) SetQuotaHoldingTime

func (o *MultipleUnitInformation) SetQuotaHoldingTime(v int32)

SetQuotaHoldingTime gets a reference to the given int32 and assigns it to the QuotaHoldingTime field.

func (*MultipleUnitInformation) SetRatingGroup

func (o *MultipleUnitInformation) SetRatingGroup(v int32)

SetRatingGroup sets field value

func (*MultipleUnitInformation) SetResultCode

func (o *MultipleUnitInformation) SetResultCode(v ResultCode)

SetResultCode gets a reference to the given ResultCode and assigns it to the ResultCode field.

func (*MultipleUnitInformation) SetTimeQuotaThreshold

func (o *MultipleUnitInformation) SetTimeQuotaThreshold(v int32)

SetTimeQuotaThreshold gets a reference to the given int32 and assigns it to the TimeQuotaThreshold field.

func (*MultipleUnitInformation) SetTriggers

func (o *MultipleUnitInformation) SetTriggers(v []Trigger)

SetTriggers gets a reference to the given []Trigger and assigns it to the Triggers field.

func (*MultipleUnitInformation) SetUPFID

func (o *MultipleUnitInformation) SetUPFID(v string)

SetUPFID gets a reference to the given string and assigns it to the UPFID field.

func (*MultipleUnitInformation) SetUnitQuotaThreshold

func (o *MultipleUnitInformation) SetUnitQuotaThreshold(v int32)

SetUnitQuotaThreshold gets a reference to the given int32 and assigns it to the UnitQuotaThreshold field.

func (*MultipleUnitInformation) SetValidityTime

func (o *MultipleUnitInformation) SetValidityTime(v int32)

SetValidityTime gets a reference to the given int32 and assigns it to the ValidityTime field.

func (*MultipleUnitInformation) SetVolumeQuotaThreshold

func (o *MultipleUnitInformation) SetVolumeQuotaThreshold(v int32)

SetVolumeQuotaThreshold gets a reference to the given int32 and assigns it to the VolumeQuotaThreshold field.

func (MultipleUnitInformation) ToMap

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

type MultipleUnitUsage

type MultipleUnitUsage struct {
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	RatingGroup       int32               `json:"ratingGroup"`
	RequestedUnit     *RequestedUnit      `json:"requestedUnit,omitempty"`
	UsedUnitContainer []UsedUnitContainer `json:"usedUnitContainer,omitempty"`
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	UPFID                *string     `json:"uPFID,omitempty"`
	MultihomedPDUAddress *PDUAddress `json:"multihomedPDUAddress,omitempty"`
}

MultipleUnitUsage struct for MultipleUnitUsage

func NewMultipleUnitUsage

func NewMultipleUnitUsage(ratingGroup int32) *MultipleUnitUsage

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

func NewMultipleUnitUsageWithDefaults

func NewMultipleUnitUsageWithDefaults() *MultipleUnitUsage

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

func (*MultipleUnitUsage) GetMultihomedPDUAddress

func (o *MultipleUnitUsage) GetMultihomedPDUAddress() PDUAddress

GetMultihomedPDUAddress returns the MultihomedPDUAddress field value if set, zero value otherwise.

func (*MultipleUnitUsage) GetMultihomedPDUAddressOk

func (o *MultipleUnitUsage) GetMultihomedPDUAddressOk() (*PDUAddress, bool)

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

func (*MultipleUnitUsage) GetRatingGroup

func (o *MultipleUnitUsage) GetRatingGroup() int32

GetRatingGroup returns the RatingGroup field value

func (*MultipleUnitUsage) GetRatingGroupOk

func (o *MultipleUnitUsage) GetRatingGroupOk() (*int32, bool)

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

func (*MultipleUnitUsage) GetRequestedUnit

func (o *MultipleUnitUsage) GetRequestedUnit() RequestedUnit

GetRequestedUnit returns the RequestedUnit field value if set, zero value otherwise.

func (*MultipleUnitUsage) GetRequestedUnitOk

func (o *MultipleUnitUsage) GetRequestedUnitOk() (*RequestedUnit, bool)

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

func (*MultipleUnitUsage) GetUPFID

func (o *MultipleUnitUsage) GetUPFID() string

GetUPFID returns the UPFID field value if set, zero value otherwise.

func (*MultipleUnitUsage) GetUPFIDOk

func (o *MultipleUnitUsage) GetUPFIDOk() (*string, bool)

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

func (*MultipleUnitUsage) GetUsedUnitContainer

func (o *MultipleUnitUsage) GetUsedUnitContainer() []UsedUnitContainer

GetUsedUnitContainer returns the UsedUnitContainer field value if set, zero value otherwise.

func (*MultipleUnitUsage) GetUsedUnitContainerOk

func (o *MultipleUnitUsage) GetUsedUnitContainerOk() ([]UsedUnitContainer, bool)

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

func (*MultipleUnitUsage) HasMultihomedPDUAddress

func (o *MultipleUnitUsage) HasMultihomedPDUAddress() bool

HasMultihomedPDUAddress returns a boolean if a field has been set.

func (*MultipleUnitUsage) HasRequestedUnit

func (o *MultipleUnitUsage) HasRequestedUnit() bool

HasRequestedUnit returns a boolean if a field has been set.

func (*MultipleUnitUsage) HasUPFID

func (o *MultipleUnitUsage) HasUPFID() bool

HasUPFID returns a boolean if a field has been set.

func (*MultipleUnitUsage) HasUsedUnitContainer

func (o *MultipleUnitUsage) HasUsedUnitContainer() bool

HasUsedUnitContainer returns a boolean if a field has been set.

func (MultipleUnitUsage) MarshalJSON

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

func (*MultipleUnitUsage) SetMultihomedPDUAddress

func (o *MultipleUnitUsage) SetMultihomedPDUAddress(v PDUAddress)

SetMultihomedPDUAddress gets a reference to the given PDUAddress and assigns it to the MultihomedPDUAddress field.

func (*MultipleUnitUsage) SetRatingGroup

func (o *MultipleUnitUsage) SetRatingGroup(v int32)

SetRatingGroup sets field value

func (*MultipleUnitUsage) SetRequestedUnit

func (o *MultipleUnitUsage) SetRequestedUnit(v RequestedUnit)

SetRequestedUnit gets a reference to the given RequestedUnit and assigns it to the RequestedUnit field.

func (*MultipleUnitUsage) SetUPFID

func (o *MultipleUnitUsage) SetUPFID(v string)

SetUPFID gets a reference to the given string and assigns it to the UPFID field.

func (*MultipleUnitUsage) SetUsedUnitContainer

func (o *MultipleUnitUsage) SetUsedUnitContainer(v []UsedUnitContainer)

SetUsedUnitContainer gets a reference to the given []UsedUnitContainer and assigns it to the UsedUnitContainer field.

func (MultipleUnitUsage) ToMap

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

type N2ConnectionChargingInformation

type N2ConnectionChargingInformation struct {
	N2ConnectionMessageType int32              `json:"n2ConnectionMessageType"`
	UserInformation         *UserInformation   `json:"userInformation,omitempty"`
	UserLocationinfo        *UserLocation      `json:"userLocationinfo,omitempty"`
	PSCellInformation       *PSCellInformation `json:"pSCellInformation,omitempty"`
	// String with format \"time-numoffset\" optionally appended by \"daylightSavingTime\", where  - \"time-numoffset\" shall represent the time zone adjusted for daylight saving time and be    encoded as time-numoffset as defined in clause 5.6 of IETF RFC 3339;  - \"daylightSavingTime\" shall represent the adjustment that has been made and shall be    encoded as \"+1\" or \"+2\" for a +1 or +2 hours adjustment.   The example is for 8 hours behind UTC, +1 hour adjustment for Daylight Saving Time.
	UetimeZone             *string                  `json:"uetimeZone,omitempty"`
	RATType                *RatType                 `json:"rATType,omitempty"`
	AmfUeNgapId            *int32                   `json:"amfUeNgapId,omitempty"`
	RanUeNgapId            *int32                   `json:"ranUeNgapId,omitempty"`
	RanNodeId              *GlobalRanNodeId         `json:"ranNodeId,omitempty"`
	RestrictedRatList      []RatType                `json:"restrictedRatList,omitempty"`
	ForbiddenAreaList      []Area                   `json:"forbiddenAreaList,omitempty"`
	ServiceAreaRestriction []ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty"`
	RestrictedCnList       []CoreNetworkType        `json:"restrictedCnList,omitempty"`
	AllowedNSSAI           []Snssai                 `json:"allowedNSSAI,omitempty"`
	RrcEstCause            *string                  `json:"rrcEstCause,omitempty"`
}

N2ConnectionChargingInformation struct for N2ConnectionChargingInformation

func NewN2ConnectionChargingInformation

func NewN2ConnectionChargingInformation(n2ConnectionMessageType int32) *N2ConnectionChargingInformation

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

func NewN2ConnectionChargingInformationWithDefaults

func NewN2ConnectionChargingInformationWithDefaults() *N2ConnectionChargingInformation

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

func (*N2ConnectionChargingInformation) GetAllowedNSSAI

func (o *N2ConnectionChargingInformation) GetAllowedNSSAI() []Snssai

GetAllowedNSSAI returns the AllowedNSSAI field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetAllowedNSSAIOk

func (o *N2ConnectionChargingInformation) GetAllowedNSSAIOk() ([]Snssai, bool)

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

func (*N2ConnectionChargingInformation) GetAmfUeNgapId

func (o *N2ConnectionChargingInformation) GetAmfUeNgapId() int32

GetAmfUeNgapId returns the AmfUeNgapId field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetAmfUeNgapIdOk

func (o *N2ConnectionChargingInformation) GetAmfUeNgapIdOk() (*int32, bool)

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

func (*N2ConnectionChargingInformation) GetForbiddenAreaList

func (o *N2ConnectionChargingInformation) GetForbiddenAreaList() []Area

GetForbiddenAreaList returns the ForbiddenAreaList field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetForbiddenAreaListOk

func (o *N2ConnectionChargingInformation) GetForbiddenAreaListOk() ([]Area, bool)

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

func (*N2ConnectionChargingInformation) GetN2ConnectionMessageType

func (o *N2ConnectionChargingInformation) GetN2ConnectionMessageType() int32

GetN2ConnectionMessageType returns the N2ConnectionMessageType field value

func (*N2ConnectionChargingInformation) GetN2ConnectionMessageTypeOk

func (o *N2ConnectionChargingInformation) GetN2ConnectionMessageTypeOk() (*int32, bool)

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

func (*N2ConnectionChargingInformation) GetPSCellInformation

func (o *N2ConnectionChargingInformation) GetPSCellInformation() PSCellInformation

GetPSCellInformation returns the PSCellInformation field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetPSCellInformationOk

func (o *N2ConnectionChargingInformation) GetPSCellInformationOk() (*PSCellInformation, bool)

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

func (*N2ConnectionChargingInformation) GetRATType

func (o *N2ConnectionChargingInformation) GetRATType() RatType

GetRATType returns the RATType field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetRATTypeOk

func (o *N2ConnectionChargingInformation) 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 (*N2ConnectionChargingInformation) GetRanNodeId

GetRanNodeId returns the RanNodeId field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetRanNodeIdOk

func (o *N2ConnectionChargingInformation) GetRanNodeIdOk() (*GlobalRanNodeId, bool)

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

func (*N2ConnectionChargingInformation) GetRanUeNgapId

func (o *N2ConnectionChargingInformation) GetRanUeNgapId() int32

GetRanUeNgapId returns the RanUeNgapId field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetRanUeNgapIdOk

func (o *N2ConnectionChargingInformation) GetRanUeNgapIdOk() (*int32, bool)

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

func (*N2ConnectionChargingInformation) GetRestrictedCnList

func (o *N2ConnectionChargingInformation) GetRestrictedCnList() []CoreNetworkType

GetRestrictedCnList returns the RestrictedCnList field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetRestrictedCnListOk

func (o *N2ConnectionChargingInformation) GetRestrictedCnListOk() ([]CoreNetworkType, bool)

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

func (*N2ConnectionChargingInformation) GetRestrictedRatList

func (o *N2ConnectionChargingInformation) GetRestrictedRatList() []RatType

GetRestrictedRatList returns the RestrictedRatList field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetRestrictedRatListOk

func (o *N2ConnectionChargingInformation) GetRestrictedRatListOk() ([]RatType, bool)

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

func (*N2ConnectionChargingInformation) GetRrcEstCause

func (o *N2ConnectionChargingInformation) GetRrcEstCause() string

GetRrcEstCause returns the RrcEstCause field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetRrcEstCauseOk

func (o *N2ConnectionChargingInformation) GetRrcEstCauseOk() (*string, bool)

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

func (*N2ConnectionChargingInformation) GetServiceAreaRestriction

func (o *N2ConnectionChargingInformation) GetServiceAreaRestriction() []ServiceAreaRestriction

GetServiceAreaRestriction returns the ServiceAreaRestriction field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetServiceAreaRestrictionOk

func (o *N2ConnectionChargingInformation) GetServiceAreaRestrictionOk() ([]ServiceAreaRestriction, bool)

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

func (*N2ConnectionChargingInformation) GetUetimeZone

func (o *N2ConnectionChargingInformation) GetUetimeZone() string

GetUetimeZone returns the UetimeZone field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetUetimeZoneOk

func (o *N2ConnectionChargingInformation) GetUetimeZoneOk() (*string, bool)

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

func (*N2ConnectionChargingInformation) GetUserInformation

func (o *N2ConnectionChargingInformation) GetUserInformation() UserInformation

GetUserInformation returns the UserInformation field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetUserInformationOk

func (o *N2ConnectionChargingInformation) GetUserInformationOk() (*UserInformation, bool)

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

func (*N2ConnectionChargingInformation) GetUserLocationinfo

func (o *N2ConnectionChargingInformation) GetUserLocationinfo() UserLocation

GetUserLocationinfo returns the UserLocationinfo field value if set, zero value otherwise.

func (*N2ConnectionChargingInformation) GetUserLocationinfoOk

func (o *N2ConnectionChargingInformation) GetUserLocationinfoOk() (*UserLocation, bool)

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

func (*N2ConnectionChargingInformation) HasAllowedNSSAI

func (o *N2ConnectionChargingInformation) HasAllowedNSSAI() bool

HasAllowedNSSAI returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasAmfUeNgapId

func (o *N2ConnectionChargingInformation) HasAmfUeNgapId() bool

HasAmfUeNgapId returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasForbiddenAreaList

func (o *N2ConnectionChargingInformation) HasForbiddenAreaList() bool

HasForbiddenAreaList returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasPSCellInformation

func (o *N2ConnectionChargingInformation) HasPSCellInformation() bool

HasPSCellInformation returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasRATType

func (o *N2ConnectionChargingInformation) HasRATType() bool

HasRATType returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasRanNodeId

func (o *N2ConnectionChargingInformation) HasRanNodeId() bool

HasRanNodeId returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasRanUeNgapId

func (o *N2ConnectionChargingInformation) HasRanUeNgapId() bool

HasRanUeNgapId returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasRestrictedCnList

func (o *N2ConnectionChargingInformation) HasRestrictedCnList() bool

HasRestrictedCnList returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasRestrictedRatList

func (o *N2ConnectionChargingInformation) HasRestrictedRatList() bool

HasRestrictedRatList returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasRrcEstCause

func (o *N2ConnectionChargingInformation) HasRrcEstCause() bool

HasRrcEstCause returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasServiceAreaRestriction

func (o *N2ConnectionChargingInformation) HasServiceAreaRestriction() bool

HasServiceAreaRestriction returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasUetimeZone

func (o *N2ConnectionChargingInformation) HasUetimeZone() bool

HasUetimeZone returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasUserInformation

func (o *N2ConnectionChargingInformation) HasUserInformation() bool

HasUserInformation returns a boolean if a field has been set.

func (*N2ConnectionChargingInformation) HasUserLocationinfo

func (o *N2ConnectionChargingInformation) HasUserLocationinfo() bool

HasUserLocationinfo returns a boolean if a field has been set.

func (N2ConnectionChargingInformation) MarshalJSON

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

func (*N2ConnectionChargingInformation) SetAllowedNSSAI

func (o *N2ConnectionChargingInformation) SetAllowedNSSAI(v []Snssai)

SetAllowedNSSAI gets a reference to the given []Snssai and assigns it to the AllowedNSSAI field.

func (*N2ConnectionChargingInformation) SetAmfUeNgapId

func (o *N2ConnectionChargingInformation) SetAmfUeNgapId(v int32)

SetAmfUeNgapId gets a reference to the given int32 and assigns it to the AmfUeNgapId field.

func (*N2ConnectionChargingInformation) SetForbiddenAreaList

func (o *N2ConnectionChargingInformation) SetForbiddenAreaList(v []Area)

SetForbiddenAreaList gets a reference to the given []Area and assigns it to the ForbiddenAreaList field.

func (*N2ConnectionChargingInformation) SetN2ConnectionMessageType

func (o *N2ConnectionChargingInformation) SetN2ConnectionMessageType(v int32)

SetN2ConnectionMessageType sets field value

func (*N2ConnectionChargingInformation) SetPSCellInformation

func (o *N2ConnectionChargingInformation) SetPSCellInformation(v PSCellInformation)

SetPSCellInformation gets a reference to the given PSCellInformation and assigns it to the PSCellInformation field.

func (*N2ConnectionChargingInformation) SetRATType

func (o *N2ConnectionChargingInformation) SetRATType(v RatType)

SetRATType gets a reference to the given RatType and assigns it to the RATType field.

func (*N2ConnectionChargingInformation) SetRanNodeId

SetRanNodeId gets a reference to the given GlobalRanNodeId and assigns it to the RanNodeId field.

func (*N2ConnectionChargingInformation) SetRanUeNgapId

func (o *N2ConnectionChargingInformation) SetRanUeNgapId(v int32)

SetRanUeNgapId gets a reference to the given int32 and assigns it to the RanUeNgapId field.

func (*N2ConnectionChargingInformation) SetRestrictedCnList

func (o *N2ConnectionChargingInformation) SetRestrictedCnList(v []CoreNetworkType)

SetRestrictedCnList gets a reference to the given []CoreNetworkType and assigns it to the RestrictedCnList field.

func (*N2ConnectionChargingInformation) SetRestrictedRatList

func (o *N2ConnectionChargingInformation) SetRestrictedRatList(v []RatType)

SetRestrictedRatList gets a reference to the given []RatType and assigns it to the RestrictedRatList field.

func (*N2ConnectionChargingInformation) SetRrcEstCause

func (o *N2ConnectionChargingInformation) SetRrcEstCause(v string)

SetRrcEstCause gets a reference to the given string and assigns it to the RrcEstCause field.

func (*N2ConnectionChargingInformation) SetServiceAreaRestriction

func (o *N2ConnectionChargingInformation) SetServiceAreaRestriction(v []ServiceAreaRestriction)

SetServiceAreaRestriction gets a reference to the given []ServiceAreaRestriction and assigns it to the ServiceAreaRestriction field.

func (*N2ConnectionChargingInformation) SetUetimeZone

func (o *N2ConnectionChargingInformation) SetUetimeZone(v string)

SetUetimeZone gets a reference to the given string and assigns it to the UetimeZone field.

func (*N2ConnectionChargingInformation) SetUserInformation

func (o *N2ConnectionChargingInformation) SetUserInformation(v UserInformation)

SetUserInformation gets a reference to the given UserInformation and assigns it to the UserInformation field.

func (*N2ConnectionChargingInformation) SetUserLocationinfo

func (o *N2ConnectionChargingInformation) SetUserLocationinfo(v UserLocation)

SetUserLocationinfo gets a reference to the given UserLocation and assigns it to the UserLocationinfo field.

func (N2ConnectionChargingInformation) ToMap

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

type N3gaLocation

type N3gaLocation struct {
	N3gppTai *Tai `json:"n3gppTai,omitempty"`
	// This IE shall contain the N3IWF identifier received over NGAP and shall be encoded as a  string of hexadecimal characters. 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 N3IWF ID shall appear first in  the string, and the character representing the 4 least significant bit of the N3IWF ID  shall appear last in the string.
	N3IwfId *string `json:"n3IwfId,omitempty"`
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	UeIpv4Addr *string   `json:"ueIpv4Addr,omitempty"`
	UeIpv6Addr *Ipv6Addr `json:"ueIpv6Addr,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	PortNumber *int32             `json:"portNumber,omitempty"`
	Protocol   *TransportProtocol `json:"protocol,omitempty"`
	TnapId     *TnapId            `json:"tnapId,omitempty"`
	TwapId     *TwapId            `json:"twapId,omitempty"`
	HfcNodeId  *HfcNodeId         `json:"hfcNodeId,omitempty"`
	// string with format 'bytes' as defined in OpenAPI
	Gli            *string   `json:"gli,omitempty"`
	W5gbanLineType *LineType `json:"w5gbanLineType,omitempty"`
	// Global Cable Identifier uniquely identifying the connection between the 5G-CRG or FN-CRG to the 5GS. See clause 28.15.4 of 3GPP TS 23.003. This shall be encoded as a string per clause 28.15.4 of 3GPP TS 23.003, and compliant with the syntax specified  in clause 2.2  of IETF RFC 7542 for the username part of a NAI. The GCI value is specified in CableLabs WR-TR-5WWC-ARCH.
	Gci *string `json:"gci,omitempty"`
}

N3gaLocation Contains the Non-3GPP access user location.

func NewN3gaLocation

func NewN3gaLocation() *N3gaLocation

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

func NewN3gaLocationWithDefaults

func NewN3gaLocationWithDefaults() *N3gaLocation

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

func (*N3gaLocation) GetGci

func (o *N3gaLocation) GetGci() string

GetGci returns the Gci field value if set, zero value otherwise.

func (*N3gaLocation) GetGciOk

func (o *N3gaLocation) GetGciOk() (*string, bool)

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

func (*N3gaLocation) GetGli

func (o *N3gaLocation) GetGli() string

GetGli returns the Gli field value if set, zero value otherwise.

func (*N3gaLocation) GetGliOk

func (o *N3gaLocation) GetGliOk() (*string, bool)

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

func (*N3gaLocation) GetHfcNodeId

func (o *N3gaLocation) GetHfcNodeId() HfcNodeId

GetHfcNodeId returns the HfcNodeId field value if set, zero value otherwise.

func (*N3gaLocation) GetHfcNodeIdOk

func (o *N3gaLocation) GetHfcNodeIdOk() (*HfcNodeId, bool)

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

func (*N3gaLocation) GetN3IwfId

func (o *N3gaLocation) GetN3IwfId() string

GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.

func (*N3gaLocation) GetN3IwfIdOk

func (o *N3gaLocation) GetN3IwfIdOk() (*string, bool)

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

func (*N3gaLocation) GetN3gppTai

func (o *N3gaLocation) GetN3gppTai() Tai

GetN3gppTai returns the N3gppTai field value if set, zero value otherwise.

func (*N3gaLocation) GetN3gppTaiOk

func (o *N3gaLocation) GetN3gppTaiOk() (*Tai, bool)

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

func (*N3gaLocation) GetPortNumber

func (o *N3gaLocation) GetPortNumber() int32

GetPortNumber returns the PortNumber field value if set, zero value otherwise.

func (*N3gaLocation) GetPortNumberOk

func (o *N3gaLocation) GetPortNumberOk() (*int32, bool)

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

func (*N3gaLocation) GetProtocol

func (o *N3gaLocation) GetProtocol() TransportProtocol

GetProtocol returns the Protocol field value if set, zero value otherwise.

func (*N3gaLocation) GetProtocolOk

func (o *N3gaLocation) GetProtocolOk() (*TransportProtocol, bool)

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

func (*N3gaLocation) GetTnapId

func (o *N3gaLocation) GetTnapId() TnapId

GetTnapId returns the TnapId field value if set, zero value otherwise.

func (*N3gaLocation) GetTnapIdOk

func (o *N3gaLocation) GetTnapIdOk() (*TnapId, bool)

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

func (*N3gaLocation) GetTwapId

func (o *N3gaLocation) GetTwapId() TwapId

GetTwapId returns the TwapId field value if set, zero value otherwise.

func (*N3gaLocation) GetTwapIdOk

func (o *N3gaLocation) GetTwapIdOk() (*TwapId, bool)

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

func (*N3gaLocation) GetUeIpv4Addr

func (o *N3gaLocation) GetUeIpv4Addr() string

GetUeIpv4Addr returns the UeIpv4Addr field value if set, zero value otherwise.

func (*N3gaLocation) GetUeIpv4AddrOk

func (o *N3gaLocation) GetUeIpv4AddrOk() (*string, bool)

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

func (*N3gaLocation) GetUeIpv6Addr

func (o *N3gaLocation) GetUeIpv6Addr() Ipv6Addr

GetUeIpv6Addr returns the UeIpv6Addr field value if set, zero value otherwise.

func (*N3gaLocation) GetUeIpv6AddrOk

func (o *N3gaLocation) GetUeIpv6AddrOk() (*Ipv6Addr, bool)

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

func (*N3gaLocation) GetW5gbanLineType

func (o *N3gaLocation) GetW5gbanLineType() LineType

GetW5gbanLineType returns the W5gbanLineType field value if set, zero value otherwise.

func (*N3gaLocation) GetW5gbanLineTypeOk

func (o *N3gaLocation) GetW5gbanLineTypeOk() (*LineType, bool)

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

func (*N3gaLocation) HasGci

func (o *N3gaLocation) HasGci() bool

HasGci returns a boolean if a field has been set.

func (*N3gaLocation) HasGli

func (o *N3gaLocation) HasGli() bool

HasGli returns a boolean if a field has been set.

func (*N3gaLocation) HasHfcNodeId

func (o *N3gaLocation) HasHfcNodeId() bool

HasHfcNodeId returns a boolean if a field has been set.

func (*N3gaLocation) HasN3IwfId

func (o *N3gaLocation) HasN3IwfId() bool

HasN3IwfId returns a boolean if a field has been set.

func (*N3gaLocation) HasN3gppTai

func (o *N3gaLocation) HasN3gppTai() bool

HasN3gppTai returns a boolean if a field has been set.

func (*N3gaLocation) HasPortNumber

func (o *N3gaLocation) HasPortNumber() bool

HasPortNumber returns a boolean if a field has been set.

func (*N3gaLocation) HasProtocol

func (o *N3gaLocation) HasProtocol() bool

HasProtocol returns a boolean if a field has been set.

func (*N3gaLocation) HasTnapId

func (o *N3gaLocation) HasTnapId() bool

HasTnapId returns a boolean if a field has been set.

func (*N3gaLocation) HasTwapId

func (o *N3gaLocation) HasTwapId() bool

HasTwapId returns a boolean if a field has been set.

func (*N3gaLocation) HasUeIpv4Addr

func (o *N3gaLocation) HasUeIpv4Addr() bool

HasUeIpv4Addr returns a boolean if a field has been set.

func (*N3gaLocation) HasUeIpv6Addr

func (o *N3gaLocation) HasUeIpv6Addr() bool

HasUeIpv6Addr returns a boolean if a field has been set.

func (*N3gaLocation) HasW5gbanLineType

func (o *N3gaLocation) HasW5gbanLineType() bool

HasW5gbanLineType returns a boolean if a field has been set.

func (N3gaLocation) MarshalJSON

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

func (*N3gaLocation) SetGci

func (o *N3gaLocation) SetGci(v string)

SetGci gets a reference to the given string and assigns it to the Gci field.

func (*N3gaLocation) SetGli

func (o *N3gaLocation) SetGli(v string)

SetGli gets a reference to the given string and assigns it to the Gli field.

func (*N3gaLocation) SetHfcNodeId

func (o *N3gaLocation) SetHfcNodeId(v HfcNodeId)

SetHfcNodeId gets a reference to the given HfcNodeId and assigns it to the HfcNodeId field.

func (*N3gaLocation) SetN3IwfId

func (o *N3gaLocation) SetN3IwfId(v string)

SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.

func (*N3gaLocation) SetN3gppTai

func (o *N3gaLocation) SetN3gppTai(v Tai)

SetN3gppTai gets a reference to the given Tai and assigns it to the N3gppTai field.

func (*N3gaLocation) SetPortNumber

func (o *N3gaLocation) SetPortNumber(v int32)

SetPortNumber gets a reference to the given int32 and assigns it to the PortNumber field.

func (*N3gaLocation) SetProtocol

func (o *N3gaLocation) SetProtocol(v TransportProtocol)

SetProtocol gets a reference to the given TransportProtocol and assigns it to the Protocol field.

func (*N3gaLocation) SetTnapId

func (o *N3gaLocation) SetTnapId(v TnapId)

SetTnapId gets a reference to the given TnapId and assigns it to the TnapId field.

func (*N3gaLocation) SetTwapId

func (o *N3gaLocation) SetTwapId(v TwapId)

SetTwapId gets a reference to the given TwapId and assigns it to the TwapId field.

func (*N3gaLocation) SetUeIpv4Addr

func (o *N3gaLocation) SetUeIpv4Addr(v string)

SetUeIpv4Addr gets a reference to the given string and assigns it to the UeIpv4Addr field.

func (*N3gaLocation) SetUeIpv6Addr

func (o *N3gaLocation) SetUeIpv6Addr(v Ipv6Addr)

SetUeIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the UeIpv6Addr field.

func (*N3gaLocation) SetW5gbanLineType

func (o *N3gaLocation) SetW5gbanLineType(v LineType)

SetW5gbanLineType gets a reference to the given LineType and assigns it to the W5gbanLineType field.

func (N3gaLocation) ToMap

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

type NEFChargingInformation

type NEFChargingInformation struct {
	// String identifying a Gpsi shall contain either an External Id or an MSISDN.  It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid'  shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an  External Identifier.
	ExternalIndividualIdentifier *string `json:"externalIndividualIdentifier,omitempty"`
	// String identifying External Group Identifier that identifies a group made up of one or more  subscriptions associated to a group of IMSIs, as specified in clause 19.7.3 of 3GPP TS 23.003.
	ExternalGroupIdentifier *string `json:"externalGroupIdentifier,omitempty"`
	// String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003.
	GroupIdentifier          *string           `json:"groupIdentifier,omitempty"`
	APIDirection             *APIDirection     `json:"aPIDirection,omitempty"`
	APITargetNetworkFunction *NFIdentification `json:"aPITargetNetworkFunction,omitempty"`
	// Integer where the allowed values correspond to the value range of an unsigned 32-bit integer.
	APIResultCode *int32 `json:"aPIResultCode,omitempty"`
	APIName       string `json:"aPIName"`
	// String providing an URI formatted according to RFC 3986.
	APIReference *string `json:"aPIReference,omitempty"`
	APIContent   *string `json:"aPIContent,omitempty"`
}

NEFChargingInformation struct for NEFChargingInformation

func NewNEFChargingInformation

func NewNEFChargingInformation(aPIName string) *NEFChargingInformation

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

func NewNEFChargingInformationWithDefaults

func NewNEFChargingInformationWithDefaults() *NEFChargingInformation

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

func (*NEFChargingInformation) GetAPIContent

func (o *NEFChargingInformation) GetAPIContent() string

GetAPIContent returns the APIContent field value if set, zero value otherwise.

func (*NEFChargingInformation) GetAPIContentOk

func (o *NEFChargingInformation) GetAPIContentOk() (*string, bool)

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

func (*NEFChargingInformation) GetAPIDirection

func (o *NEFChargingInformation) GetAPIDirection() APIDirection

GetAPIDirection returns the APIDirection field value if set, zero value otherwise.

func (*NEFChargingInformation) GetAPIDirectionOk

func (o *NEFChargingInformation) GetAPIDirectionOk() (*APIDirection, bool)

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

func (*NEFChargingInformation) GetAPIName

func (o *NEFChargingInformation) GetAPIName() string

GetAPIName returns the APIName field value

func (*NEFChargingInformation) GetAPINameOk

func (o *NEFChargingInformation) GetAPINameOk() (*string, bool)

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

func (*NEFChargingInformation) GetAPIReference

func (o *NEFChargingInformation) GetAPIReference() string

GetAPIReference returns the APIReference field value if set, zero value otherwise.

func (*NEFChargingInformation) GetAPIReferenceOk

func (o *NEFChargingInformation) GetAPIReferenceOk() (*string, bool)

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

func (*NEFChargingInformation) GetAPIResultCode

func (o *NEFChargingInformation) GetAPIResultCode() int32

GetAPIResultCode returns the APIResultCode field value if set, zero value otherwise.

func (*NEFChargingInformation) GetAPIResultCodeOk

func (o *NEFChargingInformation) GetAPIResultCodeOk() (*int32, bool)

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

func (*NEFChargingInformation) GetAPITargetNetworkFunction

func (o *NEFChargingInformation) GetAPITargetNetworkFunction() NFIdentification

GetAPITargetNetworkFunction returns the APITargetNetworkFunction field value if set, zero value otherwise.

func (*NEFChargingInformation) GetAPITargetNetworkFunctionOk

func (o *NEFChargingInformation) GetAPITargetNetworkFunctionOk() (*NFIdentification, bool)

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

func (*NEFChargingInformation) GetExternalGroupIdentifier

func (o *NEFChargingInformation) GetExternalGroupIdentifier() string

GetExternalGroupIdentifier returns the ExternalGroupIdentifier field value if set, zero value otherwise.

func (*NEFChargingInformation) GetExternalGroupIdentifierOk

func (o *NEFChargingInformation) GetExternalGroupIdentifierOk() (*string, bool)

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

func (*NEFChargingInformation) GetExternalIndividualIdentifier

func (o *NEFChargingInformation) GetExternalIndividualIdentifier() string

GetExternalIndividualIdentifier returns the ExternalIndividualIdentifier field value if set, zero value otherwise.

func (*NEFChargingInformation) GetExternalIndividualIdentifierOk

func (o *NEFChargingInformation) GetExternalIndividualIdentifierOk() (*string, bool)

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

func (*NEFChargingInformation) GetGroupIdentifier

func (o *NEFChargingInformation) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*NEFChargingInformation) GetGroupIdentifierOk

func (o *NEFChargingInformation) GetGroupIdentifierOk() (*string, bool)

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

func (*NEFChargingInformation) HasAPIContent

func (o *NEFChargingInformation) HasAPIContent() bool

HasAPIContent returns a boolean if a field has been set.

func (*NEFChargingInformation) HasAPIDirection

func (o *NEFChargingInformation) HasAPIDirection() bool

HasAPIDirection returns a boolean if a field has been set.

func (*NEFChargingInformation) HasAPIReference

func (o *NEFChargingInformation) HasAPIReference() bool

HasAPIReference returns a boolean if a field has been set.

func (*NEFChargingInformation) HasAPIResultCode

func (o *NEFChargingInformation) HasAPIResultCode() bool

HasAPIResultCode returns a boolean if a field has been set.

func (*NEFChargingInformation) HasAPITargetNetworkFunction

func (o *NEFChargingInformation) HasAPITargetNetworkFunction() bool

HasAPITargetNetworkFunction returns a boolean if a field has been set.

func (*NEFChargingInformation) HasExternalGroupIdentifier

func (o *NEFChargingInformation) HasExternalGroupIdentifier() bool

HasExternalGroupIdentifier returns a boolean if a field has been set.

func (*NEFChargingInformation) HasExternalIndividualIdentifier

func (o *NEFChargingInformation) HasExternalIndividualIdentifier() bool

HasExternalIndividualIdentifier returns a boolean if a field has been set.

func (*NEFChargingInformation) HasGroupIdentifier

func (o *NEFChargingInformation) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (NEFChargingInformation) MarshalJSON

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

func (*NEFChargingInformation) SetAPIContent

func (o *NEFChargingInformation) SetAPIContent(v string)

SetAPIContent gets a reference to the given string and assigns it to the APIContent field.

func (*NEFChargingInformation) SetAPIDirection

func (o *NEFChargingInformation) SetAPIDirection(v APIDirection)

SetAPIDirection gets a reference to the given APIDirection and assigns it to the APIDirection field.

func (*NEFChargingInformation) SetAPIName

func (o *NEFChargingInformation) SetAPIName(v string)

SetAPIName sets field value

func (*NEFChargingInformation) SetAPIReference

func (o *NEFChargingInformation) SetAPIReference(v string)

SetAPIReference gets a reference to the given string and assigns it to the APIReference field.

func (*NEFChargingInformation) SetAPIResultCode

func (o *NEFChargingInformation) SetAPIResultCode(v int32)

SetAPIResultCode gets a reference to the given int32 and assigns it to the APIResultCode field.

func (*NEFChargingInformation) SetAPITargetNetworkFunction

func (o *NEFChargingInformation) SetAPITargetNetworkFunction(v NFIdentification)

SetAPITargetNetworkFunction gets a reference to the given NFIdentification and assigns it to the APITargetNetworkFunction field.

func (*NEFChargingInformation) SetExternalGroupIdentifier

func (o *NEFChargingInformation) SetExternalGroupIdentifier(v string)

SetExternalGroupIdentifier gets a reference to the given string and assigns it to the ExternalGroupIdentifier field.

func (*NEFChargingInformation) SetExternalIndividualIdentifier

func (o *NEFChargingInformation) SetExternalIndividualIdentifier(v string)

SetExternalIndividualIdentifier gets a reference to the given string and assigns it to the ExternalIndividualIdentifier field.

func (*NEFChargingInformation) SetGroupIdentifier

func (o *NEFChargingInformation) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (NEFChargingInformation) ToMap

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

type NFIdentification

type NFIdentification struct {
	// String uniquely identifying a NF instance. The format of the NF Instance ID shall be a  Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122.
	NFName *string `json:"nFName,omitempty"`
	// String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166.
	NFIPv4Address     *string           `json:"nFIPv4Address,omitempty"`
	NFIPv6Address     *Ipv6Addr         `json:"nFIPv6Address,omitempty"`
	NFPLMNID          *PlmnId           `json:"nFPLMNID,omitempty"`
	NodeFunctionality NodeFunctionality `json:"nodeFunctionality"`
	NFFqdn            *string           `json:"nFFqdn,omitempty"`
}

NFIdentification struct for NFIdentification

func NewNFIdentification

func NewNFIdentification(nodeFunctionality NodeFunctionality) *NFIdentification

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

func NewNFIdentificationWithDefaults

func NewNFIdentificationWithDefaults() *NFIdentification

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

func (*NFIdentification) GetNFFqdn

func (o *NFIdentification) GetNFFqdn() string

GetNFFqdn returns the NFFqdn field value if set, zero value otherwise.

func (*NFIdentification) GetNFFqdnOk

func (o *NFIdentification) GetNFFqdnOk() (*string, bool)

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

func (*NFIdentification) GetNFIPv4Address

func (o *NFIdentification) GetNFIPv4Address() string

GetNFIPv4Address returns the NFIPv4Address field value if set, zero value otherwise.

func (*NFIdentification) GetNFIPv4AddressOk

func (o *NFIdentification) GetNFIPv4AddressOk() (*string, bool)

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

func (*NFIdentification) GetNFIPv6Address

func (o *NFIdentification) GetNFIPv6Address() Ipv6Addr

GetNFIPv6Address returns the NFIPv6Address field value if set, zero value otherwise.

func (*NFIdentification) GetNFIPv6AddressOk

func (o *NFIdentification) GetNFIPv6AddressOk() (*Ipv6Addr, bool)

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

func (*NFIdentification) GetNFName

func (o *NFIdentification) GetNFName() string

GetNFName returns the NFName field value if set, zero value otherwise.

func (*NFIdentification) GetNFNameOk

func (o *NFIdentification) GetNFNameOk() (*string, bool)

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

func (*NFIdentification) GetNFPLMNID

func (o *NFIdentification) GetNFPLMNID() PlmnId

GetNFPLMNID returns the NFPLMNID field value if set, zero value otherwise.

func (*NFIdentification) GetNFPLMNIDOk

func (o *NFIdentification) GetNFPLMNIDOk() (*PlmnId, bool)

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

func (*NFIdentification) GetNodeFunctionality

func (o *NFIdentification) GetNodeFunctionality() NodeFunctionality

GetNodeFunctionality returns the NodeFunctionality field value

func (*NFIdentification) GetNodeFunctionalityOk

func (o *NFIdentification) GetNodeFunctionalityOk() (*NodeFunctionality, bool)

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

func (*NFIdentification) HasNFFqdn

func (o *NFIdentification) HasNFFqdn() bool

HasNFFqdn returns a boolean if a field has been set.

func (*NFIdentification) HasNFIPv4Address

func (o *NFIdentification) HasNFIPv4Address() bool

HasNFIPv4Address returns a boolean if a field has been set.

func (*NFIdentification) HasNFIPv6Address

func (o *NFIdentification) HasNFIPv6Address() bool

HasNFIPv6Address returns a boolean if a field has been set.

func (*NFIdentification) HasNFName

func (o *NFIdentification) HasNFName() bool

HasNFName returns a boolean if a field has been set.

func (*NFIdentification) HasNFPLMNID

func (o *NFIdentification) HasNFPLMNID() bool

HasNFPLMNID returns a boolean if a field has been set.

func (NFIdentification) MarshalJSON

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

func (*NFIdentification) SetNFFqdn

func (o *NFIdentification) SetNFFqdn(v string)

SetNFFqdn gets a reference to the given string and assigns it to the NFFqdn field.

func (*NFIdentification) SetNFIPv4Address

func (o *NFIdentification) SetNFIPv4Address(v string)

SetNFIPv4Address gets a reference to the given string and assigns it to the NFIPv4Address field.

func (*NFIdentification) SetNFIPv6Address

func (o *NFIdentification) SetNFIPv6Address(v Ipv6Addr)

SetNFIPv6Address gets a reference to the given Ipv6Addr and assigns it to the NFIPv6Address field.

func (*NFIdentification) SetNFName

func (o *NFIdentification) SetNFName(v string)

SetNFName gets a reference to the given string and assigns it to the NFName field.

func (*NFIdentification) SetNFPLMNID

func (o *NFIdentification) SetNFPLMNID(v PlmnId)

SetNFPLMNID gets a reference to the given PlmnId and assigns it to the NFPLMNID field.

func (*NFIdentification) SetNodeFunctionality

func (o *NFIdentification) SetNodeFunctionality(v NodeFunctionality)

SetNodeFunctionality sets field value

func (NFIdentification) ToMap

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

type NFType

type NFType struct {
	String *string
}

NFType NF types known to NRF

func (*NFType) MarshalJSON

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

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

func (*NFType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type NNIInformation

type NNIInformation struct {
	SessionDirection     *NNISessionDirection `json:"sessionDirection,omitempty"`
	NNIType              *NNIType             `json:"nNIType,omitempty"`
	RelationshipMode     *NNIRelationshipMode `json:"relationshipMode,omitempty"`
	NeighbourNodeAddress *IMSAddress          `json:"neighbourNodeAddress,omitempty"`
}

NNIInformation struct for NNIInformation

func NewNNIInformation

func NewNNIInformation() *NNIInformation

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

func NewNNIInformationWithDefaults

func NewNNIInformationWithDefaults() *NNIInformation

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

func (*NNIInformation) GetNNIType

func (o *NNIInformation) GetNNIType() NNIType

GetNNIType returns the NNIType field value if set, zero value otherwise.

func (*NNIInformation) GetNNITypeOk

func (o *NNIInformation) GetNNITypeOk() (*NNIType, bool)

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

func (*NNIInformation) GetNeighbourNodeAddress

func (o *NNIInformation) GetNeighbourNodeAddress() IMSAddress

GetNeighbourNodeAddress returns the NeighbourNodeAddress field value if set, zero value otherwise.

func (*NNIInformation) GetNeighbourNodeAddressOk

func (o *NNIInformation) GetNeighbourNodeAddressOk() (*IMSAddress, bool)

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

func (*NNIInformation) GetRelationshipMode

func (o *NNIInformation) GetRelationshipMode() NNIRelationshipMode

GetRelationshipMode returns the RelationshipMode field value if set, zero value otherwise.

func (*NNIInformation) GetRelationshipModeOk

func (o *NNIInformation) GetRelationshipModeOk() (*NNIRelationshipMode, bool)

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

func (*NNIInformation) GetSessionDirection

func (o *NNIInformation) GetSessionDirection() NNISessionDirection

GetSessionDirection returns the SessionDirection field value if set, zero value otherwise.

func (*NNIInformation) GetSessionDirectionOk

func (o *NNIInformation) GetSessionDirectionOk() (*NNISessionDirection, bool)

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

func (*NNIInformation) HasNNIType

func (o *NNIInformation) HasNNIType() bool

HasNNIType returns a boolean if a field has been set.

func (*NNIInformation) HasNeighbourNodeAddress

func (o *NNIInformation) HasNeighbourNodeAddress() bool

HasNeighbourNodeAddress returns a boolean if a field has been set.

func (*NNIInformation) HasRelationshipMode

func (o *NNIInformation) HasRelationshipMode() bool

HasRelationshipMode returns a boolean if a field has been set.

func (*NNIInformation) HasSessionDirection

func (o *NNIInformation) HasSessionDirection() bool

HasSessionDirection returns a boolean if a field has been set.

func (NNIInformation) MarshalJSON

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

func (*NNIInformation) SetNNIType

func (o *NNIInformation) SetNNIType(v NNIType)

SetNNIType gets a reference to the given NNIType and assigns it to the NNIType field.

func (*NNIInformation) SetNeighbourNodeAddress

func (o *NNIInformation) SetNeighbourNodeAddress(v IMSAddress)

SetNeighbourNodeAddress gets a reference to the given IMSAddress and assigns it to the NeighbourNodeAddress field.

func (*NNIInformation) SetRelationshipMode

func (o *NNIInformation) SetRelationshipMode(v NNIRelationshipMode)

SetRelationshipMode gets a reference to the given NNIRelationshipMode and assigns it to the RelationshipMode field.

func (*NNIInformation) SetSessionDirection

func (o *NNIInformation) SetSessionDirection(v NNISessionDirection)

SetSessionDirection gets a reference to the given NNISessionDirection and assigns it to the SessionDirection field.

func (NNIInformation) ToMap

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

type NNIRelationshipMode

type NNIRelationshipMode struct {
	String *string
}

NNIRelationshipMode struct for NNIRelationshipMode

func (*NNIRelationshipMode) MarshalJSON

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

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

func (*NNIRelationshipMode) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type NNISessionDirection

type NNISessionDirection struct {
	String *string
}

NNISessionDirection struct for NNISessionDirection

func (*NNISessionDirection) MarshalJSON

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

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

func (*NNISessionDirection) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type NNIType

type NNIType struct {
	String *string
}

NNIType struct for NNIType

func (*NNIType) MarshalJSON

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

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

func (*NNIType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type NSMChargingInformation

type NSMChargingInformation struct {
	ManagementOperation                     ManagementOperation                 `json:"managementOperation"`
	IdNetworkSliceInstance                  *string                             `json:"idNetworkSliceInstance,omitempty"`
	ListOfserviceProfileChargingInformation []ServiceProfileChargingInformation `json:"listOfserviceProfileChargingInformation,omitempty"`
	ManagementOperationStatus               *ManagementOperationStatus          `json:"managementOperationStatus,omitempty"`
}

NSMChargingInformation struct for NSMChargingInformation

func NewNSMChargingInformation

func NewNSMChargingInformation(managementOperation ManagementOperation) *NSMChargingInformation

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

func NewNSMChargingInformationWithDefaults

func NewNSMChargingInformationWithDefaults() *NSMChargingInformation

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

func (*NSMChargingInformation) GetIdNetworkSliceInstance

func (o *NSMChargingInformation) GetIdNetworkSliceInstance() string

GetIdNetworkSliceInstance returns the IdNetworkSliceInstance field value if set, zero value otherwise.

func (*NSMChargingInformation) GetIdNetworkSliceInstanceOk

func (o *NSMChargingInformation) GetIdNetworkSliceInstanceOk() (*string, bool)

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

func (*NSMChargingInformation) GetListOfserviceProfileChargingInformation

func (o *NSMChargingInformation) GetListOfserviceProfileChargingInformation() []ServiceProfileChargingInformation

GetListOfserviceProfileChargingInformation returns the ListOfserviceProfileChargingInformation field value if set, zero value otherwise.

func (*NSMChargingInformation) GetListOfserviceProfileChargingInformationOk

func (o *NSMChargingInformation) GetListOfserviceProfileChargingInformationOk() ([]ServiceProfileChargingInformation, bool)

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

func (*NSMChargingInformation) GetManagementOperation

func (o *NSMChargingInformation) GetManagementOperation() ManagementOperation

GetManagementOperation returns the ManagementOperation field value

func (*NSMChargingInformation) GetManagementOperationOk

func (o *NSMChargingInformation) GetManagementOperationOk() (*ManagementOperation, bool)

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

func (*NSMChargingInformation) GetManagementOperationStatus

func (o *NSMChargingInformation) GetManagementOperationStatus() ManagementOperationStatus

GetManagementOperationStatus returns the ManagementOperationStatus field value if set, zero value otherwise.

func (*NSMChargingInformation) GetManagementOperationStatusOk

func (o *NSMChargingInformation) GetManagementOperationStatusOk() (*ManagementOperationStatus, bool)

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

func (*NSMChargingInformation) HasIdNetworkSliceInstance

func (o *NSMChargingInformation) HasIdNetworkSliceInstance() bool

HasIdNetworkSliceInstance returns a boolean if a field has been set.

func (*NSMChargingInformation) HasListOfserviceProfileChargingInformation

func (o *NSMChargingInformation) HasListOfserviceProfileChargingInformation() bool

HasListOfserviceProfileChargingInformation returns a boolean if a field has been set.

func (*NSMChargingInformation) HasManagementOperationStatus

func (o *NSMChargingInformation) HasManagementOperationStatus() bool

HasManagementOperationStatus returns a boolean if a field has been set.

func (NSMChargingInformation) MarshalJSON

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

func (*NSMChargingInformation) SetIdNetworkSliceInstance

func (o *NSMChargingInformation) SetIdNetworkSliceInstance(v string)

SetIdNetworkSliceInstance gets a reference to the given string and assigns it to the IdNetworkSliceInstance field.

func (*NSMChargingInformation) SetListOfserviceProfileChargingInformation

func (o *NSMChargingInformation) SetListOfserviceProfileChargingInformation(v []ServiceProfileChargingInformation)

SetListOfserviceProfileChargingInformation gets a reference to the given []ServiceProfileChargingInformation and assigns it to the ListOfserviceProfileChargingInformation field.

func (*NSMChargingInformation) SetManagementOperation

func (o *NSMChargingInformation) SetManagementOperation(v ManagementOperation)

SetManagementOperation sets field value

func (*NSMChargingInformation) SetManagementOperationStatus

func (o *NSMChargingInformation) SetManagementOperationStatus(v ManagementOperationStatus)

SetManagementOperationStatus gets a reference to the given ManagementOperationStatus and assigns it to the ManagementOperationStatus field.

func (NSMChargingInformation) ToMap

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

type NSPAChargingInformation

type NSPAChargingInformation struct {
	SingleNSSAI Snssai `json:"singleNSSAI"`
}

NSPAChargingInformation struct for NSPAChargingInformation

func NewNSPAChargingInformation

func NewNSPAChargingInformation(singleNSSAI Snssai) *NSPAChargingInformation

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

func NewNSPAChargingInformationWithDefaults

func NewNSPAChargingInformationWithDefaults() *NSPAChargingInformation

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

func (*NSPAChargingInformation) GetSingleNSSAI

func (o *NSPAChargingInformation) GetSingleNSSAI() Snssai

GetSingleNSSAI returns the SingleNSSAI field value

func (*NSPAChargingInformation) GetSingleNSSAIOk

func (o *NSPAChargingInformation) GetSingleNSSAIOk() (*Snssai, bool)

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

func (NSPAChargingInformation) MarshalJSON

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

func (*NSPAChargingInformation) SetSingleNSSAI

func (o *NSPAChargingInformation) SetSingleNSSAI(v Snssai)

SetSingleNSSAI sets field value

func (NSPAChargingInformation) ToMap

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

type NSPAContainerInformation

type NSPAContainerInformation struct {
	Latency                          *int32                 `json:"latency,omitempty"`
	Throughput                       *Throughput            `json:"throughput,omitempty"`
	MaximumPacketLossRate            *string                `json:"maximumPacketLossRate,omitempty"`
	ServiceExperienceStatisticsData  *ServiceExperienceInfo `json:"serviceExperienceStatisticsData,omitempty"`
	TheNumberOfPDUSessions           *int32                 `json:"theNumberOfPDUSessions,omitempty"`
	TheNumberOfRegisteredSubscribers *int32                 `json:"theNumberOfRegisteredSubscribers,omitempty"`
	LoadLevel                        *NsiLoadLevelInfo      `json:"loadLevel,omitempty"`
}

NSPAContainerInformation struct for NSPAContainerInformation

func NewNSPAContainerInformation

func NewNSPAContainerInformation() *NSPAContainerInformation

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

func NewNSPAContainerInformationWithDefaults

func NewNSPAContainerInformationWithDefaults() *NSPAContainerInformation

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

func (*NSPAContainerInformation) GetLatency

func (o *NSPAContainerInformation) GetLatency() int32

GetLatency returns the Latency field value if set, zero value otherwise.

func (*NSPAContainerInformation) GetLatencyOk

func (o *NSPAContainerInformation) GetLatencyOk() (*int32, bool)

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

func (*NSPAContainerInformation) GetLoadLevel

func (o *NSPAContainerInformation) GetLoadLevel() NsiLoadLevelInfo

GetLoadLevel returns the LoadLevel field value if set, zero value otherwise.

func (*NSPAContainerInformation) GetLoadLevelOk

func (o *NSPAContainerInformation) GetLoadLevelOk() (*NsiLoadLevelInfo, bool)

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

func (*NSPAContainerInformation) GetMaximumPacketLossRate

func (o *NSPAContainerInformation) GetMaximumPacketLossRate() string

GetMaximumPacketLossRate returns the MaximumPacketLossRate field value if set, zero value otherwise.

func (*NSPAContainerInformation) GetMaximumPacketLossRateOk

func (o *NSPAContainerInformation) GetMaximumPacketLossRateOk() (*string, bool)

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

func (*NSPAContainerInformation) GetServiceExperienceStatisticsData

func (o *NSPAContainerInformation) GetServiceExperienceStatisticsData() ServiceExperienceInfo

GetServiceExperienceStatisticsData returns the ServiceExperienceStatisticsData field value if set, zero value otherwise.

func (*NSPAContainerInformation) GetServiceExperienceStatisticsDataOk

func (o *NSPAContainerInformation) GetServiceExperienceStatisticsDataOk() (*ServiceExperienceInfo, bool)

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

func (*NSPAContainerInformation) GetTheNumberOfPDUSessions

func (o *NSPAContainerInformation) GetTheNumberOfPDUSessions() int32

GetTheNumberOfPDUSessions returns the TheNumberOfPDUSessions field value if set, zero value otherwise.

func (*NSPAContainerInformation) GetTheNumberOfPDUSessionsOk

func (o *NSPAContainerInformation) GetTheNumberOfPDUSessionsOk() (*int32, bool)

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

func (*NSPAContainerInformation) GetTheNumberOfRegisteredSubscribers

func (o *NSPAContainerInformation) GetTheNumberOfRegisteredSubscribers() int32

GetTheNumberOfRegisteredSubscribers returns the TheNumberOfRegisteredSubscribers field value if set, zero value otherwise.

func (*NSPAContainerInformation) GetTheNumberOfRegisteredSubscribersOk

func (o *NSPAContainerInformation) GetTheNumberOfRegisteredSubscribersOk() (*int32, bool)

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

func (*NSPAContainerInformation) GetThroughput

func (o *NSPAContainerInformation) GetThroughput() Throughput

GetThroughput returns the Throughput field value if set, zero value otherwise.

func (*NSPAContainerInformation) GetThroughputOk

func (o *NSPAContainerInformation) GetThroughputOk() (*Throughput, bool)

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

func (*NSPAContainerInformation) HasLatency

func (o *NSPAContainerInformation) HasLatency() bool

HasLatency returns a boolean if a field has been set.

func (*NSPAContainerInformation) HasLoadLevel

func (o *NSPAContainerInformation) HasLoadLevel() bool

HasLoadLevel returns a boolean if a field has been set.

func (*NSPAContainerInformation) HasMaximumPacketLossRate

func (o *NSPAContainerInformation) HasMaximumPacketLossRate() bool

HasMaximumPacketLossRate returns a boolean if a field has been set.

func (*NSPAContainerInformation) HasServiceExperienceStatisticsData

func (o *NSPAContainerInformation) HasServiceExperienceStatisticsData() bool

HasServiceExperienceStatisticsData returns a boolean if a field has been set.

func (*NSPAContainerInformation) HasTheNumberOfPDUSessions

func (o *NSPAContainerInformation) HasTheNumberOfPDUSessions() bool

HasTheNumberOfPDUSessions returns a boolean if a field has been set.

func (*NSPAContainerInformation) HasTheNumberOfRegisteredSubscribers

func (o *NSPAContainerInformation) HasTheNumberOfRegisteredSubscribers() bool

HasTheNumberOfRegisteredSubscribers returns a boolean if a field has been set.

func (*NSPAContainerInformation) HasThroughput

func (o *NSPAContainerInformation) HasThroughput() bool

HasThroughput returns a boolean if a field has been set.

func (NSPAContainerInformation) MarshalJSON

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

func (*NSPAContainerInformation) SetLatency

func (o *NSPAContainerInformation) SetLatency(v int32)

SetLatency gets a reference to the given int32 and assigns it to the Latency field.

func (*NSPAContainerInformation) SetLoadLevel

func (o *NSPAContainerInformation) SetLoadLevel(v NsiLoadLevelInfo)

SetLoadLevel gets a reference to the given NsiLoadLevelInfo and assigns it to the LoadLevel field.

func (*NSPAContainerInformation) SetMaximumPacketLossRate

func (o *NSPAContainerInformation) SetMaximumPacketLossRate(v string)

SetMaximumPacketLossRate gets a reference to the given string and assigns it to the MaximumPacketLossRate field.

func (*NSPAContainerInformation) SetServiceExperienceStatisticsData

func (o *NSPAContainerInformation) SetServiceExperienceStatisticsData(v ServiceExperienceInfo)

SetServiceExperienceStatisticsData gets a reference to the given ServiceExperienceInfo and assigns it to the ServiceExperienceStatisticsData field.

func (*NSPAContainerInformation) SetTheNumberOfPDUSessions

func (o *NSPAContainerInformation) SetTheNumberOfPDUSessions(v int32)

SetTheNumberOfPDUSessions gets a reference to the given int32 and assigns it to the TheNumberOfPDUSessions field.

func (*NSPAContainerInformation) SetTheNumberOfRegisteredSubscribers

func (o *NSPAContainerInformation) SetTheNumberOfRegisteredSubscribers(v int32)

SetTheNumberOfRegisteredSubscribers gets a reference to the given int32 and assigns it to the TheNumberOfRegisteredSubscribers field.

func (*NSPAContainerInformation) SetThroughput

func (o *NSPAContainerInformation) SetThroughput(v Throughput)

SetThroughput gets a reference to the given Throughput and assigns it to the Throughput field.

func (NSPAContainerInformation) ToMap

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

type NSSAIMap

type NSSAIMap struct {
	ServingSnssai Snssai `json:"servingSnssai"`
	HomeSnssai    Snssai `json:"homeSnssai"`
}

NSSAIMap struct for NSSAIMap

func NewNSSAIMap

func NewNSSAIMap(servingSnssai Snssai, homeSnssai Snssai) *NSSAIMap

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

func NewNSSAIMapWithDefaults

func NewNSSAIMapWithDefaults() *NSSAIMap

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

func (*NSSAIMap) GetHomeSnssai

func (o *NSSAIMap) GetHomeSnssai() Snssai

GetHomeSnssai returns the HomeSnssai field value

func (*NSSAIMap) GetHomeSnssaiOk

func (o *NSSAIMap) GetHomeSnssaiOk() (*Snssai, bool)

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

func (*NSSAIMap) GetServingSnssai

func (o *NSSAIMap) GetServingSnssai() Snssai

GetServingSnssai returns the ServingSnssai field value

func (*NSSAIMap) GetServingSnssaiOk

func (o *NSSAIMap) GetServingSnssaiOk() (*Snssai, bool)

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

func (NSSAIMap) MarshalJSON

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

func (*NSSAIMap) SetHomeSnssai

func (o *NSSAIMap) SetHomeSnssai(v Snssai)

SetHomeSnssai sets field value

func (*NSSAIMap) SetServingSnssai

func (o *NSSAIMap) SetServingSnssai(v Snssai)

SetServingSnssai sets field value

func (NSSAIMap) ToMap

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

type Ncgi

type Ncgi struct {
	PlmnId PlmnId `json:"plmnId"`
	// 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413,  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 Cell Id shall appear first in the string, and  the character representing the 4 least significant bit of the Cell Id shall appear last in the  string.
	NrCellId string `json:"nrCellId"`
	// 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"`
}

Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003

func NewNcgi

func NewNcgi(plmnId PlmnId, nrCellId string) *Ncgi

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

func NewNcgiWithDefaults

func NewNcgiWithDefaults() *Ncgi

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

func (*Ncgi) GetNid

func (o *Ncgi) GetNid() string

GetNid returns the Nid field value if set, zero value otherwise.

func (*Ncgi) GetNidOk

func (o *Ncgi) 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 (*Ncgi) GetNrCellId

func (o *Ncgi) GetNrCellId() string

GetNrCellId returns the NrCellId field value

func (*Ncgi) GetNrCellIdOk

func (o *Ncgi) GetNrCellIdOk() (*string, bool)

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

func (*Ncgi) GetPlmnId

func (o *Ncgi) GetPlmnId() PlmnId

GetPlmnId returns the PlmnId field value

func (*Ncgi) GetPlmnIdOk

func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)

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

func (*Ncgi) HasNid

func (o *Ncgi) HasNid() bool

HasNid returns a boolean if a field has been set.

func (Ncgi) MarshalJSON

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

func (*Ncgi) SetNid

func (o *Ncgi) SetNid(v string)

SetNid gets a reference to the given string and assigns it to the Nid field.

func (*Ncgi) SetNrCellId

func (o *Ncgi) SetNrCellId(v string)

SetNrCellId sets field value

func (*Ncgi) SetPlmnId

func (o *Ncgi) SetPlmnId(v PlmnId)

SetPlmnId sets field value

func (Ncgi) ToMap

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

type NetworkAreaInfo

type NetworkAreaInfo struct {
	// Contains a list of E-UTRA cell identities.
	Ecgis []Ecgi `json:"ecgis,omitempty"`
	// Contains a list of NR cell identities.
	Ncgis []Ncgi `json:"ncgis,omitempty"`
	// Contains a list of NG RAN nodes.
	GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"`
	// Contains a list of tracking area identities.
	Tais []Tai `json:"tais,omitempty"`
}

NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.

func NewNetworkAreaInfo

func NewNetworkAreaInfo() *NetworkAreaInfo

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

func NewNetworkAreaInfoWithDefaults

func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo

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

func (*NetworkAreaInfo) GetEcgis

func (o *NetworkAreaInfo) GetEcgis() []Ecgi

GetEcgis returns the Ecgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetEcgisOk

func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)

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

func (*NetworkAreaInfo) GetGRanNodeIds

func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId

GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetGRanNodeIdsOk

func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)

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

func (*NetworkAreaInfo) GetNcgis

func (o *NetworkAreaInfo) GetNcgis() []Ncgi

GetNcgis returns the Ncgis field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetNcgisOk

func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)

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

func (*NetworkAreaInfo) GetTais

func (o *NetworkAreaInfo) GetTais() []Tai

GetTais returns the Tais field value if set, zero value otherwise.

func (*NetworkAreaInfo) GetTaisOk

func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)

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

func (*NetworkAreaInfo) HasEcgis

func (o *NetworkAreaInfo) HasEcgis() bool

HasEcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasGRanNodeIds

func (o *NetworkAreaInfo) HasGRanNodeIds() bool

HasGRanNodeIds returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasNcgis

func (o *NetworkAreaInfo) HasNcgis() bool

HasNcgis returns a boolean if a field has been set.

func (*NetworkAreaInfo) HasTais

func (o *NetworkAreaInfo) HasTais() bool

HasTais returns a boolean if a field has been set.

func (NetworkAreaInfo) MarshalJSON

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

func (*NetworkAreaInfo) SetEcgis

func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)

SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.

func (*NetworkAreaInfo) SetGRanNodeIds

func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)

SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.

func (*NetworkAreaInfo) SetNcgis

func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)

SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.

func (*NetworkAreaInfo) SetTais

func (o *NetworkAreaInfo) SetTais(v []Tai)

SetTais gets a reference to the given []Tai and assigns it to the Tais field.

func (NetworkAreaInfo) ToMap

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

type NetworkSlicingInfo

type NetworkSlicingInfo struct {
	SNSSAI Snssai `json:"sNSSAI"`
}

NetworkSlicingInfo struct for NetworkSlicingInfo

func NewNetworkSlicingInfo

func NewNetworkSlicingInfo(sNSSAI Snssai) *NetworkSlicingInfo

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

func NewNetworkSlicingInfoWithDefaults

func NewNetworkSlicingInfoWithDefaults() *NetworkSlicingInfo

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

func (*NetworkSlicingInfo) GetSNSSAI

func (o *NetworkSlicingInfo) GetSNSSAI() Snssai

GetSNSSAI returns the SNSSAI field value

func (*NetworkSlicingInfo) GetSNSSAIOk

func (o *NetworkSlicingInfo) GetSNSSAIOk() (*Snssai, bool)

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

func (NetworkSlicingInfo) MarshalJSON

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

func (*NetworkSlicingInfo) SetSNSSAI

func (o *NetworkSlicingInfo) SetSNSSAI(v Snssai)

SetSNSSAI sets field value

func (NetworkSlicingInfo) ToMap

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

type NgApCause

type NgApCause struct {
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Group int32 `json:"group"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Value int32 `json:"value"`
}

NgApCause Represents the NGAP cause.

func NewNgApCause

func NewNgApCause(group int32, value int32) *NgApCause

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

func NewNgApCauseWithDefaults

func NewNgApCauseWithDefaults() *NgApCause

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

func (*NgApCause) GetGroup

func (o *NgApCause) GetGroup() int32

GetGroup returns the Group field value

func (*NgApCause) GetGroupOk

func (o *NgApCause) GetGroupOk() (*int32, bool)

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

func (*NgApCause) GetValue

func (o *NgApCause) GetValue() int32

GetValue returns the Value field value

func (*NgApCause) GetValueOk

func (o *NgApCause) GetValueOk() (*int32, bool)

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

func (NgApCause) MarshalJSON

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

func (*NgApCause) SetGroup

func (o *NgApCause) SetGroup(v int32)

SetGroup sets field value

func (*NgApCause) SetValue

func (o *NgApCause) SetValue(v int32)

SetValue sets field value

func (NgApCause) ToMap

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

type NodeFunctionality

type NodeFunctionality struct {
	String *string
}

NodeFunctionality struct for NodeFunctionality

func (*NodeFunctionality) MarshalJSON

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

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

func (*NodeFunctionality) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type NotificationType

type NotificationType struct {
	String *string
}

NotificationType struct for NotificationType

func (*NotificationType) MarshalJSON

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

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

func (*NotificationType) UnmarshalJSON

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

Unmarshal JSON data into any of the pointers in the struct

type NrLocation

type NrLocation struct {
	Tai        Tai   `json:"tai"`
	Ncgi       Ncgi  `json:"ncgi"`
	IgnoreNcgi *bool `json:"ignoreNcgi,omitempty"`
	// The value represents the elapsed time in minutes since the last network contact of the mobile station. Value \"0\" indicates that the location information was obtained after a successful paging procedure for Active Location Retrieval when the UE is in idle mode or after a successful  NG-RAN location reporting procedure with the eNB when the UE is in connected mode. Any other value than \"0\" indicates that the location information is the last known one. See 3GPP TS 29.002 clause 17.7.8.
	AgeOfLocationInformation *int32 `json:"ageOfLocationInformation,omitempty"`
	// string with format 'date-time' as defined in OpenAPI.
	UeLocationTimestamp *time.Time `json:"ueLocationTimestamp,omitempty"`
	// Refer to geographical Information. See 3GPP TS 23.032 clause 7.3.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
	GeographicalInformation *string `json:"geographicalInformation,omitempty"`
	// Refers to Calling Geodetic Location. See ITU-T Recommendation Q.763 (1999) [24] clause 3.88.2. Only the description of an ellipsoid point with uncertainty circle is allowed to be used.
	GeodeticInformation *string          `json:"geodeticInformation,omitempty"`
	GlobalGnbId         *GlobalRanNodeId `json:"globalGnbId,omitempty"`
}

NrLocation Contains the NR user location.

func NewNrLocation

func NewNrLocation(tai Tai, ncgi Ncgi) *NrLocation

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

func NewNrLocationWithDefaults

func NewNrLocationWithDefaults() *NrLocation

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

func (*NrLocation) GetAgeOfLocationInformation

func (o *NrLocation) GetAgeOfLocationInformation() int32

GetAgeOfLocationInformation returns the AgeOfLocationInformation field value if set, zero value otherwise.

func (*NrLocation) GetAgeOfLocationInformationOk

func (o *NrLocation) GetAgeOfLocationInformationOk() (*int32, bool)

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

func (*NrLocation) GetGeodeticInformation

func (o *NrLocation) GetGeodeticInformation() string

GetGeodeticInformation returns the GeodeticInformation field value if set, zero value otherwise.

func (*NrLocation) GetGeodeticInformationOk

func (o *NrLocation) GetGeodeticInformationOk() (*string, bool)

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

func (*NrLocation) GetGeographicalInformation

func (o *NrLocation) GetGeographicalInformation() string

GetGeographicalInformation returns the GeographicalInformation field value if set, zero value otherwise.

func (*NrLocation) GetGeographicalInformationOk

func (o *NrLocation) GetGeographicalInformationOk() (*string, bool)

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

func (*NrLocation) GetGlobalGnbId

func (o *NrLocation) GetGlobalGnbId() GlobalRanNodeId

GetGlobalGnbId returns the GlobalGnbId field value if set, zero value otherwise.

func (*NrLocation) GetGlobalGnbIdOk

func (o *NrLocation) GetGlobalGnbIdOk() (*GlobalRanNodeId, bool)

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

func (*NrLocation) GetIgnoreNcgi

func (o *NrLocation) GetIgnoreNcgi() bool

GetIgnoreNcgi returns the IgnoreNcgi field value if set, zero value otherwise.

func (*NrLocation) GetIgnoreNcgiOk

func (o *NrLocation) GetIgnoreNcgiOk() (*bool, bool)

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

func (*NrLocation) GetNcgi

func (o *NrLocation) GetNcgi() Ncgi

GetNcgi returns the Ncgi field value

func (*NrLocation) GetNcgiOk

func (o *NrLocation) GetNcgiOk() (*Ncgi, bool)

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

func (*NrLocation) GetTai

func (o *NrLocation) GetTai() Tai

GetTai returns the Tai field value

func (*NrLocation) GetTaiOk

func (o *NrLocation) GetTaiOk() (*Tai, bool)

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

func (*NrLocation) GetUeLocationTimestamp

func (o *NrLocation) GetUeLocationTimestamp() time.Time

GetUeLocationTimestamp returns the UeLocationTimestamp field value if set, zero value otherwise.

func (*NrLocation) GetUeLocationTimestampOk

func (o *NrLocation) GetUeLocationTimestampOk() (*time.Time, bool)

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

func (*NrLocation) HasAgeOfLocationInformation

func (o *NrLocation) HasAgeOfLocationInformation() bool

HasAgeOfLocationInformation returns a boolean if a field has been set.

func (*NrLocation) HasGeodeticInformation

func (o *NrLocation) HasGeodeticInformation() bool

HasGeodeticInformation returns a boolean if a field has been set.

func (*NrLocation) HasGeographicalInformation

func (o *NrLocation) HasGeographicalInformation() bool

HasGeographicalInformation returns a boolean if a field has been set.

func (*NrLocation) HasGlobalGnbId

func (o *NrLocation) HasGlobalGnbId() bool

HasGlobalGnbId returns a boolean if a field has been set.

func (*NrLocation) HasIgnoreNcgi

func (o *NrLocation) HasIgnoreNcgi() bool

HasIgnoreNcgi returns a boolean if a field has been set.

func (*NrLocation) HasUeLocationTimestamp

func (o *NrLocation) HasUeLocationTimestamp() bool

HasUeLocationTimestamp returns a boolean if a field has been set.

func (NrLocation) MarshalJSON

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

func (*NrLocation) SetAgeOfLocationInformation

func (o *NrLocation) SetAgeOfLocationInformation(v int32)

SetAgeOfLocationInformation gets a reference to the given int32 and assigns it to the AgeOfLocationInformation field.

func (*NrLocation) SetGeodeticInformation

func (o *NrLocation) SetGeodeticInformation(v string)

SetGeodeticInformation gets a reference to the given string and assigns it to the GeodeticInformation field.

func (*NrLocation) SetGeographicalInformation

func (o *NrLocation) SetGeographicalInformation(v string)

SetGeographicalInformation gets a reference to the given string and assigns it to the GeographicalInformation field.

func (*NrLocation) SetGlobalGnbId

func (o *NrLocation) SetGlobalGnbId(v GlobalRanNodeId)

SetGlobalGnbId gets a reference to the given GlobalRanNodeId and assigns it to the GlobalGnbId field.

func (*NrLocation) SetIgnoreNcgi

func (o *NrLocation) SetIgnoreNcgi(v bool)

SetIgnoreNcgi gets a reference to the given bool and assigns it to the IgnoreNcgi field.

func (*NrLocation) SetNcgi

func (o *NrLocation) SetNcgi(v Ncgi)

SetNcgi sets field value

func (*NrLocation) SetTai

func (o *NrLocation) SetTai(v Tai)

SetTai sets field value

func (*NrLocation) SetUeLocationTimestamp

func (o *NrLocation) SetUeLocationTimestamp(v time.Time)

SetUeLocationTimestamp gets a reference to the given time.Time and assigns it to the UeLocationTimestamp field.

func (NrLocation) ToMap

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

type NsiLoadLevelInfo

type NsiLoadLevelInfo struct {
	// Load level information of the network slice and the optionally associated network slice  instance.
	LoadLevelInformation int32  `json:"loadLevelInformation"`
	Snssai               Snssai `json:"snssai"`
	// Contains the Identifier of the selected Network Slice instance
	NsiId    *string        `json:"nsiId,omitempty"`
	ResUsage *ResourceUsage `json:"resUsage,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	NumOfExceedLoadLevelThr *int32           `json:"numOfExceedLoadLevelThr,omitempty"`
	ExceedLoadLevelThrInd   *bool            `json:"exceedLoadLevelThrInd,omitempty"`
	NetworkArea             *NetworkAreaInfo `json:"networkArea,omitempty"`
	TimePeriod              *TimeWindow      `json:"timePeriod,omitempty"`
	// Each element indicates the time elapsed between times each threshold is met or exceeded or crossed. The start time and end time are the exact time stamps of the resource usage threshold is reached or exceeded. May be present if the \"listOfAnaSubsets\" attribute is  provided and the maximum number of instances shall not exceed the value provided in the  \"numOfExceedLoadLevelThr\" attribute.
	ResUsgThrCrossTimePeriod []TimeWindow   `json:"resUsgThrCrossTimePeriod,omitempty"`
	NumOfUes                 *NumberAverage `json:"numOfUes,omitempty"`
	NumOfPduSess             *NumberAverage `json:"numOfPduSess,omitempty"`
	// Unsigned Integer, i.e. only value 0 and integers above 0 are permissible.
	Confidence *int32 `json:"confidence,omitempty"`
}

NsiLoadLevelInfo Represents the network slice and optionally the associated network slice instance and the load level information.

func NewNsiLoadLevelInfo

func NewNsiLoadLevelInfo(loadLevelInformation int32, snssai Snssai) *NsiLoadLevelInfo

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

func NewNsiLoadLevelInfoWithDefaults

func NewNsiLoadLevelInfoWithDefaults() *NsiLoadLevelInfo

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

func (*NsiLoadLevelInfo) GetConfidence

func (o *NsiLoadLevelInfo) GetConfidence() int32

GetConfidence returns the Confidence field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetConfidenceOk

func (o *NsiLoadLevelInfo) GetConfidenceOk() (*int32, bool)

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

func (*NsiLoadLevelInfo) GetExceedLoadLevelThrInd

func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrInd() bool

GetExceedLoadLevelThrInd returns the ExceedLoadLevelThrInd field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk

func (o *NsiLoadLevelInfo) GetExceedLoadLevelThrIndOk() (*bool, bool)

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

func (*NsiLoadLevelInfo) GetLoadLevelInformation

func (o *NsiLoadLevelInfo) GetLoadLevelInformation() int32

GetLoadLevelInformation returns the LoadLevelInformation field value

func (*NsiLoadLevelInfo) GetLoadLevelInformationOk

func (o *NsiLoadLevelInfo) GetLoadLevelInformationOk() (*int32, bool)

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

func (*NsiLoadLevelInfo) GetNetworkArea

func (o *NsiLoadLevelInfo) GetNetworkArea() NetworkAreaInfo

GetNetworkArea returns the NetworkArea field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetNetworkAreaOk

func (o *NsiLoadLevelInfo) GetNetworkAreaOk() (*NetworkAreaInfo, bool)

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

func (*NsiLoadLevelInfo) GetNsiId

func (o *NsiLoadLevelInfo) GetNsiId() string

GetNsiId returns the NsiId field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetNsiIdOk

func (o *NsiLoadLevelInfo) GetNsiIdOk() (*string, bool)

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

func (*NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr

func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThr() int32

GetNumOfExceedLoadLevelThr returns the NumOfExceedLoadLevelThr field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk

func (o *NsiLoadLevelInfo) GetNumOfExceedLoadLevelThrOk() (*int32, bool)

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

func (*NsiLoadLevelInfo) GetNumOfPduSess

func (o *NsiLoadLevelInfo) GetNumOfPduSess() NumberAverage

GetNumOfPduSess returns the NumOfPduSess field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetNumOfPduSessOk

func (o *NsiLoadLevelInfo) GetNumOfPduSessOk() (*NumberAverage, bool)

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

func (*NsiLoadLevelInfo) GetNumOfUes

func (o *NsiLoadLevelInfo) GetNumOfUes() NumberAverage

GetNumOfUes returns the NumOfUes field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetNumOfUesOk

func (o *NsiLoadLevelInfo) GetNumOfUesOk() (*NumberAverage, bool)

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

func (*NsiLoadLevelInfo) GetResUsage

func (o *NsiLoadLevelInfo) GetResUsage() ResourceUsage

GetResUsage returns the ResUsage field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetResUsageOk

func (o *NsiLoadLevelInfo) GetResUsageOk() (*ResourceUsage, bool)

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

func (*NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod

func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriod() []TimeWindow

GetResUsgThrCrossTimePeriod returns the ResUsgThrCrossTimePeriod field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk

func (o *NsiLoadLevelInfo) GetResUsgThrCrossTimePeriodOk() ([]TimeWindow, bool)

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

func (*NsiLoadLevelInfo) GetSnssai

func (o *NsiLoadLevelInfo) GetSnssai() Snssai

GetSnssai returns the Snssai field value

func (*NsiLoadLevelInfo) GetSnssaiOk

func (o *NsiLoadLevelInfo) GetSnssaiOk() (*Snssai, bool)

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

func (*NsiLoadLevelInfo) GetTimePeriod

func (o *NsiLoadLevelInfo) GetTimePeriod() TimeWindow

GetTimePeriod returns the TimePeriod field value if set, zero value otherwise.

func (*NsiLoadLevelInfo) GetTimePeriodOk

func (o *NsiLoadLevelInfo) GetTimePeriodOk() (*TimeWindow, bool)

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

func (*NsiLoadLevelInfo) HasConfidence

func (o *NsiLoadLevelInfo) HasConfidence() bool

HasConfidence returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasExceedLoadLevelThrInd

func (o *NsiLoadLevelInfo) HasExceedLoadLevelThrInd() bool

HasExceedLoadLevelThrInd returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasNetworkArea

func (o *NsiLoadLevelInfo) HasNetworkArea() bool

HasNetworkArea returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasNsiId

func (o *NsiLoadLevelInfo) HasNsiId() bool

HasNsiId returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr

func (o *NsiLoadLevelInfo) HasNumOfExceedLoadLevelThr() bool

HasNumOfExceedLoadLevelThr returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasNumOfPduSess

func (o *NsiLoadLevelInfo) HasNumOfPduSess() bool

HasNumOfPduSess returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasNumOfUes

func (o *NsiLoadLevelInfo) HasNumOfUes() bool

HasNumOfUes returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasResUsage

func (o *NsiLoadLevelInfo) HasResUsage() bool

HasResUsage returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod

func (o *NsiLoadLevelInfo) HasResUsgThrCrossTimePeriod() bool

HasResUsgThrCrossTimePeriod returns a boolean if a field has been set.

func (*NsiLoadLevelInfo) HasTimePeriod

func (o *NsiLoadLevelInfo) HasTimePeriod() bool

HasTimePeriod returns a boolean if a field has been set.

func (NsiLoadLevelInfo) MarshalJSON

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

func (*NsiLoadLevelInfo) SetConfidence

func (o *NsiLoadLevelInfo) SetConfidence(v int32)

SetConfidence gets a reference to the given int32 and assigns it to the Confidence field.

func (*NsiLoadLevelInfo) SetExceedLoadLevelThrInd

func (o *NsiLoadLevelInfo) SetExceedLoadLevelThrInd(v bool)

SetExceedLoadLevelThrInd gets a reference to the given bool and assigns it to the ExceedLoadLevelThrInd field.

func (*NsiLoadLevelInfo) SetLoadLevelInformation

func (o *NsiLoadLevelInfo) SetLoadLevelInformation(v int32)

SetLoadLevelInformation sets field value

func (*NsiLoadLevelInfo) SetNetworkArea

func (o *NsiLoadLevelInfo) SetNetworkArea(v NetworkAreaInfo)

SetNetworkArea gets a reference to the given NetworkAreaInfo and assigns it to the NetworkArea field.

func (*NsiLoadLevelInfo) SetNsiId

func (o *NsiLoadLevelInfo) SetNsiId(v string)

SetNsiId gets a reference to the given string and assigns it to the NsiId field.

func (*NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr

func (o *NsiLoadLevelInfo) SetNumOfExceedLoadLevelThr(v int32)

SetNumOfExceedLoadLevelThr gets a reference to the given int32 and assigns it to the NumOfExceedLoadLevelThr field.

func (*NsiLoadLevelInfo) SetNumOfPduSess

func (o *NsiLoadLevelInfo) SetNumOfPduSess(v NumberAverage)

SetNumOfPduSess gets a reference to the given NumberAverage and assigns it to the NumOfPduSess field.

func (*NsiLoadLevelInfo) SetNumOfUes

func (o *NsiLoadLevelInfo) SetNumOfUes(v NumberAverage)

SetNumOfUes gets a reference to the given NumberAverage and assigns it to the NumOfUes field.

func (*NsiLoadLevelInfo) SetResUsage

func (o *NsiLoadLevelInfo) SetResUsage(v ResourceUsage)

SetResUsage gets a reference to the given ResourceUsage and assigns it to the ResUsage field.

func (*NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod

func (o *NsiLoadLevelInfo) SetResUsgThrCrossTimePeriod(v []TimeWindow)

SetResUsgThrCrossTimePeriod gets a reference to the given []TimeWindow and assigns it to the ResUsgThrCrossTimePeriod field.

func (*NsiLoadLevelInfo) SetSnssai

func (o *NsiLoadLevelInfo) SetSnssai(v Snssai)

SetSnssai sets field value

func (*NsiLoadLevelInfo) SetTimePeriod

func (o *NsiLoadLevelInfo) SetTimePeriod(v TimeWindow)

SetTimePeriod gets a reference to the given TimeWindow and assigns it to the TimePeriod field.

func (NsiLoadLevelInfo) ToMap

func (o NsiLoadLevelInfo) 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 NullableAPIDirection

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

func NewNullableAPIDirection

func NewNullableAPIDirection(val *APIDirection) *NullableAPIDirection

func (NullableAPIDirection) Get

func (NullableAPIDirection) IsSet

func (v NullableAPIDirection) IsSet() bool

func (NullableAPIDirection) MarshalJSON

func (v NullableAPIDirection) MarshalJSON() ([]byte, error)

func (*NullableAPIDirection) Set

func (v *NullableAPIDirection) Set(val *APIDirection)

func (*NullableAPIDirection) UnmarshalJSON

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

func (*NullableAPIDirection) Unset

func (v *NullableAPIDirection) Unset()

type NullableAccessNetworkInfoChange

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

func (NullableAccessNetworkInfoChange) Get

func (NullableAccessNetworkInfoChange) IsSet

func (NullableAccessNetworkInfoChange) MarshalJSON

func (v NullableAccessNetworkInfoChange) MarshalJSON() ([]byte, error)

func (*NullableAccessNetworkInfoChange) Set

func (*NullableAccessNetworkInfoChange) UnmarshalJSON

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

func (*NullableAccessNetworkInfoChange) Unset

type NullableAccessTokenErr

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

func NewNullableAccessTokenErr

func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr

func (NullableAccessTokenErr) Get

func (NullableAccessTokenErr) IsSet

func (v NullableAccessTokenErr) IsSet() bool

func (NullableAccessTokenErr) MarshalJSON

func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenErr) Set

func (*NullableAccessTokenErr) UnmarshalJSON

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

func (*NullableAccessTokenErr) Unset

func (v *NullableAccessTokenErr) Unset()

type NullableAccessTokenReq

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

func NewNullableAccessTokenReq

func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq

func (NullableAccessTokenReq) Get

func (NullableAccessTokenReq) IsSet

func (v NullableAccessTokenReq) IsSet() bool

func (NullableAccessTokenReq) MarshalJSON

func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenReq) Set

func (*NullableAccessTokenReq) UnmarshalJSON

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

func (*NullableAccessTokenReq) Unset

func (v *NullableAccessTokenReq) Unset()

type NullableAccessTransferInformation

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

func (NullableAccessTransferInformation) Get

func (NullableAccessTransferInformation) IsSet

func (NullableAccessTransferInformation) MarshalJSON

func (v NullableAccessTransferInformation) MarshalJSON() ([]byte, error)

func (*NullableAccessTransferInformation) Set

func (*NullableAccessTransferInformation) UnmarshalJSON

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

func (*NullableAccessTransferInformation) Unset

type NullableAccessTransferType

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

func NewNullableAccessTransferType

func NewNullableAccessTransferType(val *AccessTransferType) *NullableAccessTransferType

func (NullableAccessTransferType) Get

func (NullableAccessTransferType) IsSet

func (v NullableAccessTransferType) IsSet() bool

func (NullableAccessTransferType) MarshalJSON

func (v NullableAccessTransferType) MarshalJSON() ([]byte, error)

func (*NullableAccessTransferType) Set

func (*NullableAccessTransferType) UnmarshalJSON

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

func (*NullableAccessTransferType) Unset

func (v *NullableAccessTransferType) Unset()

type NullableAccessType

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

func NewNullableAccessType

func NewNullableAccessType(val *AccessType) *NullableAccessType

func (NullableAccessType) Get

func (v NullableAccessType) Get() *AccessType

func (NullableAccessType) IsSet

func (v NullableAccessType) IsSet() bool

func (NullableAccessType) MarshalJSON

func (v NullableAccessType) MarshalJSON() ([]byte, error)

func (*NullableAccessType) Set

func (v *NullableAccessType) Set(val *AccessType)

func (*NullableAccessType) UnmarshalJSON

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

func (*NullableAccessType) Unset

func (v *NullableAccessType) Unset()

type NullableAccessTypeRm

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

func NewNullableAccessTypeRm

func NewNullableAccessTypeRm(val *AccessTypeRm) *NullableAccessTypeRm

func (NullableAccessTypeRm) Get

func (NullableAccessTypeRm) IsSet

func (v NullableAccessTypeRm) IsSet() bool

func (NullableAccessTypeRm) MarshalJSON

func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error)

func (*NullableAccessTypeRm) Set

func (v *NullableAccessTypeRm) Set(val *AccessTypeRm)

func (*NullableAccessTypeRm) UnmarshalJSON

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

func (*NullableAccessTypeRm) Unset

func (v *NullableAccessTypeRm) Unset()

type NullableAddrFqdn

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

func NewNullableAddrFqdn

func NewNullableAddrFqdn(val *AddrFqdn) *NullableAddrFqdn

func (NullableAddrFqdn) Get

func (v NullableAddrFqdn) Get() *AddrFqdn

func (NullableAddrFqdn) IsSet

func (v NullableAddrFqdn) IsSet() bool

func (NullableAddrFqdn) MarshalJSON

func (v NullableAddrFqdn) MarshalJSON() ([]byte, error)

func (*NullableAddrFqdn) Set

func (v *NullableAddrFqdn) Set(val *AddrFqdn)

func (*NullableAddrFqdn) UnmarshalJSON

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

func (*NullableAddrFqdn) Unset

func (v *NullableAddrFqdn) Unset()

type NullableAffinityAntiAffinity

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

func NewNullableAffinityAntiAffinity

func NewNullableAffinityAntiAffinity(val *AffinityAntiAffinity) *NullableAffinityAntiAffinity

func (NullableAffinityAntiAffinity) Get

func (NullableAffinityAntiAffinity) IsSet

func (NullableAffinityAntiAffinity) MarshalJSON

func (v NullableAffinityAntiAffinity) MarshalJSON() ([]byte, error)

func (*NullableAffinityAntiAffinity) Set

func (*NullableAffinityAntiAffinity) UnmarshalJSON

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

func (*NullableAffinityAntiAffinity) Unset

func (v *NullableAffinityAntiAffinity) Unset()

type NullableAmbr

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

func NewNullableAmbr

func NewNullableAmbr(val *Ambr) *NullableAmbr

func (NullableAmbr) Get

func (v NullableAmbr) Get() *Ambr

func (NullableAmbr) IsSet

func (v NullableAmbr) IsSet() bool

func (NullableAmbr) MarshalJSON

func (v NullableAmbr) MarshalJSON() ([]byte, error)

func (*NullableAmbr) Set

func (v *NullableAmbr) Set(val *Ambr)

func (*NullableAmbr) UnmarshalJSON

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

func (*NullableAmbr) Unset

func (v *NullableAmbr) Unset()

type NullableAnnouncementInformation

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

func (NullableAnnouncementInformation) Get

func (NullableAnnouncementInformation) IsSet

func (NullableAnnouncementInformation) MarshalJSON

func (v NullableAnnouncementInformation) MarshalJSON() ([]byte, error)

func (*NullableAnnouncementInformation) Set

func (*NullableAnnouncementInformation) UnmarshalJSON

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

func (*NullableAnnouncementInformation) Unset

type NullableAnnouncementPrivacyIndicator

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

func (NullableAnnouncementPrivacyIndicator) Get

func (NullableAnnouncementPrivacyIndicator) IsSet

func (NullableAnnouncementPrivacyIndicator) MarshalJSON

func (v NullableAnnouncementPrivacyIndicator) MarshalJSON() ([]byte, error)

func (*NullableAnnouncementPrivacyIndicator) Set

func (*NullableAnnouncementPrivacyIndicator) UnmarshalJSON

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

func (*NullableAnnouncementPrivacyIndicator) Unset

type NullableArea

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

func NewNullableArea

func NewNullableArea(val *Area) *NullableArea

func (NullableArea) Get

func (v NullableArea) Get() *Area

func (NullableArea) IsSet

func (v NullableArea) IsSet() bool

func (NullableArea) MarshalJSON

func (v NullableArea) MarshalJSON() ([]byte, error)

func (*NullableArea) Set

func (v *NullableArea) Set(val *Area)

func (*NullableArea) UnmarshalJSON

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

func (*NullableArea) Unset

func (v *NullableArea) 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 NullableAuthorizedDefaultQos

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

func NewNullableAuthorizedDefaultQos

func NewNullableAuthorizedDefaultQos(val *AuthorizedDefaultQos) *NullableAuthorizedDefaultQos

func (NullableAuthorizedDefaultQos) Get

func (NullableAuthorizedDefaultQos) IsSet

func (NullableAuthorizedDefaultQos) MarshalJSON

func (v NullableAuthorizedDefaultQos) MarshalJSON() ([]byte, error)

func (*NullableAuthorizedDefaultQos) Set

func (*NullableAuthorizedDefaultQos) UnmarshalJSON

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

func (*NullableAuthorizedDefaultQos) Unset

func (v *NullableAuthorizedDefaultQos) 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 NullableCalledIdentityChange

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

func NewNullableCalledIdentityChange

func NewNullableCalledIdentityChange(val *CalledIdentityChange) *NullableCalledIdentityChange

func (NullableCalledIdentityChange) Get

func (NullableCalledIdentityChange) IsSet

func (NullableCalledIdentityChange) MarshalJSON

func (v NullableCalledIdentityChange) MarshalJSON() ([]byte, error)

func (*NullableCalledIdentityChange) Set

func (*NullableCalledIdentityChange) UnmarshalJSON

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

func (*NullableCalledIdentityChange) Unset

func (v *NullableCalledIdentityChange) Unset()

type NullableCellGlobalId

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

func NewNullableCellGlobalId

func NewNullableCellGlobalId(val *CellGlobalId) *NullableCellGlobalId

func (NullableCellGlobalId) Get

func (NullableCellGlobalId) IsSet

func (v NullableCellGlobalId) IsSet() bool

func (NullableCellGlobalId) MarshalJSON

func (v NullableCellGlobalId) MarshalJSON() ([]byte, error)

func (*NullableCellGlobalId) Set

func (v *NullableCellGlobalId) Set(val *CellGlobalId)

func (*NullableCellGlobalId) UnmarshalJSON

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

func (*NullableCellGlobalId) Unset

func (v *NullableCellGlobalId) Unset()

type NullableChargingCharacteristicsSelectionMode

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

func (NullableChargingCharacteristicsSelectionMode) Get

func (NullableChargingCharacteristicsSelectionMode) IsSet

func (NullableChargingCharacteristicsSelectionMode) MarshalJSON

func (*NullableChargingCharacteristicsSelectionMode) Set

func (*NullableChargingCharacteristicsSelectionMode) UnmarshalJSON

func (*NullableChargingCharacteristicsSelectionMode) Unset

type NullableChargingDataRequest

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

func NewNullableChargingDataRequest

func NewNullableChargingDataRequest(val *ChargingDataRequest) *NullableChargingDataRequest

func (NullableChargingDataRequest) Get

func (NullableChargingDataRequest) IsSet

func (NullableChargingDataRequest) MarshalJSON

func (v NullableChargingDataRequest) MarshalJSON() ([]byte, error)

func (*NullableChargingDataRequest) Set

func (*NullableChargingDataRequest) UnmarshalJSON

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

func (*NullableChargingDataRequest) Unset

func (v *NullableChargingDataRequest) Unset()

type NullableChargingDataResponse

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

func NewNullableChargingDataResponse

func NewNullableChargingDataResponse(val *ChargingDataResponse) *NullableChargingDataResponse

func (NullableChargingDataResponse) Get

func (NullableChargingDataResponse) IsSet

func (NullableChargingDataResponse) MarshalJSON

func (v NullableChargingDataResponse) MarshalJSON() ([]byte, error)

func (*NullableChargingDataResponse) Set

func (*NullableChargingDataResponse) UnmarshalJSON

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

func (*NullableChargingDataResponse) Unset

func (v *NullableChargingDataResponse) Unset()

type NullableChargingNotifyRequest

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

func (NullableChargingNotifyRequest) Get

func (NullableChargingNotifyRequest) IsSet

func (NullableChargingNotifyRequest) MarshalJSON

func (v NullableChargingNotifyRequest) MarshalJSON() ([]byte, error)

func (*NullableChargingNotifyRequest) Set

func (*NullableChargingNotifyRequest) UnmarshalJSON

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

func (*NullableChargingNotifyRequest) Unset

func (v *NullableChargingNotifyRequest) Unset()

type NullableChargingNotifyResponse

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

func (NullableChargingNotifyResponse) Get

func (NullableChargingNotifyResponse) IsSet

func (NullableChargingNotifyResponse) MarshalJSON

func (v NullableChargingNotifyResponse) MarshalJSON() ([]byte, error)

func (*NullableChargingNotifyResponse) Set

func (*NullableChargingNotifyResponse) UnmarshalJSON

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

func (*NullableChargingNotifyResponse) Unset

func (v *NullableChargingNotifyResponse) Unset()

type NullableChargingdataChargingDataRefUpdatePost400Response

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

func (NullableChargingdataChargingDataRefUpdatePost400Response) Get

func (NullableChargingdataChargingDataRefUpdatePost400Response) IsSet

func (NullableChargingdataChargingDataRefUpdatePost400Response) MarshalJSON

func (*NullableChargingdataChargingDataRefUpdatePost400Response) Set

func (*NullableChargingdataChargingDataRefUpdatePost400Response) UnmarshalJSON

func (*NullableChargingdataChargingDataRefUpdatePost400Response) Unset

type NullableChargingdataPost400Response

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

func (NullableChargingdataPost400Response) Get

func (NullableChargingdataPost400Response) IsSet

func (NullableChargingdataPost400Response) MarshalJSON

func (v NullableChargingdataPost400Response) MarshalJSON() ([]byte, error)

func (*NullableChargingdataPost400Response) Set

func (*NullableChargingdataPost400Response) UnmarshalJSON

func (v *NullableChargingdataPost400Response) UnmarshalJSON(src []byte) error

func (*NullableChargingdataPost400Response) Unset

type NullableClassIdentifier

type NullableClassIdentifier struct {
	// contains filtered or unexported fields
}

func NewNullableClassIdentifier

func NewNullableClassIdentifier(val *ClassIdentifier) *NullableClassIdentifier

func (NullableClassIdentifier) Get

func (NullableClassIdentifier) IsSet

func (v NullableClassIdentifier) IsSet() bool

func (NullableClassIdentifier) MarshalJSON

func (v NullableClassIdentifier) MarshalJSON() ([]byte, error)

func (*NullableClassIdentifier) Set

func (*NullableClassIdentifier) UnmarshalJSON

func (v *NullableClassIdentifier) UnmarshalJSON(src []byte) error

func (*NullableClassIdentifier) Unset

func (v *NullableClassIdentifier) Unset()

type NullableCoreNetworkType

type NullableCoreNetworkType struct {
	// contains filtered or unexported fields
}

func NewNullableCoreNetworkType

func NewNullableCoreNetworkType(val *CoreNetworkType) *NullableCoreNetworkType

func (NullableCoreNetworkType) Get

func (NullableCoreNetworkType) IsSet

func (v NullableCoreNetworkType) IsSet() bool

func (NullableCoreNetworkType) MarshalJSON

func (v NullableCoreNetworkType) MarshalJSON() ([]byte, error)

func (*NullableCoreNetworkType) Set

func (*NullableCoreNetworkType) UnmarshalJSON

func (v *NullableCoreNetworkType) UnmarshalJSON(src []byte) error

func (*NullableCoreNetworkType) Unset

func (v *NullableCoreNetworkType) Unset()

type NullableCoverageInfo

type NullableCoverageInfo struct {
	// contains filtered or unexported fields
}

func NewNullableCoverageInfo

func NewNullableCoverageInfo(val *CoverageInfo) *NullableCoverageInfo

func (NullableCoverageInfo) Get

func (NullableCoverageInfo) IsSet

func (v NullableCoverageInfo) IsSet() bool

func (NullableCoverageInfo) MarshalJSON

func (v NullableCoverageInfo) MarshalJSON() ([]byte, error)

func (*NullableCoverageInfo) Set

func (v *NullableCoverageInfo) Set(val *CoverageInfo)

func (*NullableCoverageInfo) UnmarshalJSON

func (v *NullableCoverageInfo) UnmarshalJSON(src []byte) error

func (*NullableCoverageInfo) Unset

func (v *NullableCoverageInfo) Unset()

type NullableDeliveryReportRequested

type NullableDeliveryReportRequested struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryReportRequested) Get

func (NullableDeliveryReportRequested) IsSet

func (NullableDeliveryReportRequested) MarshalJSON

func (v NullableDeliveryReportRequested) MarshalJSON() ([]byte, error)

func (*NullableDeliveryReportRequested) Set

func (*NullableDeliveryReportRequested) UnmarshalJSON

func (v *NullableDeliveryReportRequested) UnmarshalJSON(src []byte) error

func (*NullableDeliveryReportRequested) Unset

type NullableDirectDiscoveryModel

type NullableDirectDiscoveryModel struct {
	// contains filtered or unexported fields
}

func NewNullableDirectDiscoveryModel

func NewNullableDirectDiscoveryModel(val *DirectDiscoveryModel) *NullableDirectDiscoveryModel

func (NullableDirectDiscoveryModel) Get

func (NullableDirectDiscoveryModel) IsSet

func (NullableDirectDiscoveryModel) MarshalJSON

func (v NullableDirectDiscoveryModel) MarshalJSON() ([]byte, error)

func (*NullableDirectDiscoveryModel) Set

func (*NullableDirectDiscoveryModel) UnmarshalJSON

func (v *NullableDirectDiscoveryModel) UnmarshalJSON(src []byte) error

func (*NullableDirectDiscoveryModel) Unset

func (v *NullableDirectDiscoveryModel) Unset()

type NullableDnnSelectionMode

type NullableDnnSelectionMode struct {
	// contains filtered or unexported fields
}