Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type Acknowledgement
- type ApiCreateDownlinkDataDeliveryRequest
- type ApiCreateNIDDConfigurationRequest
- type ApiDeleteIndDownlinkDataDeliveryRequest
- type ApiDeleteIndManagePortConfigurationRequest
- type ApiDeleteNIDDConfigurationRequest
- type ApiFetchAllDownlinkDataDeliveriesRequest
- type ApiFetchAllManagePortConfigurationsRequest
- type ApiFetchAllNIDDConfigurationsRequest
- type ApiFetchIndDownlinkDataDeliveryRequest
- type ApiFetchIndManagePortConfigurationRequest
- type ApiFetchIndNIDDConfigurationRequest
- type ApiModifyIndDownlinkDataDeliveryRequest
- type ApiModifyNIDDConfigurationRequest
- type ApiUpdateIndDownlinkDataDeliveryRequest
- type ApiUpdateIndManagePortConfigurationRequest
- type BasicAuth
- type Configuration
- type DeliveryStatus
- type GenericOpenAPIError
- type GmdNiddDownlinkDataDeliveryNotification
- func (o *GmdNiddDownlinkDataDeliveryNotification) GetGmdResults() []GmdResult
- func (o *GmdNiddDownlinkDataDeliveryNotification) GetGmdResultsOk() ([]GmdResult, bool)
- func (o *GmdNiddDownlinkDataDeliveryNotification) GetNiddDownlinkDataTransfer() string
- func (o *GmdNiddDownlinkDataDeliveryNotification) GetNiddDownlinkDataTransferOk() (*string, bool)
- func (o GmdNiddDownlinkDataDeliveryNotification) MarshalJSON() ([]byte, error)
- func (o *GmdNiddDownlinkDataDeliveryNotification) SetGmdResults(v []GmdResult)
- func (o *GmdNiddDownlinkDataDeliveryNotification) SetNiddDownlinkDataTransfer(v string)
- func (o GmdNiddDownlinkDataDeliveryNotification) ToMap() (map[string]interface{}, error)
- type GmdResult
- type IndividualManagePortConfigurationApiService
- func (a *IndividualManagePortConfigurationApiService) DeleteIndManagePortConfiguration(ctx context.Context, scsAsId string, configurationId string, portId string) ApiDeleteIndManagePortConfigurationRequest
- func (a *IndividualManagePortConfigurationApiService) DeleteIndManagePortConfigurationExecute(r ApiDeleteIndManagePortConfigurationRequest) (*http.Response, error)
- func (a *IndividualManagePortConfigurationApiService) FetchIndManagePortConfiguration(ctx context.Context, scsAsId string, configurationId string, portId string) ApiFetchIndManagePortConfigurationRequest
- func (a *IndividualManagePortConfigurationApiService) FetchIndManagePortConfigurationExecute(r ApiFetchIndManagePortConfigurationRequest) (*ManagePort, *http.Response, error)
- func (a *IndividualManagePortConfigurationApiService) UpdateIndManagePortConfiguration(ctx context.Context, scsAsId string, configurationId string, portId string) ApiUpdateIndManagePortConfigurationRequest
- func (a *IndividualManagePortConfigurationApiService) UpdateIndManagePortConfigurationExecute(r ApiUpdateIndManagePortConfigurationRequest) (*ManagePort, *http.Response, error)
- type IndividualNIDDConfigurationApiService
- func (a *IndividualNIDDConfigurationApiService) DeleteNIDDConfiguration(ctx context.Context, scsAsId string, configurationId string) ApiDeleteNIDDConfigurationRequest
- func (a *IndividualNIDDConfigurationApiService) DeleteNIDDConfigurationExecute(r ApiDeleteNIDDConfigurationRequest) (*http.Response, error)
- func (a *IndividualNIDDConfigurationApiService) FetchIndNIDDConfiguration(ctx context.Context, scsAsId string, configurationId string) ApiFetchIndNIDDConfigurationRequest
- func (a *IndividualNIDDConfigurationApiService) FetchIndNIDDConfigurationExecute(r ApiFetchIndNIDDConfigurationRequest) (*NiddConfiguration, *http.Response, error)
- func (a *IndividualNIDDConfigurationApiService) ModifyNIDDConfiguration(ctx context.Context, scsAsId string, configurationId string) ApiModifyNIDDConfigurationRequest
- func (a *IndividualNIDDConfigurationApiService) ModifyNIDDConfigurationExecute(r ApiModifyNIDDConfigurationRequest) (*NiddConfiguration, *http.Response, error)
- type IndividualNIDDDownlinkDataDeliveryApiService
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) DeleteIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, ...) ApiDeleteIndDownlinkDataDeliveryRequest
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) DeleteIndDownlinkDataDeliveryExecute(r ApiDeleteIndDownlinkDataDeliveryRequest) (*http.Response, error)
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) FetchIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, ...) ApiFetchIndDownlinkDataDeliveryRequest
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) FetchIndDownlinkDataDeliveryExecute(r ApiFetchIndDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) ModifyIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, ...) ApiModifyIndDownlinkDataDeliveryRequest
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) ModifyIndDownlinkDataDeliveryExecute(r ApiModifyIndDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) UpdateIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, ...) ApiUpdateIndDownlinkDataDeliveryRequest
- func (a *IndividualNIDDDownlinkDataDeliveryApiService) UpdateIndDownlinkDataDeliveryExecute(r ApiUpdateIndDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- type ManageEntity
- type ManagePort
- func (o *ManagePort) GetAppId() string
- func (o *ManagePort) GetAppIdOk() (*string, bool)
- func (o *ManagePort) GetConfiguredFormat() SerializationFormat
- func (o *ManagePort) GetConfiguredFormatOk() (*SerializationFormat, bool)
- func (o *ManagePort) GetManageEntity() ManageEntity
- func (o *ManagePort) GetManageEntityOk() (*ManageEntity, bool)
- func (o *ManagePort) GetSelf() string
- func (o *ManagePort) GetSelfOk() (*string, bool)
- func (o *ManagePort) GetSkipUeInquiry() bool
- func (o *ManagePort) GetSkipUeInquiryOk() (*bool, bool)
- func (o *ManagePort) GetSupportedFormats() []SerializationFormat
- func (o *ManagePort) GetSupportedFormatsOk() ([]SerializationFormat, bool)
- func (o *ManagePort) HasConfiguredFormat() bool
- func (o *ManagePort) HasManageEntity() bool
- func (o *ManagePort) HasSelf() bool
- func (o *ManagePort) HasSkipUeInquiry() bool
- func (o *ManagePort) HasSupportedFormats() bool
- func (o ManagePort) MarshalJSON() ([]byte, error)
- func (o *ManagePort) SetAppId(v string)
- func (o *ManagePort) SetConfiguredFormat(v SerializationFormat)
- func (o *ManagePort) SetManageEntity(v ManageEntity)
- func (o *ManagePort) SetSelf(v string)
- func (o *ManagePort) SetSkipUeInquiry(v bool)
- func (o *ManagePort) SetSupportedFormats(v []SerializationFormat)
- func (o ManagePort) ToMap() (map[string]interface{}, error)
- type ManagePortConfigurationsApiService
- func (a *ManagePortConfigurationsApiService) FetchAllManagePortConfigurations(ctx context.Context, scsAsId string, configurationId string) ApiFetchAllManagePortConfigurationsRequest
- func (a *ManagePortConfigurationsApiService) FetchAllManagePortConfigurationsExecute(r ApiFetchAllManagePortConfigurationsRequest) ([]ManagePort, *http.Response, error)
- type ManagePortNotification
- type MappedNullable
- type NIDDConfigurationsApiService
- func (a *NIDDConfigurationsApiService) CreateNIDDConfiguration(ctx context.Context, scsAsId string) ApiCreateNIDDConfigurationRequest
- func (a *NIDDConfigurationsApiService) CreateNIDDConfigurationExecute(r ApiCreateNIDDConfigurationRequest) (*NiddConfiguration, *http.Response, error)
- func (a *NIDDConfigurationsApiService) FetchAllNIDDConfigurations(ctx context.Context, scsAsId string) ApiFetchAllNIDDConfigurationsRequest
- func (a *NIDDConfigurationsApiService) FetchAllNIDDConfigurationsExecute(r ApiFetchAllNIDDConfigurationsRequest) ([]NiddConfiguration, *http.Response, error)
- type NIDDDownlinkDataDeliveriesApiService
- func (a *NIDDDownlinkDataDeliveriesApiService) CreateDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string) ApiCreateDownlinkDataDeliveryRequest
- func (a *NIDDDownlinkDataDeliveriesApiService) CreateDownlinkDataDeliveryExecute(r ApiCreateDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
- func (a *NIDDDownlinkDataDeliveriesApiService) FetchAllDownlinkDataDeliveries(ctx context.Context, scsAsId string, configurationId string) ApiFetchAllDownlinkDataDeliveriesRequest
- func (a *NIDDDownlinkDataDeliveriesApiService) FetchAllDownlinkDataDeliveriesExecute(r ApiFetchAllDownlinkDataDeliveriesRequest) ([]NiddDownlinkDataTransfer, *http.Response, error)
- type NiddConfiguration
- type NiddConfigurationPatch
- func (o *NiddConfigurationPatch) GetDuration() time.Time
- func (o *NiddConfigurationPatch) GetDurationOk() (*time.Time, bool)
- func (o *NiddConfigurationPatch) GetNotificationDestination() string
- func (o *NiddConfigurationPatch) GetNotificationDestinationOk() (*string, bool)
- func (o *NiddConfigurationPatch) GetPdnEstablishmentOption() PdnEstablishmentOptionsRm
- func (o *NiddConfigurationPatch) GetPdnEstablishmentOptionOk() (*PdnEstablishmentOptionsRm, bool)
- func (o *NiddConfigurationPatch) GetRdsPorts() []RdsPort
- func (o *NiddConfigurationPatch) GetRdsPortsOk() ([]RdsPort, bool)
- func (o *NiddConfigurationPatch) GetReliableDataService() bool
- func (o *NiddConfigurationPatch) GetReliableDataServiceOk() (*bool, bool)
- func (o *NiddConfigurationPatch) HasDuration() bool
- func (o *NiddConfigurationPatch) HasNotificationDestination() bool
- func (o *NiddConfigurationPatch) HasPdnEstablishmentOption() bool
- func (o *NiddConfigurationPatch) HasRdsPorts() bool
- func (o *NiddConfigurationPatch) HasReliableDataService() bool
- func (o NiddConfigurationPatch) MarshalJSON() ([]byte, error)
- func (o *NiddConfigurationPatch) SetDuration(v time.Time)
- func (o *NiddConfigurationPatch) SetDurationNil()
- func (o *NiddConfigurationPatch) SetNotificationDestination(v string)
- func (o *NiddConfigurationPatch) SetPdnEstablishmentOption(v PdnEstablishmentOptionsRm)
- func (o *NiddConfigurationPatch) SetRdsPorts(v []RdsPort)
- func (o *NiddConfigurationPatch) SetReliableDataService(v bool)
- func (o *NiddConfigurationPatch) SetReliableDataServiceNil()
- func (o NiddConfigurationPatch) ToMap() (map[string]interface{}, error)
- func (o *NiddConfigurationPatch) UnsetDuration()
- func (o *NiddConfigurationPatch) UnsetReliableDataService()
- type NiddConfigurationStatusNotification
- type NiddDownlinkDataDeliveryFailure
- func (o *NiddDownlinkDataDeliveryFailure) GetProblemDetail() ProblemDetails
- func (o *NiddDownlinkDataDeliveryFailure) GetProblemDetailOk() (*ProblemDetails, bool)
- func (o *NiddDownlinkDataDeliveryFailure) GetRequestedRetransmissionTime() time.Time
- func (o *NiddDownlinkDataDeliveryFailure) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
- func (o *NiddDownlinkDataDeliveryFailure) HasRequestedRetransmissionTime() bool
- func (o NiddDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
- func (o *NiddDownlinkDataDeliveryFailure) SetProblemDetail(v ProblemDetails)
- func (o *NiddDownlinkDataDeliveryFailure) SetRequestedRetransmissionTime(v time.Time)
- func (o NiddDownlinkDataDeliveryFailure) ToMap() (map[string]interface{}, error)
- type NiddDownlinkDataDeliveryStatusNotification
- func (o *NiddDownlinkDataDeliveryStatusNotification) GetDeliveryStatus() DeliveryStatus
- func (o *NiddDownlinkDataDeliveryStatusNotification) GetDeliveryStatusOk() (*DeliveryStatus, bool)
- func (o *NiddDownlinkDataDeliveryStatusNotification) GetNiddDownlinkDataTransfer() string
- func (o *NiddDownlinkDataDeliveryStatusNotification) GetNiddDownlinkDataTransferOk() (*string, bool)
- func (o *NiddDownlinkDataDeliveryStatusNotification) GetRequestedRetransmissionTime() time.Time
- func (o *NiddDownlinkDataDeliveryStatusNotification) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
- func (o *NiddDownlinkDataDeliveryStatusNotification) HasRequestedRetransmissionTime() bool
- func (o NiddDownlinkDataDeliveryStatusNotification) MarshalJSON() ([]byte, error)
- func (o *NiddDownlinkDataDeliveryStatusNotification) SetDeliveryStatus(v DeliveryStatus)
- func (o *NiddDownlinkDataDeliveryStatusNotification) SetNiddDownlinkDataTransfer(v string)
- func (o *NiddDownlinkDataDeliveryStatusNotification) SetRequestedRetransmissionTime(v time.Time)
- func (o NiddDownlinkDataDeliveryStatusNotification) ToMap() (map[string]interface{}, error)
- type NiddDownlinkDataTransfer
- type NiddDownlinkDataTransferPatch
- func (o *NiddDownlinkDataTransferPatch) GetData() string
- func (o *NiddDownlinkDataTransferPatch) GetDataOk() (*string, bool)
- func (o *NiddDownlinkDataTransferPatch) GetMaximumLatency() int32
- func (o *NiddDownlinkDataTransferPatch) GetMaximumLatencyOk() (*int32, bool)
- func (o *NiddDownlinkDataTransferPatch) GetPdnEstablishmentOption() PdnEstablishmentOptions
- func (o *NiddDownlinkDataTransferPatch) GetPdnEstablishmentOptionOk() (*PdnEstablishmentOptions, bool)
- func (o *NiddDownlinkDataTransferPatch) GetPriority() int32
- func (o *NiddDownlinkDataTransferPatch) GetPriorityOk() (*int32, bool)
- func (o *NiddDownlinkDataTransferPatch) GetRdsPort() RdsPort
- func (o *NiddDownlinkDataTransferPatch) GetRdsPortOk() (*RdsPort, bool)
- func (o *NiddDownlinkDataTransferPatch) GetReliableDataService() bool
- func (o *NiddDownlinkDataTransferPatch) GetReliableDataServiceOk() (*bool, bool)
- func (o *NiddDownlinkDataTransferPatch) HasData() bool
- func (o *NiddDownlinkDataTransferPatch) HasMaximumLatency() bool
- func (o *NiddDownlinkDataTransferPatch) HasPdnEstablishmentOption() bool
- func (o *NiddDownlinkDataTransferPatch) HasPriority() bool
- func (o *NiddDownlinkDataTransferPatch) HasRdsPort() bool
- func (o *NiddDownlinkDataTransferPatch) HasReliableDataService() bool
- func (o NiddDownlinkDataTransferPatch) MarshalJSON() ([]byte, error)
- func (o *NiddDownlinkDataTransferPatch) SetData(v string)
- func (o *NiddDownlinkDataTransferPatch) SetMaximumLatency(v int32)
- func (o *NiddDownlinkDataTransferPatch) SetPdnEstablishmentOption(v PdnEstablishmentOptions)
- func (o *NiddDownlinkDataTransferPatch) SetPriority(v int32)
- func (o *NiddDownlinkDataTransferPatch) SetRdsPort(v RdsPort)
- func (o *NiddDownlinkDataTransferPatch) SetReliableDataService(v bool)
- func (o NiddDownlinkDataTransferPatch) ToMap() (map[string]interface{}, error)
- type NiddStatus
- type NiddUplinkDataNotification
- type NullValue
- type NullableAcknowledgement
- func (v NullableAcknowledgement) Get() *Acknowledgement
- func (v NullableAcknowledgement) IsSet() bool
- func (v NullableAcknowledgement) MarshalJSON() ([]byte, error)
- func (v *NullableAcknowledgement) Set(val *Acknowledgement)
- func (v *NullableAcknowledgement) UnmarshalJSON(src []byte) error
- func (v *NullableAcknowledgement) Unset()
- type NullableBool
- type NullableDeliveryStatus
- func (v NullableDeliveryStatus) Get() *DeliveryStatus
- func (v NullableDeliveryStatus) IsSet() bool
- func (v NullableDeliveryStatus) MarshalJSON() ([]byte, error)
- func (v *NullableDeliveryStatus) Set(val *DeliveryStatus)
- func (v *NullableDeliveryStatus) UnmarshalJSON(src []byte) error
- func (v *NullableDeliveryStatus) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGmdNiddDownlinkDataDeliveryNotification
- func (v NullableGmdNiddDownlinkDataDeliveryNotification) Get() *GmdNiddDownlinkDataDeliveryNotification
- func (v NullableGmdNiddDownlinkDataDeliveryNotification) IsSet() bool
- func (v NullableGmdNiddDownlinkDataDeliveryNotification) MarshalJSON() ([]byte, error)
- func (v *NullableGmdNiddDownlinkDataDeliveryNotification) Set(val *GmdNiddDownlinkDataDeliveryNotification)
- func (v *NullableGmdNiddDownlinkDataDeliveryNotification) UnmarshalJSON(src []byte) error
- func (v *NullableGmdNiddDownlinkDataDeliveryNotification) Unset()
- type NullableGmdResult
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableManageEntity
- func (v NullableManageEntity) Get() *ManageEntity
- func (v NullableManageEntity) IsSet() bool
- func (v NullableManageEntity) MarshalJSON() ([]byte, error)
- func (v *NullableManageEntity) Set(val *ManageEntity)
- func (v *NullableManageEntity) UnmarshalJSON(src []byte) error
- func (v *NullableManageEntity) Unset()
- type NullableManagePort
- type NullableManagePortNotification
- func (v NullableManagePortNotification) Get() *ManagePortNotification
- func (v NullableManagePortNotification) IsSet() bool
- func (v NullableManagePortNotification) MarshalJSON() ([]byte, error)
- func (v *NullableManagePortNotification) Set(val *ManagePortNotification)
- func (v *NullableManagePortNotification) UnmarshalJSON(src []byte) error
- func (v *NullableManagePortNotification) Unset()
- type NullableNiddConfiguration
- func (v NullableNiddConfiguration) Get() *NiddConfiguration
- func (v NullableNiddConfiguration) IsSet() bool
- func (v NullableNiddConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableNiddConfiguration) Set(val *NiddConfiguration)
- func (v *NullableNiddConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableNiddConfiguration) Unset()
- type NullableNiddConfigurationPatch
- func (v NullableNiddConfigurationPatch) Get() *NiddConfigurationPatch
- func (v NullableNiddConfigurationPatch) IsSet() bool
- func (v NullableNiddConfigurationPatch) MarshalJSON() ([]byte, error)
- func (v *NullableNiddConfigurationPatch) Set(val *NiddConfigurationPatch)
- func (v *NullableNiddConfigurationPatch) UnmarshalJSON(src []byte) error
- func (v *NullableNiddConfigurationPatch) Unset()
- type NullableNiddConfigurationStatusNotification
- func (v NullableNiddConfigurationStatusNotification) Get() *NiddConfigurationStatusNotification
- func (v NullableNiddConfigurationStatusNotification) IsSet() bool
- func (v NullableNiddConfigurationStatusNotification) MarshalJSON() ([]byte, error)
- func (v *NullableNiddConfigurationStatusNotification) Set(val *NiddConfigurationStatusNotification)
- func (v *NullableNiddConfigurationStatusNotification) UnmarshalJSON(src []byte) error
- func (v *NullableNiddConfigurationStatusNotification) Unset()
- type NullableNiddDownlinkDataDeliveryFailure
- func (v NullableNiddDownlinkDataDeliveryFailure) Get() *NiddDownlinkDataDeliveryFailure
- func (v NullableNiddDownlinkDataDeliveryFailure) IsSet() bool
- func (v NullableNiddDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
- func (v *NullableNiddDownlinkDataDeliveryFailure) Set(val *NiddDownlinkDataDeliveryFailure)
- func (v *NullableNiddDownlinkDataDeliveryFailure) UnmarshalJSON(src []byte) error
- func (v *NullableNiddDownlinkDataDeliveryFailure) Unset()
- type NullableNiddDownlinkDataDeliveryStatusNotification
- func (v NullableNiddDownlinkDataDeliveryStatusNotification) Get() *NiddDownlinkDataDeliveryStatusNotification
- func (v NullableNiddDownlinkDataDeliveryStatusNotification) IsSet() bool
- func (v NullableNiddDownlinkDataDeliveryStatusNotification) MarshalJSON() ([]byte, error)
- func (v *NullableNiddDownlinkDataDeliveryStatusNotification) Set(val *NiddDownlinkDataDeliveryStatusNotification)
- func (v *NullableNiddDownlinkDataDeliveryStatusNotification) UnmarshalJSON(src []byte) error
- func (v *NullableNiddDownlinkDataDeliveryStatusNotification) Unset()
- type NullableNiddDownlinkDataTransfer
- func (v NullableNiddDownlinkDataTransfer) Get() *NiddDownlinkDataTransfer
- func (v NullableNiddDownlinkDataTransfer) IsSet() bool
- func (v NullableNiddDownlinkDataTransfer) MarshalJSON() ([]byte, error)
- func (v *NullableNiddDownlinkDataTransfer) Set(val *NiddDownlinkDataTransfer)
- func (v *NullableNiddDownlinkDataTransfer) UnmarshalJSON(src []byte) error
- func (v *NullableNiddDownlinkDataTransfer) Unset()
- type NullableNiddDownlinkDataTransferPatch
- func (v NullableNiddDownlinkDataTransferPatch) Get() *NiddDownlinkDataTransferPatch
- func (v NullableNiddDownlinkDataTransferPatch) IsSet() bool
- func (v NullableNiddDownlinkDataTransferPatch) MarshalJSON() ([]byte, error)
- func (v *NullableNiddDownlinkDataTransferPatch) Set(val *NiddDownlinkDataTransferPatch)
- func (v *NullableNiddDownlinkDataTransferPatch) UnmarshalJSON(src []byte) error
- func (v *NullableNiddDownlinkDataTransferPatch) Unset()
- type NullableNiddStatus
- type NullableNiddUplinkDataNotification
- func (v NullableNiddUplinkDataNotification) Get() *NiddUplinkDataNotification
- func (v NullableNiddUplinkDataNotification) IsSet() bool
- func (v NullableNiddUplinkDataNotification) MarshalJSON() ([]byte, error)
- func (v *NullableNiddUplinkDataNotification) Set(val *NiddUplinkDataNotification)
- func (v *NullableNiddUplinkDataNotification) UnmarshalJSON(src []byte) error
- func (v *NullableNiddUplinkDataNotification) Unset()
- type NullableNullValue
- type NullablePdnEstablishmentOptions
- func (v NullablePdnEstablishmentOptions) Get() *PdnEstablishmentOptions
- func (v NullablePdnEstablishmentOptions) IsSet() bool
- func (v NullablePdnEstablishmentOptions) MarshalJSON() ([]byte, error)
- func (v *NullablePdnEstablishmentOptions) Set(val *PdnEstablishmentOptions)
- func (v *NullablePdnEstablishmentOptions) UnmarshalJSON(src []byte) error
- func (v *NullablePdnEstablishmentOptions) Unset()
- type NullablePdnEstablishmentOptionsRm
- func (v NullablePdnEstablishmentOptionsRm) Get() *PdnEstablishmentOptionsRm
- func (v NullablePdnEstablishmentOptionsRm) IsSet() bool
- func (v NullablePdnEstablishmentOptionsRm) MarshalJSON() ([]byte, error)
- func (v *NullablePdnEstablishmentOptionsRm) Set(val *PdnEstablishmentOptionsRm)
- func (v *NullablePdnEstablishmentOptionsRm) UnmarshalJSON(src []byte) error
- func (v *NullablePdnEstablishmentOptionsRm) Unset()
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableRdsDownlinkDataDeliveryFailure
- func (v NullableRdsDownlinkDataDeliveryFailure) Get() *RdsDownlinkDataDeliveryFailure
- func (v NullableRdsDownlinkDataDeliveryFailure) IsSet() bool
- func (v NullableRdsDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
- func (v *NullableRdsDownlinkDataDeliveryFailure) Set(val *RdsDownlinkDataDeliveryFailure)
- func (v *NullableRdsDownlinkDataDeliveryFailure) UnmarshalJSON(src []byte) error
- func (v *NullableRdsDownlinkDataDeliveryFailure) Unset()
- type NullableRdsDownlinkDataDeliveryFailureAllOf
- func (v NullableRdsDownlinkDataDeliveryFailureAllOf) Get() *RdsDownlinkDataDeliveryFailureAllOf
- func (v NullableRdsDownlinkDataDeliveryFailureAllOf) IsSet() bool
- func (v NullableRdsDownlinkDataDeliveryFailureAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableRdsDownlinkDataDeliveryFailureAllOf) Set(val *RdsDownlinkDataDeliveryFailureAllOf)
- func (v *NullableRdsDownlinkDataDeliveryFailureAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableRdsDownlinkDataDeliveryFailureAllOf) Unset()
- type NullableRdsPort
- type NullableScsAsIdConfigurationsPostRequest
- func (v NullableScsAsIdConfigurationsPostRequest) Get() *ScsAsIdConfigurationsPostRequest
- func (v NullableScsAsIdConfigurationsPostRequest) IsSet() bool
- func (v NullableScsAsIdConfigurationsPostRequest) MarshalJSON() ([]byte, error)
- func (v *NullableScsAsIdConfigurationsPostRequest) Set(val *ScsAsIdConfigurationsPostRequest)
- func (v *NullableScsAsIdConfigurationsPostRequest) UnmarshalJSON(src []byte) error
- func (v *NullableScsAsIdConfigurationsPostRequest) Unset()
- type NullableSerializationFormat
- func (v NullableSerializationFormat) Get() *SerializationFormat
- func (v NullableSerializationFormat) IsSet() bool
- func (v NullableSerializationFormat) MarshalJSON() ([]byte, error)
- func (v *NullableSerializationFormat) Set(val *SerializationFormat)
- func (v *NullableSerializationFormat) UnmarshalJSON(src []byte) error
- func (v *NullableSerializationFormat) Unset()
- type NullableString
- type NullableTime
- type NullableWebsockNotifConfig
- func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
- func (v NullableWebsockNotifConfig) IsSet() bool
- func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
- func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
- func (v *NullableWebsockNotifConfig) Unset()
- type PdnEstablishmentOptions
- type PdnEstablishmentOptionsRm
- type ProblemDetails
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type RdsDownlinkDataDeliveryFailure
- func (o *RdsDownlinkDataDeliveryFailure) GetRequestedRetransmissionTime() time.Time
- func (o *RdsDownlinkDataDeliveryFailure) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
- func (o *RdsDownlinkDataDeliveryFailure) GetSupportedUeFormats() []SerializationFormat
- func (o *RdsDownlinkDataDeliveryFailure) GetSupportedUeFormatsOk() ([]SerializationFormat, bool)
- func (o *RdsDownlinkDataDeliveryFailure) HasRequestedRetransmissionTime() bool
- func (o *RdsDownlinkDataDeliveryFailure) HasSupportedUeFormats() bool
- func (o RdsDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
- func (o *RdsDownlinkDataDeliveryFailure) SetRequestedRetransmissionTime(v time.Time)
- func (o *RdsDownlinkDataDeliveryFailure) SetSupportedUeFormats(v []SerializationFormat)
- func (o RdsDownlinkDataDeliveryFailure) ToMap() (map[string]interface{}, error)
- type RdsDownlinkDataDeliveryFailureAllOf
- func (o *RdsDownlinkDataDeliveryFailureAllOf) GetRequestedRetransmissionTime() time.Time
- func (o *RdsDownlinkDataDeliveryFailureAllOf) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
- func (o *RdsDownlinkDataDeliveryFailureAllOf) GetSupportedUeFormats() []SerializationFormat
- func (o *RdsDownlinkDataDeliveryFailureAllOf) GetSupportedUeFormatsOk() ([]SerializationFormat, bool)
- func (o *RdsDownlinkDataDeliveryFailureAllOf) HasRequestedRetransmissionTime() bool
- func (o *RdsDownlinkDataDeliveryFailureAllOf) HasSupportedUeFormats() bool
- func (o RdsDownlinkDataDeliveryFailureAllOf) MarshalJSON() ([]byte, error)
- func (o *RdsDownlinkDataDeliveryFailureAllOf) SetRequestedRetransmissionTime(v time.Time)
- func (o *RdsDownlinkDataDeliveryFailureAllOf) SetSupportedUeFormats(v []SerializationFormat)
- func (o RdsDownlinkDataDeliveryFailureAllOf) ToMap() (map[string]interface{}, error)
- type RdsPort
- func (o *RdsPort) GetPortSCEF() int32
- func (o *RdsPort) GetPortSCEFOk() (*int32, bool)
- func (o *RdsPort) GetPortUE() int32
- func (o *RdsPort) GetPortUEOk() (*int32, bool)
- func (o RdsPort) MarshalJSON() ([]byte, error)
- func (o *RdsPort) SetPortSCEF(v int32)
- func (o *RdsPort) SetPortUE(v int32)
- func (o RdsPort) ToMap() (map[string]interface{}, error)
- type ScsAsIdConfigurationsPostRequest
- func GmdNiddDownlinkDataDeliveryNotificationAsScsAsIdConfigurationsPostRequest(v *GmdNiddDownlinkDataDeliveryNotification) ScsAsIdConfigurationsPostRequest
- func ManagePortNotificationAsScsAsIdConfigurationsPostRequest(v *ManagePortNotification) ScsAsIdConfigurationsPostRequest
- func NiddConfigurationStatusNotificationAsScsAsIdConfigurationsPostRequest(v *NiddConfigurationStatusNotification) ScsAsIdConfigurationsPostRequest
- func NiddDownlinkDataDeliveryStatusNotificationAsScsAsIdConfigurationsPostRequest(v *NiddDownlinkDataDeliveryStatusNotification) ScsAsIdConfigurationsPostRequest
- func NiddUplinkDataNotificationAsScsAsIdConfigurationsPostRequest(v *NiddUplinkDataNotification) ScsAsIdConfigurationsPostRequest
- type SerializationFormat
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type WebsockNotifConfig
- func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
- func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
- func (o *WebsockNotifConfig) GetWebsocketUri() string
- func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
- func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
- func (o *WebsockNotifConfig) HasWebsocketUri() bool
- func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
- func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
- func (o *WebsockNotifConfig) SetWebsocketUri(v string)
- func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
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") )
var AllowedNullValueEnumValues = []NullValue{
"null",
}
All allowed values of NullValue enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { IndividualManagePortConfigurationApi *IndividualManagePortConfigurationApiService IndividualNIDDConfigurationApi *IndividualNIDDConfigurationApiService IndividualNIDDDownlinkDataDeliveryApi *IndividualNIDDDownlinkDataDeliveryApiService ManagePortConfigurationsApi *ManagePortConfigurationsApiService NIDDConfigurationsApi *NIDDConfigurationsApiService NIDDDownlinkDataDeliveriesApi *NIDDDownlinkDataDeliveriesApiService // contains filtered or unexported fields }
APIClient manages communication with the 3gpp-nidd API v1.2.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 APIKey ¶
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 Acknowledgement ¶
type Acknowledgement struct { // A human-readable explanation specific to this successful acknowledgement Details string `json:"details"` }
Acknowledgement Represents a successful acknowledgement of a notification.
func NewAcknowledgement ¶
func NewAcknowledgement(details string) *Acknowledgement
NewAcknowledgement instantiates a new Acknowledgement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAcknowledgementWithDefaults ¶
func NewAcknowledgementWithDefaults() *Acknowledgement
NewAcknowledgementWithDefaults instantiates a new Acknowledgement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Acknowledgement) GetDetails ¶
func (o *Acknowledgement) GetDetails() string
GetDetails returns the Details field value
func (*Acknowledgement) GetDetailsOk ¶
func (o *Acknowledgement) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field value and a boolean to check if the value has been set.
func (Acknowledgement) MarshalJSON ¶
func (o Acknowledgement) MarshalJSON() ([]byte, error)
func (*Acknowledgement) SetDetails ¶
func (o *Acknowledgement) SetDetails(v string)
SetDetails sets field value
func (Acknowledgement) ToMap ¶
func (o Acknowledgement) ToMap() (map[string]interface{}, error)
type ApiCreateDownlinkDataDeliveryRequest ¶
type ApiCreateDownlinkDataDeliveryRequest struct { ApiService *NIDDDownlinkDataDeliveriesApiService // contains filtered or unexported fields }
func (ApiCreateDownlinkDataDeliveryRequest) Execute ¶
func (r ApiCreateDownlinkDataDeliveryRequest) Execute() (*NiddDownlinkDataTransfer, *http.Response, error)
func (ApiCreateDownlinkDataDeliveryRequest) NiddDownlinkDataTransfer ¶
func (r ApiCreateDownlinkDataDeliveryRequest) NiddDownlinkDataTransfer(niddDownlinkDataTransfer NiddDownlinkDataTransfer) ApiCreateDownlinkDataDeliveryRequest
Contains the data to create a NIDD downlink data delivery.
type ApiCreateNIDDConfigurationRequest ¶
type ApiCreateNIDDConfigurationRequest struct { ApiService *NIDDConfigurationsApiService // contains filtered or unexported fields }
func (ApiCreateNIDDConfigurationRequest) Execute ¶
func (r ApiCreateNIDDConfigurationRequest) Execute() (*NiddConfiguration, *http.Response, error)
func (ApiCreateNIDDConfigurationRequest) NiddConfiguration ¶
func (r ApiCreateNIDDConfigurationRequest) NiddConfiguration(niddConfiguration NiddConfiguration) ApiCreateNIDDConfigurationRequest
Contains the data to create a NIDD configuration.
type ApiDeleteIndDownlinkDataDeliveryRequest ¶
type ApiDeleteIndDownlinkDataDeliveryRequest struct { ApiService *IndividualNIDDDownlinkDataDeliveryApiService // contains filtered or unexported fields }
type ApiDeleteIndManagePortConfigurationRequest ¶
type ApiDeleteIndManagePortConfigurationRequest struct { ApiService *IndividualManagePortConfigurationApiService // contains filtered or unexported fields }
type ApiDeleteNIDDConfigurationRequest ¶
type ApiDeleteNIDDConfigurationRequest struct { ApiService *IndividualNIDDConfigurationApiService // contains filtered or unexported fields }
type ApiFetchAllDownlinkDataDeliveriesRequest ¶
type ApiFetchAllDownlinkDataDeliveriesRequest struct { ApiService *NIDDDownlinkDataDeliveriesApiService // contains filtered or unexported fields }
func (ApiFetchAllDownlinkDataDeliveriesRequest) Execute ¶
func (r ApiFetchAllDownlinkDataDeliveriesRequest) Execute() ([]NiddDownlinkDataTransfer, *http.Response, error)
type ApiFetchAllManagePortConfigurationsRequest ¶
type ApiFetchAllManagePortConfigurationsRequest struct { ApiService *ManagePortConfigurationsApiService // contains filtered or unexported fields }
func (ApiFetchAllManagePortConfigurationsRequest) Execute ¶
func (r ApiFetchAllManagePortConfigurationsRequest) Execute() ([]ManagePort, *http.Response, error)
type ApiFetchAllNIDDConfigurationsRequest ¶
type ApiFetchAllNIDDConfigurationsRequest struct { ApiService *NIDDConfigurationsApiService // contains filtered or unexported fields }
func (ApiFetchAllNIDDConfigurationsRequest) Execute ¶
func (r ApiFetchAllNIDDConfigurationsRequest) Execute() ([]NiddConfiguration, *http.Response, error)
type ApiFetchIndDownlinkDataDeliveryRequest ¶
type ApiFetchIndDownlinkDataDeliveryRequest struct { ApiService *IndividualNIDDDownlinkDataDeliveryApiService // contains filtered or unexported fields }
func (ApiFetchIndDownlinkDataDeliveryRequest) Execute ¶
func (r ApiFetchIndDownlinkDataDeliveryRequest) Execute() (*NiddDownlinkDataTransfer, *http.Response, error)
type ApiFetchIndManagePortConfigurationRequest ¶
type ApiFetchIndManagePortConfigurationRequest struct { ApiService *IndividualManagePortConfigurationApiService // contains filtered or unexported fields }
func (ApiFetchIndManagePortConfigurationRequest) Execute ¶
func (r ApiFetchIndManagePortConfigurationRequest) Execute() (*ManagePort, *http.Response, error)
type ApiFetchIndNIDDConfigurationRequest ¶
type ApiFetchIndNIDDConfigurationRequest struct { ApiService *IndividualNIDDConfigurationApiService // contains filtered or unexported fields }
func (ApiFetchIndNIDDConfigurationRequest) Execute ¶
func (r ApiFetchIndNIDDConfigurationRequest) Execute() (*NiddConfiguration, *http.Response, error)
type ApiModifyIndDownlinkDataDeliveryRequest ¶
type ApiModifyIndDownlinkDataDeliveryRequest struct { ApiService *IndividualNIDDDownlinkDataDeliveryApiService // contains filtered or unexported fields }
func (ApiModifyIndDownlinkDataDeliveryRequest) Execute ¶
func (r ApiModifyIndDownlinkDataDeliveryRequest) Execute() (*NiddDownlinkDataTransfer, *http.Response, error)
func (ApiModifyIndDownlinkDataDeliveryRequest) NiddDownlinkDataTransferPatch ¶
func (r ApiModifyIndDownlinkDataDeliveryRequest) NiddDownlinkDataTransferPatch(niddDownlinkDataTransferPatch NiddDownlinkDataTransferPatch) ApiModifyIndDownlinkDataDeliveryRequest
Contains the parameters to update an individual NIDD downlink data delivery resource.
type ApiModifyNIDDConfigurationRequest ¶
type ApiModifyNIDDConfigurationRequest struct { ApiService *IndividualNIDDConfigurationApiService // contains filtered or unexported fields }
func (ApiModifyNIDDConfigurationRequest) Execute ¶
func (r ApiModifyNIDDConfigurationRequest) Execute() (*NiddConfiguration, *http.Response, error)
func (ApiModifyNIDDConfigurationRequest) NiddConfigurationPatch ¶
func (r ApiModifyNIDDConfigurationRequest) NiddConfigurationPatch(niddConfigurationPatch NiddConfigurationPatch) ApiModifyNIDDConfigurationRequest
Contains information to be applied to the individual NIDD configuration.
type ApiUpdateIndDownlinkDataDeliveryRequest ¶
type ApiUpdateIndDownlinkDataDeliveryRequest struct { ApiService *IndividualNIDDDownlinkDataDeliveryApiService // contains filtered or unexported fields }
func (ApiUpdateIndDownlinkDataDeliveryRequest) Execute ¶
func (r ApiUpdateIndDownlinkDataDeliveryRequest) Execute() (*NiddDownlinkDataTransfer, *http.Response, error)
func (ApiUpdateIndDownlinkDataDeliveryRequest) NiddDownlinkDataTransfer ¶
func (r ApiUpdateIndDownlinkDataDeliveryRequest) NiddDownlinkDataTransfer(niddDownlinkDataTransfer NiddDownlinkDataTransfer) ApiUpdateIndDownlinkDataDeliveryRequest
Contains information to be applied to the individual NIDD downlink data delivery.
type ApiUpdateIndManagePortConfigurationRequest ¶
type ApiUpdateIndManagePortConfigurationRequest struct { ApiService *IndividualManagePortConfigurationApiService // contains filtered or unexported fields }
func (ApiUpdateIndManagePortConfigurationRequest) Execute ¶
func (r ApiUpdateIndManagePortConfigurationRequest) Execute() (*ManagePort, *http.Response, error)
func (ApiUpdateIndManagePortConfigurationRequest) ManagePort ¶
func (r ApiUpdateIndManagePortConfigurationRequest) ManagePort(managePort ManagePort) ApiUpdateIndManagePortConfigurationRequest
Contains information to be applied to the individual ManagePort configuration.
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 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) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DeliveryStatus ¶
type DeliveryStatus struct {
String *string
}
DeliveryStatus Possible values are - SUCCESS: Success but details not provided - SUCCESS_NEXT_HOP_ACKNOWLEDGED: Successful delivery to the next hop with acknowledgment. - SUCCESS_NEXT_HOP_UNACKNOWLEDGED: Successful delivery to the next hop without acknowledgment - SUCCESS_ACKNOWLEDGED: Reliable delivery was acknowledged by the UE - SUCCESS_UNACKNOWLEDGED: Reliable delivery was not acknowledged by the UE - TRIGGERED: The SCEF triggered the device and is buffering the data. - BUFFERING: The SCEF is buffering the data due to no PDN connection established. - BUFFERING_TEMPORARILY_NOT_REACHABLE: The SCEF has been informed that the UE is temporarily not reachable but is buffering the data - SENDING: The SCEF has forwarded the data, but they may be stored elsewhere - FAILURE: Delivery failure but details not provided - FAILURE_RDS_DISABLED: RDS was disabled - FAILURE_NEXT_HOP: Unsuccessful delivery to the next hop. - FAILURE_TIMEOUT: Unsuccessful delivery due to timeout. - FAILURE_TEMPORARILY_NOT_REACHABLE: The SCEF has been informed that the UE is temporarily not reachable without buffering the data.
func (*DeliveryStatus) MarshalJSON ¶
func (src *DeliveryStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DeliveryStatus) UnmarshalJSON ¶
func (dst *DeliveryStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 GmdNiddDownlinkDataDeliveryNotification ¶
type GmdNiddDownlinkDataDeliveryNotification struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. NiddDownlinkDataTransfer string `json:"niddDownlinkDataTransfer"` // Indicates the group message delivery result. GmdResults []GmdResult `json:"gmdResults"` }
GmdNiddDownlinkDataDeliveryNotification Represents the delivery status of a specific group NIDD downlink data delivery.
func NewGmdNiddDownlinkDataDeliveryNotification ¶
func NewGmdNiddDownlinkDataDeliveryNotification(niddDownlinkDataTransfer string, gmdResults []GmdResult) *GmdNiddDownlinkDataDeliveryNotification
NewGmdNiddDownlinkDataDeliveryNotification instantiates a new GmdNiddDownlinkDataDeliveryNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGmdNiddDownlinkDataDeliveryNotificationWithDefaults ¶
func NewGmdNiddDownlinkDataDeliveryNotificationWithDefaults() *GmdNiddDownlinkDataDeliveryNotification
NewGmdNiddDownlinkDataDeliveryNotificationWithDefaults instantiates a new GmdNiddDownlinkDataDeliveryNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GmdNiddDownlinkDataDeliveryNotification) GetGmdResults ¶
func (o *GmdNiddDownlinkDataDeliveryNotification) GetGmdResults() []GmdResult
GetGmdResults returns the GmdResults field value
func (*GmdNiddDownlinkDataDeliveryNotification) GetGmdResultsOk ¶
func (o *GmdNiddDownlinkDataDeliveryNotification) GetGmdResultsOk() ([]GmdResult, bool)
GetGmdResultsOk returns a tuple with the GmdResults field value and a boolean to check if the value has been set.
func (*GmdNiddDownlinkDataDeliveryNotification) GetNiddDownlinkDataTransfer ¶
func (o *GmdNiddDownlinkDataDeliveryNotification) GetNiddDownlinkDataTransfer() string
GetNiddDownlinkDataTransfer returns the NiddDownlinkDataTransfer field value
func (*GmdNiddDownlinkDataDeliveryNotification) GetNiddDownlinkDataTransferOk ¶
func (o *GmdNiddDownlinkDataDeliveryNotification) GetNiddDownlinkDataTransferOk() (*string, bool)
GetNiddDownlinkDataTransferOk returns a tuple with the NiddDownlinkDataTransfer field value and a boolean to check if the value has been set.
func (GmdNiddDownlinkDataDeliveryNotification) MarshalJSON ¶
func (o GmdNiddDownlinkDataDeliveryNotification) MarshalJSON() ([]byte, error)
func (*GmdNiddDownlinkDataDeliveryNotification) SetGmdResults ¶
func (o *GmdNiddDownlinkDataDeliveryNotification) SetGmdResults(v []GmdResult)
SetGmdResults sets field value
func (*GmdNiddDownlinkDataDeliveryNotification) SetNiddDownlinkDataTransfer ¶
func (o *GmdNiddDownlinkDataDeliveryNotification) SetNiddDownlinkDataTransfer(v string)
SetNiddDownlinkDataTransfer sets field value
func (GmdNiddDownlinkDataDeliveryNotification) ToMap ¶
func (o GmdNiddDownlinkDataDeliveryNotification) ToMap() (map[string]interface{}, error)
type GmdResult ¶
type GmdResult struct {
Interface *interface{}
}
GmdResult - Represents the group message delivery result.
func InterfaceAsGmdResult ¶
func InterfaceAsGmdResult(v *interface{}) GmdResult
interface{}AsGmdResult is a convenience function that returns interface{} wrapped in GmdResult
func (*GmdResult) GetActualInstance ¶
func (obj *GmdResult) GetActualInstance() interface{}
Get the actual instance
func (GmdResult) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*GmdResult) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type IndividualManagePortConfigurationApiService ¶
type IndividualManagePortConfigurationApiService service
IndividualManagePortConfigurationApiService IndividualManagePortConfigurationApi service
func (*IndividualManagePortConfigurationApiService) DeleteIndManagePortConfiguration ¶
func (a *IndividualManagePortConfigurationApiService) DeleteIndManagePortConfiguration(ctx context.Context, scsAsId string, configurationId string, portId string) ApiDeleteIndManagePortConfigurationRequest
DeleteIndManagePortConfiguration Delete an Individual ManagePort Configuration resource to release port numbers.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @param portId The UE port number. @return ApiDeleteIndManagePortConfigurationRequest
func (*IndividualManagePortConfigurationApiService) DeleteIndManagePortConfigurationExecute ¶
func (a *IndividualManagePortConfigurationApiService) DeleteIndManagePortConfigurationExecute(r ApiDeleteIndManagePortConfigurationRequest) (*http.Response, error)
Execute executes the request
func (*IndividualManagePortConfigurationApiService) FetchIndManagePortConfiguration ¶
func (a *IndividualManagePortConfigurationApiService) FetchIndManagePortConfiguration(ctx context.Context, scsAsId string, configurationId string, portId string) ApiFetchIndManagePortConfigurationRequest
FetchIndManagePortConfiguration Read an Individual ManagePort Configuration resource to query port numbers.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @param portId The UE port number. @return ApiFetchIndManagePortConfigurationRequest
func (*IndividualManagePortConfigurationApiService) FetchIndManagePortConfigurationExecute ¶
func (a *IndividualManagePortConfigurationApiService) FetchIndManagePortConfigurationExecute(r ApiFetchIndManagePortConfigurationRequest) (*ManagePort, *http.Response, error)
Execute executes the request
@return ManagePort
func (*IndividualManagePortConfigurationApiService) UpdateIndManagePortConfiguration ¶
func (a *IndividualManagePortConfigurationApiService) UpdateIndManagePortConfiguration(ctx context.Context, scsAsId string, configurationId string, portId string) ApiUpdateIndManagePortConfigurationRequest
UpdateIndManagePortConfiguration Create a new Individual ManagePort Configuration resource to reserve port numbers.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @param portId The UE port number. @return ApiUpdateIndManagePortConfigurationRequest
func (*IndividualManagePortConfigurationApiService) UpdateIndManagePortConfigurationExecute ¶
func (a *IndividualManagePortConfigurationApiService) UpdateIndManagePortConfigurationExecute(r ApiUpdateIndManagePortConfigurationRequest) (*ManagePort, *http.Response, error)
Execute executes the request
@return ManagePort
type IndividualNIDDConfigurationApiService ¶
type IndividualNIDDConfigurationApiService service
IndividualNIDDConfigurationApiService IndividualNIDDConfigurationApi service
func (*IndividualNIDDConfigurationApiService) DeleteNIDDConfiguration ¶
func (a *IndividualNIDDConfigurationApiService) DeleteNIDDConfiguration(ctx context.Context, scsAsId string, configurationId string) ApiDeleteNIDDConfigurationRequest
DeleteNIDDConfiguration Delete an existing NIDD configuration resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @return ApiDeleteNIDDConfigurationRequest
func (*IndividualNIDDConfigurationApiService) DeleteNIDDConfigurationExecute ¶
func (a *IndividualNIDDConfigurationApiService) DeleteNIDDConfigurationExecute(r ApiDeleteNIDDConfigurationRequest) (*http.Response, error)
Execute executes the request
func (*IndividualNIDDConfigurationApiService) FetchIndNIDDConfiguration ¶
func (a *IndividualNIDDConfigurationApiService) FetchIndNIDDConfiguration(ctx context.Context, scsAsId string, configurationId string) ApiFetchIndNIDDConfigurationRequest
FetchIndNIDDConfiguration Read an NIDD configuration resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @return ApiFetchIndNIDDConfigurationRequest
func (*IndividualNIDDConfigurationApiService) FetchIndNIDDConfigurationExecute ¶
func (a *IndividualNIDDConfigurationApiService) FetchIndNIDDConfigurationExecute(r ApiFetchIndNIDDConfigurationRequest) (*NiddConfiguration, *http.Response, error)
Execute executes the request
@return NiddConfiguration
func (*IndividualNIDDConfigurationApiService) ModifyNIDDConfiguration ¶
func (a *IndividualNIDDConfigurationApiService) ModifyNIDDConfiguration(ctx context.Context, scsAsId string, configurationId string) ApiModifyNIDDConfigurationRequest
ModifyNIDDConfiguration Modify an existing NIDD configuration resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @return ApiModifyNIDDConfigurationRequest
func (*IndividualNIDDConfigurationApiService) ModifyNIDDConfigurationExecute ¶
func (a *IndividualNIDDConfigurationApiService) ModifyNIDDConfigurationExecute(r ApiModifyNIDDConfigurationRequest) (*NiddConfiguration, *http.Response, error)
Execute executes the request
@return NiddConfiguration
type IndividualNIDDDownlinkDataDeliveryApiService ¶
type IndividualNIDDDownlinkDataDeliveryApiService service
IndividualNIDDDownlinkDataDeliveryApiService IndividualNIDDDownlinkDataDeliveryApi service
func (*IndividualNIDDDownlinkDataDeliveryApiService) DeleteIndDownlinkDataDelivery ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) DeleteIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, downlinkDataDeliveryId string) ApiDeleteIndDownlinkDataDeliveryRequest
DeleteIndDownlinkDataDelivery Delete an NIDD downlink data delivery resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @param downlinkDataDeliveryId String identifying the individual NIDD downlink data delivery in the SCEF. @return ApiDeleteIndDownlinkDataDeliveryRequest
func (*IndividualNIDDDownlinkDataDeliveryApiService) DeleteIndDownlinkDataDeliveryExecute ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) DeleteIndDownlinkDataDeliveryExecute(r ApiDeleteIndDownlinkDataDeliveryRequest) (*http.Response, error)
Execute executes the request
func (*IndividualNIDDDownlinkDataDeliveryApiService) FetchIndDownlinkDataDelivery ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) FetchIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, downlinkDataDeliveryId string) ApiFetchIndDownlinkDataDeliveryRequest
FetchIndDownlinkDataDelivery Read pending NIDD downlink data delivery resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @param downlinkDataDeliveryId String identifying the individual NIDD downlink data delivery in the SCEF. @return ApiFetchIndDownlinkDataDeliveryRequest
func (*IndividualNIDDDownlinkDataDeliveryApiService) FetchIndDownlinkDataDeliveryExecute ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) FetchIndDownlinkDataDeliveryExecute(r ApiFetchIndDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
Execute executes the request
@return NiddDownlinkDataTransfer
func (*IndividualNIDDDownlinkDataDeliveryApiService) ModifyIndDownlinkDataDelivery ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) ModifyIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, downlinkDataDeliveryId string) ApiModifyIndDownlinkDataDeliveryRequest
ModifyIndDownlinkDataDelivery Modify an existing Individual NIDD downlink data delivery resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @param downlinkDataDeliveryId String identifying the individual NIDD downlink data delivery in the SCEF. @return ApiModifyIndDownlinkDataDeliveryRequest
func (*IndividualNIDDDownlinkDataDeliveryApiService) ModifyIndDownlinkDataDeliveryExecute ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) ModifyIndDownlinkDataDeliveryExecute(r ApiModifyIndDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
Execute executes the request
@return NiddDownlinkDataTransfer
func (*IndividualNIDDDownlinkDataDeliveryApiService) UpdateIndDownlinkDataDelivery ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) UpdateIndDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string, downlinkDataDeliveryId string) ApiUpdateIndDownlinkDataDeliveryRequest
UpdateIndDownlinkDataDelivery Replace an NIDD downlink data delivery resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @param downlinkDataDeliveryId String identifying the individual NIDD downlink data delivery in the SCEF. @return ApiUpdateIndDownlinkDataDeliveryRequest
func (*IndividualNIDDDownlinkDataDeliveryApiService) UpdateIndDownlinkDataDeliveryExecute ¶
func (a *IndividualNIDDDownlinkDataDeliveryApiService) UpdateIndDownlinkDataDeliveryExecute(r ApiUpdateIndDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
Execute executes the request
@return NiddDownlinkDataTransfer
type InvalidParam ¶
type InvalidParam struct { // Attribute's name encoded as a JSON Pointer, or header's name. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". Reason *string `json:"reason,omitempty"` }
InvalidParam Represents the description of invalid parameters, for a request rejected due to invalid parameters.
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) 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 ManageEntity ¶
type ManageEntity struct {
String *string
}
ManageEntity Possible values are - UE: Representing the UE. - AS: Representing the Application Server.
func (*ManageEntity) MarshalJSON ¶
func (src *ManageEntity) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ManageEntity) UnmarshalJSON ¶
func (dst *ManageEntity) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ManagePort ¶
type ManagePort struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. Self *string `json:"self,omitempty"` // Identifies the application. AppId string `json:"appId"` ManageEntity *ManageEntity `json:"manageEntity,omitempty"` // Indicate whether to skip UE inquiry. SkipUeInquiry *bool `json:"skipUeInquiry,omitempty"` // Indicates the serialization format(s) that are supported by the SCS/AS on the associated RDS port. SupportedFormats []SerializationFormat `json:"supportedFormats,omitempty"` ConfiguredFormat *SerializationFormat `json:"configuredFormat,omitempty"` }
ManagePort Represents the configuration of a RDS dynamic port management.
func NewManagePort ¶
func NewManagePort(appId string) *ManagePort
NewManagePort instantiates a new ManagePort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewManagePortWithDefaults ¶
func NewManagePortWithDefaults() *ManagePort
NewManagePortWithDefaults instantiates a new ManagePort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ManagePort) GetAppId ¶
func (o *ManagePort) GetAppId() string
GetAppId returns the AppId field value
func (*ManagePort) GetAppIdOk ¶
func (o *ManagePort) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value and a boolean to check if the value has been set.
func (*ManagePort) GetConfiguredFormat ¶
func (o *ManagePort) GetConfiguredFormat() SerializationFormat
GetConfiguredFormat returns the ConfiguredFormat field value if set, zero value otherwise.
func (*ManagePort) GetConfiguredFormatOk ¶
func (o *ManagePort) GetConfiguredFormatOk() (*SerializationFormat, bool)
GetConfiguredFormatOk returns a tuple with the ConfiguredFormat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagePort) GetManageEntity ¶
func (o *ManagePort) GetManageEntity() ManageEntity
GetManageEntity returns the ManageEntity field value if set, zero value otherwise.
func (*ManagePort) GetManageEntityOk ¶
func (o *ManagePort) GetManageEntityOk() (*ManageEntity, bool)
GetManageEntityOk returns a tuple with the ManageEntity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagePort) GetSelf ¶
func (o *ManagePort) GetSelf() string
GetSelf returns the Self field value if set, zero value otherwise.
func (*ManagePort) GetSelfOk ¶
func (o *ManagePort) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagePort) GetSkipUeInquiry ¶
func (o *ManagePort) GetSkipUeInquiry() bool
GetSkipUeInquiry returns the SkipUeInquiry field value if set, zero value otherwise.
func (*ManagePort) GetSkipUeInquiryOk ¶
func (o *ManagePort) GetSkipUeInquiryOk() (*bool, bool)
GetSkipUeInquiryOk returns a tuple with the SkipUeInquiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagePort) GetSupportedFormats ¶
func (o *ManagePort) GetSupportedFormats() []SerializationFormat
GetSupportedFormats returns the SupportedFormats field value if set, zero value otherwise.
func (*ManagePort) GetSupportedFormatsOk ¶
func (o *ManagePort) GetSupportedFormatsOk() ([]SerializationFormat, bool)
GetSupportedFormatsOk returns a tuple with the SupportedFormats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ManagePort) HasConfiguredFormat ¶
func (o *ManagePort) HasConfiguredFormat() bool
HasConfiguredFormat returns a boolean if a field has been set.
func (*ManagePort) HasManageEntity ¶
func (o *ManagePort) HasManageEntity() bool
HasManageEntity returns a boolean if a field has been set.
func (*ManagePort) HasSelf ¶
func (o *ManagePort) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (*ManagePort) HasSkipUeInquiry ¶
func (o *ManagePort) HasSkipUeInquiry() bool
HasSkipUeInquiry returns a boolean if a field has been set.
func (*ManagePort) HasSupportedFormats ¶
func (o *ManagePort) HasSupportedFormats() bool
HasSupportedFormats returns a boolean if a field has been set.
func (ManagePort) MarshalJSON ¶
func (o ManagePort) MarshalJSON() ([]byte, error)
func (*ManagePort) SetConfiguredFormat ¶
func (o *ManagePort) SetConfiguredFormat(v SerializationFormat)
SetConfiguredFormat gets a reference to the given SerializationFormat and assigns it to the ConfiguredFormat field.
func (*ManagePort) SetManageEntity ¶
func (o *ManagePort) SetManageEntity(v ManageEntity)
SetManageEntity gets a reference to the given ManageEntity and assigns it to the ManageEntity field.
func (*ManagePort) SetSelf ¶
func (o *ManagePort) SetSelf(v string)
SetSelf gets a reference to the given string and assigns it to the Self field.
func (*ManagePort) SetSkipUeInquiry ¶
func (o *ManagePort) SetSkipUeInquiry(v bool)
SetSkipUeInquiry gets a reference to the given bool and assigns it to the SkipUeInquiry field.
func (*ManagePort) SetSupportedFormats ¶
func (o *ManagePort) SetSupportedFormats(v []SerializationFormat)
SetSupportedFormats gets a reference to the given []SerializationFormat and assigns it to the SupportedFormats field.
func (ManagePort) ToMap ¶
func (o ManagePort) ToMap() (map[string]interface{}, error)
type ManagePortConfigurationsApiService ¶
type ManagePortConfigurationsApiService service
ManagePortConfigurationsApiService ManagePortConfigurationsApi service
func (*ManagePortConfigurationsApiService) FetchAllManagePortConfigurations ¶
func (a *ManagePortConfigurationsApiService) FetchAllManagePortConfigurations(ctx context.Context, scsAsId string, configurationId string) ApiFetchAllManagePortConfigurationsRequest
FetchAllManagePortConfigurations Read all RDS ManagePort Configurations.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @return ApiFetchAllManagePortConfigurationsRequest
func (*ManagePortConfigurationsApiService) FetchAllManagePortConfigurationsExecute ¶
func (a *ManagePortConfigurationsApiService) FetchAllManagePortConfigurationsExecute(r ApiFetchAllManagePortConfigurationsRequest) ([]ManagePort, *http.Response, error)
Execute executes the request
@return []ManagePort
type ManagePortNotification ¶
type ManagePortNotification struct {
Interface *interface{}
}
ManagePortNotification - Represents a ManagePort notification of port numbers that are reserved.
func InterfaceAsManagePortNotification ¶
func InterfaceAsManagePortNotification(v *interface{}) ManagePortNotification
interface{}AsManagePortNotification is a convenience function that returns interface{} wrapped in ManagePortNotification
func (*ManagePortNotification) GetActualInstance ¶
func (obj *ManagePortNotification) GetActualInstance() interface{}
Get the actual instance
func (ManagePortNotification) MarshalJSON ¶
func (src ManagePortNotification) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ManagePortNotification) UnmarshalJSON ¶
func (dst *ManagePortNotification) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type MappedNullable ¶
type NIDDConfigurationsApiService ¶
type NIDDConfigurationsApiService service
NIDDConfigurationsApiService NIDDConfigurationsApi service
func (*NIDDConfigurationsApiService) CreateNIDDConfiguration ¶
func (a *NIDDConfigurationsApiService) CreateNIDDConfiguration(ctx context.Context, scsAsId string) ApiCreateNIDDConfigurationRequest
CreateNIDDConfiguration Create a new NIDD configuration resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @return ApiCreateNIDDConfigurationRequest
func (*NIDDConfigurationsApiService) CreateNIDDConfigurationExecute ¶
func (a *NIDDConfigurationsApiService) CreateNIDDConfigurationExecute(r ApiCreateNIDDConfigurationRequest) (*NiddConfiguration, *http.Response, error)
Execute executes the request
@return NiddConfiguration
func (*NIDDConfigurationsApiService) FetchAllNIDDConfigurations ¶
func (a *NIDDConfigurationsApiService) FetchAllNIDDConfigurations(ctx context.Context, scsAsId string) ApiFetchAllNIDDConfigurationsRequest
FetchAllNIDDConfigurations Read all NIDD configuration resources for a given SCS/AS.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @return ApiFetchAllNIDDConfigurationsRequest
func (*NIDDConfigurationsApiService) FetchAllNIDDConfigurationsExecute ¶
func (a *NIDDConfigurationsApiService) FetchAllNIDDConfigurationsExecute(r ApiFetchAllNIDDConfigurationsRequest) ([]NiddConfiguration, *http.Response, error)
Execute executes the request
@return []NiddConfiguration
type NIDDDownlinkDataDeliveriesApiService ¶
type NIDDDownlinkDataDeliveriesApiService service
NIDDDownlinkDataDeliveriesApiService NIDDDownlinkDataDeliveriesApi service
func (*NIDDDownlinkDataDeliveriesApiService) CreateDownlinkDataDelivery ¶
func (a *NIDDDownlinkDataDeliveriesApiService) CreateDownlinkDataDelivery(ctx context.Context, scsAsId string, configurationId string) ApiCreateDownlinkDataDeliveryRequest
CreateDownlinkDataDelivery Create an NIDD downlink data delivery resource related to a particular NIDD configuration resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @return ApiCreateDownlinkDataDeliveryRequest
func (*NIDDDownlinkDataDeliveriesApiService) CreateDownlinkDataDeliveryExecute ¶
func (a *NIDDDownlinkDataDeliveriesApiService) CreateDownlinkDataDeliveryExecute(r ApiCreateDownlinkDataDeliveryRequest) (*NiddDownlinkDataTransfer, *http.Response, error)
Execute executes the request
@return NiddDownlinkDataTransfer
func (*NIDDDownlinkDataDeliveriesApiService) FetchAllDownlinkDataDeliveries ¶
func (a *NIDDDownlinkDataDeliveriesApiService) FetchAllDownlinkDataDeliveries(ctx context.Context, scsAsId string, configurationId string) ApiFetchAllDownlinkDataDeliveriesRequest
FetchAllDownlinkDataDeliveries Read all pending NIDD downlink data delivery resources related to a particular NIDD configuration resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param scsAsId String identifying the SCS/AS. @param configurationId String identifying the individual NIDD configuration resource in the SCEF. @return ApiFetchAllDownlinkDataDeliveriesRequest
func (*NIDDDownlinkDataDeliveriesApiService) FetchAllDownlinkDataDeliveriesExecute ¶
func (a *NIDDDownlinkDataDeliveriesApiService) FetchAllDownlinkDataDeliveriesExecute(r ApiFetchAllDownlinkDataDeliveriesRequest) ([]NiddDownlinkDataTransfer, *http.Response, error)
Execute executes the request
@return []NiddDownlinkDataTransfer
type NiddConfiguration ¶
type NiddConfiguration struct {
Interface *interface{}
}
NiddConfiguration - Represents the configuration for NIDD.
func InterfaceAsNiddConfiguration ¶
func InterfaceAsNiddConfiguration(v *interface{}) NiddConfiguration
interface{}AsNiddConfiguration is a convenience function that returns interface{} wrapped in NiddConfiguration
func (*NiddConfiguration) GetActualInstance ¶
func (obj *NiddConfiguration) GetActualInstance() interface{}
Get the actual instance
func (NiddConfiguration) MarshalJSON ¶
func (src NiddConfiguration) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NiddConfiguration) UnmarshalJSON ¶
func (dst *NiddConfiguration) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type NiddConfigurationPatch ¶
type NiddConfigurationPatch struct { // string with format \"date-time\" as defined in OpenAPI with \"nullable=true\" property. Duration NullableTime `json:"duration,omitempty"` // Indicates whether the reliable data service (as defined in clause 4.5.14.3 of 3GPP TS 23.682) acknowledgement is requested (true) or not (false). ReliableDataService NullableBool `json:"reliableDataService,omitempty"` // Indicates the static port configuration that is used for reliable data transfer between specific applications using RDS (as defined in clause 5.2.4 and 5.2.5 of 3GPP TS 24.250). RdsPorts []RdsPort `json:"rdsPorts,omitempty"` PdnEstablishmentOption *PdnEstablishmentOptionsRm `json:"pdnEstablishmentOption,omitempty"` // string formatted according to IETF RFC 3986 identifying a referenced resource. NotificationDestination *string `json:"notificationDestination,omitempty"` }
NiddConfigurationPatch Represents the parameters to update a NIDD configuration.
func NewNiddConfigurationPatch ¶
func NewNiddConfigurationPatch() *NiddConfigurationPatch
NewNiddConfigurationPatch instantiates a new NiddConfigurationPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNiddConfigurationPatchWithDefaults ¶
func NewNiddConfigurationPatchWithDefaults() *NiddConfigurationPatch
NewNiddConfigurationPatchWithDefaults instantiates a new NiddConfigurationPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NiddConfigurationPatch) GetDuration ¶
func (o *NiddConfigurationPatch) GetDuration() time.Time
GetDuration returns the Duration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NiddConfigurationPatch) GetDurationOk ¶
func (o *NiddConfigurationPatch) GetDurationOk() (*time.Time, bool)
GetDurationOk returns a tuple with the Duration 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 (*NiddConfigurationPatch) GetNotificationDestination ¶
func (o *NiddConfigurationPatch) GetNotificationDestination() string
GetNotificationDestination returns the NotificationDestination field value if set, zero value otherwise.
func (*NiddConfigurationPatch) GetNotificationDestinationOk ¶
func (o *NiddConfigurationPatch) GetNotificationDestinationOk() (*string, bool)
GetNotificationDestinationOk returns a tuple with the NotificationDestination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddConfigurationPatch) GetPdnEstablishmentOption ¶
func (o *NiddConfigurationPatch) GetPdnEstablishmentOption() PdnEstablishmentOptionsRm
GetPdnEstablishmentOption returns the PdnEstablishmentOption field value if set, zero value otherwise.
func (*NiddConfigurationPatch) GetPdnEstablishmentOptionOk ¶
func (o *NiddConfigurationPatch) GetPdnEstablishmentOptionOk() (*PdnEstablishmentOptionsRm, bool)
GetPdnEstablishmentOptionOk returns a tuple with the PdnEstablishmentOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddConfigurationPatch) GetRdsPorts ¶
func (o *NiddConfigurationPatch) GetRdsPorts() []RdsPort
GetRdsPorts returns the RdsPorts field value if set, zero value otherwise.
func (*NiddConfigurationPatch) GetRdsPortsOk ¶
func (o *NiddConfigurationPatch) GetRdsPortsOk() ([]RdsPort, bool)
GetRdsPortsOk returns a tuple with the RdsPorts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddConfigurationPatch) GetReliableDataService ¶
func (o *NiddConfigurationPatch) GetReliableDataService() bool
GetReliableDataService returns the ReliableDataService field value if set, zero value otherwise (both if not set or set to explicit null).
func (*NiddConfigurationPatch) GetReliableDataServiceOk ¶
func (o *NiddConfigurationPatch) GetReliableDataServiceOk() (*bool, bool)
GetReliableDataServiceOk returns a tuple with the ReliableDataService 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 (*NiddConfigurationPatch) HasDuration ¶
func (o *NiddConfigurationPatch) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*NiddConfigurationPatch) HasNotificationDestination ¶
func (o *NiddConfigurationPatch) HasNotificationDestination() bool
HasNotificationDestination returns a boolean if a field has been set.
func (*NiddConfigurationPatch) HasPdnEstablishmentOption ¶
func (o *NiddConfigurationPatch) HasPdnEstablishmentOption() bool
HasPdnEstablishmentOption returns a boolean if a field has been set.
func (*NiddConfigurationPatch) HasRdsPorts ¶
func (o *NiddConfigurationPatch) HasRdsPorts() bool
HasRdsPorts returns a boolean if a field has been set.
func (*NiddConfigurationPatch) HasReliableDataService ¶
func (o *NiddConfigurationPatch) HasReliableDataService() bool
HasReliableDataService returns a boolean if a field has been set.
func (NiddConfigurationPatch) MarshalJSON ¶
func (o NiddConfigurationPatch) MarshalJSON() ([]byte, error)
func (*NiddConfigurationPatch) SetDuration ¶
func (o *NiddConfigurationPatch) SetDuration(v time.Time)
SetDuration gets a reference to the given NullableTime and assigns it to the Duration field.
func (*NiddConfigurationPatch) SetDurationNil ¶
func (o *NiddConfigurationPatch) SetDurationNil()
SetDurationNil sets the value for Duration to be an explicit nil
func (*NiddConfigurationPatch) SetNotificationDestination ¶
func (o *NiddConfigurationPatch) SetNotificationDestination(v string)
SetNotificationDestination gets a reference to the given string and assigns it to the NotificationDestination field.
func (*NiddConfigurationPatch) SetPdnEstablishmentOption ¶
func (o *NiddConfigurationPatch) SetPdnEstablishmentOption(v PdnEstablishmentOptionsRm)
SetPdnEstablishmentOption gets a reference to the given PdnEstablishmentOptionsRm and assigns it to the PdnEstablishmentOption field.
func (*NiddConfigurationPatch) SetRdsPorts ¶
func (o *NiddConfigurationPatch) SetRdsPorts(v []RdsPort)
SetRdsPorts gets a reference to the given []RdsPort and assigns it to the RdsPorts field.
func (*NiddConfigurationPatch) SetReliableDataService ¶
func (o *NiddConfigurationPatch) SetReliableDataService(v bool)
SetReliableDataService gets a reference to the given NullableBool and assigns it to the ReliableDataService field.
func (*NiddConfigurationPatch) SetReliableDataServiceNil ¶
func (o *NiddConfigurationPatch) SetReliableDataServiceNil()
SetReliableDataServiceNil sets the value for ReliableDataService to be an explicit nil
func (NiddConfigurationPatch) ToMap ¶
func (o NiddConfigurationPatch) ToMap() (map[string]interface{}, error)
func (*NiddConfigurationPatch) UnsetDuration ¶
func (o *NiddConfigurationPatch) UnsetDuration()
UnsetDuration ensures that no value is present for Duration, not even an explicit nil
func (*NiddConfigurationPatch) UnsetReliableDataService ¶
func (o *NiddConfigurationPatch) UnsetReliableDataService()
UnsetReliableDataService ensures that no value is present for ReliableDataService, not even an explicit nil
type NiddConfigurationStatusNotification ¶
type NiddConfigurationStatusNotification struct {
Interface *interface{}
}
NiddConfigurationStatusNotification - Represents an NIDD configuration status notification.
func InterfaceAsNiddConfigurationStatusNotification ¶
func InterfaceAsNiddConfigurationStatusNotification(v *interface{}) NiddConfigurationStatusNotification
interface{}AsNiddConfigurationStatusNotification is a convenience function that returns interface{} wrapped in NiddConfigurationStatusNotification
func (*NiddConfigurationStatusNotification) GetActualInstance ¶
func (obj *NiddConfigurationStatusNotification) GetActualInstance() interface{}
Get the actual instance
func (NiddConfigurationStatusNotification) MarshalJSON ¶
func (src NiddConfigurationStatusNotification) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NiddConfigurationStatusNotification) UnmarshalJSON ¶
func (dst *NiddConfigurationStatusNotification) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type NiddDownlinkDataDeliveryFailure ¶
type NiddDownlinkDataDeliveryFailure struct { ProblemDetail ProblemDetails `json:"problemDetail"` // string with format \"date-time\" as defined in OpenAPI. RequestedRetransmissionTime *time.Time `json:"requestedRetransmissionTime,omitempty"` }
NiddDownlinkDataDeliveryFailure Represents information related to a failure delivery result.
func NewNiddDownlinkDataDeliveryFailure ¶
func NewNiddDownlinkDataDeliveryFailure(problemDetail ProblemDetails) *NiddDownlinkDataDeliveryFailure
NewNiddDownlinkDataDeliveryFailure instantiates a new NiddDownlinkDataDeliveryFailure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNiddDownlinkDataDeliveryFailureWithDefaults ¶
func NewNiddDownlinkDataDeliveryFailureWithDefaults() *NiddDownlinkDataDeliveryFailure
NewNiddDownlinkDataDeliveryFailureWithDefaults instantiates a new NiddDownlinkDataDeliveryFailure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NiddDownlinkDataDeliveryFailure) GetProblemDetail ¶
func (o *NiddDownlinkDataDeliveryFailure) GetProblemDetail() ProblemDetails
GetProblemDetail returns the ProblemDetail field value
func (*NiddDownlinkDataDeliveryFailure) GetProblemDetailOk ¶
func (o *NiddDownlinkDataDeliveryFailure) GetProblemDetailOk() (*ProblemDetails, bool)
GetProblemDetailOk returns a tuple with the ProblemDetail field value and a boolean to check if the value has been set.
func (*NiddDownlinkDataDeliveryFailure) GetRequestedRetransmissionTime ¶
func (o *NiddDownlinkDataDeliveryFailure) GetRequestedRetransmissionTime() time.Time
GetRequestedRetransmissionTime returns the RequestedRetransmissionTime field value if set, zero value otherwise.
func (*NiddDownlinkDataDeliveryFailure) GetRequestedRetransmissionTimeOk ¶
func (o *NiddDownlinkDataDeliveryFailure) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
GetRequestedRetransmissionTimeOk returns a tuple with the RequestedRetransmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataDeliveryFailure) HasRequestedRetransmissionTime ¶
func (o *NiddDownlinkDataDeliveryFailure) HasRequestedRetransmissionTime() bool
HasRequestedRetransmissionTime returns a boolean if a field has been set.
func (NiddDownlinkDataDeliveryFailure) MarshalJSON ¶
func (o NiddDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
func (*NiddDownlinkDataDeliveryFailure) SetProblemDetail ¶
func (o *NiddDownlinkDataDeliveryFailure) SetProblemDetail(v ProblemDetails)
SetProblemDetail sets field value
func (*NiddDownlinkDataDeliveryFailure) SetRequestedRetransmissionTime ¶
func (o *NiddDownlinkDataDeliveryFailure) SetRequestedRetransmissionTime(v time.Time)
SetRequestedRetransmissionTime gets a reference to the given time.Time and assigns it to the RequestedRetransmissionTime field.
func (NiddDownlinkDataDeliveryFailure) ToMap ¶
func (o NiddDownlinkDataDeliveryFailure) ToMap() (map[string]interface{}, error)
type NiddDownlinkDataDeliveryStatusNotification ¶
type NiddDownlinkDataDeliveryStatusNotification struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. NiddDownlinkDataTransfer string `json:"niddDownlinkDataTransfer"` DeliveryStatus DeliveryStatus `json:"deliveryStatus"` // string with format \"date-time\" as defined in OpenAPI. RequestedRetransmissionTime *time.Time `json:"requestedRetransmissionTime,omitempty"` }
NiddDownlinkDataDeliveryStatusNotification Represents the delivery status of a specific NIDD downlink data delivery.
func NewNiddDownlinkDataDeliveryStatusNotification ¶
func NewNiddDownlinkDataDeliveryStatusNotification(niddDownlinkDataTransfer string, deliveryStatus DeliveryStatus) *NiddDownlinkDataDeliveryStatusNotification
NewNiddDownlinkDataDeliveryStatusNotification instantiates a new NiddDownlinkDataDeliveryStatusNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNiddDownlinkDataDeliveryStatusNotificationWithDefaults ¶
func NewNiddDownlinkDataDeliveryStatusNotificationWithDefaults() *NiddDownlinkDataDeliveryStatusNotification
NewNiddDownlinkDataDeliveryStatusNotificationWithDefaults instantiates a new NiddDownlinkDataDeliveryStatusNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NiddDownlinkDataDeliveryStatusNotification) GetDeliveryStatus ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) GetDeliveryStatus() DeliveryStatus
GetDeliveryStatus returns the DeliveryStatus field value
func (*NiddDownlinkDataDeliveryStatusNotification) GetDeliveryStatusOk ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) GetDeliveryStatusOk() (*DeliveryStatus, bool)
GetDeliveryStatusOk returns a tuple with the DeliveryStatus field value and a boolean to check if the value has been set.
func (*NiddDownlinkDataDeliveryStatusNotification) GetNiddDownlinkDataTransfer ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) GetNiddDownlinkDataTransfer() string
GetNiddDownlinkDataTransfer returns the NiddDownlinkDataTransfer field value
func (*NiddDownlinkDataDeliveryStatusNotification) GetNiddDownlinkDataTransferOk ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) GetNiddDownlinkDataTransferOk() (*string, bool)
GetNiddDownlinkDataTransferOk returns a tuple with the NiddDownlinkDataTransfer field value and a boolean to check if the value has been set.
func (*NiddDownlinkDataDeliveryStatusNotification) GetRequestedRetransmissionTime ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) GetRequestedRetransmissionTime() time.Time
GetRequestedRetransmissionTime returns the RequestedRetransmissionTime field value if set, zero value otherwise.
func (*NiddDownlinkDataDeliveryStatusNotification) GetRequestedRetransmissionTimeOk ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
GetRequestedRetransmissionTimeOk returns a tuple with the RequestedRetransmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataDeliveryStatusNotification) HasRequestedRetransmissionTime ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) HasRequestedRetransmissionTime() bool
HasRequestedRetransmissionTime returns a boolean if a field has been set.
func (NiddDownlinkDataDeliveryStatusNotification) MarshalJSON ¶
func (o NiddDownlinkDataDeliveryStatusNotification) MarshalJSON() ([]byte, error)
func (*NiddDownlinkDataDeliveryStatusNotification) SetDeliveryStatus ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) SetDeliveryStatus(v DeliveryStatus)
SetDeliveryStatus sets field value
func (*NiddDownlinkDataDeliveryStatusNotification) SetNiddDownlinkDataTransfer ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) SetNiddDownlinkDataTransfer(v string)
SetNiddDownlinkDataTransfer sets field value
func (*NiddDownlinkDataDeliveryStatusNotification) SetRequestedRetransmissionTime ¶
func (o *NiddDownlinkDataDeliveryStatusNotification) SetRequestedRetransmissionTime(v time.Time)
SetRequestedRetransmissionTime gets a reference to the given time.Time and assigns it to the RequestedRetransmissionTime field.
func (NiddDownlinkDataDeliveryStatusNotification) ToMap ¶
func (o NiddDownlinkDataDeliveryStatusNotification) ToMap() (map[string]interface{}, error)
type NiddDownlinkDataTransfer ¶
type NiddDownlinkDataTransfer struct {
Interface *interface{}
}
NiddDownlinkDataTransfer - Represents the received NIDD downlink data from the SCS/AS.
func InterfaceAsNiddDownlinkDataTransfer ¶
func InterfaceAsNiddDownlinkDataTransfer(v *interface{}) NiddDownlinkDataTransfer
interface{}AsNiddDownlinkDataTransfer is a convenience function that returns interface{} wrapped in NiddDownlinkDataTransfer
func (*NiddDownlinkDataTransfer) GetActualInstance ¶
func (obj *NiddDownlinkDataTransfer) GetActualInstance() interface{}
Get the actual instance
func (NiddDownlinkDataTransfer) MarshalJSON ¶
func (src NiddDownlinkDataTransfer) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NiddDownlinkDataTransfer) UnmarshalJSON ¶
func (dst *NiddDownlinkDataTransfer) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type NiddDownlinkDataTransferPatch ¶
type NiddDownlinkDataTransferPatch struct { // String with format \"byte\" as defined in OpenAPI Specification, i.e, base64-encoded characters. Data *string `json:"data,omitempty"` // Indicates whether the reliable data service (as defined in clause 4.5.14.3 of 3GPP TS 23.682) acknowledgement is requested (true) or not (false). ReliableDataService *bool `json:"reliableDataService,omitempty"` RdsPort *RdsPort `json:"rdsPort,omitempty"` // Unsigned integer identifying a period of time in units of seconds. MaximumLatency *int32 `json:"maximumLatency,omitempty"` // It is used to indicate the priority of the non-IP data packet relative to other non-IP data packets. Priority *int32 `json:"priority,omitempty"` PdnEstablishmentOption *PdnEstablishmentOptions `json:"pdnEstablishmentOption,omitempty"` }
NiddDownlinkDataTransferPatch Represents the parameters to request the modification of an Individual NIDD Downlink Data Delivery resource.
func NewNiddDownlinkDataTransferPatch ¶
func NewNiddDownlinkDataTransferPatch() *NiddDownlinkDataTransferPatch
NewNiddDownlinkDataTransferPatch instantiates a new NiddDownlinkDataTransferPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNiddDownlinkDataTransferPatchWithDefaults ¶
func NewNiddDownlinkDataTransferPatchWithDefaults() *NiddDownlinkDataTransferPatch
NewNiddDownlinkDataTransferPatchWithDefaults instantiates a new NiddDownlinkDataTransferPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NiddDownlinkDataTransferPatch) GetData ¶
func (o *NiddDownlinkDataTransferPatch) GetData() string
GetData returns the Data field value if set, zero value otherwise.
func (*NiddDownlinkDataTransferPatch) GetDataOk ¶
func (o *NiddDownlinkDataTransferPatch) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataTransferPatch) GetMaximumLatency ¶
func (o *NiddDownlinkDataTransferPatch) GetMaximumLatency() int32
GetMaximumLatency returns the MaximumLatency field value if set, zero value otherwise.
func (*NiddDownlinkDataTransferPatch) GetMaximumLatencyOk ¶
func (o *NiddDownlinkDataTransferPatch) GetMaximumLatencyOk() (*int32, bool)
GetMaximumLatencyOk returns a tuple with the MaximumLatency field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataTransferPatch) GetPdnEstablishmentOption ¶
func (o *NiddDownlinkDataTransferPatch) GetPdnEstablishmentOption() PdnEstablishmentOptions
GetPdnEstablishmentOption returns the PdnEstablishmentOption field value if set, zero value otherwise.
func (*NiddDownlinkDataTransferPatch) GetPdnEstablishmentOptionOk ¶
func (o *NiddDownlinkDataTransferPatch) GetPdnEstablishmentOptionOk() (*PdnEstablishmentOptions, bool)
GetPdnEstablishmentOptionOk returns a tuple with the PdnEstablishmentOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataTransferPatch) GetPriority ¶
func (o *NiddDownlinkDataTransferPatch) GetPriority() int32
GetPriority returns the Priority field value if set, zero value otherwise.
func (*NiddDownlinkDataTransferPatch) GetPriorityOk ¶
func (o *NiddDownlinkDataTransferPatch) GetPriorityOk() (*int32, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataTransferPatch) GetRdsPort ¶
func (o *NiddDownlinkDataTransferPatch) GetRdsPort() RdsPort
GetRdsPort returns the RdsPort field value if set, zero value otherwise.
func (*NiddDownlinkDataTransferPatch) GetRdsPortOk ¶
func (o *NiddDownlinkDataTransferPatch) GetRdsPortOk() (*RdsPort, bool)
GetRdsPortOk returns a tuple with the RdsPort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataTransferPatch) GetReliableDataService ¶
func (o *NiddDownlinkDataTransferPatch) GetReliableDataService() bool
GetReliableDataService returns the ReliableDataService field value if set, zero value otherwise.
func (*NiddDownlinkDataTransferPatch) GetReliableDataServiceOk ¶
func (o *NiddDownlinkDataTransferPatch) GetReliableDataServiceOk() (*bool, bool)
GetReliableDataServiceOk returns a tuple with the ReliableDataService field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NiddDownlinkDataTransferPatch) HasData ¶
func (o *NiddDownlinkDataTransferPatch) HasData() bool
HasData returns a boolean if a field has been set.
func (*NiddDownlinkDataTransferPatch) HasMaximumLatency ¶
func (o *NiddDownlinkDataTransferPatch) HasMaximumLatency() bool
HasMaximumLatency returns a boolean if a field has been set.
func (*NiddDownlinkDataTransferPatch) HasPdnEstablishmentOption ¶
func (o *NiddDownlinkDataTransferPatch) HasPdnEstablishmentOption() bool
HasPdnEstablishmentOption returns a boolean if a field has been set.
func (*NiddDownlinkDataTransferPatch) HasPriority ¶
func (o *NiddDownlinkDataTransferPatch) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*NiddDownlinkDataTransferPatch) HasRdsPort ¶
func (o *NiddDownlinkDataTransferPatch) HasRdsPort() bool
HasRdsPort returns a boolean if a field has been set.
func (*NiddDownlinkDataTransferPatch) HasReliableDataService ¶
func (o *NiddDownlinkDataTransferPatch) HasReliableDataService() bool
HasReliableDataService returns a boolean if a field has been set.
func (NiddDownlinkDataTransferPatch) MarshalJSON ¶
func (o NiddDownlinkDataTransferPatch) MarshalJSON() ([]byte, error)
func (*NiddDownlinkDataTransferPatch) SetData ¶
func (o *NiddDownlinkDataTransferPatch) SetData(v string)
SetData gets a reference to the given string and assigns it to the Data field.
func (*NiddDownlinkDataTransferPatch) SetMaximumLatency ¶
func (o *NiddDownlinkDataTransferPatch) SetMaximumLatency(v int32)
SetMaximumLatency gets a reference to the given int32 and assigns it to the MaximumLatency field.
func (*NiddDownlinkDataTransferPatch) SetPdnEstablishmentOption ¶
func (o *NiddDownlinkDataTransferPatch) SetPdnEstablishmentOption(v PdnEstablishmentOptions)
SetPdnEstablishmentOption gets a reference to the given PdnEstablishmentOptions and assigns it to the PdnEstablishmentOption field.
func (*NiddDownlinkDataTransferPatch) SetPriority ¶
func (o *NiddDownlinkDataTransferPatch) SetPriority(v int32)
SetPriority gets a reference to the given int32 and assigns it to the Priority field.
func (*NiddDownlinkDataTransferPatch) SetRdsPort ¶
func (o *NiddDownlinkDataTransferPatch) SetRdsPort(v RdsPort)
SetRdsPort gets a reference to the given RdsPort and assigns it to the RdsPort field.
func (*NiddDownlinkDataTransferPatch) SetReliableDataService ¶
func (o *NiddDownlinkDataTransferPatch) SetReliableDataService(v bool)
SetReliableDataService gets a reference to the given bool and assigns it to the ReliableDataService field.
func (NiddDownlinkDataTransferPatch) ToMap ¶
func (o NiddDownlinkDataTransferPatch) ToMap() (map[string]interface{}, error)
type NiddStatus ¶
type NiddStatus struct {
String *string
}
NiddStatus Possible values are - ACTIVE: The NIDD configuration is active. - TERMINATED_UE_NOT_AUTHORIZED: The NIDD configuration was terminated because the UE´s authorisation was revoked. - TERMINATED: The NIDD configuration was terminated. - RDS_PORT_UNKNOWN: The RDS port is unknown.
func (*NiddStatus) MarshalJSON ¶
func (src *NiddStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NiddStatus) UnmarshalJSON ¶
func (dst *NiddStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NiddUplinkDataNotification ¶
type NiddUplinkDataNotification struct {
Interface *interface{}
}
NiddUplinkDataNotification - Represents NIDD uplink data to be notified to the SCS/AS.
func InterfaceAsNiddUplinkDataNotification ¶
func InterfaceAsNiddUplinkDataNotification(v *interface{}) NiddUplinkDataNotification
interface{}AsNiddUplinkDataNotification is a convenience function that returns interface{} wrapped in NiddUplinkDataNotification
func (*NiddUplinkDataNotification) GetActualInstance ¶
func (obj *NiddUplinkDataNotification) GetActualInstance() interface{}
Get the actual instance
func (NiddUplinkDataNotification) MarshalJSON ¶
func (src NiddUplinkDataNotification) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NiddUplinkDataNotification) UnmarshalJSON ¶
func (dst *NiddUplinkDataNotification) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type NullValue ¶
type NullValue string
NullValue JSON's null value.
const (
NULL NullValue = "null"
)
List of NullValue
func NewNullValueFromValue ¶
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) UnmarshalJSON ¶
type NullableAcknowledgement ¶
type NullableAcknowledgement struct {
// contains filtered or unexported fields
}
func NewNullableAcknowledgement ¶
func NewNullableAcknowledgement(val *Acknowledgement) *NullableAcknowledgement
func (NullableAcknowledgement) Get ¶
func (v NullableAcknowledgement) Get() *Acknowledgement
func (NullableAcknowledgement) IsSet ¶
func (v NullableAcknowledgement) IsSet() bool
func (NullableAcknowledgement) MarshalJSON ¶
func (v NullableAcknowledgement) MarshalJSON() ([]byte, error)
func (*NullableAcknowledgement) Set ¶
func (v *NullableAcknowledgement) Set(val *Acknowledgement)
func (*NullableAcknowledgement) UnmarshalJSON ¶
func (v *NullableAcknowledgement) UnmarshalJSON(src []byte) error
func (*NullableAcknowledgement) Unset ¶
func (v *NullableAcknowledgement) 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 NullableDeliveryStatus ¶
type NullableDeliveryStatus struct {
// contains filtered or unexported fields
}
func NewNullableDeliveryStatus ¶
func NewNullableDeliveryStatus(val *DeliveryStatus) *NullableDeliveryStatus
func (NullableDeliveryStatus) Get ¶
func (v NullableDeliveryStatus) Get() *DeliveryStatus
func (NullableDeliveryStatus) IsSet ¶
func (v NullableDeliveryStatus) IsSet() bool
func (NullableDeliveryStatus) MarshalJSON ¶
func (v NullableDeliveryStatus) MarshalJSON() ([]byte, error)
func (*NullableDeliveryStatus) Set ¶
func (v *NullableDeliveryStatus) Set(val *DeliveryStatus)
func (*NullableDeliveryStatus) UnmarshalJSON ¶
func (v *NullableDeliveryStatus) UnmarshalJSON(src []byte) error
func (*NullableDeliveryStatus) Unset ¶
func (v *NullableDeliveryStatus) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGmdNiddDownlinkDataDeliveryNotification ¶
type NullableGmdNiddDownlinkDataDeliveryNotification struct {
// contains filtered or unexported fields
}
func NewNullableGmdNiddDownlinkDataDeliveryNotification ¶
func NewNullableGmdNiddDownlinkDataDeliveryNotification(val *GmdNiddDownlinkDataDeliveryNotification) *NullableGmdNiddDownlinkDataDeliveryNotification
func (NullableGmdNiddDownlinkDataDeliveryNotification) IsSet ¶
func (v NullableGmdNiddDownlinkDataDeliveryNotification) IsSet() bool
func (NullableGmdNiddDownlinkDataDeliveryNotification) MarshalJSON ¶
func (v NullableGmdNiddDownlinkDataDeliveryNotification) MarshalJSON() ([]byte, error)
func (*NullableGmdNiddDownlinkDataDeliveryNotification) UnmarshalJSON ¶
func (v *NullableGmdNiddDownlinkDataDeliveryNotification) UnmarshalJSON(src []byte) error
func (*NullableGmdNiddDownlinkDataDeliveryNotification) Unset ¶
func (v *NullableGmdNiddDownlinkDataDeliveryNotification) Unset()
type NullableGmdResult ¶
type NullableGmdResult struct {
// contains filtered or unexported fields
}
func NewNullableGmdResult ¶
func NewNullableGmdResult(val *GmdResult) *NullableGmdResult
func (NullableGmdResult) Get ¶
func (v NullableGmdResult) Get() *GmdResult
func (NullableGmdResult) IsSet ¶
func (v NullableGmdResult) IsSet() bool
func (NullableGmdResult) MarshalJSON ¶
func (v NullableGmdResult) MarshalJSON() ([]byte, error)
func (*NullableGmdResult) Set ¶
func (v *NullableGmdResult) Set(val *GmdResult)
func (*NullableGmdResult) UnmarshalJSON ¶
func (v *NullableGmdResult) UnmarshalJSON(src []byte) error
func (*NullableGmdResult) Unset ¶
func (v *NullableGmdResult) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableManageEntity ¶
type NullableManageEntity struct {
// contains filtered or unexported fields
}
func NewNullableManageEntity ¶
func NewNullableManageEntity(val *ManageEntity) *NullableManageEntity
func (NullableManageEntity) Get ¶
func (v NullableManageEntity) Get() *ManageEntity
func (NullableManageEntity) IsSet ¶
func (v NullableManageEntity) IsSet() bool
func (NullableManageEntity) MarshalJSON ¶
func (v NullableManageEntity) MarshalJSON() ([]byte, error)
func (*NullableManageEntity) Set ¶
func (v *NullableManageEntity) Set(val *ManageEntity)
func (*NullableManageEntity) UnmarshalJSON ¶
func (v *NullableManageEntity) UnmarshalJSON(src []byte) error
func (*NullableManageEntity) Unset ¶
func (v *NullableManageEntity) Unset()
type NullableManagePort ¶
type NullableManagePort struct {
// contains filtered or unexported fields
}
func NewNullableManagePort ¶
func NewNullableManagePort(val *ManagePort) *NullableManagePort
func (NullableManagePort) Get ¶
func (v NullableManagePort) Get() *ManagePort
func (NullableManagePort) IsSet ¶
func (v NullableManagePort) IsSet() bool
func (NullableManagePort) MarshalJSON ¶
func (v NullableManagePort) MarshalJSON() ([]byte, error)
func (*NullableManagePort) Set ¶
func (v *NullableManagePort) Set(val *ManagePort)
func (*NullableManagePort) UnmarshalJSON ¶
func (v *NullableManagePort) UnmarshalJSON(src []byte) error
func (*NullableManagePort) Unset ¶
func (v *NullableManagePort) Unset()
type NullableManagePortNotification ¶
type NullableManagePortNotification struct {
// contains filtered or unexported fields
}
func NewNullableManagePortNotification ¶
func NewNullableManagePortNotification(val *ManagePortNotification) *NullableManagePortNotification
func (NullableManagePortNotification) Get ¶
func (v NullableManagePortNotification) Get() *ManagePortNotification
func (NullableManagePortNotification) IsSet ¶
func (v NullableManagePortNotification) IsSet() bool
func (NullableManagePortNotification) MarshalJSON ¶
func (v NullableManagePortNotification) MarshalJSON() ([]byte, error)
func (*NullableManagePortNotification) Set ¶
func (v *NullableManagePortNotification) Set(val *ManagePortNotification)
func (*NullableManagePortNotification) UnmarshalJSON ¶
func (v *NullableManagePortNotification) UnmarshalJSON(src []byte) error
func (*NullableManagePortNotification) Unset ¶
func (v *NullableManagePortNotification) Unset()
type NullableNiddConfiguration ¶
type NullableNiddConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableNiddConfiguration ¶
func NewNullableNiddConfiguration(val *NiddConfiguration) *NullableNiddConfiguration
func (NullableNiddConfiguration) Get ¶
func (v NullableNiddConfiguration) Get() *NiddConfiguration
func (NullableNiddConfiguration) IsSet ¶
func (v NullableNiddConfiguration) IsSet() bool
func (NullableNiddConfiguration) MarshalJSON ¶
func (v NullableNiddConfiguration) MarshalJSON() ([]byte, error)
func (*NullableNiddConfiguration) Set ¶
func (v *NullableNiddConfiguration) Set(val *NiddConfiguration)
func (*NullableNiddConfiguration) UnmarshalJSON ¶
func (v *NullableNiddConfiguration) UnmarshalJSON(src []byte) error
func (*NullableNiddConfiguration) Unset ¶
func (v *NullableNiddConfiguration) Unset()
type NullableNiddConfigurationPatch ¶
type NullableNiddConfigurationPatch struct {
// contains filtered or unexported fields
}
func NewNullableNiddConfigurationPatch ¶
func NewNullableNiddConfigurationPatch(val *NiddConfigurationPatch) *NullableNiddConfigurationPatch
func (NullableNiddConfigurationPatch) Get ¶
func (v NullableNiddConfigurationPatch) Get() *NiddConfigurationPatch
func (NullableNiddConfigurationPatch) IsSet ¶
func (v NullableNiddConfigurationPatch) IsSet() bool
func (NullableNiddConfigurationPatch) MarshalJSON ¶
func (v NullableNiddConfigurationPatch) MarshalJSON() ([]byte, error)
func (*NullableNiddConfigurationPatch) Set ¶
func (v *NullableNiddConfigurationPatch) Set(val *NiddConfigurationPatch)
func (*NullableNiddConfigurationPatch) UnmarshalJSON ¶
func (v *NullableNiddConfigurationPatch) UnmarshalJSON(src []byte) error
func (*NullableNiddConfigurationPatch) Unset ¶
func (v *NullableNiddConfigurationPatch) Unset()
type NullableNiddConfigurationStatusNotification ¶
type NullableNiddConfigurationStatusNotification struct {
// contains filtered or unexported fields
}
func NewNullableNiddConfigurationStatusNotification ¶
func NewNullableNiddConfigurationStatusNotification(val *NiddConfigurationStatusNotification) *NullableNiddConfigurationStatusNotification
func (NullableNiddConfigurationStatusNotification) IsSet ¶
func (v NullableNiddConfigurationStatusNotification) IsSet() bool
func (NullableNiddConfigurationStatusNotification) MarshalJSON ¶
func (v NullableNiddConfigurationStatusNotification) MarshalJSON() ([]byte, error)
func (*NullableNiddConfigurationStatusNotification) Set ¶
func (v *NullableNiddConfigurationStatusNotification) Set(val *NiddConfigurationStatusNotification)
func (*NullableNiddConfigurationStatusNotification) UnmarshalJSON ¶
func (v *NullableNiddConfigurationStatusNotification) UnmarshalJSON(src []byte) error
func (*NullableNiddConfigurationStatusNotification) Unset ¶
func (v *NullableNiddConfigurationStatusNotification) Unset()
type NullableNiddDownlinkDataDeliveryFailure ¶
type NullableNiddDownlinkDataDeliveryFailure struct {
// contains filtered or unexported fields
}
func NewNullableNiddDownlinkDataDeliveryFailure ¶
func NewNullableNiddDownlinkDataDeliveryFailure(val *NiddDownlinkDataDeliveryFailure) *NullableNiddDownlinkDataDeliveryFailure
func (NullableNiddDownlinkDataDeliveryFailure) IsSet ¶
func (v NullableNiddDownlinkDataDeliveryFailure) IsSet() bool
func (NullableNiddDownlinkDataDeliveryFailure) MarshalJSON ¶
func (v NullableNiddDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
func (*NullableNiddDownlinkDataDeliveryFailure) Set ¶
func (v *NullableNiddDownlinkDataDeliveryFailure) Set(val *NiddDownlinkDataDeliveryFailure)
func (*NullableNiddDownlinkDataDeliveryFailure) UnmarshalJSON ¶
func (v *NullableNiddDownlinkDataDeliveryFailure) UnmarshalJSON(src []byte) error
func (*NullableNiddDownlinkDataDeliveryFailure) Unset ¶
func (v *NullableNiddDownlinkDataDeliveryFailure) Unset()
type NullableNiddDownlinkDataDeliveryStatusNotification ¶
type NullableNiddDownlinkDataDeliveryStatusNotification struct {
// contains filtered or unexported fields
}
func NewNullableNiddDownlinkDataDeliveryStatusNotification ¶
func NewNullableNiddDownlinkDataDeliveryStatusNotification(val *NiddDownlinkDataDeliveryStatusNotification) *NullableNiddDownlinkDataDeliveryStatusNotification
func (NullableNiddDownlinkDataDeliveryStatusNotification) IsSet ¶
func (v NullableNiddDownlinkDataDeliveryStatusNotification) IsSet() bool
func (NullableNiddDownlinkDataDeliveryStatusNotification) MarshalJSON ¶
func (v NullableNiddDownlinkDataDeliveryStatusNotification) MarshalJSON() ([]byte, error)
func (*NullableNiddDownlinkDataDeliveryStatusNotification) UnmarshalJSON ¶
func (v *NullableNiddDownlinkDataDeliveryStatusNotification) UnmarshalJSON(src []byte) error
func (*NullableNiddDownlinkDataDeliveryStatusNotification) Unset ¶
func (v *NullableNiddDownlinkDataDeliveryStatusNotification) Unset()
type NullableNiddDownlinkDataTransfer ¶
type NullableNiddDownlinkDataTransfer struct {
// contains filtered or unexported fields
}
func NewNullableNiddDownlinkDataTransfer ¶
func NewNullableNiddDownlinkDataTransfer(val *NiddDownlinkDataTransfer) *NullableNiddDownlinkDataTransfer
func (NullableNiddDownlinkDataTransfer) Get ¶
func (v NullableNiddDownlinkDataTransfer) Get() *NiddDownlinkDataTransfer
func (NullableNiddDownlinkDataTransfer) IsSet ¶
func (v NullableNiddDownlinkDataTransfer) IsSet() bool
func (NullableNiddDownlinkDataTransfer) MarshalJSON ¶
func (v NullableNiddDownlinkDataTransfer) MarshalJSON() ([]byte, error)
func (*NullableNiddDownlinkDataTransfer) Set ¶
func (v *NullableNiddDownlinkDataTransfer) Set(val *NiddDownlinkDataTransfer)
func (*NullableNiddDownlinkDataTransfer) UnmarshalJSON ¶
func (v *NullableNiddDownlinkDataTransfer) UnmarshalJSON(src []byte) error
func (*NullableNiddDownlinkDataTransfer) Unset ¶
func (v *NullableNiddDownlinkDataTransfer) Unset()
type NullableNiddDownlinkDataTransferPatch ¶
type NullableNiddDownlinkDataTransferPatch struct {
// contains filtered or unexported fields
}
func NewNullableNiddDownlinkDataTransferPatch ¶
func NewNullableNiddDownlinkDataTransferPatch(val *NiddDownlinkDataTransferPatch) *NullableNiddDownlinkDataTransferPatch
func (NullableNiddDownlinkDataTransferPatch) Get ¶
func (v NullableNiddDownlinkDataTransferPatch) Get() *NiddDownlinkDataTransferPatch
func (NullableNiddDownlinkDataTransferPatch) IsSet ¶
func (v NullableNiddDownlinkDataTransferPatch) IsSet() bool
func (NullableNiddDownlinkDataTransferPatch) MarshalJSON ¶
func (v NullableNiddDownlinkDataTransferPatch) MarshalJSON() ([]byte, error)
func (*NullableNiddDownlinkDataTransferPatch) Set ¶
func (v *NullableNiddDownlinkDataTransferPatch) Set(val *NiddDownlinkDataTransferPatch)
func (*NullableNiddDownlinkDataTransferPatch) UnmarshalJSON ¶
func (v *NullableNiddDownlinkDataTransferPatch) UnmarshalJSON(src []byte) error
func (*NullableNiddDownlinkDataTransferPatch) Unset ¶
func (v *NullableNiddDownlinkDataTransferPatch) Unset()
type NullableNiddStatus ¶
type NullableNiddStatus struct {
// contains filtered or unexported fields
}
func NewNullableNiddStatus ¶
func NewNullableNiddStatus(val *NiddStatus) *NullableNiddStatus
func (NullableNiddStatus) Get ¶
func (v NullableNiddStatus) Get() *NiddStatus
func (NullableNiddStatus) IsSet ¶
func (v NullableNiddStatus) IsSet() bool
func (NullableNiddStatus) MarshalJSON ¶
func (v NullableNiddStatus) MarshalJSON() ([]byte, error)
func (*NullableNiddStatus) Set ¶
func (v *NullableNiddStatus) Set(val *NiddStatus)
func (*NullableNiddStatus) UnmarshalJSON ¶
func (v *NullableNiddStatus) UnmarshalJSON(src []byte) error
func (*NullableNiddStatus) Unset ¶
func (v *NullableNiddStatus) Unset()
type NullableNiddUplinkDataNotification ¶
type NullableNiddUplinkDataNotification struct {
// contains filtered or unexported fields
}
func NewNullableNiddUplinkDataNotification ¶
func NewNullableNiddUplinkDataNotification(val *NiddUplinkDataNotification) *NullableNiddUplinkDataNotification
func (NullableNiddUplinkDataNotification) Get ¶
func (v NullableNiddUplinkDataNotification) Get() *NiddUplinkDataNotification
func (NullableNiddUplinkDataNotification) IsSet ¶
func (v NullableNiddUplinkDataNotification) IsSet() bool
func (NullableNiddUplinkDataNotification) MarshalJSON ¶
func (v NullableNiddUplinkDataNotification) MarshalJSON() ([]byte, error)
func (*NullableNiddUplinkDataNotification) Set ¶
func (v *NullableNiddUplinkDataNotification) Set(val *NiddUplinkDataNotification)
func (*NullableNiddUplinkDataNotification) UnmarshalJSON ¶
func (v *NullableNiddUplinkDataNotification) UnmarshalJSON(src []byte) error
func (*NullableNiddUplinkDataNotification) Unset ¶
func (v *NullableNiddUplinkDataNotification) Unset()
type NullableNullValue ¶
type NullableNullValue struct {
// contains filtered or unexported fields
}
func NewNullableNullValue ¶
func NewNullableNullValue(val *NullValue) *NullableNullValue
func (NullableNullValue) Get ¶
func (v NullableNullValue) Get() *NullValue
func (NullableNullValue) IsSet ¶
func (v NullableNullValue) IsSet() bool
func (NullableNullValue) MarshalJSON ¶
func (v NullableNullValue) MarshalJSON() ([]byte, error)
func (*NullableNullValue) Set ¶
func (v *NullableNullValue) Set(val *NullValue)
func (*NullableNullValue) UnmarshalJSON ¶
func (v *NullableNullValue) UnmarshalJSON(src []byte) error
func (*NullableNullValue) Unset ¶
func (v *NullableNullValue) Unset()
type NullablePdnEstablishmentOptions ¶
type NullablePdnEstablishmentOptions struct {
// contains filtered or unexported fields
}
func NewNullablePdnEstablishmentOptions ¶
func NewNullablePdnEstablishmentOptions(val *PdnEstablishmentOptions) *NullablePdnEstablishmentOptions
func (NullablePdnEstablishmentOptions) Get ¶
func (v NullablePdnEstablishmentOptions) Get() *PdnEstablishmentOptions
func (NullablePdnEstablishmentOptions) IsSet ¶
func (v NullablePdnEstablishmentOptions) IsSet() bool
func (NullablePdnEstablishmentOptions) MarshalJSON ¶
func (v NullablePdnEstablishmentOptions) MarshalJSON() ([]byte, error)
func (*NullablePdnEstablishmentOptions) Set ¶
func (v *NullablePdnEstablishmentOptions) Set(val *PdnEstablishmentOptions)
func (*NullablePdnEstablishmentOptions) UnmarshalJSON ¶
func (v *NullablePdnEstablishmentOptions) UnmarshalJSON(src []byte) error
func (*NullablePdnEstablishmentOptions) Unset ¶
func (v *NullablePdnEstablishmentOptions) Unset()
type NullablePdnEstablishmentOptionsRm ¶
type NullablePdnEstablishmentOptionsRm struct {
// contains filtered or unexported fields
}
func NewNullablePdnEstablishmentOptionsRm ¶
func NewNullablePdnEstablishmentOptionsRm(val *PdnEstablishmentOptionsRm) *NullablePdnEstablishmentOptionsRm
func (NullablePdnEstablishmentOptionsRm) Get ¶
func (v NullablePdnEstablishmentOptionsRm) Get() *PdnEstablishmentOptionsRm
func (NullablePdnEstablishmentOptionsRm) IsSet ¶
func (v NullablePdnEstablishmentOptionsRm) IsSet() bool
func (NullablePdnEstablishmentOptionsRm) MarshalJSON ¶
func (v NullablePdnEstablishmentOptionsRm) MarshalJSON() ([]byte, error)
func (*NullablePdnEstablishmentOptionsRm) Set ¶
func (v *NullablePdnEstablishmentOptionsRm) Set(val *PdnEstablishmentOptionsRm)
func (*NullablePdnEstablishmentOptionsRm) UnmarshalJSON ¶
func (v *NullablePdnEstablishmentOptionsRm) UnmarshalJSON(src []byte) error
func (*NullablePdnEstablishmentOptionsRm) Unset ¶
func (v *NullablePdnEstablishmentOptionsRm) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableRdsDownlinkDataDeliveryFailure ¶
type NullableRdsDownlinkDataDeliveryFailure struct {
// contains filtered or unexported fields
}
func NewNullableRdsDownlinkDataDeliveryFailure ¶
func NewNullableRdsDownlinkDataDeliveryFailure(val *RdsDownlinkDataDeliveryFailure) *NullableRdsDownlinkDataDeliveryFailure
func (NullableRdsDownlinkDataDeliveryFailure) Get ¶
func (v NullableRdsDownlinkDataDeliveryFailure) Get() *RdsDownlinkDataDeliveryFailure
func (NullableRdsDownlinkDataDeliveryFailure) IsSet ¶
func (v NullableRdsDownlinkDataDeliveryFailure) IsSet() bool
func (NullableRdsDownlinkDataDeliveryFailure) MarshalJSON ¶
func (v NullableRdsDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
func (*NullableRdsDownlinkDataDeliveryFailure) Set ¶
func (v *NullableRdsDownlinkDataDeliveryFailure) Set(val *RdsDownlinkDataDeliveryFailure)
func (*NullableRdsDownlinkDataDeliveryFailure) UnmarshalJSON ¶
func (v *NullableRdsDownlinkDataDeliveryFailure) UnmarshalJSON(src []byte) error
func (*NullableRdsDownlinkDataDeliveryFailure) Unset ¶
func (v *NullableRdsDownlinkDataDeliveryFailure) Unset()
type NullableRdsDownlinkDataDeliveryFailureAllOf ¶
type NullableRdsDownlinkDataDeliveryFailureAllOf struct {
// contains filtered or unexported fields
}
func NewNullableRdsDownlinkDataDeliveryFailureAllOf ¶
func NewNullableRdsDownlinkDataDeliveryFailureAllOf(val *RdsDownlinkDataDeliveryFailureAllOf) *NullableRdsDownlinkDataDeliveryFailureAllOf
func (NullableRdsDownlinkDataDeliveryFailureAllOf) IsSet ¶
func (v NullableRdsDownlinkDataDeliveryFailureAllOf) IsSet() bool
func (NullableRdsDownlinkDataDeliveryFailureAllOf) MarshalJSON ¶
func (v NullableRdsDownlinkDataDeliveryFailureAllOf) MarshalJSON() ([]byte, error)
func (*NullableRdsDownlinkDataDeliveryFailureAllOf) Set ¶
func (v *NullableRdsDownlinkDataDeliveryFailureAllOf) Set(val *RdsDownlinkDataDeliveryFailureAllOf)
func (*NullableRdsDownlinkDataDeliveryFailureAllOf) UnmarshalJSON ¶
func (v *NullableRdsDownlinkDataDeliveryFailureAllOf) UnmarshalJSON(src []byte) error
func (*NullableRdsDownlinkDataDeliveryFailureAllOf) Unset ¶
func (v *NullableRdsDownlinkDataDeliveryFailureAllOf) Unset()
type NullableRdsPort ¶
type NullableRdsPort struct {
// contains filtered or unexported fields
}
func NewNullableRdsPort ¶
func NewNullableRdsPort(val *RdsPort) *NullableRdsPort
func (NullableRdsPort) Get ¶
func (v NullableRdsPort) Get() *RdsPort
func (NullableRdsPort) IsSet ¶
func (v NullableRdsPort) IsSet() bool
func (NullableRdsPort) MarshalJSON ¶
func (v NullableRdsPort) MarshalJSON() ([]byte, error)
func (*NullableRdsPort) Set ¶
func (v *NullableRdsPort) Set(val *RdsPort)
func (*NullableRdsPort) UnmarshalJSON ¶
func (v *NullableRdsPort) UnmarshalJSON(src []byte) error
func (*NullableRdsPort) Unset ¶
func (v *NullableRdsPort) Unset()
type NullableScsAsIdConfigurationsPostRequest ¶
type NullableScsAsIdConfigurationsPostRequest struct {
// contains filtered or unexported fields
}
func NewNullableScsAsIdConfigurationsPostRequest ¶
func NewNullableScsAsIdConfigurationsPostRequest(val *ScsAsIdConfigurationsPostRequest) *NullableScsAsIdConfigurationsPostRequest
func (NullableScsAsIdConfigurationsPostRequest) IsSet ¶
func (v NullableScsAsIdConfigurationsPostRequest) IsSet() bool
func (NullableScsAsIdConfigurationsPostRequest) MarshalJSON ¶
func (v NullableScsAsIdConfigurationsPostRequest) MarshalJSON() ([]byte, error)
func (*NullableScsAsIdConfigurationsPostRequest) Set ¶
func (v *NullableScsAsIdConfigurationsPostRequest) Set(val *ScsAsIdConfigurationsPostRequest)
func (*NullableScsAsIdConfigurationsPostRequest) UnmarshalJSON ¶
func (v *NullableScsAsIdConfigurationsPostRequest) UnmarshalJSON(src []byte) error
func (*NullableScsAsIdConfigurationsPostRequest) Unset ¶
func (v *NullableScsAsIdConfigurationsPostRequest) Unset()
type NullableSerializationFormat ¶
type NullableSerializationFormat struct {
// contains filtered or unexported fields
}
func NewNullableSerializationFormat ¶
func NewNullableSerializationFormat(val *SerializationFormat) *NullableSerializationFormat
func (NullableSerializationFormat) Get ¶
func (v NullableSerializationFormat) Get() *SerializationFormat
func (NullableSerializationFormat) IsSet ¶
func (v NullableSerializationFormat) IsSet() bool
func (NullableSerializationFormat) MarshalJSON ¶
func (v NullableSerializationFormat) MarshalJSON() ([]byte, error)
func (*NullableSerializationFormat) Set ¶
func (v *NullableSerializationFormat) Set(val *SerializationFormat)
func (*NullableSerializationFormat) UnmarshalJSON ¶
func (v *NullableSerializationFormat) UnmarshalJSON(src []byte) error
func (*NullableSerializationFormat) Unset ¶
func (v *NullableSerializationFormat) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableWebsockNotifConfig ¶
type NullableWebsockNotifConfig struct {
// contains filtered or unexported fields
}
func NewNullableWebsockNotifConfig ¶
func NewNullableWebsockNotifConfig(val *WebsockNotifConfig) *NullableWebsockNotifConfig
func (NullableWebsockNotifConfig) Get ¶
func (v NullableWebsockNotifConfig) Get() *WebsockNotifConfig
func (NullableWebsockNotifConfig) IsSet ¶
func (v NullableWebsockNotifConfig) IsSet() bool
func (NullableWebsockNotifConfig) MarshalJSON ¶
func (v NullableWebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*NullableWebsockNotifConfig) Set ¶
func (v *NullableWebsockNotifConfig) Set(val *WebsockNotifConfig)
func (*NullableWebsockNotifConfig) UnmarshalJSON ¶
func (v *NullableWebsockNotifConfig) UnmarshalJSON(src []byte) error
func (*NullableWebsockNotifConfig) Unset ¶
func (v *NullableWebsockNotifConfig) Unset()
type PdnEstablishmentOptions ¶
type PdnEstablishmentOptions struct {
String *string
}
PdnEstablishmentOptions Possible values are - WAIT_FOR_UE: wait for the UE to establish the PDN connection - INDICATE_ERROR: respond with an error cause - SEND_TRIGGER: send a device trigger
func (*PdnEstablishmentOptions) MarshalJSON ¶
func (src *PdnEstablishmentOptions) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PdnEstablishmentOptions) UnmarshalJSON ¶
func (dst *PdnEstablishmentOptions) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PdnEstablishmentOptionsRm ¶
type PdnEstablishmentOptionsRm struct { NullValue *NullValue PdnEstablishmentOptions *PdnEstablishmentOptions }
PdnEstablishmentOptionsRm Represents the same information as the PdnEstablishmentOptions data type with the difference that it allows also the null value.
func (*PdnEstablishmentOptionsRm) MarshalJSON ¶
func (src *PdnEstablishmentOptionsRm) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PdnEstablishmentOptionsRm) UnmarshalJSON ¶
func (dst *PdnEstablishmentOptionsRm) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ProblemDetails ¶
type ProblemDetails struct { // string providing an URI formatted according to IETF RFC 3986. Type *string `json:"type,omitempty"` // A short, human-readable summary of the problem type. It should not change from occurrence to occurrence of the problem. Title *string `json:"title,omitempty"` // The HTTP status code for this occurrence of the problem. Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // string providing an URI formatted according to IETF RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` // Description of invalid parameters, for a request rejected due to invalid parameters. InvalidParams []InvalidParam `json:"invalidParams,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"` }
ProblemDetails Represents additional information and details on an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) 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 (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type RdsDownlinkDataDeliveryFailure ¶
type RdsDownlinkDataDeliveryFailure struct { ProblemDetails // string with format \"date-time\" as defined in OpenAPI. RequestedRetransmissionTime *time.Time `json:"requestedRetransmissionTime,omitempty"` // Indicates the serialization format(s) that are supported by the UE on the associated RDS port. SupportedUeFormats []SerializationFormat `json:"supportedUeFormats,omitempty"` }
RdsDownlinkDataDeliveryFailure Represents the failure delivery result for RDS.
func NewRdsDownlinkDataDeliveryFailure ¶
func NewRdsDownlinkDataDeliveryFailure() *RdsDownlinkDataDeliveryFailure
NewRdsDownlinkDataDeliveryFailure instantiates a new RdsDownlinkDataDeliveryFailure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRdsDownlinkDataDeliveryFailureWithDefaults ¶
func NewRdsDownlinkDataDeliveryFailureWithDefaults() *RdsDownlinkDataDeliveryFailure
NewRdsDownlinkDataDeliveryFailureWithDefaults instantiates a new RdsDownlinkDataDeliveryFailure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RdsDownlinkDataDeliveryFailure) GetRequestedRetransmissionTime ¶
func (o *RdsDownlinkDataDeliveryFailure) GetRequestedRetransmissionTime() time.Time
GetRequestedRetransmissionTime returns the RequestedRetransmissionTime field value if set, zero value otherwise.
func (*RdsDownlinkDataDeliveryFailure) GetRequestedRetransmissionTimeOk ¶
func (o *RdsDownlinkDataDeliveryFailure) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
GetRequestedRetransmissionTimeOk returns a tuple with the RequestedRetransmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RdsDownlinkDataDeliveryFailure) GetSupportedUeFormats ¶
func (o *RdsDownlinkDataDeliveryFailure) GetSupportedUeFormats() []SerializationFormat
GetSupportedUeFormats returns the SupportedUeFormats field value if set, zero value otherwise.
func (*RdsDownlinkDataDeliveryFailure) GetSupportedUeFormatsOk ¶
func (o *RdsDownlinkDataDeliveryFailure) GetSupportedUeFormatsOk() ([]SerializationFormat, bool)
GetSupportedUeFormatsOk returns a tuple with the SupportedUeFormats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RdsDownlinkDataDeliveryFailure) HasRequestedRetransmissionTime ¶
func (o *RdsDownlinkDataDeliveryFailure) HasRequestedRetransmissionTime() bool
HasRequestedRetransmissionTime returns a boolean if a field has been set.
func (*RdsDownlinkDataDeliveryFailure) HasSupportedUeFormats ¶
func (o *RdsDownlinkDataDeliveryFailure) HasSupportedUeFormats() bool
HasSupportedUeFormats returns a boolean if a field has been set.
func (RdsDownlinkDataDeliveryFailure) MarshalJSON ¶
func (o RdsDownlinkDataDeliveryFailure) MarshalJSON() ([]byte, error)
func (*RdsDownlinkDataDeliveryFailure) SetRequestedRetransmissionTime ¶
func (o *RdsDownlinkDataDeliveryFailure) SetRequestedRetransmissionTime(v time.Time)
SetRequestedRetransmissionTime gets a reference to the given time.Time and assigns it to the RequestedRetransmissionTime field.
func (*RdsDownlinkDataDeliveryFailure) SetSupportedUeFormats ¶
func (o *RdsDownlinkDataDeliveryFailure) SetSupportedUeFormats(v []SerializationFormat)
SetSupportedUeFormats gets a reference to the given []SerializationFormat and assigns it to the SupportedUeFormats field.
func (RdsDownlinkDataDeliveryFailure) ToMap ¶
func (o RdsDownlinkDataDeliveryFailure) ToMap() (map[string]interface{}, error)
type RdsDownlinkDataDeliveryFailureAllOf ¶
type RdsDownlinkDataDeliveryFailureAllOf struct { // string with format \"date-time\" as defined in OpenAPI. RequestedRetransmissionTime *time.Time `json:"requestedRetransmissionTime,omitempty"` // Indicates the serialization format(s) that are supported by the UE on the associated RDS port. SupportedUeFormats []SerializationFormat `json:"supportedUeFormats,omitempty"` }
RdsDownlinkDataDeliveryFailureAllOf struct for RdsDownlinkDataDeliveryFailureAllOf
func NewRdsDownlinkDataDeliveryFailureAllOf ¶
func NewRdsDownlinkDataDeliveryFailureAllOf() *RdsDownlinkDataDeliveryFailureAllOf
NewRdsDownlinkDataDeliveryFailureAllOf instantiates a new RdsDownlinkDataDeliveryFailureAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRdsDownlinkDataDeliveryFailureAllOfWithDefaults ¶
func NewRdsDownlinkDataDeliveryFailureAllOfWithDefaults() *RdsDownlinkDataDeliveryFailureAllOf
NewRdsDownlinkDataDeliveryFailureAllOfWithDefaults instantiates a new RdsDownlinkDataDeliveryFailureAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RdsDownlinkDataDeliveryFailureAllOf) GetRequestedRetransmissionTime ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) GetRequestedRetransmissionTime() time.Time
GetRequestedRetransmissionTime returns the RequestedRetransmissionTime field value if set, zero value otherwise.
func (*RdsDownlinkDataDeliveryFailureAllOf) GetRequestedRetransmissionTimeOk ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) GetRequestedRetransmissionTimeOk() (*time.Time, bool)
GetRequestedRetransmissionTimeOk returns a tuple with the RequestedRetransmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RdsDownlinkDataDeliveryFailureAllOf) GetSupportedUeFormats ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) GetSupportedUeFormats() []SerializationFormat
GetSupportedUeFormats returns the SupportedUeFormats field value if set, zero value otherwise.
func (*RdsDownlinkDataDeliveryFailureAllOf) GetSupportedUeFormatsOk ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) GetSupportedUeFormatsOk() ([]SerializationFormat, bool)
GetSupportedUeFormatsOk returns a tuple with the SupportedUeFormats field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RdsDownlinkDataDeliveryFailureAllOf) HasRequestedRetransmissionTime ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) HasRequestedRetransmissionTime() bool
HasRequestedRetransmissionTime returns a boolean if a field has been set.
func (*RdsDownlinkDataDeliveryFailureAllOf) HasSupportedUeFormats ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) HasSupportedUeFormats() bool
HasSupportedUeFormats returns a boolean if a field has been set.
func (RdsDownlinkDataDeliveryFailureAllOf) MarshalJSON ¶
func (o RdsDownlinkDataDeliveryFailureAllOf) MarshalJSON() ([]byte, error)
func (*RdsDownlinkDataDeliveryFailureAllOf) SetRequestedRetransmissionTime ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) SetRequestedRetransmissionTime(v time.Time)
SetRequestedRetransmissionTime gets a reference to the given time.Time and assigns it to the RequestedRetransmissionTime field.
func (*RdsDownlinkDataDeliveryFailureAllOf) SetSupportedUeFormats ¶
func (o *RdsDownlinkDataDeliveryFailureAllOf) SetSupportedUeFormats(v []SerializationFormat)
SetSupportedUeFormats gets a reference to the given []SerializationFormat and assigns it to the SupportedUeFormats field.
func (RdsDownlinkDataDeliveryFailureAllOf) ToMap ¶
func (o RdsDownlinkDataDeliveryFailureAllOf) ToMap() (map[string]interface{}, error)
type RdsPort ¶
type RdsPort struct { // Unsigned integer with valid values between 0 and 65535. PortUE int32 `json:"portUE"` // Unsigned integer with valid values between 0 and 65535. PortSCEF int32 `json:"portSCEF"` }
RdsPort Represents the port configuration for Reliable Data Transfer.
func NewRdsPort ¶
NewRdsPort instantiates a new RdsPort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRdsPortWithDefaults ¶
func NewRdsPortWithDefaults() *RdsPort
NewRdsPortWithDefaults instantiates a new RdsPort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RdsPort) GetPortSCEF ¶
GetPortSCEF returns the PortSCEF field value
func (*RdsPort) GetPortSCEFOk ¶
GetPortSCEFOk returns a tuple with the PortSCEF field value and a boolean to check if the value has been set.
func (*RdsPort) GetPortUEOk ¶
GetPortUEOk returns a tuple with the PortUE field value and a boolean to check if the value has been set.
func (RdsPort) MarshalJSON ¶
type ScsAsIdConfigurationsPostRequest ¶
type ScsAsIdConfigurationsPostRequest struct { GmdNiddDownlinkDataDeliveryNotification *GmdNiddDownlinkDataDeliveryNotification ManagePortNotification *ManagePortNotification NiddConfigurationStatusNotification *NiddConfigurationStatusNotification NiddDownlinkDataDeliveryStatusNotification *NiddDownlinkDataDeliveryStatusNotification NiddUplinkDataNotification *NiddUplinkDataNotification }
ScsAsIdConfigurationsPostRequest - struct for ScsAsIdConfigurationsPostRequest
func GmdNiddDownlinkDataDeliveryNotificationAsScsAsIdConfigurationsPostRequest ¶
func GmdNiddDownlinkDataDeliveryNotificationAsScsAsIdConfigurationsPostRequest(v *GmdNiddDownlinkDataDeliveryNotification) ScsAsIdConfigurationsPostRequest
GmdNiddDownlinkDataDeliveryNotificationAsScsAsIdConfigurationsPostRequest is a convenience function that returns GmdNiddDownlinkDataDeliveryNotification wrapped in ScsAsIdConfigurationsPostRequest
func ManagePortNotificationAsScsAsIdConfigurationsPostRequest ¶
func ManagePortNotificationAsScsAsIdConfigurationsPostRequest(v *ManagePortNotification) ScsAsIdConfigurationsPostRequest
ManagePortNotificationAsScsAsIdConfigurationsPostRequest is a convenience function that returns ManagePortNotification wrapped in ScsAsIdConfigurationsPostRequest
func NiddConfigurationStatusNotificationAsScsAsIdConfigurationsPostRequest ¶
func NiddConfigurationStatusNotificationAsScsAsIdConfigurationsPostRequest(v *NiddConfigurationStatusNotification) ScsAsIdConfigurationsPostRequest
NiddConfigurationStatusNotificationAsScsAsIdConfigurationsPostRequest is a convenience function that returns NiddConfigurationStatusNotification wrapped in ScsAsIdConfigurationsPostRequest
func NiddDownlinkDataDeliveryStatusNotificationAsScsAsIdConfigurationsPostRequest ¶
func NiddDownlinkDataDeliveryStatusNotificationAsScsAsIdConfigurationsPostRequest(v *NiddDownlinkDataDeliveryStatusNotification) ScsAsIdConfigurationsPostRequest
NiddDownlinkDataDeliveryStatusNotificationAsScsAsIdConfigurationsPostRequest is a convenience function that returns NiddDownlinkDataDeliveryStatusNotification wrapped in ScsAsIdConfigurationsPostRequest
func NiddUplinkDataNotificationAsScsAsIdConfigurationsPostRequest ¶
func NiddUplinkDataNotificationAsScsAsIdConfigurationsPostRequest(v *NiddUplinkDataNotification) ScsAsIdConfigurationsPostRequest
NiddUplinkDataNotificationAsScsAsIdConfigurationsPostRequest is a convenience function that returns NiddUplinkDataNotification wrapped in ScsAsIdConfigurationsPostRequest
func (*ScsAsIdConfigurationsPostRequest) GetActualInstance ¶
func (obj *ScsAsIdConfigurationsPostRequest) GetActualInstance() interface{}
Get the actual instance
func (ScsAsIdConfigurationsPostRequest) MarshalJSON ¶
func (src ScsAsIdConfigurationsPostRequest) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScsAsIdConfigurationsPostRequest) UnmarshalJSON ¶
func (dst *ScsAsIdConfigurationsPostRequest) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SerializationFormat ¶
type SerializationFormat struct {
String *string
}
SerializationFormat Possible values are - CBOR: The CBOR Serialzition format - JSON: The JSON Serialzition format - XML: The XML Serialzition format
func (*SerializationFormat) MarshalJSON ¶
func (src *SerializationFormat) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SerializationFormat) UnmarshalJSON ¶
func (dst *SerializationFormat) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type WebsockNotifConfig ¶
type WebsockNotifConfig struct { // string formatted according to IETF RFC 3986 identifying a referenced resource. WebsocketUri *string `json:"websocketUri,omitempty"` // Set by the SCS/AS to indicate that the Websocket delivery is requested. RequestWebsocketUri *bool `json:"requestWebsocketUri,omitempty"` }
WebsockNotifConfig Represents the configuration information for the delivery of notifications over Websockets.
func NewWebsockNotifConfig ¶
func NewWebsockNotifConfig() *WebsockNotifConfig
NewWebsockNotifConfig instantiates a new WebsockNotifConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebsockNotifConfigWithDefaults ¶
func NewWebsockNotifConfigWithDefaults() *WebsockNotifConfig
NewWebsockNotifConfigWithDefaults instantiates a new WebsockNotifConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebsockNotifConfig) GetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUri() bool
GetRequestWebsocketUri returns the RequestWebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetRequestWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetRequestWebsocketUriOk() (*bool, bool)
GetRequestWebsocketUriOk returns a tuple with the RequestWebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) GetWebsocketUri ¶
func (o *WebsockNotifConfig) GetWebsocketUri() string
GetWebsocketUri returns the WebsocketUri field value if set, zero value otherwise.
func (*WebsockNotifConfig) GetWebsocketUriOk ¶
func (o *WebsockNotifConfig) GetWebsocketUriOk() (*string, bool)
GetWebsocketUriOk returns a tuple with the WebsocketUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebsockNotifConfig) HasRequestWebsocketUri ¶
func (o *WebsockNotifConfig) HasRequestWebsocketUri() bool
HasRequestWebsocketUri returns a boolean if a field has been set.
func (*WebsockNotifConfig) HasWebsocketUri ¶
func (o *WebsockNotifConfig) HasWebsocketUri() bool
HasWebsocketUri returns a boolean if a field has been set.
func (WebsockNotifConfig) MarshalJSON ¶
func (o WebsockNotifConfig) MarshalJSON() ([]byte, error)
func (*WebsockNotifConfig) SetRequestWebsocketUri ¶
func (o *WebsockNotifConfig) SetRequestWebsocketUri(v bool)
SetRequestWebsocketUri gets a reference to the given bool and assigns it to the RequestWebsocketUri field.
func (*WebsockNotifConfig) SetWebsocketUri ¶
func (o *WebsockNotifConfig) SetWebsocketUri(v string)
SetWebsocketUri gets a reference to the given string and assigns it to the WebsocketUri field.
func (WebsockNotifConfig) ToMap ¶
func (o WebsockNotifConfig) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_individual_manage_port_configuration.go
- api_individual_nidd_configuration.go
- api_individual_nidd_downlink_data_delivery.go
- api_manage_port_configurations.go
- api_nidd_configurations.go
- api_nidd_downlink_data_deliveries.go
- client.go
- configuration.go
- model___scs_as_id__configurations_post_request.go
- model_acknowledgement.go
- model_delivery_status.go
- model_gmd_nidd_downlink_data_delivery_notification.go
- model_gmd_result.go
- model_invalid_param.go
- model_manage_entity.go
- model_manage_port.go
- model_manage_port_notification.go
- model_nidd_configuration.go
- model_nidd_configuration_patch.go
- model_nidd_configuration_status_notification.go
- model_nidd_downlink_data_delivery_failure.go
- model_nidd_downlink_data_delivery_status_notification.go
- model_nidd_downlink_data_transfer.go
- model_nidd_downlink_data_transfer_patch.go
- model_nidd_status.go
- model_nidd_uplink_data_notification.go
- model_null_value.go
- model_pdn_establishment_options.go
- model_pdn_establishment_options_rm.go
- model_problem_details.go
- model_rds_downlink_data_delivery_failure.go
- model_rds_downlink_data_delivery_failure_all_of.go
- model_rds_port.go
- model_serialization_format.go
- model_websock_notif_config.go
- response.go
- utils.go