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 AccessTech
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
- type AcsInfo
- func (o *AcsInfo) GetAcsIpv4Addr() string
- func (o *AcsInfo) GetAcsIpv4AddrOk() (*string, bool)
- func (o *AcsInfo) GetAcsIpv6Addr() Ipv6Addr
- func (o *AcsInfo) GetAcsIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *AcsInfo) GetAcsUrl() string
- func (o *AcsInfo) GetAcsUrlOk() (*string, bool)
- func (o *AcsInfo) HasAcsIpv4Addr() bool
- func (o *AcsInfo) HasAcsIpv6Addr() bool
- func (o *AcsInfo) HasAcsUrl() bool
- func (o AcsInfo) MarshalJSON() ([]byte, error)
- func (o *AcsInfo) SetAcsIpv4Addr(v string)
- func (o *AcsInfo) SetAcsIpv6Addr(v Ipv6Addr)
- func (o *AcsInfo) SetAcsUrl(v string)
- func (o AcsInfo) ToMap() (map[string]interface{}, error)
- type ApiCreate5GMBSGroupRequest
- type ApiCreate5GVNGroupRequest
- type ApiCreatePPDataEntryRequest
- type ApiDelete5GMBSGroupRequest
- type ApiDelete5GVNGroupRequest
- type ApiDeletePPDataEntryRequest
- type ApiGet5GMBSGroupRequest
- type ApiGet5GVNGroupRequest
- type ApiGetPPDataEntryRequest
- type ApiModify5GMBSGroupRequest
- func (r ApiModify5GMBSGroupRequest) Execute() (*PatchResult, *http.Response, error)
- func (r ApiModify5GMBSGroupRequest) MulticastMbsGroupMemb(multicastMbsGroupMemb MulticastMbsGroupMemb) ApiModify5GMBSGroupRequest
- func (r ApiModify5GMBSGroupRequest) SupportedFeatures(supportedFeatures string) ApiModify5GMBSGroupRequest
- type ApiModify5GVNGroupRequest
- func (r ApiModify5GVNGroupRequest) Execute() (*PatchResult, *http.Response, error)
- func (r ApiModify5GVNGroupRequest) Model5GVnGroupConfiguration(model5GVnGroupConfiguration Model5GVnGroupConfiguration) ApiModify5GVNGroupRequest
- func (r ApiModify5GVNGroupRequest) SupportedFeatures(supportedFeatures string) ApiModify5GVNGroupRequest
- type ApiUpdateRequest
- type AppDescriptor
- func (o *AppDescriptor) GetAppId() string
- func (o *AppDescriptor) GetAppIdOk() (*string, bool)
- func (o *AppDescriptor) GetOsId() string
- func (o *AppDescriptor) GetOsIdOk() (*string, bool)
- func (o *AppDescriptor) HasAppId() bool
- func (o *AppDescriptor) HasOsId() bool
- func (o AppDescriptor) MarshalJSON() ([]byte, error)
- func (o *AppDescriptor) SetAppId(v string)
- func (o *AppDescriptor) SetOsId(v string)
- func (o AppDescriptor) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type BatteryIndication
- func (o *BatteryIndication) GetBatteryInd() bool
- func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool)
- func (o *BatteryIndication) GetRechargeableInd() bool
- func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool)
- func (o *BatteryIndication) GetReplaceableInd() bool
- func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool)
- func (o *BatteryIndication) HasBatteryInd() bool
- func (o *BatteryIndication) HasRechargeableInd() bool
- func (o *BatteryIndication) HasReplaceableInd() bool
- func (o BatteryIndication) MarshalJSON() ([]byte, error)
- func (o *BatteryIndication) SetBatteryInd(v bool)
- func (o *BatteryIndication) SetRechargeableInd(v bool)
- func (o *BatteryIndication) SetReplaceableInd(v bool)
- func (o BatteryIndication) ToMap() (map[string]interface{}, error)
- type CivicAddress
- func (o *CivicAddress) GetA1() string
- func (o *CivicAddress) GetA1Ok() (*string, bool)
- func (o *CivicAddress) GetA2() string
- func (o *CivicAddress) GetA2Ok() (*string, bool)
- func (o *CivicAddress) GetA3() string
- func (o *CivicAddress) GetA3Ok() (*string, bool)
- func (o *CivicAddress) GetA4() string
- func (o *CivicAddress) GetA4Ok() (*string, bool)
- func (o *CivicAddress) GetA5() string
- func (o *CivicAddress) GetA5Ok() (*string, bool)
- func (o *CivicAddress) GetA6() string
- func (o *CivicAddress) GetA6Ok() (*string, bool)
- func (o *CivicAddress) GetADDCODE() string
- func (o *CivicAddress) GetADDCODEOk() (*string, bool)
- func (o *CivicAddress) GetBLD() string
- func (o *CivicAddress) GetBLDOk() (*string, bool)
- func (o *CivicAddress) GetCountry() string
- func (o *CivicAddress) GetCountryOk() (*string, bool)
- func (o *CivicAddress) GetFLR() string
- func (o *CivicAddress) GetFLROk() (*string, bool)
- func (o *CivicAddress) GetHNO() string
- func (o *CivicAddress) GetHNOOk() (*string, bool)
- func (o *CivicAddress) GetHNS() string
- func (o *CivicAddress) GetHNSOk() (*string, bool)
- func (o *CivicAddress) GetLMK() string
- func (o *CivicAddress) GetLMKOk() (*string, bool)
- func (o *CivicAddress) GetLOC() string
- func (o *CivicAddress) GetLOCOk() (*string, bool)
- func (o *CivicAddress) GetMethod() string
- func (o *CivicAddress) GetMethodOk() (*string, bool)
- func (o *CivicAddress) GetNAM() string
- func (o *CivicAddress) GetNAMOk() (*string, bool)
- func (o *CivicAddress) GetPC() string
- func (o *CivicAddress) GetPCN() string
- func (o *CivicAddress) GetPCNOk() (*string, bool)
- func (o *CivicAddress) GetPCOk() (*string, bool)
- func (o *CivicAddress) GetPLC() string
- func (o *CivicAddress) GetPLCOk() (*string, bool)
- func (o *CivicAddress) GetPOBOX() string
- func (o *CivicAddress) GetPOBOXOk() (*string, bool)
- func (o *CivicAddress) GetPOD() string
- func (o *CivicAddress) GetPODOk() (*string, bool)
- func (o *CivicAddress) GetPOM() string
- func (o *CivicAddress) GetPOMOk() (*string, bool)
- func (o *CivicAddress) GetPRD() string
- func (o *CivicAddress) GetPRDOk() (*string, bool)
- func (o *CivicAddress) GetPRM() string
- func (o *CivicAddress) GetPRMOk() (*string, bool)
- func (o *CivicAddress) GetProvidedBy() string
- func (o *CivicAddress) GetProvidedByOk() (*string, bool)
- func (o *CivicAddress) GetRD() string
- func (o *CivicAddress) GetRDBR() string
- func (o *CivicAddress) GetRDBROk() (*string, bool)
- func (o *CivicAddress) GetRDOk() (*string, bool)
- func (o *CivicAddress) GetRDSEC() string
- func (o *CivicAddress) GetRDSECOk() (*string, bool)
- func (o *CivicAddress) GetRDSUBBR() string
- func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
- func (o *CivicAddress) GetROOM() string
- func (o *CivicAddress) GetROOMOk() (*string, bool)
- func (o *CivicAddress) GetSEAT() string
- func (o *CivicAddress) GetSEATOk() (*string, bool)
- func (o *CivicAddress) GetSTS() string
- func (o *CivicAddress) GetSTSOk() (*string, bool)
- func (o *CivicAddress) GetUNIT() string
- func (o *CivicAddress) GetUNITOk() (*string, bool)
- func (o *CivicAddress) GetUsageRules() string
- func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
- func (o *CivicAddress) HasA1() bool
- func (o *CivicAddress) HasA2() bool
- func (o *CivicAddress) HasA3() bool
- func (o *CivicAddress) HasA4() bool
- func (o *CivicAddress) HasA5() bool
- func (o *CivicAddress) HasA6() bool
- func (o *CivicAddress) HasADDCODE() bool
- func (o *CivicAddress) HasBLD() bool
- func (o *CivicAddress) HasCountry() bool
- func (o *CivicAddress) HasFLR() bool
- func (o *CivicAddress) HasHNO() bool
- func (o *CivicAddress) HasHNS() bool
- func (o *CivicAddress) HasLMK() bool
- func (o *CivicAddress) HasLOC() bool
- func (o *CivicAddress) HasMethod() bool
- func (o *CivicAddress) HasNAM() bool
- func (o *CivicAddress) HasPC() bool
- func (o *CivicAddress) HasPCN() bool
- func (o *CivicAddress) HasPLC() bool
- func (o *CivicAddress) HasPOBOX() bool
- func (o *CivicAddress) HasPOD() bool
- func (o *CivicAddress) HasPOM() bool
- func (o *CivicAddress) HasPRD() bool
- func (o *CivicAddress) HasPRM() bool
- func (o *CivicAddress) HasProvidedBy() bool
- func (o *CivicAddress) HasRD() bool
- func (o *CivicAddress) HasRDBR() bool
- func (o *CivicAddress) HasRDSEC() bool
- func (o *CivicAddress) HasRDSUBBR() bool
- func (o *CivicAddress) HasROOM() bool
- func (o *CivicAddress) HasSEAT() bool
- func (o *CivicAddress) HasSTS() bool
- func (o *CivicAddress) HasUNIT() bool
- func (o *CivicAddress) HasUsageRules() bool
- func (o CivicAddress) MarshalJSON() ([]byte, error)
- func (o *CivicAddress) SetA1(v string)
- func (o *CivicAddress) SetA2(v string)
- func (o *CivicAddress) SetA3(v string)
- func (o *CivicAddress) SetA4(v string)
- func (o *CivicAddress) SetA5(v string)
- func (o *CivicAddress) SetA6(v string)
- func (o *CivicAddress) SetADDCODE(v string)
- func (o *CivicAddress) SetBLD(v string)
- func (o *CivicAddress) SetCountry(v string)
- func (o *CivicAddress) SetFLR(v string)
- func (o *CivicAddress) SetHNO(v string)
- func (o *CivicAddress) SetHNS(v string)
- func (o *CivicAddress) SetLMK(v string)
- func (o *CivicAddress) SetLOC(v string)
- func (o *CivicAddress) SetMethod(v string)
- func (o *CivicAddress) SetNAM(v string)
- func (o *CivicAddress) SetPC(v string)
- func (o *CivicAddress) SetPCN(v string)
- func (o *CivicAddress) SetPLC(v string)
- func (o *CivicAddress) SetPOBOX(v string)
- func (o *CivicAddress) SetPOD(v string)
- func (o *CivicAddress) SetPOM(v string)
- func (o *CivicAddress) SetPRD(v string)
- func (o *CivicAddress) SetPRM(v string)
- func (o *CivicAddress) SetProvidedBy(v string)
- func (o *CivicAddress) SetRD(v string)
- func (o *CivicAddress) SetRDBR(v string)
- func (o *CivicAddress) SetRDSEC(v string)
- func (o *CivicAddress) SetRDSUBBR(v string)
- func (o *CivicAddress) SetROOM(v string)
- func (o *CivicAddress) SetSEAT(v string)
- func (o *CivicAddress) SetSTS(v string)
- func (o *CivicAddress) SetUNIT(v string)
- func (o *CivicAddress) SetUsageRules(v string)
- func (o CivicAddress) ToMap() (map[string]interface{}, error)
- type Class5GMBSGroupCreationAPIService
- type Class5GMBSGroupDeletionAPIService
- type Class5GMBSGroupModificationAPIService
- func (a *Class5GMBSGroupModificationAPIService) Get5GMBSGroup(ctx context.Context, extGroupId string) ApiGet5GMBSGroupRequest
- func (a *Class5GMBSGroupModificationAPIService) Get5GMBSGroupExecute(r ApiGet5GMBSGroupRequest) (*MulticastMbsGroupMemb, *http.Response, error)
- func (a *Class5GMBSGroupModificationAPIService) Modify5GMBSGroup(ctx context.Context, extGroupId string) ApiModify5GMBSGroupRequest
- func (a *Class5GMBSGroupModificationAPIService) Modify5GMBSGroupExecute(r ApiModify5GMBSGroupRequest) (*PatchResult, *http.Response, error)
- type Class5GVNGroupCreationAPIService
- type Class5GVNGroupDeletionAPIService
- type Class5GVNGroupModificationAPIService
- func (a *Class5GVNGroupModificationAPIService) Get5GVNGroup(ctx context.Context, extGroupId string) ApiGet5GVNGroupRequest
- func (a *Class5GVNGroupModificationAPIService) Get5GVNGroupExecute(r ApiGet5GVNGroupRequest) (*Model5GVnGroupConfiguration, *http.Response, error)
- func (a *Class5GVNGroupModificationAPIService) Modify5GVNGroup(ctx context.Context, extGroupId string) ApiModify5GVNGroupRequest
- func (a *Class5GVNGroupModificationAPIService) Modify5GVNGroupExecute(r ApiModify5GVNGroupRequest) (*PatchResult, *http.Response, error)
- type CommunicationCharacteristics
- func (o *CommunicationCharacteristics) GetPpActiveTime() PpActiveTime
- func (o *CommunicationCharacteristics) GetPpActiveTimeOk() (*PpActiveTime, bool)
- func (o *CommunicationCharacteristics) GetPpDlPacketCount() int32
- func (o *CommunicationCharacteristics) GetPpDlPacketCountExt() PpDlPacketCountExt
- func (o *CommunicationCharacteristics) GetPpDlPacketCountExtOk() (*PpDlPacketCountExt, bool)
- func (o *CommunicationCharacteristics) GetPpDlPacketCountOk() (*int32, bool)
- func (o *CommunicationCharacteristics) GetPpMaximumLatency() PpMaximumLatency
- func (o *CommunicationCharacteristics) GetPpMaximumLatencyOk() (*PpMaximumLatency, bool)
- func (o *CommunicationCharacteristics) GetPpMaximumResponseTime() PpMaximumResponseTime
- func (o *CommunicationCharacteristics) GetPpMaximumResponseTimeOk() (*PpMaximumResponseTime, bool)
- func (o *CommunicationCharacteristics) GetPpSubsRegTimer() PpSubsRegTimer
- func (o *CommunicationCharacteristics) GetPpSubsRegTimerOk() (*PpSubsRegTimer, bool)
- func (o *CommunicationCharacteristics) HasPpActiveTime() bool
- func (o *CommunicationCharacteristics) HasPpDlPacketCount() bool
- func (o *CommunicationCharacteristics) HasPpDlPacketCountExt() bool
- func (o *CommunicationCharacteristics) HasPpMaximumLatency() bool
- func (o *CommunicationCharacteristics) HasPpMaximumResponseTime() bool
- func (o *CommunicationCharacteristics) HasPpSubsRegTimer() bool
- func (o CommunicationCharacteristics) MarshalJSON() ([]byte, error)
- func (o *CommunicationCharacteristics) SetPpActiveTime(v PpActiveTime)
- func (o *CommunicationCharacteristics) SetPpActiveTimeNil()
- func (o *CommunicationCharacteristics) SetPpDlPacketCount(v int32)
- func (o *CommunicationCharacteristics) SetPpDlPacketCountExt(v PpDlPacketCountExt)
- func (o *CommunicationCharacteristics) SetPpDlPacketCountExtNil()
- func (o *CommunicationCharacteristics) SetPpDlPacketCountNil()
- func (o *CommunicationCharacteristics) SetPpMaximumLatency(v PpMaximumLatency)
- func (o *CommunicationCharacteristics) SetPpMaximumLatencyNil()
- func (o *CommunicationCharacteristics) SetPpMaximumResponseTime(v PpMaximumResponseTime)
- func (o *CommunicationCharacteristics) SetPpMaximumResponseTimeNil()
- func (o *CommunicationCharacteristics) SetPpSubsRegTimer(v PpSubsRegTimer)
- func (o *CommunicationCharacteristics) SetPpSubsRegTimerNil()
- func (o CommunicationCharacteristics) ToMap() (map[string]interface{}, error)
- func (o *CommunicationCharacteristics) UnsetPpActiveTime()
- func (o *CommunicationCharacteristics) UnsetPpDlPacketCount()
- func (o *CommunicationCharacteristics) UnsetPpDlPacketCountExt()
- func (o *CommunicationCharacteristics) UnsetPpMaximumLatency()
- func (o *CommunicationCharacteristics) UnsetPpMaximumResponseTime()
- func (o *CommunicationCharacteristics) UnsetPpSubsRegTimer()
- type CommunicationCharacteristicsAF
- func (o *CommunicationCharacteristicsAF) GetMaximumLatency() int32
- func (o *CommunicationCharacteristicsAF) GetMaximumLatencyOk() (*int32, bool)
- func (o *CommunicationCharacteristicsAF) GetMaximumResponseTime() int32
- func (o *CommunicationCharacteristicsAF) GetMaximumResponseTimeOk() (*int32, bool)
- func (o *CommunicationCharacteristicsAF) GetPpDlPacketCount() int32
- func (o *CommunicationCharacteristicsAF) GetPpDlPacketCountOk() (*int32, bool)
- func (o *CommunicationCharacteristicsAF) HasMaximumLatency() bool
- func (o *CommunicationCharacteristicsAF) HasMaximumResponseTime() bool
- func (o *CommunicationCharacteristicsAF) HasPpDlPacketCount() bool
- func (o CommunicationCharacteristicsAF) MarshalJSON() ([]byte, error)
- func (o *CommunicationCharacteristicsAF) SetMaximumLatency(v int32)
- func (o *CommunicationCharacteristicsAF) SetMaximumResponseTime(v int32)
- func (o *CommunicationCharacteristicsAF) SetPpDlPacketCount(v int32)
- func (o *CommunicationCharacteristicsAF) SetPpDlPacketCountNil()
- func (o CommunicationCharacteristicsAF) ToMap() (map[string]interface{}, error)
- func (o *CommunicationCharacteristicsAF) UnsetPpDlPacketCount()
- type Configuration
- type EcRestriction
- func (o *EcRestriction) GetAfInstanceId() string
- func (o *EcRestriction) GetAfInstanceIdOk() (*string, bool)
- func (o *EcRestriction) GetMtcProviderInformation() string
- func (o *EcRestriction) GetMtcProviderInformationOk() (*string, bool)
- func (o *EcRestriction) GetPlmnEcInfos() []PlmnEcInfo
- func (o *EcRestriction) GetPlmnEcInfosOk() ([]PlmnEcInfo, bool)
- func (o *EcRestriction) GetReferenceId() int32
- func (o *EcRestriction) GetReferenceIdOk() (*int32, bool)
- func (o *EcRestriction) HasMtcProviderInformation() bool
- func (o *EcRestriction) HasPlmnEcInfos() bool
- func (o EcRestriction) MarshalJSON() ([]byte, error)
- func (o *EcRestriction) SetAfInstanceId(v string)
- func (o *EcRestriction) SetMtcProviderInformation(v string)
- func (o *EcRestriction) SetPlmnEcInfos(v []PlmnEcInfo)
- func (o *EcRestriction) SetReferenceId(v int32)
- func (o EcRestriction) ToMap() (map[string]interface{}, error)
- func (o *EcRestriction) UnmarshalJSON(bytes []byte) (err error)
- type EcRestrictionDataWb
- func (o *EcRestrictionDataWb) GetEcModeARestricted() bool
- func (o *EcRestrictionDataWb) GetEcModeARestrictedOk() (*bool, bool)
- func (o *EcRestrictionDataWb) GetEcModeBRestricted() bool
- func (o *EcRestrictionDataWb) GetEcModeBRestrictedOk() (*bool, bool)
- func (o *EcRestrictionDataWb) HasEcModeARestricted() bool
- func (o *EcRestrictionDataWb) HasEcModeBRestricted() bool
- func (o EcRestrictionDataWb) MarshalJSON() ([]byte, error)
- func (o *EcRestrictionDataWb) SetEcModeARestricted(v bool)
- func (o *EcRestrictionDataWb) SetEcModeBRestricted(v bool)
- func (o EcRestrictionDataWb) ToMap() (map[string]interface{}, error)
- type Ecgi
- func (o *Ecgi) GetEutraCellId() string
- func (o *Ecgi) GetEutraCellIdOk() (*string, bool)
- func (o *Ecgi) GetNid() string
- func (o *Ecgi) GetNidOk() (*string, bool)
- func (o *Ecgi) GetPlmnId() PlmnId
- func (o *Ecgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ecgi) HasNid() bool
- func (o Ecgi) MarshalJSON() ([]byte, error)
- func (o *Ecgi) SetEutraCellId(v string)
- func (o *Ecgi) SetNid(v string)
- func (o *Ecgi) SetPlmnId(v PlmnId)
- func (o Ecgi) ToMap() (map[string]interface{}, error)
- func (o *Ecgi) UnmarshalJSON(bytes []byte) (err error)
- type EcsAddrConfigInfo
- func (o *EcsAddrConfigInfo) GetEcsServerAddr() EcsServerAddr
- func (o *EcsAddrConfigInfo) GetEcsServerAddrOk() (*EcsServerAddr, bool)
- func (o *EcsAddrConfigInfo) GetSpatialValidityCond() SpatialValidityCond
- func (o *EcsAddrConfigInfo) GetSpatialValidityCondOk() (*SpatialValidityCond, bool)
- func (o *EcsAddrConfigInfo) HasEcsServerAddr() bool
- func (o *EcsAddrConfigInfo) HasSpatialValidityCond() bool
- func (o EcsAddrConfigInfo) MarshalJSON() ([]byte, error)
- func (o *EcsAddrConfigInfo) SetEcsServerAddr(v EcsServerAddr)
- func (o *EcsAddrConfigInfo) SetSpatialValidityCond(v SpatialValidityCond)
- func (o EcsAddrConfigInfo) ToMap() (map[string]interface{}, error)
- type EcsServerAddr
- func (o *EcsServerAddr) GetEcsFqdnList() []string
- func (o *EcsServerAddr) GetEcsFqdnListOk() ([]string, bool)
- func (o *EcsServerAddr) GetEcsIpAddressList() []IpAddr
- func (o *EcsServerAddr) GetEcsIpAddressListOk() ([]IpAddr, bool)
- func (o *EcsServerAddr) GetEcsProviderId() string
- func (o *EcsServerAddr) GetEcsProviderIdOk() (*string, bool)
- func (o *EcsServerAddr) GetEcsUriList() []string
- func (o *EcsServerAddr) GetEcsUriListOk() ([]string, bool)
- func (o *EcsServerAddr) HasEcsFqdnList() bool
- func (o *EcsServerAddr) HasEcsIpAddressList() bool
- func (o *EcsServerAddr) HasEcsProviderId() bool
- func (o *EcsServerAddr) HasEcsUriList() bool
- func (o EcsServerAddr) MarshalJSON() ([]byte, error)
- func (o *EcsServerAddr) SetEcsFqdnList(v []string)
- func (o *EcsServerAddr) SetEcsIpAddressList(v []IpAddr)
- func (o *EcsServerAddr) SetEcsProviderId(v string)
- func (o *EcsServerAddr) SetEcsUriList(v []string)
- func (o EcsServerAddr) ToMap() (map[string]interface{}, error)
- type EllipsoidArc
- func (o *EllipsoidArc) GetConfidence() int32
- func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
- func (o *EllipsoidArc) GetIncludedAngle() int32
- func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetInnerRadius() int32
- func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
- func (o *EllipsoidArc) GetOffsetAngle() int32
- func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
- func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
- func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *EllipsoidArc) GetUncertaintyRadius() float32
- func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
- func (o EllipsoidArc) MarshalJSON() ([]byte, error)
- func (o *EllipsoidArc) SetConfidence(v int32)
- func (o *EllipsoidArc) SetIncludedAngle(v int32)
- func (o *EllipsoidArc) SetInnerRadius(v int32)
- func (o *EllipsoidArc) SetOffsetAngle(v int32)
- func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
- func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
- func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
- func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
- type ExpectedUeBehaviour
- func (o *ExpectedUeBehaviour) GetAfInstanceId() string
- func (o *ExpectedUeBehaviour) GetAfInstanceIdOk() (*string, bool)
- func (o *ExpectedUeBehaviour) GetBatteryIndication() BatteryIndication
- func (o *ExpectedUeBehaviour) GetBatteryIndicationOk() (*BatteryIndication, bool)
- func (o *ExpectedUeBehaviour) GetCommunicationDurationTime() int32
- func (o *ExpectedUeBehaviour) GetCommunicationDurationTimeOk() (*int32, bool)
- func (o *ExpectedUeBehaviour) GetExpectedUmts() []LocationArea
- func (o *ExpectedUeBehaviour) GetExpectedUmtsOk() ([]LocationArea, bool)
- func (o *ExpectedUeBehaviour) GetMtcProviderInformation() string
- func (o *ExpectedUeBehaviour) GetMtcProviderInformationOk() (*string, bool)
- func (o *ExpectedUeBehaviour) GetPeriodicTime() int32
- func (o *ExpectedUeBehaviour) GetPeriodicTimeOk() (*int32, bool)
- func (o *ExpectedUeBehaviour) GetReferenceId() int32
- func (o *ExpectedUeBehaviour) GetReferenceIdOk() (*int32, bool)
- func (o *ExpectedUeBehaviour) GetScheduledCommunicationTime() ScheduledCommunicationTime
- func (o *ExpectedUeBehaviour) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
- func (o *ExpectedUeBehaviour) GetScheduledCommunicationType() ScheduledCommunicationType
- func (o *ExpectedUeBehaviour) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
- func (o *ExpectedUeBehaviour) GetStationaryIndication() StationaryIndication
- func (o *ExpectedUeBehaviour) GetStationaryIndicationOk() (*StationaryIndication, bool)
- func (o *ExpectedUeBehaviour) GetTrafficProfile() TrafficProfile
- func (o *ExpectedUeBehaviour) GetTrafficProfileOk() (*TrafficProfile, bool)
- func (o *ExpectedUeBehaviour) GetValidityTime() time.Time
- func (o *ExpectedUeBehaviour) GetValidityTimeOk() (*time.Time, bool)
- func (o *ExpectedUeBehaviour) HasBatteryIndication() bool
- func (o *ExpectedUeBehaviour) HasCommunicationDurationTime() bool
- func (o *ExpectedUeBehaviour) HasExpectedUmts() bool
- func (o *ExpectedUeBehaviour) HasMtcProviderInformation() bool
- func (o *ExpectedUeBehaviour) HasPeriodicTime() bool
- func (o *ExpectedUeBehaviour) HasScheduledCommunicationTime() bool
- func (o *ExpectedUeBehaviour) HasScheduledCommunicationType() bool
- func (o *ExpectedUeBehaviour) HasStationaryIndication() bool
- func (o *ExpectedUeBehaviour) HasTrafficProfile() bool
- func (o *ExpectedUeBehaviour) HasValidityTime() bool
- func (o ExpectedUeBehaviour) MarshalJSON() ([]byte, error)
- func (o *ExpectedUeBehaviour) SetAfInstanceId(v string)
- func (o *ExpectedUeBehaviour) SetBatteryIndication(v BatteryIndication)
- func (o *ExpectedUeBehaviour) SetBatteryIndicationNil()
- func (o *ExpectedUeBehaviour) SetCommunicationDurationTime(v int32)
- func (o *ExpectedUeBehaviour) SetCommunicationDurationTimeNil()
- func (o *ExpectedUeBehaviour) SetExpectedUmts(v []LocationArea)
- func (o *ExpectedUeBehaviour) SetMtcProviderInformation(v string)
- func (o *ExpectedUeBehaviour) SetPeriodicTime(v int32)
- func (o *ExpectedUeBehaviour) SetPeriodicTimeNil()
- func (o *ExpectedUeBehaviour) SetReferenceId(v int32)
- func (o *ExpectedUeBehaviour) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
- func (o *ExpectedUeBehaviour) SetScheduledCommunicationTimeNil()
- func (o *ExpectedUeBehaviour) SetScheduledCommunicationType(v ScheduledCommunicationType)
- func (o *ExpectedUeBehaviour) SetScheduledCommunicationTypeNil()
- func (o *ExpectedUeBehaviour) SetStationaryIndication(v StationaryIndication)
- func (o *ExpectedUeBehaviour) SetStationaryIndicationNil()
- func (o *ExpectedUeBehaviour) SetTrafficProfile(v TrafficProfile)
- func (o *ExpectedUeBehaviour) SetTrafficProfileNil()
- func (o *ExpectedUeBehaviour) SetValidityTime(v time.Time)
- func (o ExpectedUeBehaviour) ToMap() (map[string]interface{}, error)
- func (o *ExpectedUeBehaviour) UnmarshalJSON(bytes []byte) (err error)
- func (o *ExpectedUeBehaviour) UnsetBatteryIndication()
- func (o *ExpectedUeBehaviour) UnsetCommunicationDurationTime()
- func (o *ExpectedUeBehaviour) UnsetPeriodicTime()
- func (o *ExpectedUeBehaviour) UnsetScheduledCommunicationTime()
- func (o *ExpectedUeBehaviour) UnsetScheduledCommunicationType()
- func (o *ExpectedUeBehaviour) UnsetStationaryIndication()
- func (o *ExpectedUeBehaviour) UnsetTrafficProfile()
- type GADShape
- func (o *GADShape) GetShape() SupportedGADShapes
- func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
- func (o GADShape) MarshalJSON() ([]byte, error)
- func (o *GADShape) SetShape(v SupportedGADShapes)
- func (o GADShape) ToMap() (map[string]interface{}, error)
- func (o *GADShape) UnmarshalJSON(bytes []byte) (err error)
- type GNbId
- func (o *GNbId) GetBitLength() int32
- func (o *GNbId) GetBitLengthOk() (*int32, bool)
- func (o *GNbId) GetGNBValue() string
- func (o *GNbId) GetGNBValueOk() (*string, bool)
- func (o GNbId) MarshalJSON() ([]byte, error)
- func (o *GNbId) SetBitLength(v int32)
- func (o *GNbId) SetGNBValue(v string)
- func (o GNbId) ToMap() (map[string]interface{}, error)
- func (o *GNbId) UnmarshalJSON(bytes []byte) (err error)
- type GenericOpenAPIError
- type GeoServiceArea
- func (o *GeoServiceArea) GetCivicAddressList() []CivicAddress
- func (o *GeoServiceArea) GetCivicAddressListOk() ([]CivicAddress, bool)
- func (o *GeoServiceArea) GetGeographicAreaList() []GeographicArea
- func (o *GeoServiceArea) GetGeographicAreaListOk() ([]GeographicArea, bool)
- func (o *GeoServiceArea) HasCivicAddressList() bool
- func (o *GeoServiceArea) HasGeographicAreaList() bool
- func (o GeoServiceArea) MarshalJSON() ([]byte, error)
- func (o *GeoServiceArea) SetCivicAddressList(v []CivicAddress)
- func (o *GeoServiceArea) SetGeographicAreaList(v []GeographicArea)
- func (o GeoServiceArea) ToMap() (map[string]interface{}, error)
- type GeographicArea
- type GeographicalCoordinates
- func (o *GeographicalCoordinates) GetLat() float64
- func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
- func (o *GeographicalCoordinates) GetLon() float64
- func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
- func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (o *GeographicalCoordinates) SetLat(v float64)
- func (o *GeographicalCoordinates) SetLon(v float64)
- func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
- func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
- type GetPPDataEntryUeIdParameter
- type GlobalRanNodeId
- func (o *GlobalRanNodeId) GetENbId() string
- func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetGNbId() GNbId
- func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
- func (o *GlobalRanNodeId) GetN3IwfId() string
- func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNgeNbId() string
- func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetNid() string
- func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
- func (o *GlobalRanNodeId) GetPlmnId() PlmnId
- func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
- func (o *GlobalRanNodeId) GetTngfId() string
- func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) GetWagfId() string
- func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
- func (o *GlobalRanNodeId) HasENbId() bool
- func (o *GlobalRanNodeId) HasGNbId() bool
- func (o *GlobalRanNodeId) HasN3IwfId() bool
- func (o *GlobalRanNodeId) HasNgeNbId() bool
- func (o *GlobalRanNodeId) HasNid() bool
- func (o *GlobalRanNodeId) HasTngfId() bool
- func (o *GlobalRanNodeId) HasWagfId() bool
- func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (o *GlobalRanNodeId) SetENbId(v string)
- func (o *GlobalRanNodeId) SetGNbId(v GNbId)
- func (o *GlobalRanNodeId) SetN3IwfId(v string)
- func (o *GlobalRanNodeId) SetNgeNbId(v string)
- func (o *GlobalRanNodeId) SetNid(v string)
- func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
- func (o *GlobalRanNodeId) SetTngfId(v string)
- func (o *GlobalRanNodeId) SetWagfId(v string)
- func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
- func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err 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)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type IpAddr
- func (o *IpAddr) GetIpv4Addr() string
- func (o *IpAddr) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Addr() Ipv6Addr
- func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddr) HasIpv4Addr() bool
- func (o *IpAddr) HasIpv6Addr() bool
- func (o *IpAddr) HasIpv6Prefix() bool
- func (o IpAddr) MarshalJSON() ([]byte, error)
- func (o *IpAddr) SetIpv4Addr(v string)
- func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddr) ToMap() (map[string]interface{}, error)
- type IpAddress
- func (o *IpAddress) GetIpv4Addr() string
- func (o *IpAddress) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddress) GetIpv6Addr() Ipv6Addr
- func (o *IpAddress) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddress) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddress) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddress) HasIpv4Addr() bool
- func (o *IpAddress) HasIpv6Addr() bool
- func (o *IpAddress) HasIpv6Prefix() bool
- func (o IpAddress) MarshalJSON() ([]byte, error)
- func (o *IpAddress) SetIpv4Addr(v string)
- func (o *IpAddress) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddress) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddress) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Prefix
- type LcsPrivacy
- func (o *LcsPrivacy) GetAfInstanceId() string
- func (o *LcsPrivacy) GetAfInstanceIdOk() (*string, bool)
- func (o *LcsPrivacy) GetLpi() Lpi
- func (o *LcsPrivacy) GetLpiOk() (*Lpi, bool)
- func (o *LcsPrivacy) GetMtcProviderInformation() string
- func (o *LcsPrivacy) GetMtcProviderInformationOk() (*string, bool)
- func (o *LcsPrivacy) GetReferenceId() int32
- func (o *LcsPrivacy) GetReferenceIdOk() (*int32, bool)
- func (o *LcsPrivacy) HasAfInstanceId() bool
- func (o *LcsPrivacy) HasLpi() bool
- func (o *LcsPrivacy) HasMtcProviderInformation() bool
- func (o *LcsPrivacy) HasReferenceId() bool
- func (o LcsPrivacy) MarshalJSON() ([]byte, error)
- func (o *LcsPrivacy) SetAfInstanceId(v string)
- func (o *LcsPrivacy) SetLpi(v Lpi)
- func (o *LcsPrivacy) SetMtcProviderInformation(v string)
- func (o *LcsPrivacy) SetReferenceId(v int32)
- func (o LcsPrivacy) ToMap() (map[string]interface{}, error)
- type Local2dPointUncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
- func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
- func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
- func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
- func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
- func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
- func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Local3dPointUncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
- func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
- func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
- func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
- func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
- func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
- func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
- func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
- func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
- func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type LocalOrigin
- func (o *LocalOrigin) GetCoordinateId() string
- func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
- func (o *LocalOrigin) GetPoint() GeographicalCoordinates
- func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *LocalOrigin) HasCoordinateId() bool
- func (o *LocalOrigin) HasPoint() bool
- func (o LocalOrigin) MarshalJSON() ([]byte, error)
- func (o *LocalOrigin) SetCoordinateId(v string)
- func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
- func (o LocalOrigin) ToMap() (map[string]interface{}, error)
- type LocationArea
- func (o *LocationArea) GetCivicAddresses() []CivicAddress
- func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)
- func (o *LocationArea) GetGeographicAreas() []GeographicArea
- func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)
- func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo
- func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
- func (o *LocationArea) GetUmtTime() UmtTime
- func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)
- func (o *LocationArea) HasCivicAddresses() bool
- func (o *LocationArea) HasGeographicAreas() bool
- func (o *LocationArea) HasNwAreaInfo() bool
- func (o *LocationArea) HasUmtTime() bool
- func (o LocationArea) MarshalJSON() ([]byte, error)
- func (o *LocationArea) SetCivicAddresses(v []CivicAddress)
- func (o *LocationArea) SetGeographicAreas(v []GeographicArea)
- func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo)
- func (o *LocationArea) SetUmtTime(v UmtTime)
- func (o LocationArea) ToMap() (map[string]interface{}, error)
- type LocationPrivacyInd
- type Lpi
- func (o *Lpi) GetLocationPrivacyInd() LocationPrivacyInd
- func (o *Lpi) GetLocationPrivacyIndOk() (*LocationPrivacyInd, bool)
- func (o *Lpi) GetValidTimePeriod() ValidTimePeriod
- func (o *Lpi) GetValidTimePeriodOk() (*ValidTimePeriod, bool)
- func (o *Lpi) HasValidTimePeriod() bool
- func (o Lpi) MarshalJSON() ([]byte, error)
- func (o *Lpi) SetLocationPrivacyInd(v LocationPrivacyInd)
- func (o *Lpi) SetValidTimePeriod(v ValidTimePeriod)
- func (o Lpi) ToMap() (map[string]interface{}, error)
- func (o *Lpi) UnmarshalJSON(bytes []byte) (err error)
- type MappedNullable
- type MbsSessionId
- func (o *MbsSessionId) GetNid() string
- func (o *MbsSessionId) GetNidOk() (*string, bool)
- func (o *MbsSessionId) GetSsm() Ssm
- func (o *MbsSessionId) GetSsmOk() (*Ssm, bool)
- func (o *MbsSessionId) GetTmgi() Tmgi
- func (o *MbsSessionId) GetTmgiOk() (*Tmgi, bool)
- func (o *MbsSessionId) HasNid() bool
- func (o *MbsSessionId) HasSsm() bool
- func (o *MbsSessionId) HasTmgi() bool
- func (o MbsSessionId) MarshalJSON() ([]byte, error)
- func (o *MbsSessionId) SetNid(v string)
- func (o *MbsSessionId) SetSsm(v Ssm)
- func (o *MbsSessionId) SetTmgi(v Tmgi)
- func (o MbsSessionId) ToMap() (map[string]interface{}, error)
- type Model5GVnGroupConfiguration
- func (o *Model5GVnGroupConfiguration) GetAfInstanceId() string
- func (o *Model5GVnGroupConfiguration) GetAfInstanceIdOk() (*string, bool)
- func (o *Model5GVnGroupConfiguration) GetInternalGroupIdentifier() string
- func (o *Model5GVnGroupConfiguration) GetInternalGroupIdentifierOk() (*string, bool)
- func (o *Model5GVnGroupConfiguration) GetMembers() []string
- func (o *Model5GVnGroupConfiguration) GetMembersOk() ([]string, bool)
- func (o *Model5GVnGroupConfiguration) GetMtcProviderInformation() string
- func (o *Model5GVnGroupConfiguration) GetMtcProviderInformationOk() (*string, bool)
- func (o *Model5GVnGroupConfiguration) GetReferenceId() int32
- func (o *Model5GVnGroupConfiguration) GetReferenceIdOk() (*int32, bool)
- func (o *Model5GVnGroupConfiguration) GetVar5gVnGroupData() Model5GVnGroupData
- func (o *Model5GVnGroupConfiguration) GetVar5gVnGroupDataOk() (*Model5GVnGroupData, bool)
- func (o *Model5GVnGroupConfiguration) HasAfInstanceId() bool
- func (o *Model5GVnGroupConfiguration) HasInternalGroupIdentifier() bool
- func (o *Model5GVnGroupConfiguration) HasMembers() bool
- func (o *Model5GVnGroupConfiguration) HasMtcProviderInformation() bool
- func (o *Model5GVnGroupConfiguration) HasReferenceId() bool
- func (o *Model5GVnGroupConfiguration) HasVar5gVnGroupData() bool
- func (o Model5GVnGroupConfiguration) MarshalJSON() ([]byte, error)
- func (o *Model5GVnGroupConfiguration) SetAfInstanceId(v string)
- func (o *Model5GVnGroupConfiguration) SetInternalGroupIdentifier(v string)
- func (o *Model5GVnGroupConfiguration) SetMembers(v []string)
- func (o *Model5GVnGroupConfiguration) SetMtcProviderInformation(v string)
- func (o *Model5GVnGroupConfiguration) SetReferenceId(v int32)
- func (o *Model5GVnGroupConfiguration) SetVar5gVnGroupData(v Model5GVnGroupData)
- func (o Model5GVnGroupConfiguration) ToMap() (map[string]interface{}, error)
- type Model5GVnGroupData
- func (o *Model5GVnGroupData) GetAdditionalDnAaaAddresses() []IpAddress
- func (o *Model5GVnGroupData) GetAdditionalDnAaaAddressesOk() ([]IpAddress, bool)
- func (o *Model5GVnGroupData) GetAppDescriptors() []AppDescriptor
- func (o *Model5GVnGroupData) GetAppDescriptorsOk() ([]AppDescriptor, bool)
- func (o *Model5GVnGroupData) GetDnAaaAddress() IpAddress
- func (o *Model5GVnGroupData) GetDnAaaAddressOk() (*IpAddress, bool)
- func (o *Model5GVnGroupData) GetDnAaaFqdn() string
- func (o *Model5GVnGroupData) GetDnAaaFqdnOk() (*string, bool)
- func (o *Model5GVnGroupData) GetDnAaaIpAddressAllocation() bool
- func (o *Model5GVnGroupData) GetDnAaaIpAddressAllocationOk() (*bool, bool)
- func (o *Model5GVnGroupData) GetDnn() string
- func (o *Model5GVnGroupData) GetDnnOk() (*string, bool)
- func (o *Model5GVnGroupData) GetPduSessionTypes() []PduSessionType
- func (o *Model5GVnGroupData) GetPduSessionTypesOk() ([]PduSessionType, bool)
- func (o *Model5GVnGroupData) GetSNssai() Snssai
- func (o *Model5GVnGroupData) GetSNssaiOk() (*Snssai, bool)
- func (o *Model5GVnGroupData) GetSecondaryAuth() bool
- func (o *Model5GVnGroupData) GetSecondaryAuthOk() (*bool, bool)
- func (o *Model5GVnGroupData) HasAdditionalDnAaaAddresses() bool
- func (o *Model5GVnGroupData) HasAppDescriptors() bool
- func (o *Model5GVnGroupData) HasDnAaaAddress() bool
- func (o *Model5GVnGroupData) HasDnAaaFqdn() bool
- func (o *Model5GVnGroupData) HasDnAaaIpAddressAllocation() bool
- func (o *Model5GVnGroupData) HasPduSessionTypes() bool
- func (o *Model5GVnGroupData) HasSecondaryAuth() bool
- func (o Model5GVnGroupData) MarshalJSON() ([]byte, error)
- func (o *Model5GVnGroupData) SetAdditionalDnAaaAddresses(v []IpAddress)
- func (o *Model5GVnGroupData) SetAppDescriptors(v []AppDescriptor)
- func (o *Model5GVnGroupData) SetDnAaaAddress(v IpAddress)
- func (o *Model5GVnGroupData) SetDnAaaAddressNil()
- func (o *Model5GVnGroupData) SetDnAaaFqdn(v string)
- func (o *Model5GVnGroupData) SetDnAaaIpAddressAllocation(v bool)
- func (o *Model5GVnGroupData) SetDnn(v string)
- func (o *Model5GVnGroupData) SetPduSessionTypes(v []PduSessionType)
- func (o *Model5GVnGroupData) SetSNssai(v Snssai)
- func (o *Model5GVnGroupData) SetSecondaryAuth(v bool)
- func (o Model5GVnGroupData) ToMap() (map[string]interface{}, error)
- func (o *Model5GVnGroupData) UnmarshalJSON(bytes []byte) (err error)
- func (o *Model5GVnGroupData) UnsetDnAaaAddress()
- type Model5MbsAuthorizationInfo
- func (o *Model5MbsAuthorizationInfo) GetVar5mbsSessionIds() []MbsSessionId
- func (o *Model5MbsAuthorizationInfo) GetVar5mbsSessionIdsOk() ([]MbsSessionId, bool)
- func (o *Model5MbsAuthorizationInfo) HasVar5mbsSessionIds() bool
- func (o Model5MbsAuthorizationInfo) MarshalJSON() ([]byte, error)
- func (o *Model5MbsAuthorizationInfo) SetVar5mbsSessionIds(v []MbsSessionId)
- func (o Model5MbsAuthorizationInfo) ToMap() (map[string]interface{}, error)
- type MulticastMbsGroupMemb
- func (o *MulticastMbsGroupMemb) GetAfInstanceId() string
- func (o *MulticastMbsGroupMemb) GetAfInstanceIdOk() (*string, bool)
- func (o *MulticastMbsGroupMemb) GetInternalGroupIdentifier() string
- func (o *MulticastMbsGroupMemb) GetInternalGroupIdentifierOk() (*string, bool)
- func (o *MulticastMbsGroupMemb) GetMulticastGroupMemb() []string
- func (o *MulticastMbsGroupMemb) GetMulticastGroupMembOk() ([]string, bool)
- func (o *MulticastMbsGroupMemb) HasAfInstanceId() bool
- func (o *MulticastMbsGroupMemb) HasInternalGroupIdentifier() bool
- func (o MulticastMbsGroupMemb) MarshalJSON() ([]byte, error)
- func (o *MulticastMbsGroupMemb) SetAfInstanceId(v string)
- func (o *MulticastMbsGroupMemb) SetInternalGroupIdentifier(v string)
- func (o *MulticastMbsGroupMemb) SetMulticastGroupMemb(v []string)
- func (o MulticastMbsGroupMemb) ToMap() (map[string]interface{}, error)
- func (o *MulticastMbsGroupMemb) UnmarshalJSON(bytes []byte) (err error)
- type NFType
- type Ncgi
- func (o *Ncgi) GetNid() string
- func (o *Ncgi) GetNidOk() (*string, bool)
- func (o *Ncgi) GetNrCellId() string
- func (o *Ncgi) GetNrCellIdOk() (*string, bool)
- func (o *Ncgi) GetPlmnId() PlmnId
- func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ncgi) HasNid() bool
- func (o Ncgi) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- func (o *Ncgi) UnmarshalJSON(bytes []byte) (err error)
- type NetworkAreaInfo
- func (o *NetworkAreaInfo) GetEcgis() []Ecgi
- func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
- func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
- func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
- func (o *NetworkAreaInfo) GetNcgis() []Ncgi
- func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
- func (o *NetworkAreaInfo) GetTais() []Tai
- func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
- func (o *NetworkAreaInfo) HasEcgis() bool
- func (o *NetworkAreaInfo) HasGRanNodeIds() bool
- func (o *NetworkAreaInfo) HasNcgis() bool
- func (o *NetworkAreaInfo) HasTais() bool
- func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
- func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
- func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
- func (o *NetworkAreaInfo) SetTais(v []Tai)
- func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
- type NullValue
- type NullableAccessTech
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableAcsInfo
- type NullableAppDescriptor
- func (v NullableAppDescriptor) Get() *AppDescriptor
- func (v NullableAppDescriptor) IsSet() bool
- func (v NullableAppDescriptor) MarshalJSON() ([]byte, error)
- func (v *NullableAppDescriptor) Set(val *AppDescriptor)
- func (v *NullableAppDescriptor) UnmarshalJSON(src []byte) error
- func (v *NullableAppDescriptor) Unset()
- type NullableBatteryIndication
- func (v NullableBatteryIndication) Get() *BatteryIndication
- func (v NullableBatteryIndication) IsSet() bool
- func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)
- func (v *NullableBatteryIndication) Set(val *BatteryIndication)
- func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error
- func (v *NullableBatteryIndication) Unset()
- type NullableBool
- type NullableCivicAddress
- func (v NullableCivicAddress) Get() *CivicAddress
- func (v NullableCivicAddress) IsSet() bool
- func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
- func (v *NullableCivicAddress) Set(val *CivicAddress)
- func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
- func (v *NullableCivicAddress) Unset()
- type NullableCommunicationCharacteristics
- func (v NullableCommunicationCharacteristics) Get() *CommunicationCharacteristics
- func (v NullableCommunicationCharacteristics) IsSet() bool
- func (v NullableCommunicationCharacteristics) MarshalJSON() ([]byte, error)
- func (v *NullableCommunicationCharacteristics) Set(val *CommunicationCharacteristics)
- func (v *NullableCommunicationCharacteristics) UnmarshalJSON(src []byte) error
- func (v *NullableCommunicationCharacteristics) Unset()
- type NullableCommunicationCharacteristicsAF
- func (v NullableCommunicationCharacteristicsAF) Get() *CommunicationCharacteristicsAF
- func (v NullableCommunicationCharacteristicsAF) IsSet() bool
- func (v NullableCommunicationCharacteristicsAF) MarshalJSON() ([]byte, error)
- func (v *NullableCommunicationCharacteristicsAF) Set(val *CommunicationCharacteristicsAF)
- func (v *NullableCommunicationCharacteristicsAF) UnmarshalJSON(src []byte) error
- func (v *NullableCommunicationCharacteristicsAF) Unset()
- type NullableEcRestriction
- func (v NullableEcRestriction) Get() *EcRestriction
- func (v NullableEcRestriction) IsSet() bool
- func (v NullableEcRestriction) MarshalJSON() ([]byte, error)
- func (v *NullableEcRestriction) Set(val *EcRestriction)
- func (v *NullableEcRestriction) UnmarshalJSON(src []byte) error
- func (v *NullableEcRestriction) Unset()
- type NullableEcRestrictionDataWb
- func (v NullableEcRestrictionDataWb) Get() *EcRestrictionDataWb
- func (v NullableEcRestrictionDataWb) IsSet() bool
- func (v NullableEcRestrictionDataWb) MarshalJSON() ([]byte, error)
- func (v *NullableEcRestrictionDataWb) Set(val *EcRestrictionDataWb)
- func (v *NullableEcRestrictionDataWb) UnmarshalJSON(src []byte) error
- func (v *NullableEcRestrictionDataWb) Unset()
- type NullableEcgi
- type NullableEcsAddrConfigInfo
- func (v NullableEcsAddrConfigInfo) Get() *EcsAddrConfigInfo
- func (v NullableEcsAddrConfigInfo) IsSet() bool
- func (v NullableEcsAddrConfigInfo) MarshalJSON() ([]byte, error)
- func (v *NullableEcsAddrConfigInfo) Set(val *EcsAddrConfigInfo)
- func (v *NullableEcsAddrConfigInfo) UnmarshalJSON(src []byte) error
- func (v *NullableEcsAddrConfigInfo) Unset()
- type NullableEcsServerAddr
- func (v NullableEcsServerAddr) Get() *EcsServerAddr
- func (v NullableEcsServerAddr) IsSet() bool
- func (v NullableEcsServerAddr) MarshalJSON() ([]byte, error)
- func (v *NullableEcsServerAddr) Set(val *EcsServerAddr)
- func (v *NullableEcsServerAddr) UnmarshalJSON(src []byte) error
- func (v *NullableEcsServerAddr) Unset()
- type NullableEllipsoidArc
- func (v NullableEllipsoidArc) Get() *EllipsoidArc
- func (v NullableEllipsoidArc) IsSet() bool
- func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
- func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
- func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
- func (v *NullableEllipsoidArc) Unset()
- type NullableExpectedUeBehaviour
- func (v NullableExpectedUeBehaviour) Get() *ExpectedUeBehaviour
- func (v NullableExpectedUeBehaviour) IsSet() bool
- func (v NullableExpectedUeBehaviour) MarshalJSON() ([]byte, error)
- func (v *NullableExpectedUeBehaviour) Set(val *ExpectedUeBehaviour)
- func (v *NullableExpectedUeBehaviour) UnmarshalJSON(src []byte) error
- func (v *NullableExpectedUeBehaviour) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGADShape
- type NullableGNbId
- type NullableGeoServiceArea
- func (v NullableGeoServiceArea) Get() *GeoServiceArea
- func (v NullableGeoServiceArea) IsSet() bool
- func (v NullableGeoServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeoServiceArea) Set(val *GeoServiceArea)
- func (v *NullableGeoServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeoServiceArea) Unset()
- type NullableGeographicArea
- func (v NullableGeographicArea) Get() *GeographicArea
- func (v NullableGeographicArea) IsSet() bool
- func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicArea) Set(val *GeographicArea)
- func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicArea) Unset()
- type NullableGeographicalCoordinates
- func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
- func (v NullableGeographicalCoordinates) IsSet() bool
- func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
- func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
- func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
- func (v *NullableGeographicalCoordinates) Unset()
- type NullableGetPPDataEntryUeIdParameter
- func (v NullableGetPPDataEntryUeIdParameter) Get() *GetPPDataEntryUeIdParameter
- func (v NullableGetPPDataEntryUeIdParameter) IsSet() bool
- func (v NullableGetPPDataEntryUeIdParameter) MarshalJSON() ([]byte, error)
- func (v *NullableGetPPDataEntryUeIdParameter) Set(val *GetPPDataEntryUeIdParameter)
- func (v *NullableGetPPDataEntryUeIdParameter) UnmarshalJSON(src []byte) error
- func (v *NullableGetPPDataEntryUeIdParameter) Unset()
- type NullableGlobalRanNodeId
- func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
- func (v NullableGlobalRanNodeId) IsSet() bool
- func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
- func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
- func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
- func (v *NullableGlobalRanNodeId) Unset()
- 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 NullableIpAddr
- type NullableIpAddress
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableLcsPrivacy
- type NullableLocal2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
- func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
- func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
- func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
- type NullableLocal3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) Get() *Local3dPointUncertaintyEllipsoid
- func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
- func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
- func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
- type NullableLocalOrigin
- func (v NullableLocalOrigin) Get() *LocalOrigin
- func (v NullableLocalOrigin) IsSet() bool
- func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
- func (v *NullableLocalOrigin) Set(val *LocalOrigin)
- func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
- func (v *NullableLocalOrigin) Unset()
- type NullableLocationArea
- func (v NullableLocationArea) Get() *LocationArea
- func (v NullableLocationArea) IsSet() bool
- func (v NullableLocationArea) MarshalJSON() ([]byte, error)
- func (v *NullableLocationArea) Set(val *LocationArea)
- func (v *NullableLocationArea) UnmarshalJSON(src []byte) error
- func (v *NullableLocationArea) Unset()
- type NullableLocationPrivacyInd
- func (v NullableLocationPrivacyInd) Get() *LocationPrivacyInd
- func (v NullableLocationPrivacyInd) IsSet() bool
- func (v NullableLocationPrivacyInd) MarshalJSON() ([]byte, error)
- func (v *NullableLocationPrivacyInd) Set(val *LocationPrivacyInd)
- func (v *NullableLocationPrivacyInd) UnmarshalJSON(src []byte) error
- func (v *NullableLocationPrivacyInd) Unset()
- type NullableLpi
- type NullableMbsSessionId
- func (v NullableMbsSessionId) Get() *MbsSessionId
- func (v NullableMbsSessionId) IsSet() bool
- func (v NullableMbsSessionId) MarshalJSON() ([]byte, error)
- func (v *NullableMbsSessionId) Set(val *MbsSessionId)
- func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error
- func (v *NullableMbsSessionId) Unset()
- type NullableModel5GVnGroupConfiguration
- func (v NullableModel5GVnGroupConfiguration) Get() *Model5GVnGroupConfiguration
- func (v NullableModel5GVnGroupConfiguration) IsSet() bool
- func (v NullableModel5GVnGroupConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableModel5GVnGroupConfiguration) Set(val *Model5GVnGroupConfiguration)
- func (v *NullableModel5GVnGroupConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableModel5GVnGroupConfiguration) Unset()
- type NullableModel5GVnGroupData
- func (v NullableModel5GVnGroupData) Get() *Model5GVnGroupData
- func (v NullableModel5GVnGroupData) IsSet() bool
- func (v NullableModel5GVnGroupData) MarshalJSON() ([]byte, error)
- func (v *NullableModel5GVnGroupData) Set(val *Model5GVnGroupData)
- func (v *NullableModel5GVnGroupData) UnmarshalJSON(src []byte) error
- func (v *NullableModel5GVnGroupData) Unset()
- type NullableModel5MbsAuthorizationInfo
- func (v NullableModel5MbsAuthorizationInfo) Get() *Model5MbsAuthorizationInfo
- func (v NullableModel5MbsAuthorizationInfo) IsSet() bool
- func (v NullableModel5MbsAuthorizationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableModel5MbsAuthorizationInfo) Set(val *Model5MbsAuthorizationInfo)
- func (v *NullableModel5MbsAuthorizationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableModel5MbsAuthorizationInfo) Unset()
- type NullableMulticastMbsGroupMemb
- func (v NullableMulticastMbsGroupMemb) Get() *MulticastMbsGroupMemb
- func (v NullableMulticastMbsGroupMemb) IsSet() bool
- func (v NullableMulticastMbsGroupMemb) MarshalJSON() ([]byte, error)
- func (v *NullableMulticastMbsGroupMemb) Set(val *MulticastMbsGroupMemb)
- func (v *NullableMulticastMbsGroupMemb) UnmarshalJSON(src []byte) error
- func (v *NullableMulticastMbsGroupMemb) Unset()
- type NullableNFType
- type NullableNcgi
- type NullableNetworkAreaInfo
- func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
- func (v NullableNetworkAreaInfo) IsSet() bool
- func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
- func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkAreaInfo) Unset()
- type NullableNullValue
- type NullablePatchResult
- func (v NullablePatchResult) Get() *PatchResult
- func (v NullablePatchResult) IsSet() bool
- func (v NullablePatchResult) MarshalJSON() ([]byte, error)
- func (v *NullablePatchResult) Set(val *PatchResult)
- func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
- func (v *NullablePatchResult) Unset()
- type NullablePduSessionType
- func (v NullablePduSessionType) Get() *PduSessionType
- func (v NullablePduSessionType) IsSet() bool
- func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionType) Set(val *PduSessionType)
- func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionType) Unset()
- type NullablePlmnEcInfo
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePoint
- type NullablePointAltitude
- func (v NullablePointAltitude) Get() *PointAltitude
- func (v NullablePointAltitude) IsSet() bool
- func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitude) Set(val *PointAltitude)
- func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitude) Unset()
- type NullablePointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
- func (v NullablePointAltitudeUncertainty) IsSet() bool
- func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
- func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
- func (v *NullablePointAltitudeUncertainty) Unset()
- type NullablePointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
- func (v NullablePointUncertaintyCircle) IsSet() bool
- func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
- func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyCircle) Unset()
- type NullablePointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
- func (v NullablePointUncertaintyEllipse) IsSet() bool
- func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
- func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullablePointUncertaintyEllipse) Unset()
- type NullablePolygon
- type NullablePpActiveTime
- func (v NullablePpActiveTime) Get() *PpActiveTime
- func (v NullablePpActiveTime) IsSet() bool
- func (v NullablePpActiveTime) MarshalJSON() ([]byte, error)
- func (v *NullablePpActiveTime) Set(val *PpActiveTime)
- func (v *NullablePpActiveTime) UnmarshalJSON(src []byte) error
- func (v *NullablePpActiveTime) Unset()
- type NullablePpData
- type NullablePpDataEntry
- func (v NullablePpDataEntry) Get() *PpDataEntry
- func (v NullablePpDataEntry) IsSet() bool
- func (v NullablePpDataEntry) MarshalJSON() ([]byte, error)
- func (v *NullablePpDataEntry) Set(val *PpDataEntry)
- func (v *NullablePpDataEntry) UnmarshalJSON(src []byte) error
- func (v *NullablePpDataEntry) Unset()
- type NullablePpDlPacketCountExt
- func (v NullablePpDlPacketCountExt) Get() *PpDlPacketCountExt
- func (v NullablePpDlPacketCountExt) IsSet() bool
- func (v NullablePpDlPacketCountExt) MarshalJSON() ([]byte, error)
- func (v *NullablePpDlPacketCountExt) Set(val *PpDlPacketCountExt)
- func (v *NullablePpDlPacketCountExt) UnmarshalJSON(src []byte) error
- func (v *NullablePpDlPacketCountExt) Unset()
- type NullablePpMaximumLatency
- func (v NullablePpMaximumLatency) Get() *PpMaximumLatency
- func (v NullablePpMaximumLatency) IsSet() bool
- func (v NullablePpMaximumLatency) MarshalJSON() ([]byte, error)
- func (v *NullablePpMaximumLatency) Set(val *PpMaximumLatency)
- func (v *NullablePpMaximumLatency) UnmarshalJSON(src []byte) error
- func (v *NullablePpMaximumLatency) Unset()
- type NullablePpMaximumResponseTime
- func (v NullablePpMaximumResponseTime) Get() *PpMaximumResponseTime
- func (v NullablePpMaximumResponseTime) IsSet() bool
- func (v NullablePpMaximumResponseTime) MarshalJSON() ([]byte, error)
- func (v *NullablePpMaximumResponseTime) Set(val *PpMaximumResponseTime)
- func (v *NullablePpMaximumResponseTime) UnmarshalJSON(src []byte) error
- func (v *NullablePpMaximumResponseTime) Unset()
- type NullablePpSubsRegTimer
- func (v NullablePpSubsRegTimer) Get() *PpSubsRegTimer
- func (v NullablePpSubsRegTimer) IsSet() bool
- func (v NullablePpSubsRegTimer) MarshalJSON() ([]byte, error)
- func (v *NullablePpSubsRegTimer) Set(val *PpSubsRegTimer)
- func (v *NullablePpSubsRegTimer) UnmarshalJSON(src []byte) error
- func (v *NullablePpSubsRegTimer) 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 NullableRelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
- func (v NullableRelativeCartesianLocation) IsSet() bool
- func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
- func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
- func (v *NullableRelativeCartesianLocation) Unset()
- type NullableReportItem
- type NullableScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
- func (v NullableScheduledCommunicationTime) IsSet() bool
- func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
- func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationTime) Unset()
- type NullableScheduledCommunicationType
- func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType
- func (v NullableScheduledCommunicationType) IsSet() bool
- func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)
- func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType)
- func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error
- func (v *NullableScheduledCommunicationType) Unset()
- type NullableSnssai
- type NullableSorInfo
- type NullableSpatialValidityCond
- func (v NullableSpatialValidityCond) Get() *SpatialValidityCond
- func (v NullableSpatialValidityCond) IsSet() bool
- func (v NullableSpatialValidityCond) MarshalJSON() ([]byte, error)
- func (v *NullableSpatialValidityCond) Set(val *SpatialValidityCond)
- func (v *NullableSpatialValidityCond) UnmarshalJSON(src []byte) error
- func (v *NullableSpatialValidityCond) Unset()
- type NullableSsm
- type NullableStationaryIndication
- func (v NullableStationaryIndication) Get() *StationaryIndication
- func (v NullableStationaryIndication) IsSet() bool
- func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
- func (v *NullableStationaryIndication) Set(val *StationaryIndication)
- func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
- func (v *NullableStationaryIndication) Unset()
- type NullableSteeringContainer
- func (v NullableSteeringContainer) Get() *SteeringContainer
- func (v NullableSteeringContainer) IsSet() bool
- func (v NullableSteeringContainer) MarshalJSON() ([]byte, error)
- func (v *NullableSteeringContainer) Set(val *SteeringContainer)
- func (v *NullableSteeringContainer) UnmarshalJSON(src []byte) error
- func (v *NullableSteeringContainer) Unset()
- type NullableSteeringInfo
- func (v NullableSteeringInfo) Get() *SteeringInfo
- func (v NullableSteeringInfo) IsSet() bool
- func (v NullableSteeringInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSteeringInfo) Set(val *SteeringInfo)
- func (v *NullableSteeringInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSteeringInfo) Unset()
- type NullableString
- type NullableSupportedGADShapes
- func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
- func (v NullableSupportedGADShapes) IsSet() bool
- func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
- func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedGADShapes) Unset()
- type NullableTai
- type NullableTime
- type NullableTmgi
- type NullableTrafficProfile
- func (v NullableTrafficProfile) Get() *TrafficProfile
- func (v NullableTrafficProfile) IsSet() bool
- func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)
- func (v *NullableTrafficProfile) Set(val *TrafficProfile)
- func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error
- func (v *NullableTrafficProfile) Unset()
- type NullableUmtTime
- type NullableUncertaintyEllipse
- func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
- func (v NullableUncertaintyEllipse) IsSet() bool
- func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
- func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipse) Unset()
- type NullableUncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
- func (v NullableUncertaintyEllipsoid) IsSet() bool
- func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
- func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
- func (v *NullableUncertaintyEllipsoid) Unset()
- type NullableUpdateUeIdParameter
- func (v NullableUpdateUeIdParameter) Get() *UpdateUeIdParameter
- func (v NullableUpdateUeIdParameter) IsSet() bool
- func (v NullableUpdateUeIdParameter) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateUeIdParameter) Set(val *UpdateUeIdParameter)
- func (v *NullableUpdateUeIdParameter) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateUeIdParameter) Unset()
- type NullableValidTimePeriod
- func (v NullableValidTimePeriod) Get() *ValidTimePeriod
- func (v NullableValidTimePeriod) IsSet() bool
- func (v NullableValidTimePeriod) MarshalJSON() ([]byte, error)
- func (v *NullableValidTimePeriod) Set(val *ValidTimePeriod)
- func (v *NullableValidTimePeriod) UnmarshalJSON(src []byte) error
- func (v *NullableValidTimePeriod) Unset()
- type ParameterProvisioningDataEntryDocumentAPIService
- func (a *ParameterProvisioningDataEntryDocumentAPIService) CreatePPDataEntry(ctx context.Context, ueId GetPPDataEntryUeIdParameter, afInstanceId string) ApiCreatePPDataEntryRequest
- func (a *ParameterProvisioningDataEntryDocumentAPIService) CreatePPDataEntryExecute(r ApiCreatePPDataEntryRequest) (*PpDataEntry, *http.Response, error)
- func (a *ParameterProvisioningDataEntryDocumentAPIService) DeletePPDataEntry(ctx context.Context, ueId GetPPDataEntryUeIdParameter, afInstanceId string) ApiDeletePPDataEntryRequest
- func (a *ParameterProvisioningDataEntryDocumentAPIService) DeletePPDataEntryExecute(r ApiDeletePPDataEntryRequest) (*http.Response, error)
- func (a *ParameterProvisioningDataEntryDocumentAPIService) GetPPDataEntry(ctx context.Context, ueId GetPPDataEntryUeIdParameter, afInstanceId string) ApiGetPPDataEntryRequest
- func (a *ParameterProvisioningDataEntryDocumentAPIService) GetPPDataEntryExecute(r ApiGetPPDataEntryRequest) (*PpDataEntry, *http.Response, error)
- type PatchResult
- func (o *PatchResult) GetReport() []ReportItem
- func (o *PatchResult) GetReportOk() ([]ReportItem, bool)
- func (o PatchResult) MarshalJSON() ([]byte, error)
- func (o *PatchResult) SetReport(v []ReportItem)
- func (o PatchResult) ToMap() (map[string]interface{}, error)
- func (o *PatchResult) UnmarshalJSON(bytes []byte) (err error)
- type PduSessionType
- type PlmnEcInfo
- func (o *PlmnEcInfo) GetEcRestrictionDataNb() bool
- func (o *PlmnEcInfo) GetEcRestrictionDataNbOk() (*bool, bool)
- func (o *PlmnEcInfo) GetEcRestrictionDataWb() EcRestrictionDataWb
- func (o *PlmnEcInfo) GetEcRestrictionDataWbOk() (*EcRestrictionDataWb, bool)
- func (o *PlmnEcInfo) GetPlmnId() PlmnId
- func (o *PlmnEcInfo) GetPlmnIdOk() (*PlmnId, bool)
- func (o *PlmnEcInfo) HasEcRestrictionDataNb() bool
- func (o *PlmnEcInfo) HasEcRestrictionDataWb() bool
- func (o PlmnEcInfo) MarshalJSON() ([]byte, error)
- func (o *PlmnEcInfo) SetEcRestrictionDataNb(v bool)
- func (o *PlmnEcInfo) SetEcRestrictionDataWb(v EcRestrictionDataWb)
- func (o *PlmnEcInfo) SetEcRestrictionDataWbNil()
- func (o *PlmnEcInfo) SetPlmnId(v PlmnId)
- func (o PlmnEcInfo) ToMap() (map[string]interface{}, error)
- func (o *PlmnEcInfo) UnmarshalJSON(bytes []byte) (err error)
- func (o *PlmnEcInfo) UnsetEcRestrictionDataWb()
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)
- type Point
- func (o *Point) GetPoint() GeographicalCoordinates
- func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
- func (o Point) MarshalJSON() ([]byte, error)
- func (o *Point) SetPoint(v GeographicalCoordinates)
- func (o Point) ToMap() (map[string]interface{}, error)
- func (o *Point) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitude
- func (o *PointAltitude) GetAltitude() float64
- func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitude) GetPoint() GeographicalCoordinates
- func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
- func (o PointAltitude) MarshalJSON() ([]byte, error)
- func (o *PointAltitude) SetAltitude(v float64)
- func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
- func (o PointAltitude) ToMap() (map[string]interface{}, error)
- func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
- type PointAltitudeUncertainty
- func (o *PointAltitudeUncertainty) GetAltitude() float64
- func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
- func (o *PointAltitudeUncertainty) GetConfidence() int32
- func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
- func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
- func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
- func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
- func (o *PointAltitudeUncertainty) SetAltitude(v float64)
- func (o *PointAltitudeUncertainty) SetConfidence(v int32)
- func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
- func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
- func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
- func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyCircle
- func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyCircle) GetUncertainty() float32
- func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
- func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyCircle) SetUncertainty(v float32)
- func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
- type PointUncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetConfidence() int32
- func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
- func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
- func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
- func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
- func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *PointUncertaintyEllipse) SetConfidence(v int32)
- func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
- func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
- func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type Polygon
- func (o *Polygon) GetPointList() []GeographicalCoordinates
- func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
- func (o Polygon) MarshalJSON() ([]byte, error)
- func (o *Polygon) SetPointList(v []GeographicalCoordinates)
- func (o Polygon) ToMap() (map[string]interface{}, error)
- func (o *Polygon) UnmarshalJSON(bytes []byte) (err error)
- type PpActiveTime
- func (o *PpActiveTime) GetActiveTime() int32
- func (o *PpActiveTime) GetActiveTimeOk() (*int32, bool)
- func (o *PpActiveTime) GetAfInstanceId() string
- func (o *PpActiveTime) GetAfInstanceIdOk() (*string, bool)
- func (o *PpActiveTime) GetMtcProviderInformation() string
- func (o *PpActiveTime) GetMtcProviderInformationOk() (*string, bool)
- func (o *PpActiveTime) GetReferenceId() int32
- func (o *PpActiveTime) GetReferenceIdOk() (*int32, bool)
- func (o *PpActiveTime) GetValidityTime() time.Time
- func (o *PpActiveTime) GetValidityTimeOk() (*time.Time, bool)
- func (o *PpActiveTime) HasMtcProviderInformation() bool
- func (o *PpActiveTime) HasValidityTime() bool
- func (o PpActiveTime) MarshalJSON() ([]byte, error)
- func (o *PpActiveTime) SetActiveTime(v int32)
- func (o *PpActiveTime) SetAfInstanceId(v string)
- func (o *PpActiveTime) SetMtcProviderInformation(v string)
- func (o *PpActiveTime) SetReferenceId(v int32)
- func (o *PpActiveTime) SetValidityTime(v time.Time)
- func (o PpActiveTime) ToMap() (map[string]interface{}, error)
- func (o *PpActiveTime) UnmarshalJSON(bytes []byte) (err error)
- type PpData
- func (o *PpData) GetAcsInfo() AcsInfo
- func (o *PpData) GetAcsInfoOk() (*AcsInfo, bool)
- func (o *PpData) GetCommunicationCharacteristics() CommunicationCharacteristics
- func (o *PpData) GetCommunicationCharacteristicsOk() (*CommunicationCharacteristics, bool)
- func (o *PpData) GetEcRestriction() EcRestriction
- func (o *PpData) GetEcRestrictionOk() (*EcRestriction, bool)
- func (o *PpData) GetExpectedUeBehaviourParameters() ExpectedUeBehaviour
- func (o *PpData) GetExpectedUeBehaviourParametersOk() (*ExpectedUeBehaviour, bool)
- func (o *PpData) GetLcsPrivacy() LcsPrivacy
- func (o *PpData) GetLcsPrivacyOk() (*LcsPrivacy, bool)
- func (o *PpData) GetSorInfo() SorInfo
- func (o *PpData) GetSorInfoOk() (*SorInfo, bool)
- func (o *PpData) GetStnSr() string
- func (o *PpData) GetStnSrOk() (*string, bool)
- func (o *PpData) GetSupportedFeatures() string
- func (o *PpData) GetSupportedFeaturesOk() (*string, bool)
- func (o *PpData) GetVar5mbsAuthorizationInfo() Model5MbsAuthorizationInfo
- func (o *PpData) GetVar5mbsAuthorizationInfoOk() (*Model5MbsAuthorizationInfo, bool)
- func (o *PpData) HasAcsInfo() bool
- func (o *PpData) HasCommunicationCharacteristics() bool
- func (o *PpData) HasEcRestriction() bool
- func (o *PpData) HasExpectedUeBehaviourParameters() bool
- func (o *PpData) HasLcsPrivacy() bool
- func (o *PpData) HasSorInfo() bool
- func (o *PpData) HasStnSr() bool
- func (o *PpData) HasSupportedFeatures() bool
- func (o *PpData) HasVar5mbsAuthorizationInfo() bool
- func (o PpData) MarshalJSON() ([]byte, error)
- func (o *PpData) SetAcsInfo(v AcsInfo)
- func (o *PpData) SetAcsInfoNil()
- func (o *PpData) SetCommunicationCharacteristics(v CommunicationCharacteristics)
- func (o *PpData) SetCommunicationCharacteristicsNil()
- func (o *PpData) SetEcRestriction(v EcRestriction)
- func (o *PpData) SetEcRestrictionNil()
- func (o *PpData) SetExpectedUeBehaviourParameters(v ExpectedUeBehaviour)
- func (o *PpData) SetExpectedUeBehaviourParametersNil()
- func (o *PpData) SetLcsPrivacy(v LcsPrivacy)
- func (o *PpData) SetLcsPrivacyNil()
- func (o *PpData) SetSorInfo(v SorInfo)
- func (o *PpData) SetStnSr(v string)
- func (o *PpData) SetStnSrNil()
- func (o *PpData) SetSupportedFeatures(v string)
- func (o *PpData) SetVar5mbsAuthorizationInfo(v Model5MbsAuthorizationInfo)
- func (o *PpData) SetVar5mbsAuthorizationInfoNil()
- func (o PpData) ToMap() (map[string]interface{}, error)
- func (o *PpData) UnsetAcsInfo()
- func (o *PpData) UnsetCommunicationCharacteristics()
- func (o *PpData) UnsetEcRestriction()
- func (o *PpData) UnsetExpectedUeBehaviourParameters()
- func (o *PpData) UnsetLcsPrivacy()
- func (o *PpData) UnsetStnSr()
- func (o *PpData) UnsetVar5mbsAuthorizationInfo()
- type PpDataEntry
- func (o *PpDataEntry) GetAdditionalEcsAddrConfigInfos() []EcsAddrConfigInfo
- func (o *PpDataEntry) GetAdditionalEcsAddrConfigInfosOk() ([]EcsAddrConfigInfo, bool)
- func (o *PpDataEntry) GetCommunicationCharacteristics() CommunicationCharacteristicsAF
- func (o *PpDataEntry) GetCommunicationCharacteristicsOk() (*CommunicationCharacteristicsAF, bool)
- func (o *PpDataEntry) GetEcRestriction() EcRestriction
- func (o *PpDataEntry) GetEcRestrictionOk() (*EcRestriction, bool)
- func (o *PpDataEntry) GetEcsAddrConfigInfo() EcsAddrConfigInfo
- func (o *PpDataEntry) GetEcsAddrConfigInfoOk() (*EcsAddrConfigInfo, bool)
- func (o *PpDataEntry) GetMtcProviderInformation() string
- func (o *PpDataEntry) GetMtcProviderInformationOk() (*string, bool)
- func (o *PpDataEntry) GetReferenceId() int32
- func (o *PpDataEntry) GetReferenceIdOk() (*int32, bool)
- func (o *PpDataEntry) GetSupportedFeatures() string
- func (o *PpDataEntry) GetSupportedFeaturesOk() (*string, bool)
- func (o *PpDataEntry) GetValidityTime() time.Time
- func (o *PpDataEntry) GetValidityTimeOk() (*time.Time, bool)
- func (o *PpDataEntry) HasAdditionalEcsAddrConfigInfos() bool
- func (o *PpDataEntry) HasCommunicationCharacteristics() bool
- func (o *PpDataEntry) HasEcRestriction() bool
- func (o *PpDataEntry) HasEcsAddrConfigInfo() bool
- func (o *PpDataEntry) HasMtcProviderInformation() bool
- func (o *PpDataEntry) HasReferenceId() bool
- func (o *PpDataEntry) HasSupportedFeatures() bool
- func (o *PpDataEntry) HasValidityTime() bool
- func (o PpDataEntry) MarshalJSON() ([]byte, error)
- func (o *PpDataEntry) SetAdditionalEcsAddrConfigInfos(v []EcsAddrConfigInfo)
- func (o *PpDataEntry) SetCommunicationCharacteristics(v CommunicationCharacteristicsAF)
- func (o *PpDataEntry) SetCommunicationCharacteristicsNil()
- func (o *PpDataEntry) SetEcRestriction(v EcRestriction)
- func (o *PpDataEntry) SetEcRestrictionNil()
- func (o *PpDataEntry) SetEcsAddrConfigInfo(v EcsAddrConfigInfo)
- func (o *PpDataEntry) SetEcsAddrConfigInfoNil()
- func (o *PpDataEntry) SetMtcProviderInformation(v string)
- func (o *PpDataEntry) SetReferenceId(v int32)
- func (o *PpDataEntry) SetSupportedFeatures(v string)
- func (o *PpDataEntry) SetValidityTime(v time.Time)
- func (o PpDataEntry) ToMap() (map[string]interface{}, error)
- func (o *PpDataEntry) UnsetCommunicationCharacteristics()
- func (o *PpDataEntry) UnsetEcRestriction()
- func (o *PpDataEntry) UnsetEcsAddrConfigInfo()
- type PpDlPacketCountExt
- func (o *PpDlPacketCountExt) GetAfInstanceId() string
- func (o *PpDlPacketCountExt) GetAfInstanceIdOk() (*string, bool)
- func (o *PpDlPacketCountExt) GetDnn() string
- func (o *PpDlPacketCountExt) GetDnnOk() (*string, bool)
- func (o *PpDlPacketCountExt) GetMtcProviderInformation() string
- func (o *PpDlPacketCountExt) GetMtcProviderInformationOk() (*string, bool)
- func (o *PpDlPacketCountExt) GetReferenceId() int32
- func (o *PpDlPacketCountExt) GetReferenceIdOk() (*int32, bool)
- func (o *PpDlPacketCountExt) GetSingleNssai() Snssai
- func (o *PpDlPacketCountExt) GetSingleNssaiOk() (*Snssai, bool)
- func (o *PpDlPacketCountExt) GetValidityTime() time.Time
- func (o *PpDlPacketCountExt) GetValidityTimeOk() (*time.Time, bool)
- func (o *PpDlPacketCountExt) HasDnn() bool
- func (o *PpDlPacketCountExt) HasMtcProviderInformation() bool
- func (o *PpDlPacketCountExt) HasSingleNssai() bool
- func (o *PpDlPacketCountExt) HasValidityTime() bool
- func (o PpDlPacketCountExt) MarshalJSON() ([]byte, error)
- func (o *PpDlPacketCountExt) SetAfInstanceId(v string)
- func (o *PpDlPacketCountExt) SetDnn(v string)
- func (o *PpDlPacketCountExt) SetMtcProviderInformation(v string)
- func (o *PpDlPacketCountExt) SetReferenceId(v int32)
- func (o *PpDlPacketCountExt) SetSingleNssai(v Snssai)
- func (o *PpDlPacketCountExt) SetValidityTime(v time.Time)
- func (o PpDlPacketCountExt) ToMap() (map[string]interface{}, error)
- func (o *PpDlPacketCountExt) UnmarshalJSON(bytes []byte) (err error)
- type PpMaximumLatency
- func (o *PpMaximumLatency) GetAfInstanceId() string
- func (o *PpMaximumLatency) GetAfInstanceIdOk() (*string, bool)
- func (o *PpMaximumLatency) GetMaximumLatency() int32
- func (o *PpMaximumLatency) GetMaximumLatencyOk() (*int32, bool)
- func (o *PpMaximumLatency) GetMtcProviderInformation() string
- func (o *PpMaximumLatency) GetMtcProviderInformationOk() (*string, bool)
- func (o *PpMaximumLatency) GetReferenceId() int32
- func (o *PpMaximumLatency) GetReferenceIdOk() (*int32, bool)
- func (o *PpMaximumLatency) GetValidityTime() time.Time
- func (o *PpMaximumLatency) GetValidityTimeOk() (*time.Time, bool)
- func (o *PpMaximumLatency) HasMtcProviderInformation() bool
- func (o *PpMaximumLatency) HasValidityTime() bool
- func (o PpMaximumLatency) MarshalJSON() ([]byte, error)
- func (o *PpMaximumLatency) SetAfInstanceId(v string)
- func (o *PpMaximumLatency) SetMaximumLatency(v int32)
- func (o *PpMaximumLatency) SetMtcProviderInformation(v string)
- func (o *PpMaximumLatency) SetReferenceId(v int32)
- func (o *PpMaximumLatency) SetValidityTime(v time.Time)
- func (o PpMaximumLatency) ToMap() (map[string]interface{}, error)
- func (o *PpMaximumLatency) UnmarshalJSON(bytes []byte) (err error)
- type PpMaximumResponseTime
- func (o *PpMaximumResponseTime) GetAfInstanceId() string
- func (o *PpMaximumResponseTime) GetAfInstanceIdOk() (*string, bool)
- func (o *PpMaximumResponseTime) GetMaximumResponseTime() int32
- func (o *PpMaximumResponseTime) GetMaximumResponseTimeOk() (*int32, bool)
- func (o *PpMaximumResponseTime) GetMtcProviderInformation() string
- func (o *PpMaximumResponseTime) GetMtcProviderInformationOk() (*string, bool)
- func (o *PpMaximumResponseTime) GetReferenceId() int32
- func (o *PpMaximumResponseTime) GetReferenceIdOk() (*int32, bool)
- func (o *PpMaximumResponseTime) GetValidityTime() time.Time
- func (o *PpMaximumResponseTime) GetValidityTimeOk() (*time.Time, bool)
- func (o *PpMaximumResponseTime) HasMtcProviderInformation() bool
- func (o *PpMaximumResponseTime) HasValidityTime() bool
- func (o PpMaximumResponseTime) MarshalJSON() ([]byte, error)
- func (o *PpMaximumResponseTime) SetAfInstanceId(v string)
- func (o *PpMaximumResponseTime) SetMaximumResponseTime(v int32)
- func (o *PpMaximumResponseTime) SetMtcProviderInformation(v string)
- func (o *PpMaximumResponseTime) SetReferenceId(v int32)
- func (o *PpMaximumResponseTime) SetValidityTime(v time.Time)
- func (o PpMaximumResponseTime) ToMap() (map[string]interface{}, error)
- func (o *PpMaximumResponseTime) UnmarshalJSON(bytes []byte) (err error)
- type PpSubsRegTimer
- func (o *PpSubsRegTimer) GetAfInstanceId() string
- func (o *PpSubsRegTimer) GetAfInstanceIdOk() (*string, bool)
- func (o *PpSubsRegTimer) GetMtcProviderInformation() string
- func (o *PpSubsRegTimer) GetMtcProviderInformationOk() (*string, bool)
- func (o *PpSubsRegTimer) GetReferenceId() int32
- func (o *PpSubsRegTimer) GetReferenceIdOk() (*int32, bool)
- func (o *PpSubsRegTimer) GetSubsRegTimer() int32
- func (o *PpSubsRegTimer) GetSubsRegTimerOk() (*int32, bool)
- func (o *PpSubsRegTimer) GetValidityTime() time.Time
- func (o *PpSubsRegTimer) GetValidityTimeOk() (*time.Time, bool)
- func (o *PpSubsRegTimer) HasMtcProviderInformation() bool
- func (o *PpSubsRegTimer) HasValidityTime() bool
- func (o PpSubsRegTimer) MarshalJSON() ([]byte, error)
- func (o *PpSubsRegTimer) SetAfInstanceId(v string)
- func (o *PpSubsRegTimer) SetMtcProviderInformation(v string)
- func (o *PpSubsRegTimer) SetReferenceId(v int32)
- func (o *PpSubsRegTimer) SetSubsRegTimer(v int32)
- func (o *PpSubsRegTimer) SetValidityTime(v time.Time)
- func (o PpSubsRegTimer) ToMap() (map[string]interface{}, error)
- func (o *PpSubsRegTimer) UnmarshalJSON(bytes []byte) (err error)
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- 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) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, 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) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() 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) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- 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) SetNrfId(v string)
- 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 RelativeCartesianLocation
- func (o *RelativeCartesianLocation) GetX() float32
- func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetY() float32
- func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
- func (o *RelativeCartesianLocation) GetZ() float32
- func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
- func (o *RelativeCartesianLocation) HasZ() bool
- func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
- func (o *RelativeCartesianLocation) SetX(v float32)
- func (o *RelativeCartesianLocation) SetY(v float32)
- func (o *RelativeCartesianLocation) SetZ(v float32)
- func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
- func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
- type ReportItem
- func (o *ReportItem) GetPath() string
- func (o *ReportItem) GetPathOk() (*string, bool)
- func (o *ReportItem) GetReason() string
- func (o *ReportItem) GetReasonOk() (*string, bool)
- func (o *ReportItem) HasReason() bool
- func (o ReportItem) MarshalJSON() ([]byte, error)
- func (o *ReportItem) SetPath(v string)
- func (o *ReportItem) SetReason(v string)
- func (o ReportItem) ToMap() (map[string]interface{}, error)
- func (o *ReportItem) UnmarshalJSON(bytes []byte) (err error)
- type ScheduledCommunicationTime
- func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
- func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
- func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
- func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
- func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
- func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
- func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
- func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
- func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
- func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
- func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
- type ScheduledCommunicationType
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type SorInfo
- func (o *SorInfo) GetAckInd() bool
- func (o *SorInfo) GetAckIndOk() (*bool, bool)
- func (o *SorInfo) GetCountersor() string
- func (o *SorInfo) GetCountersorOk() (*string, bool)
- func (o *SorInfo) GetProvisioningTime() time.Time
- func (o *SorInfo) GetProvisioningTimeOk() (*time.Time, bool)
- func (o *SorInfo) GetSorCmci() string
- func (o *SorInfo) GetSorCmciOk() (*string, bool)
- func (o *SorInfo) GetSorMacIausf() string
- func (o *SorInfo) GetSorMacIausfOk() (*string, bool)
- func (o *SorInfo) GetSorTransparentContainer() string
- func (o *SorInfo) GetSorTransparentContainerOk() (*string, bool)
- func (o *SorInfo) GetSteeringContainer() SteeringContainer
- func (o *SorInfo) GetSteeringContainerOk() (*SteeringContainer, bool)
- func (o *SorInfo) GetStoreSorCmciInMe() bool
- func (o *SorInfo) GetStoreSorCmciInMeOk() (*bool, bool)
- func (o *SorInfo) GetUsimSupportOfSorCmci() bool
- func (o *SorInfo) GetUsimSupportOfSorCmciOk() (*bool, bool)
- func (o *SorInfo) HasCountersor() bool
- func (o *SorInfo) HasSorCmci() bool
- func (o *SorInfo) HasSorMacIausf() bool
- func (o *SorInfo) HasSorTransparentContainer() bool
- func (o *SorInfo) HasSteeringContainer() bool
- func (o *SorInfo) HasStoreSorCmciInMe() bool
- func (o *SorInfo) HasUsimSupportOfSorCmci() bool
- func (o SorInfo) MarshalJSON() ([]byte, error)
- func (o *SorInfo) SetAckInd(v bool)
- func (o *SorInfo) SetCountersor(v string)
- func (o *SorInfo) SetProvisioningTime(v time.Time)
- func (o *SorInfo) SetSorCmci(v string)
- func (o *SorInfo) SetSorMacIausf(v string)
- func (o *SorInfo) SetSorTransparentContainer(v string)
- func (o *SorInfo) SetSteeringContainer(v SteeringContainer)
- func (o *SorInfo) SetStoreSorCmciInMe(v bool)
- func (o *SorInfo) SetUsimSupportOfSorCmci(v bool)
- func (o SorInfo) ToMap() (map[string]interface{}, error)
- func (o *SorInfo) UnmarshalJSON(bytes []byte) (err error)
- type SpatialValidityCond
- func (o *SpatialValidityCond) GetCountries() []string
- func (o *SpatialValidityCond) GetCountriesOk() ([]string, bool)
- func (o *SpatialValidityCond) GetGeographicalServiceArea() GeoServiceArea
- func (o *SpatialValidityCond) GetGeographicalServiceAreaOk() (*GeoServiceArea, bool)
- func (o *SpatialValidityCond) GetTrackingAreaList() []Tai
- func (o *SpatialValidityCond) GetTrackingAreaListOk() ([]Tai, bool)
- func (o *SpatialValidityCond) HasCountries() bool
- func (o *SpatialValidityCond) HasGeographicalServiceArea() bool
- func (o *SpatialValidityCond) HasTrackingAreaList() bool
- func (o SpatialValidityCond) MarshalJSON() ([]byte, error)
- func (o *SpatialValidityCond) SetCountries(v []string)
- func (o *SpatialValidityCond) SetGeographicalServiceArea(v GeoServiceArea)
- func (o *SpatialValidityCond) SetTrackingAreaList(v []Tai)
- func (o SpatialValidityCond) ToMap() (map[string]interface{}, error)
- type Ssm
- func (o *Ssm) GetDestIpAddr() IpAddr
- func (o *Ssm) GetDestIpAddrOk() (*IpAddr, bool)
- func (o *Ssm) GetSourceIpAddr() IpAddr
- func (o *Ssm) GetSourceIpAddrOk() (*IpAddr, bool)
- func (o Ssm) MarshalJSON() ([]byte, error)
- func (o *Ssm) SetDestIpAddr(v IpAddr)
- func (o *Ssm) SetSourceIpAddr(v IpAddr)
- func (o Ssm) ToMap() (map[string]interface{}, error)
- func (o *Ssm) UnmarshalJSON(bytes []byte) (err error)
- type StationaryIndication
- type SteeringContainer
- type SteeringInfo
- func (o *SteeringInfo) GetAccessTechList() []AccessTech
- func (o *SteeringInfo) GetAccessTechListOk() ([]AccessTech, bool)
- func (o *SteeringInfo) GetPlmnId() PlmnId
- func (o *SteeringInfo) GetPlmnIdOk() (*PlmnId, bool)
- func (o *SteeringInfo) HasAccessTechList() bool
- func (o SteeringInfo) MarshalJSON() ([]byte, error)
- func (o *SteeringInfo) SetAccessTechList(v []AccessTech)
- func (o *SteeringInfo) SetPlmnId(v PlmnId)
- func (o SteeringInfo) ToMap() (map[string]interface{}, error)
- func (o *SteeringInfo) UnmarshalJSON(bytes []byte) (err error)
- type SubscriptionDataUpdateAPIService
- type SupportedGADShapes
- type Tai
- func (o *Tai) GetNid() string
- func (o *Tai) GetNidOk() (*string, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) GetTac() string
- func (o *Tai) GetTacOk() (*string, bool)
- func (o *Tai) HasNid() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- func (o *Tai) UnmarshalJSON(bytes []byte) (err error)
- type Tmgi
- func (o *Tmgi) GetMbsServiceId() string
- func (o *Tmgi) GetMbsServiceIdOk() (*string, bool)
- func (o *Tmgi) GetPlmnId() PlmnId
- func (o *Tmgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o Tmgi) MarshalJSON() ([]byte, error)
- func (o *Tmgi) SetMbsServiceId(v string)
- func (o *Tmgi) SetPlmnId(v PlmnId)
- func (o Tmgi) ToMap() (map[string]interface{}, error)
- func (o *Tmgi) UnmarshalJSON(bytes []byte) (err error)
- type TrafficProfile
- type UmtTime
- func (o *UmtTime) GetDayOfWeek() int32
- func (o *UmtTime) GetDayOfWeekOk() (*int32, bool)
- func (o *UmtTime) GetTimeOfDay() string
- func (o *UmtTime) GetTimeOfDayOk() (*string, bool)
- func (o UmtTime) MarshalJSON() ([]byte, error)
- func (o *UmtTime) SetDayOfWeek(v int32)
- func (o *UmtTime) SetTimeOfDay(v string)
- func (o UmtTime) ToMap() (map[string]interface{}, error)
- func (o *UmtTime) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipse
- func (o *UncertaintyEllipse) GetOrientationMajor() int32
- func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipse) GetSemiMajor() float32
- func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipse) GetSemiMinor() float32
- func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
- func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipse) SetSemiMajor(v float32)
- func (o *UncertaintyEllipse) SetSemiMinor(v float32)
- func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
- type UncertaintyEllipsoid
- func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
- func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMajor() float32
- func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetSemiMinor() float32
- func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
- func (o *UncertaintyEllipsoid) GetVertical() float32
- func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
- func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
- func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
- func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
- func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
- func (o *UncertaintyEllipsoid) SetVertical(v float32)
- func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
- func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
- type UpdateUeIdParameter
- type ValidTimePeriod
- func (o *ValidTimePeriod) GetEndTime() time.Time
- func (o *ValidTimePeriod) GetEndTimeOk() (*time.Time, bool)
- func (o *ValidTimePeriod) GetStartTime() time.Time
- func (o *ValidTimePeriod) GetStartTimeOk() (*time.Time, bool)
- func (o *ValidTimePeriod) HasEndTime() bool
- func (o *ValidTimePeriod) HasStartTime() bool
- func (o ValidTimePeriod) MarshalJSON() ([]byte, error)
- func (o *ValidTimePeriod) SetEndTime(v time.Time)
- func (o *ValidTimePeriod) SetStartTime(v time.Time)
- func (o ValidTimePeriod) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
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 { Class5GMBSGroupCreationAPI *Class5GMBSGroupCreationAPIService Class5GMBSGroupDeletionAPI *Class5GMBSGroupDeletionAPIService Class5GMBSGroupModificationAPI *Class5GMBSGroupModificationAPIService Class5GVNGroupCreationAPI *Class5GVNGroupCreationAPIService Class5GVNGroupDeletionAPI *Class5GVNGroupDeletionAPIService Class5GVNGroupModificationAPI *Class5GVNGroupModificationAPIService ParameterProvisioningDataEntryDocumentAPI *ParameterProvisioningDataEntryDocumentAPIService SubscriptionDataUpdateAPI *SubscriptionDataUpdateAPIService // contains filtered or unexported fields }
APIClient manages communication with the Nudm_PP API v1.2.2 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 AccessTech ¶
type AccessTech struct {
// contains filtered or unexported fields
}
AccessTech Represents the access technology
func (*AccessTech) MarshalJSON ¶
func (src *AccessTech) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AccessTech) UnmarshalJSON ¶
func (dst *AccessTech) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
func (*AccessTokenErr) UnmarshalJSON ¶
func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
func (*AccessTokenReq) UnmarshalJSON ¶
func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
type AcsInfo ¶
type AcsInfo struct { // String providing an URI formatted according to RFC 3986. AcsUrl *string `json:"acsUrl,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. AcsIpv4Addr *string `json:"acsIpv4Addr,omitempty"` AcsIpv6Addr *Ipv6Addr `json:"acsIpv6Addr,omitempty"` }
AcsInfo The ACS information for the 5G-RG is defined in BBF TR-069 [42] or in BBF TR-369
func NewAcsInfo ¶
func NewAcsInfo() *AcsInfo
NewAcsInfo instantiates a new AcsInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAcsInfoWithDefaults ¶
func NewAcsInfoWithDefaults() *AcsInfo
NewAcsInfoWithDefaults instantiates a new AcsInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AcsInfo) GetAcsIpv4Addr ¶
GetAcsIpv4Addr returns the AcsIpv4Addr field value if set, zero value otherwise.
func (*AcsInfo) GetAcsIpv4AddrOk ¶
GetAcsIpv4AddrOk returns a tuple with the AcsIpv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsInfo) GetAcsIpv6Addr ¶
GetAcsIpv6Addr returns the AcsIpv6Addr field value if set, zero value otherwise.
func (*AcsInfo) GetAcsIpv6AddrOk ¶
GetAcsIpv6AddrOk returns a tuple with the AcsIpv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsInfo) GetAcsUrlOk ¶
GetAcsUrlOk returns a tuple with the AcsUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AcsInfo) HasAcsIpv4Addr ¶
HasAcsIpv4Addr returns a boolean if a field has been set.
func (*AcsInfo) HasAcsIpv6Addr ¶
HasAcsIpv6Addr returns a boolean if a field has been set.
func (AcsInfo) MarshalJSON ¶
func (*AcsInfo) SetAcsIpv4Addr ¶
SetAcsIpv4Addr gets a reference to the given string and assigns it to the AcsIpv4Addr field.
func (*AcsInfo) SetAcsIpv6Addr ¶
SetAcsIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the AcsIpv6Addr field.
type ApiCreate5GMBSGroupRequest ¶
type ApiCreate5GMBSGroupRequest struct { ApiService *Class5GMBSGroupCreationAPIService // contains filtered or unexported fields }
func (ApiCreate5GMBSGroupRequest) Execute ¶
func (r ApiCreate5GMBSGroupRequest) Execute() (*http.Response, error)
func (ApiCreate5GMBSGroupRequest) MulticastMbsGroupMemb ¶
func (r ApiCreate5GMBSGroupRequest) MulticastMbsGroupMemb(multicastMbsGroupMemb MulticastMbsGroupMemb) ApiCreate5GMBSGroupRequest
type ApiCreate5GVNGroupRequest ¶
type ApiCreate5GVNGroupRequest struct { ApiService *Class5GVNGroupCreationAPIService // contains filtered or unexported fields }
func (ApiCreate5GVNGroupRequest) Execute ¶
func (r ApiCreate5GVNGroupRequest) Execute() (*http.Response, error)
func (ApiCreate5GVNGroupRequest) Model5GVnGroupConfiguration ¶
func (r ApiCreate5GVNGroupRequest) Model5GVnGroupConfiguration(model5GVnGroupConfiguration Model5GVnGroupConfiguration) ApiCreate5GVNGroupRequest
type ApiCreatePPDataEntryRequest ¶
type ApiCreatePPDataEntryRequest struct { ApiService *ParameterProvisioningDataEntryDocumentAPIService // contains filtered or unexported fields }
func (ApiCreatePPDataEntryRequest) Execute ¶
func (r ApiCreatePPDataEntryRequest) Execute() (*PpDataEntry, *http.Response, error)
func (ApiCreatePPDataEntryRequest) PpDataEntry ¶
func (r ApiCreatePPDataEntryRequest) PpDataEntry(ppDataEntry PpDataEntry) ApiCreatePPDataEntryRequest
type ApiDelete5GMBSGroupRequest ¶
type ApiDelete5GMBSGroupRequest struct { ApiService *Class5GMBSGroupDeletionAPIService // contains filtered or unexported fields }
type ApiDelete5GVNGroupRequest ¶
type ApiDelete5GVNGroupRequest struct { ApiService *Class5GVNGroupDeletionAPIService // contains filtered or unexported fields }
func (ApiDelete5GVNGroupRequest) AfId ¶
func (r ApiDelete5GVNGroupRequest) AfId(afId string) ApiDelete5GVNGroupRequest
AF ID that originated the service operation
func (ApiDelete5GVNGroupRequest) Execute ¶
func (r ApiDelete5GVNGroupRequest) Execute() (*http.Response, error)
func (ApiDelete5GVNGroupRequest) MtcProviderInfo ¶
func (r ApiDelete5GVNGroupRequest) MtcProviderInfo(mtcProviderInfo string) ApiDelete5GVNGroupRequest
MTC Provider Information that originated the service operation
type ApiDeletePPDataEntryRequest ¶
type ApiDeletePPDataEntryRequest struct { ApiService *ParameterProvisioningDataEntryDocumentAPIService // contains filtered or unexported fields }
type ApiGet5GMBSGroupRequest ¶
type ApiGet5GMBSGroupRequest struct { ApiService *Class5GMBSGroupModificationAPIService // contains filtered or unexported fields }
func (ApiGet5GMBSGroupRequest) Execute ¶
func (r ApiGet5GMBSGroupRequest) Execute() (*MulticastMbsGroupMemb, *http.Response, error)
type ApiGet5GVNGroupRequest ¶
type ApiGet5GVNGroupRequest struct { ApiService *Class5GVNGroupModificationAPIService // contains filtered or unexported fields }
func (ApiGet5GVNGroupRequest) Execute ¶
func (r ApiGet5GVNGroupRequest) Execute() (*Model5GVnGroupConfiguration, *http.Response, error)
type ApiGetPPDataEntryRequest ¶
type ApiGetPPDataEntryRequest struct { ApiService *ParameterProvisioningDataEntryDocumentAPIService // contains filtered or unexported fields }
func (ApiGetPPDataEntryRequest) Execute ¶
func (r ApiGetPPDataEntryRequest) Execute() (*PpDataEntry, *http.Response, error)
func (ApiGetPPDataEntryRequest) SupportedFeatures ¶
func (r ApiGetPPDataEntryRequest) SupportedFeatures(supportedFeatures string) ApiGetPPDataEntryRequest
Features required to be supported by the target NF
type ApiModify5GMBSGroupRequest ¶
type ApiModify5GMBSGroupRequest struct { ApiService *Class5GMBSGroupModificationAPIService // contains filtered or unexported fields }
func (ApiModify5GMBSGroupRequest) Execute ¶
func (r ApiModify5GMBSGroupRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiModify5GMBSGroupRequest) MulticastMbsGroupMemb ¶
func (r ApiModify5GMBSGroupRequest) MulticastMbsGroupMemb(multicastMbsGroupMemb MulticastMbsGroupMemb) ApiModify5GMBSGroupRequest
func (ApiModify5GMBSGroupRequest) SupportedFeatures ¶
func (r ApiModify5GMBSGroupRequest) SupportedFeatures(supportedFeatures string) ApiModify5GMBSGroupRequest
Features required to be supported by the target NF
type ApiModify5GVNGroupRequest ¶
type ApiModify5GVNGroupRequest struct { ApiService *Class5GVNGroupModificationAPIService // contains filtered or unexported fields }
func (ApiModify5GVNGroupRequest) Execute ¶
func (r ApiModify5GVNGroupRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiModify5GVNGroupRequest) Model5GVnGroupConfiguration ¶
func (r ApiModify5GVNGroupRequest) Model5GVnGroupConfiguration(model5GVnGroupConfiguration Model5GVnGroupConfiguration) ApiModify5GVNGroupRequest
func (ApiModify5GVNGroupRequest) SupportedFeatures ¶
func (r ApiModify5GVNGroupRequest) SupportedFeatures(supportedFeatures string) ApiModify5GVNGroupRequest
Features required to be supported by the target NF
type ApiUpdateRequest ¶
type ApiUpdateRequest struct { ApiService *SubscriptionDataUpdateAPIService // contains filtered or unexported fields }
func (ApiUpdateRequest) Execute ¶
func (r ApiUpdateRequest) Execute() (*PatchResult, *http.Response, error)
func (ApiUpdateRequest) PpData ¶
func (r ApiUpdateRequest) PpData(ppData PpData) ApiUpdateRequest
func (ApiUpdateRequest) SupportedFeatures ¶
func (r ApiUpdateRequest) SupportedFeatures(supportedFeatures string) ApiUpdateRequest
Features required to be supported by the target NF
type AppDescriptor ¶
type AppDescriptor struct { // Represents the Operating System of the served UE. OsId *string `json:"osId,omitempty"` AppId *string `json:"appId,omitempty"` }
AppDescriptor struct for AppDescriptor
func NewAppDescriptor ¶
func NewAppDescriptor() *AppDescriptor
NewAppDescriptor instantiates a new AppDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppDescriptorWithDefaults ¶
func NewAppDescriptorWithDefaults() *AppDescriptor
NewAppDescriptorWithDefaults instantiates a new AppDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppDescriptor) GetAppId ¶
func (o *AppDescriptor) GetAppId() string
GetAppId returns the AppId field value if set, zero value otherwise.
func (*AppDescriptor) GetAppIdOk ¶
func (o *AppDescriptor) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppDescriptor) GetOsId ¶
func (o *AppDescriptor) GetOsId() string
GetOsId returns the OsId field value if set, zero value otherwise.
func (*AppDescriptor) GetOsIdOk ¶
func (o *AppDescriptor) GetOsIdOk() (*string, bool)
GetOsIdOk returns a tuple with the OsId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppDescriptor) HasAppId ¶
func (o *AppDescriptor) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (*AppDescriptor) HasOsId ¶
func (o *AppDescriptor) HasOsId() bool
HasOsId returns a boolean if a field has been set.
func (AppDescriptor) MarshalJSON ¶
func (o AppDescriptor) MarshalJSON() ([]byte, error)
func (*AppDescriptor) SetAppId ¶
func (o *AppDescriptor) SetAppId(v string)
SetAppId gets a reference to the given string and assigns it to the AppId field.
func (*AppDescriptor) SetOsId ¶
func (o *AppDescriptor) SetOsId(v string)
SetOsId gets a reference to the given string and assigns it to the OsId field.
func (AppDescriptor) ToMap ¶
func (o AppDescriptor) ToMap() (map[string]interface{}, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BatteryIndication ¶
type BatteryIndication struct { // This IE shall indicate whether the UE is battery powered or not. true: the UE is battery powered; false or absent: the UE is not battery powered BatteryInd *bool `json:"batteryInd,omitempty"` // This IE shall indicate whether the battery of the UE is replaceable or not. true: the battery of the UE is replaceable; false or absent: the battery of the UE is not replaceable. ReplaceableInd *bool `json:"replaceableInd,omitempty"` // This IE shall indicate whether the battery of the UE is rechargeable or not. true: the battery of UE is rechargeable; false or absent: the battery of the UE is not rechargeable. RechargeableInd *bool `json:"rechargeableInd,omitempty"` }
BatteryIndication Parameters \"replaceableInd\" and \"rechargeableInd\" are only included if the value of Parameter \"batteryInd\" is true.
func NewBatteryIndication ¶
func NewBatteryIndication() *BatteryIndication
NewBatteryIndication instantiates a new BatteryIndication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBatteryIndicationWithDefaults ¶
func NewBatteryIndicationWithDefaults() *BatteryIndication
NewBatteryIndicationWithDefaults instantiates a new BatteryIndication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BatteryIndication) GetBatteryInd ¶
func (o *BatteryIndication) GetBatteryInd() bool
GetBatteryInd returns the BatteryInd field value if set, zero value otherwise.
func (*BatteryIndication) GetBatteryIndOk ¶
func (o *BatteryIndication) GetBatteryIndOk() (*bool, bool)
GetBatteryIndOk returns a tuple with the BatteryInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) GetRechargeableInd ¶
func (o *BatteryIndication) GetRechargeableInd() bool
GetRechargeableInd returns the RechargeableInd field value if set, zero value otherwise.
func (*BatteryIndication) GetRechargeableIndOk ¶
func (o *BatteryIndication) GetRechargeableIndOk() (*bool, bool)
GetRechargeableIndOk returns a tuple with the RechargeableInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) GetReplaceableInd ¶
func (o *BatteryIndication) GetReplaceableInd() bool
GetReplaceableInd returns the ReplaceableInd field value if set, zero value otherwise.
func (*BatteryIndication) GetReplaceableIndOk ¶
func (o *BatteryIndication) GetReplaceableIndOk() (*bool, bool)
GetReplaceableIndOk returns a tuple with the ReplaceableInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatteryIndication) HasBatteryInd ¶
func (o *BatteryIndication) HasBatteryInd() bool
HasBatteryInd returns a boolean if a field has been set.
func (*BatteryIndication) HasRechargeableInd ¶
func (o *BatteryIndication) HasRechargeableInd() bool
HasRechargeableInd returns a boolean if a field has been set.
func (*BatteryIndication) HasReplaceableInd ¶
func (o *BatteryIndication) HasReplaceableInd() bool
HasReplaceableInd returns a boolean if a field has been set.
func (BatteryIndication) MarshalJSON ¶
func (o BatteryIndication) MarshalJSON() ([]byte, error)
func (*BatteryIndication) SetBatteryInd ¶
func (o *BatteryIndication) SetBatteryInd(v bool)
SetBatteryInd gets a reference to the given bool and assigns it to the BatteryInd field.
func (*BatteryIndication) SetRechargeableInd ¶
func (o *BatteryIndication) SetRechargeableInd(v bool)
SetRechargeableInd gets a reference to the given bool and assigns it to the RechargeableInd field.
func (*BatteryIndication) SetReplaceableInd ¶
func (o *BatteryIndication) SetReplaceableInd(v bool)
SetReplaceableInd gets a reference to the given bool and assigns it to the ReplaceableInd field.
func (BatteryIndication) ToMap ¶
func (o BatteryIndication) ToMap() (map[string]interface{}, error)
type CivicAddress ¶
type CivicAddress struct { Country *string `json:"country,omitempty"` A1 *string `json:"A1,omitempty"` A2 *string `json:"A2,omitempty"` A3 *string `json:"A3,omitempty"` A4 *string `json:"A4,omitempty"` A5 *string `json:"A5,omitempty"` A6 *string `json:"A6,omitempty"` PRD *string `json:"PRD,omitempty"` POD *string `json:"POD,omitempty"` STS *string `json:"STS,omitempty"` HNO *string `json:"HNO,omitempty"` HNS *string `json:"HNS,omitempty"` LMK *string `json:"LMK,omitempty"` LOC *string `json:"LOC,omitempty"` NAM *string `json:"NAM,omitempty"` PC *string `json:"PC,omitempty"` BLD *string `json:"BLD,omitempty"` UNIT *string `json:"UNIT,omitempty"` FLR *string `json:"FLR,omitempty"` ROOM *string `json:"ROOM,omitempty"` PLC *string `json:"PLC,omitempty"` PCN *string `json:"PCN,omitempty"` POBOX *string `json:"POBOX,omitempty"` ADDCODE *string `json:"ADDCODE,omitempty"` SEAT *string `json:"SEAT,omitempty"` RD *string `json:"RD,omitempty"` RDSEC *string `json:"RDSEC,omitempty"` RDBR *string `json:"RDBR,omitempty"` RDSUBBR *string `json:"RDSUBBR,omitempty"` PRM *string `json:"PRM,omitempty"` POM *string `json:"POM,omitempty"` UsageRules *string `json:"usageRules,omitempty"` Method *string `json:"method,omitempty"` ProvidedBy *string `json:"providedBy,omitempty"` }
CivicAddress Indicates a Civic address.
func NewCivicAddress ¶
func NewCivicAddress() *CivicAddress
NewCivicAddress instantiates a new CivicAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCivicAddressWithDefaults ¶
func NewCivicAddressWithDefaults() *CivicAddress
NewCivicAddressWithDefaults instantiates a new CivicAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CivicAddress) GetA1 ¶
func (o *CivicAddress) GetA1() string
GetA1 returns the A1 field value if set, zero value otherwise.
func (*CivicAddress) GetA1Ok ¶
func (o *CivicAddress) GetA1Ok() (*string, bool)
GetA1Ok returns a tuple with the A1 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA2 ¶
func (o *CivicAddress) GetA2() string
GetA2 returns the A2 field value if set, zero value otherwise.
func (*CivicAddress) GetA2Ok ¶
func (o *CivicAddress) GetA2Ok() (*string, bool)
GetA2Ok returns a tuple with the A2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA3 ¶
func (o *CivicAddress) GetA3() string
GetA3 returns the A3 field value if set, zero value otherwise.
func (*CivicAddress) GetA3Ok ¶
func (o *CivicAddress) GetA3Ok() (*string, bool)
GetA3Ok returns a tuple with the A3 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA4 ¶
func (o *CivicAddress) GetA4() string
GetA4 returns the A4 field value if set, zero value otherwise.
func (*CivicAddress) GetA4Ok ¶
func (o *CivicAddress) GetA4Ok() (*string, bool)
GetA4Ok returns a tuple with the A4 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA5 ¶
func (o *CivicAddress) GetA5() string
GetA5 returns the A5 field value if set, zero value otherwise.
func (*CivicAddress) GetA5Ok ¶
func (o *CivicAddress) GetA5Ok() (*string, bool)
GetA5Ok returns a tuple with the A5 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetA6 ¶
func (o *CivicAddress) GetA6() string
GetA6 returns the A6 field value if set, zero value otherwise.
func (*CivicAddress) GetA6Ok ¶
func (o *CivicAddress) GetA6Ok() (*string, bool)
GetA6Ok returns a tuple with the A6 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetADDCODE ¶
func (o *CivicAddress) GetADDCODE() string
GetADDCODE returns the ADDCODE field value if set, zero value otherwise.
func (*CivicAddress) GetADDCODEOk ¶
func (o *CivicAddress) GetADDCODEOk() (*string, bool)
GetADDCODEOk returns a tuple with the ADDCODE field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetBLD ¶
func (o *CivicAddress) GetBLD() string
GetBLD returns the BLD field value if set, zero value otherwise.
func (*CivicAddress) GetBLDOk ¶
func (o *CivicAddress) GetBLDOk() (*string, bool)
GetBLDOk returns a tuple with the BLD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetCountry ¶
func (o *CivicAddress) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*CivicAddress) GetCountryOk ¶
func (o *CivicAddress) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetFLR ¶
func (o *CivicAddress) GetFLR() string
GetFLR returns the FLR field value if set, zero value otherwise.
func (*CivicAddress) GetFLROk ¶
func (o *CivicAddress) GetFLROk() (*string, bool)
GetFLROk returns a tuple with the FLR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNO ¶
func (o *CivicAddress) GetHNO() string
GetHNO returns the HNO field value if set, zero value otherwise.
func (*CivicAddress) GetHNOOk ¶
func (o *CivicAddress) GetHNOOk() (*string, bool)
GetHNOOk returns a tuple with the HNO field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetHNS ¶
func (o *CivicAddress) GetHNS() string
GetHNS returns the HNS field value if set, zero value otherwise.
func (*CivicAddress) GetHNSOk ¶
func (o *CivicAddress) GetHNSOk() (*string, bool)
GetHNSOk returns a tuple with the HNS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLMK ¶
func (o *CivicAddress) GetLMK() string
GetLMK returns the LMK field value if set, zero value otherwise.
func (*CivicAddress) GetLMKOk ¶
func (o *CivicAddress) GetLMKOk() (*string, bool)
GetLMKOk returns a tuple with the LMK field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetLOC ¶
func (o *CivicAddress) GetLOC() string
GetLOC returns the LOC field value if set, zero value otherwise.
func (*CivicAddress) GetLOCOk ¶
func (o *CivicAddress) GetLOCOk() (*string, bool)
GetLOCOk returns a tuple with the LOC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetMethod ¶
func (o *CivicAddress) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*CivicAddress) GetMethodOk ¶
func (o *CivicAddress) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetNAM ¶
func (o *CivicAddress) GetNAM() string
GetNAM returns the NAM field value if set, zero value otherwise.
func (*CivicAddress) GetNAMOk ¶
func (o *CivicAddress) GetNAMOk() (*string, bool)
GetNAMOk returns a tuple with the NAM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPC ¶
func (o *CivicAddress) GetPC() string
GetPC returns the PC field value if set, zero value otherwise.
func (*CivicAddress) GetPCN ¶
func (o *CivicAddress) GetPCN() string
GetPCN returns the PCN field value if set, zero value otherwise.
func (*CivicAddress) GetPCNOk ¶
func (o *CivicAddress) GetPCNOk() (*string, bool)
GetPCNOk returns a tuple with the PCN field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPCOk ¶
func (o *CivicAddress) GetPCOk() (*string, bool)
GetPCOk returns a tuple with the PC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPLC ¶
func (o *CivicAddress) GetPLC() string
GetPLC returns the PLC field value if set, zero value otherwise.
func (*CivicAddress) GetPLCOk ¶
func (o *CivicAddress) GetPLCOk() (*string, bool)
GetPLCOk returns a tuple with the PLC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOBOX ¶
func (o *CivicAddress) GetPOBOX() string
GetPOBOX returns the POBOX field value if set, zero value otherwise.
func (*CivicAddress) GetPOBOXOk ¶
func (o *CivicAddress) GetPOBOXOk() (*string, bool)
GetPOBOXOk returns a tuple with the POBOX field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOD ¶
func (o *CivicAddress) GetPOD() string
GetPOD returns the POD field value if set, zero value otherwise.
func (*CivicAddress) GetPODOk ¶
func (o *CivicAddress) GetPODOk() (*string, bool)
GetPODOk returns a tuple with the POD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPOM ¶
func (o *CivicAddress) GetPOM() string
GetPOM returns the POM field value if set, zero value otherwise.
func (*CivicAddress) GetPOMOk ¶
func (o *CivicAddress) GetPOMOk() (*string, bool)
GetPOMOk returns a tuple with the POM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRD ¶
func (o *CivicAddress) GetPRD() string
GetPRD returns the PRD field value if set, zero value otherwise.
func (*CivicAddress) GetPRDOk ¶
func (o *CivicAddress) GetPRDOk() (*string, bool)
GetPRDOk returns a tuple with the PRD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetPRM ¶
func (o *CivicAddress) GetPRM() string
GetPRM returns the PRM field value if set, zero value otherwise.
func (*CivicAddress) GetPRMOk ¶
func (o *CivicAddress) GetPRMOk() (*string, bool)
GetPRMOk returns a tuple with the PRM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetProvidedBy ¶
func (o *CivicAddress) GetProvidedBy() string
GetProvidedBy returns the ProvidedBy field value if set, zero value otherwise.
func (*CivicAddress) GetProvidedByOk ¶
func (o *CivicAddress) GetProvidedByOk() (*string, bool)
GetProvidedByOk returns a tuple with the ProvidedBy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRD ¶
func (o *CivicAddress) GetRD() string
GetRD returns the RD field value if set, zero value otherwise.
func (*CivicAddress) GetRDBR ¶
func (o *CivicAddress) GetRDBR() string
GetRDBR returns the RDBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDBROk ¶
func (o *CivicAddress) GetRDBROk() (*string, bool)
GetRDBROk returns a tuple with the RDBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDOk ¶
func (o *CivicAddress) GetRDOk() (*string, bool)
GetRDOk returns a tuple with the RD field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSEC ¶
func (o *CivicAddress) GetRDSEC() string
GetRDSEC returns the RDSEC field value if set, zero value otherwise.
func (*CivicAddress) GetRDSECOk ¶
func (o *CivicAddress) GetRDSECOk() (*string, bool)
GetRDSECOk returns a tuple with the RDSEC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetRDSUBBR ¶
func (o *CivicAddress) GetRDSUBBR() string
GetRDSUBBR returns the RDSUBBR field value if set, zero value otherwise.
func (*CivicAddress) GetRDSUBBROk ¶
func (o *CivicAddress) GetRDSUBBROk() (*string, bool)
GetRDSUBBROk returns a tuple with the RDSUBBR field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetROOM ¶
func (o *CivicAddress) GetROOM() string
GetROOM returns the ROOM field value if set, zero value otherwise.
func (*CivicAddress) GetROOMOk ¶
func (o *CivicAddress) GetROOMOk() (*string, bool)
GetROOMOk returns a tuple with the ROOM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSEAT ¶
func (o *CivicAddress) GetSEAT() string
GetSEAT returns the SEAT field value if set, zero value otherwise.
func (*CivicAddress) GetSEATOk ¶
func (o *CivicAddress) GetSEATOk() (*string, bool)
GetSEATOk returns a tuple with the SEAT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetSTS ¶
func (o *CivicAddress) GetSTS() string
GetSTS returns the STS field value if set, zero value otherwise.
func (*CivicAddress) GetSTSOk ¶
func (o *CivicAddress) GetSTSOk() (*string, bool)
GetSTSOk returns a tuple with the STS field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUNIT ¶
func (o *CivicAddress) GetUNIT() string
GetUNIT returns the UNIT field value if set, zero value otherwise.
func (*CivicAddress) GetUNITOk ¶
func (o *CivicAddress) GetUNITOk() (*string, bool)
GetUNITOk returns a tuple with the UNIT field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) GetUsageRules ¶
func (o *CivicAddress) GetUsageRules() string
GetUsageRules returns the UsageRules field value if set, zero value otherwise.
func (*CivicAddress) GetUsageRulesOk ¶
func (o *CivicAddress) GetUsageRulesOk() (*string, bool)
GetUsageRulesOk returns a tuple with the UsageRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CivicAddress) HasA1 ¶
func (o *CivicAddress) HasA1() bool
HasA1 returns a boolean if a field has been set.
func (*CivicAddress) HasA2 ¶
func (o *CivicAddress) HasA2() bool
HasA2 returns a boolean if a field has been set.
func (*CivicAddress) HasA3 ¶
func (o *CivicAddress) HasA3() bool
HasA3 returns a boolean if a field has been set.
func (*CivicAddress) HasA4 ¶
func (o *CivicAddress) HasA4() bool
HasA4 returns a boolean if a field has been set.
func (*CivicAddress) HasA5 ¶
func (o *CivicAddress) HasA5() bool
HasA5 returns a boolean if a field has been set.
func (*CivicAddress) HasA6 ¶
func (o *CivicAddress) HasA6() bool
HasA6 returns a boolean if a field has been set.
func (*CivicAddress) HasADDCODE ¶
func (o *CivicAddress) HasADDCODE() bool
HasADDCODE returns a boolean if a field has been set.
func (*CivicAddress) HasBLD ¶
func (o *CivicAddress) HasBLD() bool
HasBLD returns a boolean if a field has been set.
func (*CivicAddress) HasCountry ¶
func (o *CivicAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*CivicAddress) HasFLR ¶
func (o *CivicAddress) HasFLR() bool
HasFLR returns a boolean if a field has been set.
func (*CivicAddress) HasHNO ¶
func (o *CivicAddress) HasHNO() bool
HasHNO returns a boolean if a field has been set.
func (*CivicAddress) HasHNS ¶
func (o *CivicAddress) HasHNS() bool
HasHNS returns a boolean if a field has been set.
func (*CivicAddress) HasLMK ¶
func (o *CivicAddress) HasLMK() bool
HasLMK returns a boolean if a field has been set.
func (*CivicAddress) HasLOC ¶
func (o *CivicAddress) HasLOC() bool
HasLOC returns a boolean if a field has been set.
func (*CivicAddress) HasMethod ¶
func (o *CivicAddress) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*CivicAddress) HasNAM ¶
func (o *CivicAddress) HasNAM() bool
HasNAM returns a boolean if a field has been set.
func (*CivicAddress) HasPC ¶
func (o *CivicAddress) HasPC() bool
HasPC returns a boolean if a field has been set.
func (*CivicAddress) HasPCN ¶
func (o *CivicAddress) HasPCN() bool
HasPCN returns a boolean if a field has been set.
func (*CivicAddress) HasPLC ¶
func (o *CivicAddress) HasPLC() bool
HasPLC returns a boolean if a field has been set.
func (*CivicAddress) HasPOBOX ¶
func (o *CivicAddress) HasPOBOX() bool
HasPOBOX returns a boolean if a field has been set.
func (*CivicAddress) HasPOD ¶
func (o *CivicAddress) HasPOD() bool
HasPOD returns a boolean if a field has been set.
func (*CivicAddress) HasPOM ¶
func (o *CivicAddress) HasPOM() bool
HasPOM returns a boolean if a field has been set.
func (*CivicAddress) HasPRD ¶
func (o *CivicAddress) HasPRD() bool
HasPRD returns a boolean if a field has been set.
func (*CivicAddress) HasPRM ¶
func (o *CivicAddress) HasPRM() bool
HasPRM returns a boolean if a field has been set.
func (*CivicAddress) HasProvidedBy ¶
func (o *CivicAddress) HasProvidedBy() bool
HasProvidedBy returns a boolean if a field has been set.
func (*CivicAddress) HasRD ¶
func (o *CivicAddress) HasRD() bool
HasRD returns a boolean if a field has been set.
func (*CivicAddress) HasRDBR ¶
func (o *CivicAddress) HasRDBR() bool
HasRDBR returns a boolean if a field has been set.
func (*CivicAddress) HasRDSEC ¶
func (o *CivicAddress) HasRDSEC() bool
HasRDSEC returns a boolean if a field has been set.
func (*CivicAddress) HasRDSUBBR ¶
func (o *CivicAddress) HasRDSUBBR() bool
HasRDSUBBR returns a boolean if a field has been set.
func (*CivicAddress) HasROOM ¶
func (o *CivicAddress) HasROOM() bool
HasROOM returns a boolean if a field has been set.
func (*CivicAddress) HasSEAT ¶
func (o *CivicAddress) HasSEAT() bool
HasSEAT returns a boolean if a field has been set.
func (*CivicAddress) HasSTS ¶
func (o *CivicAddress) HasSTS() bool
HasSTS returns a boolean if a field has been set.
func (*CivicAddress) HasUNIT ¶
func (o *CivicAddress) HasUNIT() bool
HasUNIT returns a boolean if a field has been set.
func (*CivicAddress) HasUsageRules ¶
func (o *CivicAddress) HasUsageRules() bool
HasUsageRules returns a boolean if a field has been set.
func (CivicAddress) MarshalJSON ¶
func (o CivicAddress) MarshalJSON() ([]byte, error)
func (*CivicAddress) SetA1 ¶
func (o *CivicAddress) SetA1(v string)
SetA1 gets a reference to the given string and assigns it to the A1 field.
func (*CivicAddress) SetA2 ¶
func (o *CivicAddress) SetA2(v string)
SetA2 gets a reference to the given string and assigns it to the A2 field.
func (*CivicAddress) SetA3 ¶
func (o *CivicAddress) SetA3(v string)
SetA3 gets a reference to the given string and assigns it to the A3 field.
func (*CivicAddress) SetA4 ¶
func (o *CivicAddress) SetA4(v string)
SetA4 gets a reference to the given string and assigns it to the A4 field.
func (*CivicAddress) SetA5 ¶
func (o *CivicAddress) SetA5(v string)
SetA5 gets a reference to the given string and assigns it to the A5 field.
func (*CivicAddress) SetA6 ¶
func (o *CivicAddress) SetA6(v string)
SetA6 gets a reference to the given string and assigns it to the A6 field.
func (*CivicAddress) SetADDCODE ¶
func (o *CivicAddress) SetADDCODE(v string)
SetADDCODE gets a reference to the given string and assigns it to the ADDCODE field.
func (*CivicAddress) SetBLD ¶
func (o *CivicAddress) SetBLD(v string)
SetBLD gets a reference to the given string and assigns it to the BLD field.
func (*CivicAddress) SetCountry ¶
func (o *CivicAddress) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*CivicAddress) SetFLR ¶
func (o *CivicAddress) SetFLR(v string)
SetFLR gets a reference to the given string and assigns it to the FLR field.
func (*CivicAddress) SetHNO ¶
func (o *CivicAddress) SetHNO(v string)
SetHNO gets a reference to the given string and assigns it to the HNO field.
func (*CivicAddress) SetHNS ¶
func (o *CivicAddress) SetHNS(v string)
SetHNS gets a reference to the given string and assigns it to the HNS field.
func (*CivicAddress) SetLMK ¶
func (o *CivicAddress) SetLMK(v string)
SetLMK gets a reference to the given string and assigns it to the LMK field.
func (*CivicAddress) SetLOC ¶
func (o *CivicAddress) SetLOC(v string)
SetLOC gets a reference to the given string and assigns it to the LOC field.
func (*CivicAddress) SetMethod ¶
func (o *CivicAddress) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*CivicAddress) SetNAM ¶
func (o *CivicAddress) SetNAM(v string)
SetNAM gets a reference to the given string and assigns it to the NAM field.
func (*CivicAddress) SetPC ¶
func (o *CivicAddress) SetPC(v string)
SetPC gets a reference to the given string and assigns it to the PC field.
func (*CivicAddress) SetPCN ¶
func (o *CivicAddress) SetPCN(v string)
SetPCN gets a reference to the given string and assigns it to the PCN field.
func (*CivicAddress) SetPLC ¶
func (o *CivicAddress) SetPLC(v string)
SetPLC gets a reference to the given string and assigns it to the PLC field.
func (*CivicAddress) SetPOBOX ¶
func (o *CivicAddress) SetPOBOX(v string)
SetPOBOX gets a reference to the given string and assigns it to the POBOX field.
func (*CivicAddress) SetPOD ¶
func (o *CivicAddress) SetPOD(v string)
SetPOD gets a reference to the given string and assigns it to the POD field.
func (*CivicAddress) SetPOM ¶
func (o *CivicAddress) SetPOM(v string)
SetPOM gets a reference to the given string and assigns it to the POM field.
func (*CivicAddress) SetPRD ¶
func (o *CivicAddress) SetPRD(v string)
SetPRD gets a reference to the given string and assigns it to the PRD field.
func (*CivicAddress) SetPRM ¶
func (o *CivicAddress) SetPRM(v string)
SetPRM gets a reference to the given string and assigns it to the PRM field.
func (*CivicAddress) SetProvidedBy ¶
func (o *CivicAddress) SetProvidedBy(v string)
SetProvidedBy gets a reference to the given string and assigns it to the ProvidedBy field.
func (*CivicAddress) SetRD ¶
func (o *CivicAddress) SetRD(v string)
SetRD gets a reference to the given string and assigns it to the RD field.
func (*CivicAddress) SetRDBR ¶
func (o *CivicAddress) SetRDBR(v string)
SetRDBR gets a reference to the given string and assigns it to the RDBR field.
func (*CivicAddress) SetRDSEC ¶
func (o *CivicAddress) SetRDSEC(v string)
SetRDSEC gets a reference to the given string and assigns it to the RDSEC field.
func (*CivicAddress) SetRDSUBBR ¶
func (o *CivicAddress) SetRDSUBBR(v string)
SetRDSUBBR gets a reference to the given string and assigns it to the RDSUBBR field.
func (*CivicAddress) SetROOM ¶
func (o *CivicAddress) SetROOM(v string)
SetROOM gets a reference to the given string and assigns it to the ROOM field.
func (*CivicAddress) SetSEAT ¶
func (o *CivicAddress) SetSEAT(v string)
SetSEAT gets a reference to the given string and assigns it to the SEAT field.
func (*CivicAddress) SetSTS ¶
func (o *CivicAddress) SetSTS(v string)
SetSTS gets a reference to the given string and assigns it to the STS field.
func (*CivicAddress) SetUNIT ¶
func (o *CivicAddress) SetUNIT(v string)
SetUNIT gets a reference to the given string and assigns it to the UNIT field.
func (*CivicAddress) SetUsageRules ¶
func (o *CivicAddress) SetUsageRules(v string)
SetUsageRules gets a reference to the given string and assigns it to the UsageRules field.
func (CivicAddress) ToMap ¶
func (o CivicAddress) ToMap() (map[string]interface{}, error)
type Class5GMBSGroupCreationAPIService ¶
type Class5GMBSGroupCreationAPIService service
Class5GMBSGroupCreationAPIService Class5GMBSGroupCreationAPI service
func (*Class5GMBSGroupCreationAPIService) Create5GMBSGroup ¶
func (a *Class5GMBSGroupCreationAPIService) Create5GMBSGroup(ctx context.Context, extGroupId string) ApiCreate5GMBSGroupRequest
Create5GMBSGroup create a 5G MBS Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the Group @return ApiCreate5GMBSGroupRequest
func (*Class5GMBSGroupCreationAPIService) Create5GMBSGroupExecute ¶
func (a *Class5GMBSGroupCreationAPIService) Create5GMBSGroupExecute(r ApiCreate5GMBSGroupRequest) (*http.Response, error)
Execute executes the request
type Class5GMBSGroupDeletionAPIService ¶
type Class5GMBSGroupDeletionAPIService service
Class5GMBSGroupDeletionAPIService Class5GMBSGroupDeletionAPI service
func (*Class5GMBSGroupDeletionAPIService) Delete5GMBSGroup ¶
func (a *Class5GMBSGroupDeletionAPIService) Delete5GMBSGroup(ctx context.Context, extGroupId string) ApiDelete5GMBSGroupRequest
Delete5GMBSGroup delete a 5G MBS Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the Group @return ApiDelete5GMBSGroupRequest
func (*Class5GMBSGroupDeletionAPIService) Delete5GMBSGroupExecute ¶
func (a *Class5GMBSGroupDeletionAPIService) Delete5GMBSGroupExecute(r ApiDelete5GMBSGroupRequest) (*http.Response, error)
Execute executes the request
type Class5GMBSGroupModificationAPIService ¶
type Class5GMBSGroupModificationAPIService service
Class5GMBSGroupModificationAPIService Class5GMBSGroupModificationAPI service
func (*Class5GMBSGroupModificationAPIService) Get5GMBSGroup ¶
func (a *Class5GMBSGroupModificationAPIService) Get5GMBSGroup(ctx context.Context, extGroupId string) ApiGet5GMBSGroupRequest
Get5GMBSGroup get 5G MBS Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the group @return ApiGet5GMBSGroupRequest
func (*Class5GMBSGroupModificationAPIService) Get5GMBSGroupExecute ¶
func (a *Class5GMBSGroupModificationAPIService) Get5GMBSGroupExecute(r ApiGet5GMBSGroupRequest) (*MulticastMbsGroupMemb, *http.Response, error)
Execute executes the request
@return MulticastMbsGroupMemb
func (*Class5GMBSGroupModificationAPIService) Modify5GMBSGroup ¶
func (a *Class5GMBSGroupModificationAPIService) Modify5GMBSGroup(ctx context.Context, extGroupId string) ApiModify5GMBSGroupRequest
Modify5GMBSGroup modify a 5G MBS Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the group @return ApiModify5GMBSGroupRequest
func (*Class5GMBSGroupModificationAPIService) Modify5GMBSGroupExecute ¶
func (a *Class5GMBSGroupModificationAPIService) Modify5GMBSGroupExecute(r ApiModify5GMBSGroupRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type Class5GVNGroupCreationAPIService ¶
type Class5GVNGroupCreationAPIService service
Class5GVNGroupCreationAPIService Class5GVNGroupCreationAPI service
func (*Class5GVNGroupCreationAPIService) Create5GVNGroup ¶
func (a *Class5GVNGroupCreationAPIService) Create5GVNGroup(ctx context.Context, extGroupId string) ApiCreate5GVNGroupRequest
Create5GVNGroup create a 5G VN Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the Group @return ApiCreate5GVNGroupRequest
func (*Class5GVNGroupCreationAPIService) Create5GVNGroupExecute ¶
func (a *Class5GVNGroupCreationAPIService) Create5GVNGroupExecute(r ApiCreate5GVNGroupRequest) (*http.Response, error)
Execute executes the request
type Class5GVNGroupDeletionAPIService ¶
type Class5GVNGroupDeletionAPIService service
Class5GVNGroupDeletionAPIService Class5GVNGroupDeletionAPI service
func (*Class5GVNGroupDeletionAPIService) Delete5GVNGroup ¶
func (a *Class5GVNGroupDeletionAPIService) Delete5GVNGroup(ctx context.Context, extGroupId string) ApiDelete5GVNGroupRequest
Delete5GVNGroup delete a 5G VN Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the Group @return ApiDelete5GVNGroupRequest
func (*Class5GVNGroupDeletionAPIService) Delete5GVNGroupExecute ¶
func (a *Class5GVNGroupDeletionAPIService) Delete5GVNGroupExecute(r ApiDelete5GVNGroupRequest) (*http.Response, error)
Execute executes the request
type Class5GVNGroupModificationAPIService ¶
type Class5GVNGroupModificationAPIService service
Class5GVNGroupModificationAPIService Class5GVNGroupModificationAPI service
func (*Class5GVNGroupModificationAPIService) Get5GVNGroup ¶
func (a *Class5GVNGroupModificationAPIService) Get5GVNGroup(ctx context.Context, extGroupId string) ApiGet5GVNGroupRequest
Get5GVNGroup get 5G VN Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the group @return ApiGet5GVNGroupRequest
func (*Class5GVNGroupModificationAPIService) Get5GVNGroupExecute ¶
func (a *Class5GVNGroupModificationAPIService) Get5GVNGroupExecute(r ApiGet5GVNGroupRequest) (*Model5GVnGroupConfiguration, *http.Response, error)
Execute executes the request
@return Model5GVnGroupConfiguration
func (*Class5GVNGroupModificationAPIService) Modify5GVNGroup ¶
func (a *Class5GVNGroupModificationAPIService) Modify5GVNGroup(ctx context.Context, extGroupId string) ApiModify5GVNGroupRequest
Modify5GVNGroup modify a 5G VN Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param extGroupId External Identifier of the group @return ApiModify5GVNGroupRequest
func (*Class5GVNGroupModificationAPIService) Modify5GVNGroupExecute ¶
func (a *Class5GVNGroupModificationAPIService) Modify5GVNGroupExecute(r ApiModify5GVNGroupRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type CommunicationCharacteristics ¶
type CommunicationCharacteristics struct { PpSubsRegTimer NullablePpSubsRegTimer `json:"ppSubsRegTimer,omitempty"` PpActiveTime NullablePpActiveTime `json:"ppActiveTime,omitempty"` PpDlPacketCount NullableInt32 `json:"ppDlPacketCount,omitempty"` PpDlPacketCountExt NullablePpDlPacketCountExt `json:"ppDlPacketCountExt,omitempty"` PpMaximumResponseTime NullablePpMaximumResponseTime `json:"ppMaximumResponseTime,omitempty"` PpMaximumLatency NullablePpMaximumLatency `json:"ppMaximumLatency,omitempty"` }
CommunicationCharacteristics struct for CommunicationCharacteristics
func NewCommunicationCharacteristics ¶
func NewCommunicationCharacteristics() *CommunicationCharacteristics
NewCommunicationCharacteristics instantiates a new CommunicationCharacteristics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommunicationCharacteristicsWithDefaults ¶
func NewCommunicationCharacteristicsWithDefaults() *CommunicationCharacteristics
NewCommunicationCharacteristicsWithDefaults instantiates a new CommunicationCharacteristics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommunicationCharacteristics) GetPpActiveTime ¶
func (o *CommunicationCharacteristics) GetPpActiveTime() PpActiveTime
GetPpActiveTime returns the PpActiveTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommunicationCharacteristics) GetPpActiveTimeOk ¶
func (o *CommunicationCharacteristics) GetPpActiveTimeOk() (*PpActiveTime, bool)
GetPpActiveTimeOk returns a tuple with the PpActiveTime 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 (*CommunicationCharacteristics) GetPpDlPacketCount ¶
func (o *CommunicationCharacteristics) GetPpDlPacketCount() int32
GetPpDlPacketCount returns the PpDlPacketCount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommunicationCharacteristics) GetPpDlPacketCountExt ¶
func (o *CommunicationCharacteristics) GetPpDlPacketCountExt() PpDlPacketCountExt
GetPpDlPacketCountExt returns the PpDlPacketCountExt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommunicationCharacteristics) GetPpDlPacketCountExtOk ¶
func (o *CommunicationCharacteristics) GetPpDlPacketCountExtOk() (*PpDlPacketCountExt, bool)
GetPpDlPacketCountExtOk returns a tuple with the PpDlPacketCountExt 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 (*CommunicationCharacteristics) GetPpDlPacketCountOk ¶
func (o *CommunicationCharacteristics) GetPpDlPacketCountOk() (*int32, bool)
GetPpDlPacketCountOk returns a tuple with the PpDlPacketCount 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 (*CommunicationCharacteristics) GetPpMaximumLatency ¶
func (o *CommunicationCharacteristics) GetPpMaximumLatency() PpMaximumLatency
GetPpMaximumLatency returns the PpMaximumLatency field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommunicationCharacteristics) GetPpMaximumLatencyOk ¶
func (o *CommunicationCharacteristics) GetPpMaximumLatencyOk() (*PpMaximumLatency, bool)
GetPpMaximumLatencyOk returns a tuple with the PpMaximumLatency 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 (*CommunicationCharacteristics) GetPpMaximumResponseTime ¶
func (o *CommunicationCharacteristics) GetPpMaximumResponseTime() PpMaximumResponseTime
GetPpMaximumResponseTime returns the PpMaximumResponseTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommunicationCharacteristics) GetPpMaximumResponseTimeOk ¶
func (o *CommunicationCharacteristics) GetPpMaximumResponseTimeOk() (*PpMaximumResponseTime, bool)
GetPpMaximumResponseTimeOk returns a tuple with the PpMaximumResponseTime 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 (*CommunicationCharacteristics) GetPpSubsRegTimer ¶
func (o *CommunicationCharacteristics) GetPpSubsRegTimer() PpSubsRegTimer
GetPpSubsRegTimer returns the PpSubsRegTimer field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommunicationCharacteristics) GetPpSubsRegTimerOk ¶
func (o *CommunicationCharacteristics) GetPpSubsRegTimerOk() (*PpSubsRegTimer, bool)
GetPpSubsRegTimerOk returns a tuple with the PpSubsRegTimer 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 (*CommunicationCharacteristics) HasPpActiveTime ¶
func (o *CommunicationCharacteristics) HasPpActiveTime() bool
HasPpActiveTime returns a boolean if a field has been set.
func (*CommunicationCharacteristics) HasPpDlPacketCount ¶
func (o *CommunicationCharacteristics) HasPpDlPacketCount() bool
HasPpDlPacketCount returns a boolean if a field has been set.
func (*CommunicationCharacteristics) HasPpDlPacketCountExt ¶
func (o *CommunicationCharacteristics) HasPpDlPacketCountExt() bool
HasPpDlPacketCountExt returns a boolean if a field has been set.
func (*CommunicationCharacteristics) HasPpMaximumLatency ¶
func (o *CommunicationCharacteristics) HasPpMaximumLatency() bool
HasPpMaximumLatency returns a boolean if a field has been set.
func (*CommunicationCharacteristics) HasPpMaximumResponseTime ¶
func (o *CommunicationCharacteristics) HasPpMaximumResponseTime() bool
HasPpMaximumResponseTime returns a boolean if a field has been set.
func (*CommunicationCharacteristics) HasPpSubsRegTimer ¶
func (o *CommunicationCharacteristics) HasPpSubsRegTimer() bool
HasPpSubsRegTimer returns a boolean if a field has been set.
func (CommunicationCharacteristics) MarshalJSON ¶
func (o CommunicationCharacteristics) MarshalJSON() ([]byte, error)
func (*CommunicationCharacteristics) SetPpActiveTime ¶
func (o *CommunicationCharacteristics) SetPpActiveTime(v PpActiveTime)
SetPpActiveTime gets a reference to the given NullablePpActiveTime and assigns it to the PpActiveTime field.
func (*CommunicationCharacteristics) SetPpActiveTimeNil ¶
func (o *CommunicationCharacteristics) SetPpActiveTimeNil()
SetPpActiveTimeNil sets the value for PpActiveTime to be an explicit nil
func (*CommunicationCharacteristics) SetPpDlPacketCount ¶
func (o *CommunicationCharacteristics) SetPpDlPacketCount(v int32)
SetPpDlPacketCount gets a reference to the given NullableInt32 and assigns it to the PpDlPacketCount field.
func (*CommunicationCharacteristics) SetPpDlPacketCountExt ¶
func (o *CommunicationCharacteristics) SetPpDlPacketCountExt(v PpDlPacketCountExt)
SetPpDlPacketCountExt gets a reference to the given NullablePpDlPacketCountExt and assigns it to the PpDlPacketCountExt field.
func (*CommunicationCharacteristics) SetPpDlPacketCountExtNil ¶
func (o *CommunicationCharacteristics) SetPpDlPacketCountExtNil()
SetPpDlPacketCountExtNil sets the value for PpDlPacketCountExt to be an explicit nil
func (*CommunicationCharacteristics) SetPpDlPacketCountNil ¶
func (o *CommunicationCharacteristics) SetPpDlPacketCountNil()
SetPpDlPacketCountNil sets the value for PpDlPacketCount to be an explicit nil
func (*CommunicationCharacteristics) SetPpMaximumLatency ¶
func (o *CommunicationCharacteristics) SetPpMaximumLatency(v PpMaximumLatency)
SetPpMaximumLatency gets a reference to the given NullablePpMaximumLatency and assigns it to the PpMaximumLatency field.
func (*CommunicationCharacteristics) SetPpMaximumLatencyNil ¶
func (o *CommunicationCharacteristics) SetPpMaximumLatencyNil()
SetPpMaximumLatencyNil sets the value for PpMaximumLatency to be an explicit nil
func (*CommunicationCharacteristics) SetPpMaximumResponseTime ¶
func (o *CommunicationCharacteristics) SetPpMaximumResponseTime(v PpMaximumResponseTime)
SetPpMaximumResponseTime gets a reference to the given NullablePpMaximumResponseTime and assigns it to the PpMaximumResponseTime field.
func (*CommunicationCharacteristics) SetPpMaximumResponseTimeNil ¶
func (o *CommunicationCharacteristics) SetPpMaximumResponseTimeNil()
SetPpMaximumResponseTimeNil sets the value for PpMaximumResponseTime to be an explicit nil
func (*CommunicationCharacteristics) SetPpSubsRegTimer ¶
func (o *CommunicationCharacteristics) SetPpSubsRegTimer(v PpSubsRegTimer)
SetPpSubsRegTimer gets a reference to the given NullablePpSubsRegTimer and assigns it to the PpSubsRegTimer field.
func (*CommunicationCharacteristics) SetPpSubsRegTimerNil ¶
func (o *CommunicationCharacteristics) SetPpSubsRegTimerNil()
SetPpSubsRegTimerNil sets the value for PpSubsRegTimer to be an explicit nil
func (CommunicationCharacteristics) ToMap ¶
func (o CommunicationCharacteristics) ToMap() (map[string]interface{}, error)
func (*CommunicationCharacteristics) UnsetPpActiveTime ¶
func (o *CommunicationCharacteristics) UnsetPpActiveTime()
UnsetPpActiveTime ensures that no value is present for PpActiveTime, not even an explicit nil
func (*CommunicationCharacteristics) UnsetPpDlPacketCount ¶
func (o *CommunicationCharacteristics) UnsetPpDlPacketCount()
UnsetPpDlPacketCount ensures that no value is present for PpDlPacketCount, not even an explicit nil
func (*CommunicationCharacteristics) UnsetPpDlPacketCountExt ¶
func (o *CommunicationCharacteristics) UnsetPpDlPacketCountExt()
UnsetPpDlPacketCountExt ensures that no value is present for PpDlPacketCountExt, not even an explicit nil
func (*CommunicationCharacteristics) UnsetPpMaximumLatency ¶
func (o *CommunicationCharacteristics) UnsetPpMaximumLatency()
UnsetPpMaximumLatency ensures that no value is present for PpMaximumLatency, not even an explicit nil
func (*CommunicationCharacteristics) UnsetPpMaximumResponseTime ¶
func (o *CommunicationCharacteristics) UnsetPpMaximumResponseTime()
UnsetPpMaximumResponseTime ensures that no value is present for PpMaximumResponseTime, not even an explicit nil
func (*CommunicationCharacteristics) UnsetPpSubsRegTimer ¶
func (o *CommunicationCharacteristics) UnsetPpSubsRegTimer()
UnsetPpSubsRegTimer ensures that no value is present for PpSubsRegTimer, not even an explicit nil
type CommunicationCharacteristicsAF ¶
type CommunicationCharacteristicsAF struct { PpDlPacketCount NullableInt32 `json:"ppDlPacketCount,omitempty"` // indicating a time in seconds. MaximumResponseTime *int32 `json:"maximumResponseTime,omitempty"` // indicating a time in seconds. MaximumLatency *int32 `json:"maximumLatency,omitempty"` }
CommunicationCharacteristicsAF struct for CommunicationCharacteristicsAF
func NewCommunicationCharacteristicsAF ¶
func NewCommunicationCharacteristicsAF() *CommunicationCharacteristicsAF
NewCommunicationCharacteristicsAF instantiates a new CommunicationCharacteristicsAF object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCommunicationCharacteristicsAFWithDefaults ¶
func NewCommunicationCharacteristicsAFWithDefaults() *CommunicationCharacteristicsAF
NewCommunicationCharacteristicsAFWithDefaults instantiates a new CommunicationCharacteristicsAF object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CommunicationCharacteristicsAF) GetMaximumLatency ¶
func (o *CommunicationCharacteristicsAF) GetMaximumLatency() int32
GetMaximumLatency returns the MaximumLatency field value if set, zero value otherwise.
func (*CommunicationCharacteristicsAF) GetMaximumLatencyOk ¶
func (o *CommunicationCharacteristicsAF) 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 (*CommunicationCharacteristicsAF) GetMaximumResponseTime ¶
func (o *CommunicationCharacteristicsAF) GetMaximumResponseTime() int32
GetMaximumResponseTime returns the MaximumResponseTime field value if set, zero value otherwise.
func (*CommunicationCharacteristicsAF) GetMaximumResponseTimeOk ¶
func (o *CommunicationCharacteristicsAF) GetMaximumResponseTimeOk() (*int32, bool)
GetMaximumResponseTimeOk returns a tuple with the MaximumResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommunicationCharacteristicsAF) GetPpDlPacketCount ¶
func (o *CommunicationCharacteristicsAF) GetPpDlPacketCount() int32
GetPpDlPacketCount returns the PpDlPacketCount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommunicationCharacteristicsAF) GetPpDlPacketCountOk ¶
func (o *CommunicationCharacteristicsAF) GetPpDlPacketCountOk() (*int32, bool)
GetPpDlPacketCountOk returns a tuple with the PpDlPacketCount 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 (*CommunicationCharacteristicsAF) HasMaximumLatency ¶
func (o *CommunicationCharacteristicsAF) HasMaximumLatency() bool
HasMaximumLatency returns a boolean if a field has been set.
func (*CommunicationCharacteristicsAF) HasMaximumResponseTime ¶
func (o *CommunicationCharacteristicsAF) HasMaximumResponseTime() bool
HasMaximumResponseTime returns a boolean if a field has been set.
func (*CommunicationCharacteristicsAF) HasPpDlPacketCount ¶
func (o *CommunicationCharacteristicsAF) HasPpDlPacketCount() bool
HasPpDlPacketCount returns a boolean if a field has been set.
func (CommunicationCharacteristicsAF) MarshalJSON ¶
func (o CommunicationCharacteristicsAF) MarshalJSON() ([]byte, error)
func (*CommunicationCharacteristicsAF) SetMaximumLatency ¶
func (o *CommunicationCharacteristicsAF) SetMaximumLatency(v int32)
SetMaximumLatency gets a reference to the given int32 and assigns it to the MaximumLatency field.
func (*CommunicationCharacteristicsAF) SetMaximumResponseTime ¶
func (o *CommunicationCharacteristicsAF) SetMaximumResponseTime(v int32)
SetMaximumResponseTime gets a reference to the given int32 and assigns it to the MaximumResponseTime field.
func (*CommunicationCharacteristicsAF) SetPpDlPacketCount ¶
func (o *CommunicationCharacteristicsAF) SetPpDlPacketCount(v int32)
SetPpDlPacketCount gets a reference to the given NullableInt32 and assigns it to the PpDlPacketCount field.
func (*CommunicationCharacteristicsAF) SetPpDlPacketCountNil ¶
func (o *CommunicationCharacteristicsAF) SetPpDlPacketCountNil()
SetPpDlPacketCountNil sets the value for PpDlPacketCount to be an explicit nil
func (CommunicationCharacteristicsAF) ToMap ¶
func (o CommunicationCharacteristicsAF) ToMap() (map[string]interface{}, error)
func (*CommunicationCharacteristicsAF) UnsetPpDlPacketCount ¶
func (o *CommunicationCharacteristicsAF) UnsetPpDlPacketCount()
UnsetPpDlPacketCount ensures that no value is present for PpDlPacketCount, not even an explicit nil
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 EcRestriction ¶
type EcRestriction struct { AfInstanceId string `json:"afInstanceId"` ReferenceId int32 `json:"referenceId"` PlmnEcInfos []PlmnEcInfo `json:"plmnEcInfos,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
EcRestriction struct for EcRestriction
func NewEcRestriction ¶
func NewEcRestriction(afInstanceId string, referenceId int32) *EcRestriction
NewEcRestriction instantiates a new EcRestriction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcRestrictionWithDefaults ¶
func NewEcRestrictionWithDefaults() *EcRestriction
NewEcRestrictionWithDefaults instantiates a new EcRestriction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EcRestriction) GetAfInstanceId ¶
func (o *EcRestriction) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value
func (*EcRestriction) GetAfInstanceIdOk ¶
func (o *EcRestriction) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value and a boolean to check if the value has been set.
func (*EcRestriction) GetMtcProviderInformation ¶
func (o *EcRestriction) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*EcRestriction) GetMtcProviderInformationOk ¶
func (o *EcRestriction) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcRestriction) GetPlmnEcInfos ¶
func (o *EcRestriction) GetPlmnEcInfos() []PlmnEcInfo
GetPlmnEcInfos returns the PlmnEcInfos field value if set, zero value otherwise.
func (*EcRestriction) GetPlmnEcInfosOk ¶
func (o *EcRestriction) GetPlmnEcInfosOk() ([]PlmnEcInfo, bool)
GetPlmnEcInfosOk returns a tuple with the PlmnEcInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcRestriction) GetReferenceId ¶
func (o *EcRestriction) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value
func (*EcRestriction) GetReferenceIdOk ¶
func (o *EcRestriction) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value and a boolean to check if the value has been set.
func (*EcRestriction) HasMtcProviderInformation ¶
func (o *EcRestriction) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*EcRestriction) HasPlmnEcInfos ¶
func (o *EcRestriction) HasPlmnEcInfos() bool
HasPlmnEcInfos returns a boolean if a field has been set.
func (EcRestriction) MarshalJSON ¶
func (o EcRestriction) MarshalJSON() ([]byte, error)
func (*EcRestriction) SetAfInstanceId ¶
func (o *EcRestriction) SetAfInstanceId(v string)
SetAfInstanceId sets field value
func (*EcRestriction) SetMtcProviderInformation ¶
func (o *EcRestriction) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*EcRestriction) SetPlmnEcInfos ¶
func (o *EcRestriction) SetPlmnEcInfos(v []PlmnEcInfo)
SetPlmnEcInfos gets a reference to the given []PlmnEcInfo and assigns it to the PlmnEcInfos field.
func (*EcRestriction) SetReferenceId ¶
func (o *EcRestriction) SetReferenceId(v int32)
SetReferenceId sets field value
func (EcRestriction) ToMap ¶
func (o EcRestriction) ToMap() (map[string]interface{}, error)
func (*EcRestriction) UnmarshalJSON ¶
func (o *EcRestriction) UnmarshalJSON(bytes []byte) (err error)
type EcRestrictionDataWb ¶
type EcRestrictionDataWb struct { EcModeARestricted *bool `json:"ecModeARestricted,omitempty"` EcModeBRestricted *bool `json:"ecModeBRestricted,omitempty"` }
EcRestrictionDataWb struct for EcRestrictionDataWb
func NewEcRestrictionDataWb ¶
func NewEcRestrictionDataWb() *EcRestrictionDataWb
NewEcRestrictionDataWb instantiates a new EcRestrictionDataWb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcRestrictionDataWbWithDefaults ¶
func NewEcRestrictionDataWbWithDefaults() *EcRestrictionDataWb
NewEcRestrictionDataWbWithDefaults instantiates a new EcRestrictionDataWb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EcRestrictionDataWb) GetEcModeARestricted ¶
func (o *EcRestrictionDataWb) GetEcModeARestricted() bool
GetEcModeARestricted returns the EcModeARestricted field value if set, zero value otherwise.
func (*EcRestrictionDataWb) GetEcModeARestrictedOk ¶
func (o *EcRestrictionDataWb) GetEcModeARestrictedOk() (*bool, bool)
GetEcModeARestrictedOk returns a tuple with the EcModeARestricted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcRestrictionDataWb) GetEcModeBRestricted ¶
func (o *EcRestrictionDataWb) GetEcModeBRestricted() bool
GetEcModeBRestricted returns the EcModeBRestricted field value if set, zero value otherwise.
func (*EcRestrictionDataWb) GetEcModeBRestrictedOk ¶
func (o *EcRestrictionDataWb) GetEcModeBRestrictedOk() (*bool, bool)
GetEcModeBRestrictedOk returns a tuple with the EcModeBRestricted field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcRestrictionDataWb) HasEcModeARestricted ¶
func (o *EcRestrictionDataWb) HasEcModeARestricted() bool
HasEcModeARestricted returns a boolean if a field has been set.
func (*EcRestrictionDataWb) HasEcModeBRestricted ¶
func (o *EcRestrictionDataWb) HasEcModeBRestricted() bool
HasEcModeBRestricted returns a boolean if a field has been set.
func (EcRestrictionDataWb) MarshalJSON ¶
func (o EcRestrictionDataWb) MarshalJSON() ([]byte, error)
func (*EcRestrictionDataWb) SetEcModeARestricted ¶
func (o *EcRestrictionDataWb) SetEcModeARestricted(v bool)
SetEcModeARestricted gets a reference to the given bool and assigns it to the EcModeARestricted field.
func (*EcRestrictionDataWb) SetEcModeBRestricted ¶
func (o *EcRestrictionDataWb) SetEcModeBRestricted(v bool)
SetEcModeBRestricted gets a reference to the given bool and assigns it to the EcModeBRestricted field.
func (EcRestrictionDataWb) ToMap ¶
func (o EcRestrictionDataWb) ToMap() (map[string]interface{}, error)
type Ecgi ¶
type Ecgi struct { PlmnId PlmnId `json:"plmnId"` // 28-bit string identifying an E-UTRA Cell Id as specified in clause 9.3.1.9 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. EutraCellId string `json:"eutraCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ecgi Contains the ECGI (E-UTRAN Cell Global Identity), as described in 3GPP 23.003
func NewEcgi ¶
NewEcgi instantiates a new Ecgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcgiWithDefaults ¶
func NewEcgiWithDefaults() *Ecgi
NewEcgiWithDefaults instantiates a new Ecgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ecgi) GetEutraCellId ¶
GetEutraCellId returns the EutraCellId field value
func (*Ecgi) GetEutraCellIdOk ¶
GetEutraCellIdOk returns a tuple with the EutraCellId field value and a boolean to check if the value has been set.
func (*Ecgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ecgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ecgi) MarshalJSON ¶
func (*Ecgi) SetEutraCellId ¶
SetEutraCellId sets field value
func (*Ecgi) UnmarshalJSON ¶
type EcsAddrConfigInfo ¶
type EcsAddrConfigInfo struct { EcsServerAddr *EcsServerAddr `json:"ecsServerAddr,omitempty"` SpatialValidityCond *SpatialValidityCond `json:"spatialValidityCond,omitempty"` }
EcsAddrConfigInfo struct for EcsAddrConfigInfo
func NewEcsAddrConfigInfo ¶
func NewEcsAddrConfigInfo() *EcsAddrConfigInfo
NewEcsAddrConfigInfo instantiates a new EcsAddrConfigInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcsAddrConfigInfoWithDefaults ¶
func NewEcsAddrConfigInfoWithDefaults() *EcsAddrConfigInfo
NewEcsAddrConfigInfoWithDefaults instantiates a new EcsAddrConfigInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EcsAddrConfigInfo) GetEcsServerAddr ¶
func (o *EcsAddrConfigInfo) GetEcsServerAddr() EcsServerAddr
GetEcsServerAddr returns the EcsServerAddr field value if set, zero value otherwise.
func (*EcsAddrConfigInfo) GetEcsServerAddrOk ¶
func (o *EcsAddrConfigInfo) GetEcsServerAddrOk() (*EcsServerAddr, bool)
GetEcsServerAddrOk returns a tuple with the EcsServerAddr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsAddrConfigInfo) GetSpatialValidityCond ¶
func (o *EcsAddrConfigInfo) GetSpatialValidityCond() SpatialValidityCond
GetSpatialValidityCond returns the SpatialValidityCond field value if set, zero value otherwise.
func (*EcsAddrConfigInfo) GetSpatialValidityCondOk ¶
func (o *EcsAddrConfigInfo) GetSpatialValidityCondOk() (*SpatialValidityCond, bool)
GetSpatialValidityCondOk returns a tuple with the SpatialValidityCond field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsAddrConfigInfo) HasEcsServerAddr ¶
func (o *EcsAddrConfigInfo) HasEcsServerAddr() bool
HasEcsServerAddr returns a boolean if a field has been set.
func (*EcsAddrConfigInfo) HasSpatialValidityCond ¶
func (o *EcsAddrConfigInfo) HasSpatialValidityCond() bool
HasSpatialValidityCond returns a boolean if a field has been set.
func (EcsAddrConfigInfo) MarshalJSON ¶
func (o EcsAddrConfigInfo) MarshalJSON() ([]byte, error)
func (*EcsAddrConfigInfo) SetEcsServerAddr ¶
func (o *EcsAddrConfigInfo) SetEcsServerAddr(v EcsServerAddr)
SetEcsServerAddr gets a reference to the given EcsServerAddr and assigns it to the EcsServerAddr field.
func (*EcsAddrConfigInfo) SetSpatialValidityCond ¶
func (o *EcsAddrConfigInfo) SetSpatialValidityCond(v SpatialValidityCond)
SetSpatialValidityCond gets a reference to the given SpatialValidityCond and assigns it to the SpatialValidityCond field.
func (EcsAddrConfigInfo) ToMap ¶
func (o EcsAddrConfigInfo) ToMap() (map[string]interface{}, error)
type EcsServerAddr ¶
type EcsServerAddr struct { EcsFqdnList []string `json:"ecsFqdnList,omitempty"` EcsIpAddressList []IpAddr `json:"ecsIpAddressList,omitempty"` EcsUriList []string `json:"ecsUriList,omitempty"` EcsProviderId *string `json:"ecsProviderId,omitempty"` }
EcsServerAddr Contains the Edge Configuration Server Address Configuration Information as defined in clause 5.2.3.6.1 of 3GPP TS 23.502.
func NewEcsServerAddr ¶
func NewEcsServerAddr() *EcsServerAddr
NewEcsServerAddr instantiates a new EcsServerAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEcsServerAddrWithDefaults ¶
func NewEcsServerAddrWithDefaults() *EcsServerAddr
NewEcsServerAddrWithDefaults instantiates a new EcsServerAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EcsServerAddr) GetEcsFqdnList ¶
func (o *EcsServerAddr) GetEcsFqdnList() []string
GetEcsFqdnList returns the EcsFqdnList field value if set, zero value otherwise.
func (*EcsServerAddr) GetEcsFqdnListOk ¶
func (o *EcsServerAddr) GetEcsFqdnListOk() ([]string, bool)
GetEcsFqdnListOk returns a tuple with the EcsFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsServerAddr) GetEcsIpAddressList ¶
func (o *EcsServerAddr) GetEcsIpAddressList() []IpAddr
GetEcsIpAddressList returns the EcsIpAddressList field value if set, zero value otherwise.
func (*EcsServerAddr) GetEcsIpAddressListOk ¶
func (o *EcsServerAddr) GetEcsIpAddressListOk() ([]IpAddr, bool)
GetEcsIpAddressListOk returns a tuple with the EcsIpAddressList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsServerAddr) GetEcsProviderId ¶
func (o *EcsServerAddr) GetEcsProviderId() string
GetEcsProviderId returns the EcsProviderId field value if set, zero value otherwise.
func (*EcsServerAddr) GetEcsProviderIdOk ¶
func (o *EcsServerAddr) GetEcsProviderIdOk() (*string, bool)
GetEcsProviderIdOk returns a tuple with the EcsProviderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsServerAddr) GetEcsUriList ¶
func (o *EcsServerAddr) GetEcsUriList() []string
GetEcsUriList returns the EcsUriList field value if set, zero value otherwise.
func (*EcsServerAddr) GetEcsUriListOk ¶
func (o *EcsServerAddr) GetEcsUriListOk() ([]string, bool)
GetEcsUriListOk returns a tuple with the EcsUriList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EcsServerAddr) HasEcsFqdnList ¶
func (o *EcsServerAddr) HasEcsFqdnList() bool
HasEcsFqdnList returns a boolean if a field has been set.
func (*EcsServerAddr) HasEcsIpAddressList ¶
func (o *EcsServerAddr) HasEcsIpAddressList() bool
HasEcsIpAddressList returns a boolean if a field has been set.
func (*EcsServerAddr) HasEcsProviderId ¶
func (o *EcsServerAddr) HasEcsProviderId() bool
HasEcsProviderId returns a boolean if a field has been set.
func (*EcsServerAddr) HasEcsUriList ¶
func (o *EcsServerAddr) HasEcsUriList() bool
HasEcsUriList returns a boolean if a field has been set.
func (EcsServerAddr) MarshalJSON ¶
func (o EcsServerAddr) MarshalJSON() ([]byte, error)
func (*EcsServerAddr) SetEcsFqdnList ¶
func (o *EcsServerAddr) SetEcsFqdnList(v []string)
SetEcsFqdnList gets a reference to the given []string and assigns it to the EcsFqdnList field.
func (*EcsServerAddr) SetEcsIpAddressList ¶
func (o *EcsServerAddr) SetEcsIpAddressList(v []IpAddr)
SetEcsIpAddressList gets a reference to the given []IpAddr and assigns it to the EcsIpAddressList field.
func (*EcsServerAddr) SetEcsProviderId ¶
func (o *EcsServerAddr) SetEcsProviderId(v string)
SetEcsProviderId gets a reference to the given string and assigns it to the EcsProviderId field.
func (*EcsServerAddr) SetEcsUriList ¶
func (o *EcsServerAddr) SetEcsUriList(v []string)
SetEcsUriList gets a reference to the given []string and assigns it to the EcsUriList field.
func (EcsServerAddr) ToMap ¶
func (o EcsServerAddr) ToMap() (map[string]interface{}, error)
type EllipsoidArc ¶
type EllipsoidArc struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of the inner radius. InnerRadius int32 `json:"innerRadius"` // Indicates value of uncertainty. UncertaintyRadius float32 `json:"uncertaintyRadius"` // Indicates value of angle. OffsetAngle int32 `json:"offsetAngle"` // Indicates value of angle. IncludedAngle int32 `json:"includedAngle"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
EllipsoidArc Ellipsoid Arc.
func NewEllipsoidArc ¶
func NewEllipsoidArc(point GeographicalCoordinates, innerRadius int32, uncertaintyRadius float32, offsetAngle int32, includedAngle int32, confidence int32, shape SupportedGADShapes) *EllipsoidArc
NewEllipsoidArc instantiates a new EllipsoidArc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEllipsoidArcWithDefaults ¶
func NewEllipsoidArcWithDefaults() *EllipsoidArc
NewEllipsoidArcWithDefaults instantiates a new EllipsoidArc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EllipsoidArc) GetConfidence ¶
func (o *EllipsoidArc) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*EllipsoidArc) GetConfidenceOk ¶
func (o *EllipsoidArc) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetIncludedAngle ¶
func (o *EllipsoidArc) GetIncludedAngle() int32
GetIncludedAngle returns the IncludedAngle field value
func (*EllipsoidArc) GetIncludedAngleOk ¶
func (o *EllipsoidArc) GetIncludedAngleOk() (*int32, bool)
GetIncludedAngleOk returns a tuple with the IncludedAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetInnerRadius ¶
func (o *EllipsoidArc) GetInnerRadius() int32
GetInnerRadius returns the InnerRadius field value
func (*EllipsoidArc) GetInnerRadiusOk ¶
func (o *EllipsoidArc) GetInnerRadiusOk() (*int32, bool)
GetInnerRadiusOk returns a tuple with the InnerRadius field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetOffsetAngle ¶
func (o *EllipsoidArc) GetOffsetAngle() int32
GetOffsetAngle returns the OffsetAngle field value
func (*EllipsoidArc) GetOffsetAngleOk ¶
func (o *EllipsoidArc) GetOffsetAngleOk() (*int32, bool)
GetOffsetAngleOk returns a tuple with the OffsetAngle field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetPoint ¶
func (o *EllipsoidArc) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*EllipsoidArc) GetPointOk ¶
func (o *EllipsoidArc) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*EllipsoidArc) GetUncertaintyRadius ¶
func (o *EllipsoidArc) GetUncertaintyRadius() float32
GetUncertaintyRadius returns the UncertaintyRadius field value
func (*EllipsoidArc) GetUncertaintyRadiusOk ¶
func (o *EllipsoidArc) GetUncertaintyRadiusOk() (*float32, bool)
GetUncertaintyRadiusOk returns a tuple with the UncertaintyRadius field value and a boolean to check if the value has been set.
func (EllipsoidArc) MarshalJSON ¶
func (o EllipsoidArc) MarshalJSON() ([]byte, error)
func (*EllipsoidArc) SetConfidence ¶
func (o *EllipsoidArc) SetConfidence(v int32)
SetConfidence sets field value
func (*EllipsoidArc) SetIncludedAngle ¶
func (o *EllipsoidArc) SetIncludedAngle(v int32)
SetIncludedAngle sets field value
func (*EllipsoidArc) SetInnerRadius ¶
func (o *EllipsoidArc) SetInnerRadius(v int32)
SetInnerRadius sets field value
func (*EllipsoidArc) SetOffsetAngle ¶
func (o *EllipsoidArc) SetOffsetAngle(v int32)
SetOffsetAngle sets field value
func (*EllipsoidArc) SetPoint ¶
func (o *EllipsoidArc) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*EllipsoidArc) SetUncertaintyRadius ¶
func (o *EllipsoidArc) SetUncertaintyRadius(v float32)
SetUncertaintyRadius sets field value
func (EllipsoidArc) ToMap ¶
func (o EllipsoidArc) ToMap() (map[string]interface{}, error)
func (*EllipsoidArc) UnmarshalJSON ¶
func (o *EllipsoidArc) UnmarshalJSON(bytes []byte) (err error)
type ExpectedUeBehaviour ¶
type ExpectedUeBehaviour struct { AfInstanceId string `json:"afInstanceId"` ReferenceId int32 `json:"referenceId"` StationaryIndication NullableStationaryIndication `json:"stationaryIndication,omitempty"` // indicating a time in seconds with OpenAPI defined 'nullable: true' property. CommunicationDurationTime NullableInt32 `json:"communicationDurationTime,omitempty"` ScheduledCommunicationType NullableScheduledCommunicationType `json:"scheduledCommunicationType,omitempty"` // indicating a time in seconds with OpenAPI defined 'nullable: true' property. PeriodicTime NullableInt32 `json:"periodicTime,omitempty"` ScheduledCommunicationTime NullableScheduledCommunicationTime `json:"scheduledCommunicationTime,omitempty"` // Identifies the UE's expected geographical movement. The attribute is only applicable in 5G. ExpectedUmts []LocationArea `json:"expectedUmts,omitempty"` TrafficProfile NullableTrafficProfile `json:"trafficProfile,omitempty"` BatteryIndication NullableBatteryIndication `json:"batteryIndication,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
ExpectedUeBehaviour struct for ExpectedUeBehaviour
func NewExpectedUeBehaviour ¶
func NewExpectedUeBehaviour(afInstanceId string, referenceId int32) *ExpectedUeBehaviour
NewExpectedUeBehaviour instantiates a new ExpectedUeBehaviour object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExpectedUeBehaviourWithDefaults ¶
func NewExpectedUeBehaviourWithDefaults() *ExpectedUeBehaviour
NewExpectedUeBehaviourWithDefaults instantiates a new ExpectedUeBehaviour object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExpectedUeBehaviour) GetAfInstanceId ¶
func (o *ExpectedUeBehaviour) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value
func (*ExpectedUeBehaviour) GetAfInstanceIdOk ¶
func (o *ExpectedUeBehaviour) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value and a boolean to check if the value has been set.
func (*ExpectedUeBehaviour) GetBatteryIndication ¶
func (o *ExpectedUeBehaviour) GetBatteryIndication() BatteryIndication
GetBatteryIndication returns the BatteryIndication field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetBatteryIndicationOk ¶
func (o *ExpectedUeBehaviour) GetBatteryIndicationOk() (*BatteryIndication, bool)
GetBatteryIndicationOk returns a tuple with the BatteryIndication 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 (*ExpectedUeBehaviour) GetCommunicationDurationTime ¶
func (o *ExpectedUeBehaviour) GetCommunicationDurationTime() int32
GetCommunicationDurationTime returns the CommunicationDurationTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetCommunicationDurationTimeOk ¶
func (o *ExpectedUeBehaviour) GetCommunicationDurationTimeOk() (*int32, bool)
GetCommunicationDurationTimeOk returns a tuple with the CommunicationDurationTime 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 (*ExpectedUeBehaviour) GetExpectedUmts ¶
func (o *ExpectedUeBehaviour) GetExpectedUmts() []LocationArea
GetExpectedUmts returns the ExpectedUmts field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetExpectedUmtsOk ¶
func (o *ExpectedUeBehaviour) GetExpectedUmtsOk() ([]LocationArea, bool)
GetExpectedUmtsOk returns a tuple with the ExpectedUmts 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 (*ExpectedUeBehaviour) GetMtcProviderInformation ¶
func (o *ExpectedUeBehaviour) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*ExpectedUeBehaviour) GetMtcProviderInformationOk ¶
func (o *ExpectedUeBehaviour) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviour) GetPeriodicTime ¶
func (o *ExpectedUeBehaviour) GetPeriodicTime() int32
GetPeriodicTime returns the PeriodicTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetPeriodicTimeOk ¶
func (o *ExpectedUeBehaviour) GetPeriodicTimeOk() (*int32, bool)
GetPeriodicTimeOk returns a tuple with the PeriodicTime 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 (*ExpectedUeBehaviour) GetReferenceId ¶
func (o *ExpectedUeBehaviour) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value
func (*ExpectedUeBehaviour) GetReferenceIdOk ¶
func (o *ExpectedUeBehaviour) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value and a boolean to check if the value has been set.
func (*ExpectedUeBehaviour) GetScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviour) GetScheduledCommunicationTime() ScheduledCommunicationTime
GetScheduledCommunicationTime returns the ScheduledCommunicationTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetScheduledCommunicationTimeOk ¶
func (o *ExpectedUeBehaviour) GetScheduledCommunicationTimeOk() (*ScheduledCommunicationTime, bool)
GetScheduledCommunicationTimeOk returns a tuple with the ScheduledCommunicationTime 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 (*ExpectedUeBehaviour) GetScheduledCommunicationType ¶
func (o *ExpectedUeBehaviour) GetScheduledCommunicationType() ScheduledCommunicationType
GetScheduledCommunicationType returns the ScheduledCommunicationType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetScheduledCommunicationTypeOk ¶
func (o *ExpectedUeBehaviour) GetScheduledCommunicationTypeOk() (*ScheduledCommunicationType, bool)
GetScheduledCommunicationTypeOk returns a tuple with the ScheduledCommunicationType 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 (*ExpectedUeBehaviour) GetStationaryIndication ¶
func (o *ExpectedUeBehaviour) GetStationaryIndication() StationaryIndication
GetStationaryIndication returns the StationaryIndication field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetStationaryIndicationOk ¶
func (o *ExpectedUeBehaviour) GetStationaryIndicationOk() (*StationaryIndication, bool)
GetStationaryIndicationOk returns a tuple with the StationaryIndication 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 (*ExpectedUeBehaviour) GetTrafficProfile ¶
func (o *ExpectedUeBehaviour) GetTrafficProfile() TrafficProfile
GetTrafficProfile returns the TrafficProfile field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ExpectedUeBehaviour) GetTrafficProfileOk ¶
func (o *ExpectedUeBehaviour) GetTrafficProfileOk() (*TrafficProfile, bool)
GetTrafficProfileOk returns a tuple with the TrafficProfile 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 (*ExpectedUeBehaviour) GetValidityTime ¶
func (o *ExpectedUeBehaviour) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*ExpectedUeBehaviour) GetValidityTimeOk ¶
func (o *ExpectedUeBehaviour) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExpectedUeBehaviour) HasBatteryIndication ¶
func (o *ExpectedUeBehaviour) HasBatteryIndication() bool
HasBatteryIndication returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasCommunicationDurationTime ¶
func (o *ExpectedUeBehaviour) HasCommunicationDurationTime() bool
HasCommunicationDurationTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasExpectedUmts ¶
func (o *ExpectedUeBehaviour) HasExpectedUmts() bool
HasExpectedUmts returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasMtcProviderInformation ¶
func (o *ExpectedUeBehaviour) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasPeriodicTime ¶
func (o *ExpectedUeBehaviour) HasPeriodicTime() bool
HasPeriodicTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviour) HasScheduledCommunicationTime() bool
HasScheduledCommunicationTime returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasScheduledCommunicationType ¶
func (o *ExpectedUeBehaviour) HasScheduledCommunicationType() bool
HasScheduledCommunicationType returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasStationaryIndication ¶
func (o *ExpectedUeBehaviour) HasStationaryIndication() bool
HasStationaryIndication returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasTrafficProfile ¶
func (o *ExpectedUeBehaviour) HasTrafficProfile() bool
HasTrafficProfile returns a boolean if a field has been set.
func (*ExpectedUeBehaviour) HasValidityTime ¶
func (o *ExpectedUeBehaviour) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (ExpectedUeBehaviour) MarshalJSON ¶
func (o ExpectedUeBehaviour) MarshalJSON() ([]byte, error)
func (*ExpectedUeBehaviour) SetAfInstanceId ¶
func (o *ExpectedUeBehaviour) SetAfInstanceId(v string)
SetAfInstanceId sets field value
func (*ExpectedUeBehaviour) SetBatteryIndication ¶
func (o *ExpectedUeBehaviour) SetBatteryIndication(v BatteryIndication)
SetBatteryIndication gets a reference to the given NullableBatteryIndication and assigns it to the BatteryIndication field.
func (*ExpectedUeBehaviour) SetBatteryIndicationNil ¶
func (o *ExpectedUeBehaviour) SetBatteryIndicationNil()
SetBatteryIndicationNil sets the value for BatteryIndication to be an explicit nil
func (*ExpectedUeBehaviour) SetCommunicationDurationTime ¶
func (o *ExpectedUeBehaviour) SetCommunicationDurationTime(v int32)
SetCommunicationDurationTime gets a reference to the given NullableInt32 and assigns it to the CommunicationDurationTime field.
func (*ExpectedUeBehaviour) SetCommunicationDurationTimeNil ¶
func (o *ExpectedUeBehaviour) SetCommunicationDurationTimeNil()
SetCommunicationDurationTimeNil sets the value for CommunicationDurationTime to be an explicit nil
func (*ExpectedUeBehaviour) SetExpectedUmts ¶
func (o *ExpectedUeBehaviour) SetExpectedUmts(v []LocationArea)
SetExpectedUmts gets a reference to the given []LocationArea and assigns it to the ExpectedUmts field.
func (*ExpectedUeBehaviour) SetMtcProviderInformation ¶
func (o *ExpectedUeBehaviour) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*ExpectedUeBehaviour) SetPeriodicTime ¶
func (o *ExpectedUeBehaviour) SetPeriodicTime(v int32)
SetPeriodicTime gets a reference to the given NullableInt32 and assigns it to the PeriodicTime field.
func (*ExpectedUeBehaviour) SetPeriodicTimeNil ¶
func (o *ExpectedUeBehaviour) SetPeriodicTimeNil()
SetPeriodicTimeNil sets the value for PeriodicTime to be an explicit nil
func (*ExpectedUeBehaviour) SetReferenceId ¶
func (o *ExpectedUeBehaviour) SetReferenceId(v int32)
SetReferenceId sets field value
func (*ExpectedUeBehaviour) SetScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviour) SetScheduledCommunicationTime(v ScheduledCommunicationTime)
SetScheduledCommunicationTime gets a reference to the given NullableScheduledCommunicationTime and assigns it to the ScheduledCommunicationTime field.
func (*ExpectedUeBehaviour) SetScheduledCommunicationTimeNil ¶
func (o *ExpectedUeBehaviour) SetScheduledCommunicationTimeNil()
SetScheduledCommunicationTimeNil sets the value for ScheduledCommunicationTime to be an explicit nil
func (*ExpectedUeBehaviour) SetScheduledCommunicationType ¶
func (o *ExpectedUeBehaviour) SetScheduledCommunicationType(v ScheduledCommunicationType)
SetScheduledCommunicationType gets a reference to the given NullableScheduledCommunicationType and assigns it to the ScheduledCommunicationType field.
func (*ExpectedUeBehaviour) SetScheduledCommunicationTypeNil ¶
func (o *ExpectedUeBehaviour) SetScheduledCommunicationTypeNil()
SetScheduledCommunicationTypeNil sets the value for ScheduledCommunicationType to be an explicit nil
func (*ExpectedUeBehaviour) SetStationaryIndication ¶
func (o *ExpectedUeBehaviour) SetStationaryIndication(v StationaryIndication)
SetStationaryIndication gets a reference to the given NullableStationaryIndication and assigns it to the StationaryIndication field.
func (*ExpectedUeBehaviour) SetStationaryIndicationNil ¶
func (o *ExpectedUeBehaviour) SetStationaryIndicationNil()
SetStationaryIndicationNil sets the value for StationaryIndication to be an explicit nil
func (*ExpectedUeBehaviour) SetTrafficProfile ¶
func (o *ExpectedUeBehaviour) SetTrafficProfile(v TrafficProfile)
SetTrafficProfile gets a reference to the given NullableTrafficProfile and assigns it to the TrafficProfile field.
func (*ExpectedUeBehaviour) SetTrafficProfileNil ¶
func (o *ExpectedUeBehaviour) SetTrafficProfileNil()
SetTrafficProfileNil sets the value for TrafficProfile to be an explicit nil
func (*ExpectedUeBehaviour) SetValidityTime ¶
func (o *ExpectedUeBehaviour) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (ExpectedUeBehaviour) ToMap ¶
func (o ExpectedUeBehaviour) ToMap() (map[string]interface{}, error)
func (*ExpectedUeBehaviour) UnmarshalJSON ¶
func (o *ExpectedUeBehaviour) UnmarshalJSON(bytes []byte) (err error)
func (*ExpectedUeBehaviour) UnsetBatteryIndication ¶
func (o *ExpectedUeBehaviour) UnsetBatteryIndication()
UnsetBatteryIndication ensures that no value is present for BatteryIndication, not even an explicit nil
func (*ExpectedUeBehaviour) UnsetCommunicationDurationTime ¶
func (o *ExpectedUeBehaviour) UnsetCommunicationDurationTime()
UnsetCommunicationDurationTime ensures that no value is present for CommunicationDurationTime, not even an explicit nil
func (*ExpectedUeBehaviour) UnsetPeriodicTime ¶
func (o *ExpectedUeBehaviour) UnsetPeriodicTime()
UnsetPeriodicTime ensures that no value is present for PeriodicTime, not even an explicit nil
func (*ExpectedUeBehaviour) UnsetScheduledCommunicationTime ¶
func (o *ExpectedUeBehaviour) UnsetScheduledCommunicationTime()
UnsetScheduledCommunicationTime ensures that no value is present for ScheduledCommunicationTime, not even an explicit nil
func (*ExpectedUeBehaviour) UnsetScheduledCommunicationType ¶
func (o *ExpectedUeBehaviour) UnsetScheduledCommunicationType()
UnsetScheduledCommunicationType ensures that no value is present for ScheduledCommunicationType, not even an explicit nil
func (*ExpectedUeBehaviour) UnsetStationaryIndication ¶
func (o *ExpectedUeBehaviour) UnsetStationaryIndication()
UnsetStationaryIndication ensures that no value is present for StationaryIndication, not even an explicit nil
func (*ExpectedUeBehaviour) UnsetTrafficProfile ¶
func (o *ExpectedUeBehaviour) UnsetTrafficProfile()
UnsetTrafficProfile ensures that no value is present for TrafficProfile, not even an explicit nil
type GADShape ¶
type GADShape struct {
Shape SupportedGADShapes `json:"shape"`
}
GADShape Common base type for GAD shapes.
func NewGADShape ¶
func NewGADShape(shape SupportedGADShapes) *GADShape
NewGADShape instantiates a new GADShape object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGADShapeWithDefaults ¶
func NewGADShapeWithDefaults() *GADShape
NewGADShapeWithDefaults instantiates a new GADShape object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GADShape) GetShape ¶
func (o *GADShape) GetShape() SupportedGADShapes
GetShape returns the Shape field value
func (*GADShape) GetShapeOk ¶
func (o *GADShape) GetShapeOk() (*SupportedGADShapes, bool)
GetShapeOk returns a tuple with the Shape field value and a boolean to check if the value has been set.
func (GADShape) MarshalJSON ¶
func (*GADShape) SetShape ¶
func (o *GADShape) SetShape(v SupportedGADShapes)
SetShape sets field value
func (*GADShape) UnmarshalJSON ¶
type GNbId ¶
type GNbId struct { // Unsigned integer representing the bit length of the gNB ID as defined in clause 9.3.1.6 of 3GPP TS 38.413 [11], within the range 22 to 32. BitLength int32 `json:"bitLength"` // This represents the identifier of the gNB. The value of the gNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, the most significant character representing the padding 0 if required together with the 4 most significant bits of the gNB ID shall appear first in the string, and the character representing the 4 least significant bit of the gNB ID shall appear last in the string. GNBValue string `json:"gNBValue"` }
GNbId Provides the G-NB identifier.
func NewGNbId ¶
NewGNbId instantiates a new GNbId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGNbIdWithDefaults ¶
func NewGNbIdWithDefaults() *GNbId
NewGNbIdWithDefaults instantiates a new GNbId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GNbId) GetBitLength ¶
GetBitLength returns the BitLength field value
func (*GNbId) GetBitLengthOk ¶
GetBitLengthOk returns a tuple with the BitLength field value and a boolean to check if the value has been set.
func (*GNbId) GetGNBValue ¶
GetGNBValue returns the GNBValue field value
func (*GNbId) GetGNBValueOk ¶
GetGNBValueOk returns a tuple with the GNBValue field value and a boolean to check if the value has been set.
func (GNbId) MarshalJSON ¶
func (*GNbId) UnmarshalJSON ¶
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 GeoServiceArea ¶
type GeoServiceArea struct { GeographicAreaList []GeographicArea `json:"geographicAreaList,omitempty"` CivicAddressList []CivicAddress `json:"civicAddressList,omitempty"` }
GeoServiceArea List of geographic area or list of civic address info
func NewGeoServiceArea ¶
func NewGeoServiceArea() *GeoServiceArea
NewGeoServiceArea instantiates a new GeoServiceArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeoServiceAreaWithDefaults ¶
func NewGeoServiceAreaWithDefaults() *GeoServiceArea
NewGeoServiceAreaWithDefaults instantiates a new GeoServiceArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeoServiceArea) GetCivicAddressList ¶
func (o *GeoServiceArea) GetCivicAddressList() []CivicAddress
GetCivicAddressList returns the CivicAddressList field value if set, zero value otherwise.
func (*GeoServiceArea) GetCivicAddressListOk ¶
func (o *GeoServiceArea) GetCivicAddressListOk() ([]CivicAddress, bool)
GetCivicAddressListOk returns a tuple with the CivicAddressList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoServiceArea) GetGeographicAreaList ¶
func (o *GeoServiceArea) GetGeographicAreaList() []GeographicArea
GetGeographicAreaList returns the GeographicAreaList field value if set, zero value otherwise.
func (*GeoServiceArea) GetGeographicAreaListOk ¶
func (o *GeoServiceArea) GetGeographicAreaListOk() ([]GeographicArea, bool)
GetGeographicAreaListOk returns a tuple with the GeographicAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GeoServiceArea) HasCivicAddressList ¶
func (o *GeoServiceArea) HasCivicAddressList() bool
HasCivicAddressList returns a boolean if a field has been set.
func (*GeoServiceArea) HasGeographicAreaList ¶
func (o *GeoServiceArea) HasGeographicAreaList() bool
HasGeographicAreaList returns a boolean if a field has been set.
func (GeoServiceArea) MarshalJSON ¶
func (o GeoServiceArea) MarshalJSON() ([]byte, error)
func (*GeoServiceArea) SetCivicAddressList ¶
func (o *GeoServiceArea) SetCivicAddressList(v []CivicAddress)
SetCivicAddressList gets a reference to the given []CivicAddress and assigns it to the CivicAddressList field.
func (*GeoServiceArea) SetGeographicAreaList ¶
func (o *GeoServiceArea) SetGeographicAreaList(v []GeographicArea)
SetGeographicAreaList gets a reference to the given []GeographicArea and assigns it to the GeographicAreaList field.
func (GeoServiceArea) ToMap ¶
func (o GeoServiceArea) ToMap() (map[string]interface{}, error)
type GeographicArea ¶
type GeographicArea struct { EllipsoidArc *EllipsoidArc Local2dPointUncertaintyEllipse *Local2dPointUncertaintyEllipse Local3dPointUncertaintyEllipsoid *Local3dPointUncertaintyEllipsoid Point *Point PointAltitude *PointAltitude PointAltitudeUncertainty *PointAltitudeUncertainty PointUncertaintyCircle *PointUncertaintyCircle PointUncertaintyEllipse *PointUncertaintyEllipse Polygon *Polygon }
GeographicArea Geographic area specified by different shape.
func (*GeographicArea) MarshalJSON ¶
func (src *GeographicArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GeographicArea) UnmarshalJSON ¶
func (dst *GeographicArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GeographicalCoordinates ¶
GeographicalCoordinates Geographical coordinates.
func NewGeographicalCoordinates ¶
func NewGeographicalCoordinates(lon float64, lat float64) *GeographicalCoordinates
NewGeographicalCoordinates instantiates a new GeographicalCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGeographicalCoordinatesWithDefaults ¶
func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates
NewGeographicalCoordinatesWithDefaults instantiates a new GeographicalCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GeographicalCoordinates) GetLat ¶
func (o *GeographicalCoordinates) GetLat() float64
GetLat returns the Lat field value
func (*GeographicalCoordinates) GetLatOk ¶
func (o *GeographicalCoordinates) GetLatOk() (*float64, bool)
GetLatOk returns a tuple with the Lat field value and a boolean to check if the value has been set.
func (*GeographicalCoordinates) GetLon ¶
func (o *GeographicalCoordinates) GetLon() float64
GetLon returns the Lon field value
func (*GeographicalCoordinates) GetLonOk ¶
func (o *GeographicalCoordinates) GetLonOk() (*float64, bool)
GetLonOk returns a tuple with the Lon field value and a boolean to check if the value has been set.
func (GeographicalCoordinates) MarshalJSON ¶
func (o GeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*GeographicalCoordinates) SetLat ¶
func (o *GeographicalCoordinates) SetLat(v float64)
SetLat sets field value
func (*GeographicalCoordinates) SetLon ¶
func (o *GeographicalCoordinates) SetLon(v float64)
SetLon sets field value
func (GeographicalCoordinates) ToMap ¶
func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error)
func (*GeographicalCoordinates) UnmarshalJSON ¶
func (o *GeographicalCoordinates) UnmarshalJSON(bytes []byte) (err error)
type GetPPDataEntryUeIdParameter ¶
type GetPPDataEntryUeIdParameter struct {
// contains filtered or unexported fields
}
GetPPDataEntryUeIdParameter struct for GetPPDataEntryUeIdParameter
func (*GetPPDataEntryUeIdParameter) MarshalJSON ¶
func (src *GetPPDataEntryUeIdParameter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GetPPDataEntryUeIdParameter) UnmarshalJSON ¶
func (dst *GetPPDataEntryUeIdParameter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type GlobalRanNodeId ¶
type GlobalRanNodeId struct { PlmnId PlmnId `json:"plmnId"` // This represents the identifier of the N3IWF ID as specified in clause 9.3.1.57 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the N3IWF ID shall appear first in the string, and the character representing the 4 least significant bit of the N3IWF ID shall appear last in the string. N3IwfId *string `json:"n3IwfId,omitempty"` GNbId *GNbId `json:"gNbId,omitempty"` // This represents the identifier of the ng-eNB ID as specified in clause 9.3.1.8 of 3GPP TS 38.413. The value of the ng-eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the ng-eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the ng-eNB ID (to form a nibble) shall appear last in the string. NgeNbId *string `json:"ngeNbId,omitempty"` // This represents the identifier of the W-AGF ID as specified in clause 9.3.1.162 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the W-AGF ID shall appear first in the string, and the character representing the 4 least significant bit of the W-AGF ID shall appear last in the string. WagfId *string `json:"wagfId,omitempty"` // This represents the identifier of the TNGF ID as specified in clause 9.3.1.161 of 3GPP TS 38.413 in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TNGF ID shall appear first in the string, and the character representing the 4 least significant bit of the TNGF ID shall appear last in the string. TngfId *string `json:"tngfId,omitempty"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` // This represents the identifier of the eNB ID as specified in clause 9.2.1.37 of 3GPP TS 36.413. The string shall be formatted with the following pattern '^('MacroeNB-[A-Fa-f0-9]{5}|LMacroeNB-[A-Fa-f0-9]{6}|SMacroeNB-[A-Fa-f0-9]{5} |HomeeNB-[A-Fa-f0-9]{7})$'. The value of the eNB ID shall be encoded in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The padding 0 shall be added to make multiple nibbles, so the most significant character representing the padding 0 if required together with the 4 most significant bits of the eNB ID shall appear first in the string, and the character representing the 4 least significant bit of the eNB ID (to form a nibble) shall appear last in the string. ENbId *string `json:"eNbId,omitempty"` }
GlobalRanNodeId One of the six attributes n3IwfId, gNbIdm, ngeNbId, wagfId, tngfId, eNbId shall be present.
func NewGlobalRanNodeId ¶
func NewGlobalRanNodeId(plmnId PlmnId) *GlobalRanNodeId
NewGlobalRanNodeId instantiates a new GlobalRanNodeId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGlobalRanNodeIdWithDefaults ¶
func NewGlobalRanNodeIdWithDefaults() *GlobalRanNodeId
NewGlobalRanNodeIdWithDefaults instantiates a new GlobalRanNodeId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GlobalRanNodeId) GetENbId ¶
func (o *GlobalRanNodeId) GetENbId() string
GetENbId returns the ENbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetENbIdOk ¶
func (o *GlobalRanNodeId) GetENbIdOk() (*string, bool)
GetENbIdOk returns a tuple with the ENbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetGNbId ¶
func (o *GlobalRanNodeId) GetGNbId() GNbId
GetGNbId returns the GNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetGNbIdOk ¶
func (o *GlobalRanNodeId) GetGNbIdOk() (*GNbId, bool)
GetGNbIdOk returns a tuple with the GNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetN3IwfId ¶
func (o *GlobalRanNodeId) GetN3IwfId() string
GetN3IwfId returns the N3IwfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetN3IwfIdOk ¶
func (o *GlobalRanNodeId) GetN3IwfIdOk() (*string, bool)
GetN3IwfIdOk returns a tuple with the N3IwfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNgeNbId ¶
func (o *GlobalRanNodeId) GetNgeNbId() string
GetNgeNbId returns the NgeNbId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNgeNbIdOk ¶
func (o *GlobalRanNodeId) GetNgeNbIdOk() (*string, bool)
GetNgeNbIdOk returns a tuple with the NgeNbId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetNid ¶
func (o *GlobalRanNodeId) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetNidOk ¶
func (o *GlobalRanNodeId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetPlmnId ¶
func (o *GlobalRanNodeId) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*GlobalRanNodeId) GetPlmnIdOk ¶
func (o *GlobalRanNodeId) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetTngfId ¶
func (o *GlobalRanNodeId) GetTngfId() string
GetTngfId returns the TngfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetTngfIdOk ¶
func (o *GlobalRanNodeId) GetTngfIdOk() (*string, bool)
GetTngfIdOk returns a tuple with the TngfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) GetWagfId ¶
func (o *GlobalRanNodeId) GetWagfId() string
GetWagfId returns the WagfId field value if set, zero value otherwise.
func (*GlobalRanNodeId) GetWagfIdOk ¶
func (o *GlobalRanNodeId) GetWagfIdOk() (*string, bool)
GetWagfIdOk returns a tuple with the WagfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GlobalRanNodeId) HasENbId ¶
func (o *GlobalRanNodeId) HasENbId() bool
HasENbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasGNbId ¶
func (o *GlobalRanNodeId) HasGNbId() bool
HasGNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasN3IwfId ¶
func (o *GlobalRanNodeId) HasN3IwfId() bool
HasN3IwfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNgeNbId ¶
func (o *GlobalRanNodeId) HasNgeNbId() bool
HasNgeNbId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasNid ¶
func (o *GlobalRanNodeId) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasTngfId ¶
func (o *GlobalRanNodeId) HasTngfId() bool
HasTngfId returns a boolean if a field has been set.
func (*GlobalRanNodeId) HasWagfId ¶
func (o *GlobalRanNodeId) HasWagfId() bool
HasWagfId returns a boolean if a field has been set.
func (GlobalRanNodeId) MarshalJSON ¶
func (o GlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*GlobalRanNodeId) SetENbId ¶
func (o *GlobalRanNodeId) SetENbId(v string)
SetENbId gets a reference to the given string and assigns it to the ENbId field.
func (*GlobalRanNodeId) SetGNbId ¶
func (o *GlobalRanNodeId) SetGNbId(v GNbId)
SetGNbId gets a reference to the given GNbId and assigns it to the GNbId field.
func (*GlobalRanNodeId) SetN3IwfId ¶
func (o *GlobalRanNodeId) SetN3IwfId(v string)
SetN3IwfId gets a reference to the given string and assigns it to the N3IwfId field.
func (*GlobalRanNodeId) SetNgeNbId ¶
func (o *GlobalRanNodeId) SetNgeNbId(v string)
SetNgeNbId gets a reference to the given string and assigns it to the NgeNbId field.
func (*GlobalRanNodeId) SetNid ¶
func (o *GlobalRanNodeId) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*GlobalRanNodeId) SetPlmnId ¶
func (o *GlobalRanNodeId) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (*GlobalRanNodeId) SetTngfId ¶
func (o *GlobalRanNodeId) SetTngfId(v string)
SetTngfId gets a reference to the given string and assigns it to the TngfId field.
func (*GlobalRanNodeId) SetWagfId ¶
func (o *GlobalRanNodeId) SetWagfId(v string)
SetWagfId gets a reference to the given string and assigns it to the WagfId field.
func (GlobalRanNodeId) ToMap ¶
func (o GlobalRanNodeId) ToMap() (map[string]interface{}, error)
func (*GlobalRanNodeId) UnmarshalJSON ¶
func (o *GlobalRanNodeId) UnmarshalJSON(bytes []byte) (err error)
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) 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)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type IpAddr ¶
type IpAddr struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` }
IpAddr Contains an IP adresse.
func NewIpAddr ¶
func NewIpAddr() *IpAddr
NewIpAddr instantiates a new IpAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpAddrWithDefaults ¶
func NewIpAddrWithDefaults() *IpAddr
NewIpAddrWithDefaults instantiates a new IpAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpAddr) GetIpv4Addr ¶
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv4AddrOk ¶
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Addr ¶
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv6AddrOk ¶
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Prefix ¶
func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*IpAddr) GetIpv6PrefixOk ¶
func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) HasIpv4Addr ¶
HasIpv4Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Addr ¶
HasIpv6Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Prefix ¶
HasIpv6Prefix returns a boolean if a field has been set.
func (IpAddr) MarshalJSON ¶
func (*IpAddr) SetIpv4Addr ¶
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IpAddr) SetIpv6Addr ¶
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*IpAddr) SetIpv6Prefix ¶
func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
type IpAddress ¶
type IpAddress struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` }
IpAddress struct for IpAddress
func NewIpAddress ¶
func NewIpAddress() *IpAddress
NewIpAddress instantiates a new IpAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpAddressWithDefaults ¶
func NewIpAddressWithDefaults() *IpAddress
NewIpAddressWithDefaults instantiates a new IpAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpAddress) GetIpv4Addr ¶
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IpAddress) GetIpv4AddrOk ¶
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddress) GetIpv6Addr ¶
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IpAddress) GetIpv6AddrOk ¶
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddress) GetIpv6Prefix ¶
func (o *IpAddress) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*IpAddress) GetIpv6PrefixOk ¶
func (o *IpAddress) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddress) HasIpv4Addr ¶
HasIpv4Addr returns a boolean if a field has been set.
func (*IpAddress) HasIpv6Addr ¶
HasIpv6Addr returns a boolean if a field has been set.
func (*IpAddress) HasIpv6Prefix ¶
HasIpv6Prefix returns a boolean if a field has been set.
func (IpAddress) MarshalJSON ¶
func (*IpAddress) SetIpv4Addr ¶
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IpAddress) SetIpv6Addr ¶
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*IpAddress) SetIpv6Prefix ¶
func (o *IpAddress) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
type Ipv6Addr ¶
type Ipv6Addr struct { }
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct { }
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type LcsPrivacy ¶
type LcsPrivacy struct { AfInstanceId *string `json:"afInstanceId,omitempty"` ReferenceId *int32 `json:"referenceId,omitempty"` Lpi *Lpi `json:"lpi,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
LcsPrivacy struct for LcsPrivacy
func NewLcsPrivacy ¶
func NewLcsPrivacy() *LcsPrivacy
NewLcsPrivacy instantiates a new LcsPrivacy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLcsPrivacyWithDefaults ¶
func NewLcsPrivacyWithDefaults() *LcsPrivacy
NewLcsPrivacyWithDefaults instantiates a new LcsPrivacy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LcsPrivacy) GetAfInstanceId ¶
func (o *LcsPrivacy) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value if set, zero value otherwise.
func (*LcsPrivacy) GetAfInstanceIdOk ¶
func (o *LcsPrivacy) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LcsPrivacy) GetLpi ¶
func (o *LcsPrivacy) GetLpi() Lpi
GetLpi returns the Lpi field value if set, zero value otherwise.
func (*LcsPrivacy) GetLpiOk ¶
func (o *LcsPrivacy) GetLpiOk() (*Lpi, bool)
GetLpiOk returns a tuple with the Lpi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LcsPrivacy) GetMtcProviderInformation ¶
func (o *LcsPrivacy) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*LcsPrivacy) GetMtcProviderInformationOk ¶
func (o *LcsPrivacy) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LcsPrivacy) GetReferenceId ¶
func (o *LcsPrivacy) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value if set, zero value otherwise.
func (*LcsPrivacy) GetReferenceIdOk ¶
func (o *LcsPrivacy) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LcsPrivacy) HasAfInstanceId ¶
func (o *LcsPrivacy) HasAfInstanceId() bool
HasAfInstanceId returns a boolean if a field has been set.
func (*LcsPrivacy) HasLpi ¶
func (o *LcsPrivacy) HasLpi() bool
HasLpi returns a boolean if a field has been set.
func (*LcsPrivacy) HasMtcProviderInformation ¶
func (o *LcsPrivacy) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*LcsPrivacy) HasReferenceId ¶
func (o *LcsPrivacy) HasReferenceId() bool
HasReferenceId returns a boolean if a field has been set.
func (LcsPrivacy) MarshalJSON ¶
func (o LcsPrivacy) MarshalJSON() ([]byte, error)
func (*LcsPrivacy) SetAfInstanceId ¶
func (o *LcsPrivacy) SetAfInstanceId(v string)
SetAfInstanceId gets a reference to the given string and assigns it to the AfInstanceId field.
func (*LcsPrivacy) SetLpi ¶
func (o *LcsPrivacy) SetLpi(v Lpi)
SetLpi gets a reference to the given Lpi and assigns it to the Lpi field.
func (*LcsPrivacy) SetMtcProviderInformation ¶
func (o *LcsPrivacy) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*LcsPrivacy) SetReferenceId ¶
func (o *LcsPrivacy) SetReferenceId(v int32)
SetReferenceId gets a reference to the given int32 and assigns it to the ReferenceId field.
func (LcsPrivacy) ToMap ¶
func (o LcsPrivacy) ToMap() (map[string]interface{}, error)
type Local2dPointUncertaintyEllipse ¶
type Local2dPointUncertaintyEllipse struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local2dPointUncertaintyEllipse Local 2D point with uncertainty ellipse
func NewLocal2dPointUncertaintyEllipse ¶
func NewLocal2dPointUncertaintyEllipse(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipse instantiates a new Local2dPointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal2dPointUncertaintyEllipseWithDefaults ¶
func NewLocal2dPointUncertaintyEllipseWithDefaults() *Local2dPointUncertaintyEllipse
NewLocal2dPointUncertaintyEllipseWithDefaults instantiates a new Local2dPointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local2dPointUncertaintyEllipse) GetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local2dPointUncertaintyEllipse) GetConfidenceOk ¶
func (o *Local2dPointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local2dPointUncertaintyEllipse) GetLocalOriginOk ¶
func (o *Local2dPointUncertaintyEllipse) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetPoint ¶
func (o *Local2dPointUncertaintyEllipse) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local2dPointUncertaintyEllipse) GetPointOk ¶
func (o *Local2dPointUncertaintyEllipse) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *Local2dPointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (Local2dPointUncertaintyEllipse) MarshalJSON ¶
func (o Local2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*Local2dPointUncertaintyEllipse) SetConfidence ¶
func (o *Local2dPointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*Local2dPointUncertaintyEllipse) SetLocalOrigin ¶
func (o *Local2dPointUncertaintyEllipse) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local2dPointUncertaintyEllipse) SetPoint ¶
func (o *Local2dPointUncertaintyEllipse) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local2dPointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *Local2dPointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (Local2dPointUncertaintyEllipse) ToMap ¶
func (o Local2dPointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*Local2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (o *Local2dPointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type Local3dPointUncertaintyEllipsoid ¶
type Local3dPointUncertaintyEllipsoid struct { GADShape LocalOrigin LocalOrigin `json:"localOrigin"` Point RelativeCartesianLocation `json:"point"` UncertaintyEllipsoid UncertaintyEllipsoid `json:"uncertaintyEllipsoid"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
Local3dPointUncertaintyEllipsoid Local 3D point with uncertainty ellipsoid
func NewLocal3dPointUncertaintyEllipsoid ¶
func NewLocal3dPointUncertaintyEllipsoid(localOrigin LocalOrigin, point RelativeCartesianLocation, uncertaintyEllipsoid UncertaintyEllipsoid, confidence int32, shape SupportedGADShapes) *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoid instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocal3dPointUncertaintyEllipsoidWithDefaults ¶
func NewLocal3dPointUncertaintyEllipsoidWithDefaults() *Local3dPointUncertaintyEllipsoid
NewLocal3dPointUncertaintyEllipsoidWithDefaults instantiates a new Local3dPointUncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Local3dPointUncertaintyEllipsoid) GetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*Local3dPointUncertaintyEllipsoid) GetConfidenceOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOrigin() LocalOrigin
GetLocalOrigin returns the LocalOrigin field value
func (*Local3dPointUncertaintyEllipsoid) GetLocalOriginOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetLocalOriginOk() (*LocalOrigin, bool)
GetLocalOriginOk returns a tuple with the LocalOrigin field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPoint() RelativeCartesianLocation
GetPoint returns the Point field value
func (*Local3dPointUncertaintyEllipsoid) GetPointOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetPointOk() (*RelativeCartesianLocation, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoid() UncertaintyEllipsoid
GetUncertaintyEllipsoid returns the UncertaintyEllipsoid field value
func (*Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk ¶
func (o *Local3dPointUncertaintyEllipsoid) GetUncertaintyEllipsoidOk() (*UncertaintyEllipsoid, bool)
GetUncertaintyEllipsoidOk returns a tuple with the UncertaintyEllipsoid field value and a boolean to check if the value has been set.
func (Local3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (o Local3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*Local3dPointUncertaintyEllipsoid) SetConfidence ¶
func (o *Local3dPointUncertaintyEllipsoid) SetConfidence(v int32)
SetConfidence sets field value
func (*Local3dPointUncertaintyEllipsoid) SetLocalOrigin ¶
func (o *Local3dPointUncertaintyEllipsoid) SetLocalOrigin(v LocalOrigin)
SetLocalOrigin sets field value
func (*Local3dPointUncertaintyEllipsoid) SetPoint ¶
func (o *Local3dPointUncertaintyEllipsoid) SetPoint(v RelativeCartesianLocation)
SetPoint sets field value
func (*Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid ¶
func (o *Local3dPointUncertaintyEllipsoid) SetUncertaintyEllipsoid(v UncertaintyEllipsoid)
SetUncertaintyEllipsoid sets field value
func (Local3dPointUncertaintyEllipsoid) ToMap ¶
func (o Local3dPointUncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
func (*Local3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (o *Local3dPointUncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
type LocalOrigin ¶
type LocalOrigin struct { CoordinateId *string `json:"coordinateId,omitempty"` Point *GeographicalCoordinates `json:"point,omitempty"` }
LocalOrigin Indicates a Local origin in a reference system
func NewLocalOrigin ¶
func NewLocalOrigin() *LocalOrigin
NewLocalOrigin instantiates a new LocalOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocalOriginWithDefaults ¶
func NewLocalOriginWithDefaults() *LocalOrigin
NewLocalOriginWithDefaults instantiates a new LocalOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocalOrigin) GetCoordinateId ¶
func (o *LocalOrigin) GetCoordinateId() string
GetCoordinateId returns the CoordinateId field value if set, zero value otherwise.
func (*LocalOrigin) GetCoordinateIdOk ¶
func (o *LocalOrigin) GetCoordinateIdOk() (*string, bool)
GetCoordinateIdOk returns a tuple with the CoordinateId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) GetPoint ¶
func (o *LocalOrigin) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value if set, zero value otherwise.
func (*LocalOrigin) GetPointOk ¶
func (o *LocalOrigin) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalOrigin) HasCoordinateId ¶
func (o *LocalOrigin) HasCoordinateId() bool
HasCoordinateId returns a boolean if a field has been set.
func (*LocalOrigin) HasPoint ¶
func (o *LocalOrigin) HasPoint() bool
HasPoint returns a boolean if a field has been set.
func (LocalOrigin) MarshalJSON ¶
func (o LocalOrigin) MarshalJSON() ([]byte, error)
func (*LocalOrigin) SetCoordinateId ¶
func (o *LocalOrigin) SetCoordinateId(v string)
SetCoordinateId gets a reference to the given string and assigns it to the CoordinateId field.
func (*LocalOrigin) SetPoint ¶
func (o *LocalOrigin) SetPoint(v GeographicalCoordinates)
SetPoint gets a reference to the given GeographicalCoordinates and assigns it to the Point field.
func (LocalOrigin) ToMap ¶
func (o LocalOrigin) ToMap() (map[string]interface{}, error)
type LocationArea ¶
type LocationArea struct { // Identifies a list of geographic area of the user where the UE is located. GeographicAreas []GeographicArea `json:"geographicAreas,omitempty"` // Identifies a list of civic addresses of the user where the UE is located. CivicAddresses []CivicAddress `json:"civicAddresses,omitempty"` NwAreaInfo *NetworkAreaInfo `json:"nwAreaInfo,omitempty"` UmtTime *UmtTime `json:"umtTime,omitempty"` }
LocationArea struct for LocationArea
func NewLocationArea ¶
func NewLocationArea() *LocationArea
NewLocationArea instantiates a new LocationArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationAreaWithDefaults ¶
func NewLocationAreaWithDefaults() *LocationArea
NewLocationAreaWithDefaults instantiates a new LocationArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationArea) GetCivicAddresses ¶
func (o *LocationArea) GetCivicAddresses() []CivicAddress
GetCivicAddresses returns the CivicAddresses field value if set, zero value otherwise.
func (*LocationArea) GetCivicAddressesOk ¶
func (o *LocationArea) GetCivicAddressesOk() ([]CivicAddress, bool)
GetCivicAddressesOk returns a tuple with the CivicAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetGeographicAreas ¶
func (o *LocationArea) GetGeographicAreas() []GeographicArea
GetGeographicAreas returns the GeographicAreas field value if set, zero value otherwise.
func (*LocationArea) GetGeographicAreasOk ¶
func (o *LocationArea) GetGeographicAreasOk() ([]GeographicArea, bool)
GetGeographicAreasOk returns a tuple with the GeographicAreas field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetNwAreaInfo ¶
func (o *LocationArea) GetNwAreaInfo() NetworkAreaInfo
GetNwAreaInfo returns the NwAreaInfo field value if set, zero value otherwise.
func (*LocationArea) GetNwAreaInfoOk ¶
func (o *LocationArea) GetNwAreaInfoOk() (*NetworkAreaInfo, bool)
GetNwAreaInfoOk returns a tuple with the NwAreaInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) GetUmtTime ¶
func (o *LocationArea) GetUmtTime() UmtTime
GetUmtTime returns the UmtTime field value if set, zero value otherwise.
func (*LocationArea) GetUmtTimeOk ¶
func (o *LocationArea) GetUmtTimeOk() (*UmtTime, bool)
GetUmtTimeOk returns a tuple with the UmtTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocationArea) HasCivicAddresses ¶
func (o *LocationArea) HasCivicAddresses() bool
HasCivicAddresses returns a boolean if a field has been set.
func (*LocationArea) HasGeographicAreas ¶
func (o *LocationArea) HasGeographicAreas() bool
HasGeographicAreas returns a boolean if a field has been set.
func (*LocationArea) HasNwAreaInfo ¶
func (o *LocationArea) HasNwAreaInfo() bool
HasNwAreaInfo returns a boolean if a field has been set.
func (*LocationArea) HasUmtTime ¶
func (o *LocationArea) HasUmtTime() bool
HasUmtTime returns a boolean if a field has been set.
func (LocationArea) MarshalJSON ¶
func (o LocationArea) MarshalJSON() ([]byte, error)
func (*LocationArea) SetCivicAddresses ¶
func (o *LocationArea) SetCivicAddresses(v []CivicAddress)
SetCivicAddresses gets a reference to the given []CivicAddress and assigns it to the CivicAddresses field.
func (*LocationArea) SetGeographicAreas ¶
func (o *LocationArea) SetGeographicAreas(v []GeographicArea)
SetGeographicAreas gets a reference to the given []GeographicArea and assigns it to the GeographicAreas field.
func (*LocationArea) SetNwAreaInfo ¶
func (o *LocationArea) SetNwAreaInfo(v NetworkAreaInfo)
SetNwAreaInfo gets a reference to the given NetworkAreaInfo and assigns it to the NwAreaInfo field.
func (*LocationArea) SetUmtTime ¶
func (o *LocationArea) SetUmtTime(v UmtTime)
SetUmtTime gets a reference to the given UmtTime and assigns it to the UmtTime field.
func (LocationArea) ToMap ¶
func (o LocationArea) ToMap() (map[string]interface{}, error)
type LocationPrivacyInd ¶
type LocationPrivacyInd struct {
// contains filtered or unexported fields
}
LocationPrivacyInd struct for LocationPrivacyInd
func (*LocationPrivacyInd) MarshalJSON ¶
func (src *LocationPrivacyInd) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*LocationPrivacyInd) UnmarshalJSON ¶
func (dst *LocationPrivacyInd) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Lpi ¶
type Lpi struct { LocationPrivacyInd LocationPrivacyInd `json:"locationPrivacyInd"` ValidTimePeriod *ValidTimePeriod `json:"validTimePeriod,omitempty"` }
Lpi struct for Lpi
func NewLpi ¶
func NewLpi(locationPrivacyInd LocationPrivacyInd) *Lpi
NewLpi instantiates a new Lpi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLpiWithDefaults ¶
func NewLpiWithDefaults() *Lpi
NewLpiWithDefaults instantiates a new Lpi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Lpi) GetLocationPrivacyInd ¶
func (o *Lpi) GetLocationPrivacyInd() LocationPrivacyInd
GetLocationPrivacyInd returns the LocationPrivacyInd field value
func (*Lpi) GetLocationPrivacyIndOk ¶
func (o *Lpi) GetLocationPrivacyIndOk() (*LocationPrivacyInd, bool)
GetLocationPrivacyIndOk returns a tuple with the LocationPrivacyInd field value and a boolean to check if the value has been set.
func (*Lpi) GetValidTimePeriod ¶
func (o *Lpi) GetValidTimePeriod() ValidTimePeriod
GetValidTimePeriod returns the ValidTimePeriod field value if set, zero value otherwise.
func (*Lpi) GetValidTimePeriodOk ¶
func (o *Lpi) GetValidTimePeriodOk() (*ValidTimePeriod, bool)
GetValidTimePeriodOk returns a tuple with the ValidTimePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Lpi) HasValidTimePeriod ¶
HasValidTimePeriod returns a boolean if a field has been set.
func (Lpi) MarshalJSON ¶
func (*Lpi) SetLocationPrivacyInd ¶
func (o *Lpi) SetLocationPrivacyInd(v LocationPrivacyInd)
SetLocationPrivacyInd sets field value
func (*Lpi) SetValidTimePeriod ¶
func (o *Lpi) SetValidTimePeriod(v ValidTimePeriod)
SetValidTimePeriod gets a reference to the given ValidTimePeriod and assigns it to the ValidTimePeriod field.
func (*Lpi) UnmarshalJSON ¶
type MappedNullable ¶
type MbsSessionId ¶
type MbsSessionId struct { Tmgi *Tmgi `json:"tmgi,omitempty"` Ssm *Ssm `json:"ssm,omitempty"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
MbsSessionId MBS Session Identifier
func NewMbsSessionId ¶
func NewMbsSessionId() *MbsSessionId
NewMbsSessionId instantiates a new MbsSessionId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMbsSessionIdWithDefaults ¶
func NewMbsSessionIdWithDefaults() *MbsSessionId
NewMbsSessionIdWithDefaults instantiates a new MbsSessionId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MbsSessionId) GetNid ¶
func (o *MbsSessionId) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*MbsSessionId) GetNidOk ¶
func (o *MbsSessionId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessionId) GetSsm ¶
func (o *MbsSessionId) GetSsm() Ssm
GetSsm returns the Ssm field value if set, zero value otherwise.
func (*MbsSessionId) GetSsmOk ¶
func (o *MbsSessionId) GetSsmOk() (*Ssm, bool)
GetSsmOk returns a tuple with the Ssm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessionId) GetTmgi ¶
func (o *MbsSessionId) GetTmgi() Tmgi
GetTmgi returns the Tmgi field value if set, zero value otherwise.
func (*MbsSessionId) GetTmgiOk ¶
func (o *MbsSessionId) GetTmgiOk() (*Tmgi, bool)
GetTmgiOk returns a tuple with the Tmgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessionId) HasNid ¶
func (o *MbsSessionId) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*MbsSessionId) HasSsm ¶
func (o *MbsSessionId) HasSsm() bool
HasSsm returns a boolean if a field has been set.
func (*MbsSessionId) HasTmgi ¶
func (o *MbsSessionId) HasTmgi() bool
HasTmgi returns a boolean if a field has been set.
func (MbsSessionId) MarshalJSON ¶
func (o MbsSessionId) MarshalJSON() ([]byte, error)
func (*MbsSessionId) SetNid ¶
func (o *MbsSessionId) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*MbsSessionId) SetSsm ¶
func (o *MbsSessionId) SetSsm(v Ssm)
SetSsm gets a reference to the given Ssm and assigns it to the Ssm field.
func (*MbsSessionId) SetTmgi ¶
func (o *MbsSessionId) SetTmgi(v Tmgi)
SetTmgi gets a reference to the given Tmgi and assigns it to the Tmgi field.
func (MbsSessionId) ToMap ¶
func (o MbsSessionId) ToMap() (map[string]interface{}, error)
type Model5GVnGroupConfiguration ¶
type Model5GVnGroupConfiguration struct { Var5gVnGroupData *Model5GVnGroupData `json:"5gVnGroupData,omitempty"` Members []string `json:"members,omitempty"` ReferenceId *int32 `json:"referenceId,omitempty"` AfInstanceId *string `json:"afInstanceId,omitempty"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InternalGroupIdentifier *string `json:"internalGroupIdentifier,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
Model5GVnGroupConfiguration struct for Model5GVnGroupConfiguration
func NewModel5GVnGroupConfiguration ¶
func NewModel5GVnGroupConfiguration() *Model5GVnGroupConfiguration
NewModel5GVnGroupConfiguration instantiates a new Model5GVnGroupConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewModel5GVnGroupConfigurationWithDefaults ¶
func NewModel5GVnGroupConfigurationWithDefaults() *Model5GVnGroupConfiguration
NewModel5GVnGroupConfigurationWithDefaults instantiates a new Model5GVnGroupConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Model5GVnGroupConfiguration) GetAfInstanceId ¶
func (o *Model5GVnGroupConfiguration) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value if set, zero value otherwise.
func (*Model5GVnGroupConfiguration) GetAfInstanceIdOk ¶
func (o *Model5GVnGroupConfiguration) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupConfiguration) GetInternalGroupIdentifier ¶
func (o *Model5GVnGroupConfiguration) GetInternalGroupIdentifier() string
GetInternalGroupIdentifier returns the InternalGroupIdentifier field value if set, zero value otherwise.
func (*Model5GVnGroupConfiguration) GetInternalGroupIdentifierOk ¶
func (o *Model5GVnGroupConfiguration) GetInternalGroupIdentifierOk() (*string, bool)
GetInternalGroupIdentifierOk returns a tuple with the InternalGroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupConfiguration) GetMembers ¶
func (o *Model5GVnGroupConfiguration) GetMembers() []string
GetMembers returns the Members field value if set, zero value otherwise.
func (*Model5GVnGroupConfiguration) GetMembersOk ¶
func (o *Model5GVnGroupConfiguration) GetMembersOk() ([]string, bool)
GetMembersOk returns a tuple with the Members field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupConfiguration) GetMtcProviderInformation ¶
func (o *Model5GVnGroupConfiguration) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*Model5GVnGroupConfiguration) GetMtcProviderInformationOk ¶
func (o *Model5GVnGroupConfiguration) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupConfiguration) GetReferenceId ¶
func (o *Model5GVnGroupConfiguration) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value if set, zero value otherwise.
func (*Model5GVnGroupConfiguration) GetReferenceIdOk ¶
func (o *Model5GVnGroupConfiguration) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupConfiguration) GetVar5gVnGroupData ¶
func (o *Model5GVnGroupConfiguration) GetVar5gVnGroupData() Model5GVnGroupData
GetVar5gVnGroupData returns the Var5gVnGroupData field value if set, zero value otherwise.
func (*Model5GVnGroupConfiguration) GetVar5gVnGroupDataOk ¶
func (o *Model5GVnGroupConfiguration) GetVar5gVnGroupDataOk() (*Model5GVnGroupData, bool)
GetVar5gVnGroupDataOk returns a tuple with the Var5gVnGroupData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupConfiguration) HasAfInstanceId ¶
func (o *Model5GVnGroupConfiguration) HasAfInstanceId() bool
HasAfInstanceId returns a boolean if a field has been set.
func (*Model5GVnGroupConfiguration) HasInternalGroupIdentifier ¶
func (o *Model5GVnGroupConfiguration) HasInternalGroupIdentifier() bool
HasInternalGroupIdentifier returns a boolean if a field has been set.
func (*Model5GVnGroupConfiguration) HasMembers ¶
func (o *Model5GVnGroupConfiguration) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (*Model5GVnGroupConfiguration) HasMtcProviderInformation ¶
func (o *Model5GVnGroupConfiguration) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*Model5GVnGroupConfiguration) HasReferenceId ¶
func (o *Model5GVnGroupConfiguration) HasReferenceId() bool
HasReferenceId returns a boolean if a field has been set.
func (*Model5GVnGroupConfiguration) HasVar5gVnGroupData ¶
func (o *Model5GVnGroupConfiguration) HasVar5gVnGroupData() bool
HasVar5gVnGroupData returns a boolean if a field has been set.
func (Model5GVnGroupConfiguration) MarshalJSON ¶
func (o Model5GVnGroupConfiguration) MarshalJSON() ([]byte, error)
func (*Model5GVnGroupConfiguration) SetAfInstanceId ¶
func (o *Model5GVnGroupConfiguration) SetAfInstanceId(v string)
SetAfInstanceId gets a reference to the given string and assigns it to the AfInstanceId field.
func (*Model5GVnGroupConfiguration) SetInternalGroupIdentifier ¶
func (o *Model5GVnGroupConfiguration) SetInternalGroupIdentifier(v string)
SetInternalGroupIdentifier gets a reference to the given string and assigns it to the InternalGroupIdentifier field.
func (*Model5GVnGroupConfiguration) SetMembers ¶
func (o *Model5GVnGroupConfiguration) SetMembers(v []string)
SetMembers gets a reference to the given []string and assigns it to the Members field.
func (*Model5GVnGroupConfiguration) SetMtcProviderInformation ¶
func (o *Model5GVnGroupConfiguration) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*Model5GVnGroupConfiguration) SetReferenceId ¶
func (o *Model5GVnGroupConfiguration) SetReferenceId(v int32)
SetReferenceId gets a reference to the given int32 and assigns it to the ReferenceId field.
func (*Model5GVnGroupConfiguration) SetVar5gVnGroupData ¶
func (o *Model5GVnGroupConfiguration) SetVar5gVnGroupData(v Model5GVnGroupData)
SetVar5gVnGroupData gets a reference to the given Model5GVnGroupData and assigns it to the Var5gVnGroupData field.
func (Model5GVnGroupConfiguration) ToMap ¶
func (o Model5GVnGroupConfiguration) ToMap() (map[string]interface{}, error)
type Model5GVnGroupData ¶
type Model5GVnGroupData struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` SNssai Snssai `json:"sNssai"` PduSessionTypes []PduSessionType `json:"pduSessionTypes,omitempty"` AppDescriptors []AppDescriptor `json:"appDescriptors,omitempty"` SecondaryAuth *bool `json:"secondaryAuth,omitempty"` DnAaaIpAddressAllocation *bool `json:"dnAaaIpAddressAllocation,omitempty"` DnAaaAddress NullableIpAddress `json:"dnAaaAddress,omitempty"` AdditionalDnAaaAddresses []IpAddress `json:"additionalDnAaaAddresses,omitempty"` // Fully Qualified Domain Name DnAaaFqdn *string `json:"dnAaaFqdn,omitempty"` }
Model5GVnGroupData struct for Model5GVnGroupData
func NewModel5GVnGroupData ¶
func NewModel5GVnGroupData(dnn string, sNssai Snssai) *Model5GVnGroupData
NewModel5GVnGroupData instantiates a new Model5GVnGroupData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewModel5GVnGroupDataWithDefaults ¶
func NewModel5GVnGroupDataWithDefaults() *Model5GVnGroupData
NewModel5GVnGroupDataWithDefaults instantiates a new Model5GVnGroupData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Model5GVnGroupData) GetAdditionalDnAaaAddresses ¶
func (o *Model5GVnGroupData) GetAdditionalDnAaaAddresses() []IpAddress
GetAdditionalDnAaaAddresses returns the AdditionalDnAaaAddresses field value if set, zero value otherwise.
func (*Model5GVnGroupData) GetAdditionalDnAaaAddressesOk ¶
func (o *Model5GVnGroupData) GetAdditionalDnAaaAddressesOk() ([]IpAddress, bool)
GetAdditionalDnAaaAddressesOk returns a tuple with the AdditionalDnAaaAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupData) GetAppDescriptors ¶
func (o *Model5GVnGroupData) GetAppDescriptors() []AppDescriptor
GetAppDescriptors returns the AppDescriptors field value if set, zero value otherwise.
func (*Model5GVnGroupData) GetAppDescriptorsOk ¶
func (o *Model5GVnGroupData) GetAppDescriptorsOk() ([]AppDescriptor, bool)
GetAppDescriptorsOk returns a tuple with the AppDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupData) GetDnAaaAddress ¶
func (o *Model5GVnGroupData) GetDnAaaAddress() IpAddress
GetDnAaaAddress returns the DnAaaAddress field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Model5GVnGroupData) GetDnAaaAddressOk ¶
func (o *Model5GVnGroupData) GetDnAaaAddressOk() (*IpAddress, bool)
GetDnAaaAddressOk returns a tuple with the DnAaaAddress 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 (*Model5GVnGroupData) GetDnAaaFqdn ¶
func (o *Model5GVnGroupData) GetDnAaaFqdn() string
GetDnAaaFqdn returns the DnAaaFqdn field value if set, zero value otherwise.
func (*Model5GVnGroupData) GetDnAaaFqdnOk ¶
func (o *Model5GVnGroupData) GetDnAaaFqdnOk() (*string, bool)
GetDnAaaFqdnOk returns a tuple with the DnAaaFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupData) GetDnAaaIpAddressAllocation ¶
func (o *Model5GVnGroupData) GetDnAaaIpAddressAllocation() bool
GetDnAaaIpAddressAllocation returns the DnAaaIpAddressAllocation field value if set, zero value otherwise.
func (*Model5GVnGroupData) GetDnAaaIpAddressAllocationOk ¶
func (o *Model5GVnGroupData) GetDnAaaIpAddressAllocationOk() (*bool, bool)
GetDnAaaIpAddressAllocationOk returns a tuple with the DnAaaIpAddressAllocation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupData) GetDnn ¶
func (o *Model5GVnGroupData) GetDnn() string
GetDnn returns the Dnn field value
func (*Model5GVnGroupData) GetDnnOk ¶
func (o *Model5GVnGroupData) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*Model5GVnGroupData) GetPduSessionTypes ¶
func (o *Model5GVnGroupData) GetPduSessionTypes() []PduSessionType
GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.
func (*Model5GVnGroupData) GetPduSessionTypesOk ¶
func (o *Model5GVnGroupData) GetPduSessionTypesOk() ([]PduSessionType, bool)
GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupData) GetSNssai ¶
func (o *Model5GVnGroupData) GetSNssai() Snssai
GetSNssai returns the SNssai field value
func (*Model5GVnGroupData) GetSNssaiOk ¶
func (o *Model5GVnGroupData) GetSNssaiOk() (*Snssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (*Model5GVnGroupData) GetSecondaryAuth ¶
func (o *Model5GVnGroupData) GetSecondaryAuth() bool
GetSecondaryAuth returns the SecondaryAuth field value if set, zero value otherwise.
func (*Model5GVnGroupData) GetSecondaryAuthOk ¶
func (o *Model5GVnGroupData) GetSecondaryAuthOk() (*bool, bool)
GetSecondaryAuthOk returns a tuple with the SecondaryAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5GVnGroupData) HasAdditionalDnAaaAddresses ¶
func (o *Model5GVnGroupData) HasAdditionalDnAaaAddresses() bool
HasAdditionalDnAaaAddresses returns a boolean if a field has been set.
func (*Model5GVnGroupData) HasAppDescriptors ¶
func (o *Model5GVnGroupData) HasAppDescriptors() bool
HasAppDescriptors returns a boolean if a field has been set.
func (*Model5GVnGroupData) HasDnAaaAddress ¶
func (o *Model5GVnGroupData) HasDnAaaAddress() bool
HasDnAaaAddress returns a boolean if a field has been set.
func (*Model5GVnGroupData) HasDnAaaFqdn ¶
func (o *Model5GVnGroupData) HasDnAaaFqdn() bool
HasDnAaaFqdn returns a boolean if a field has been set.
func (*Model5GVnGroupData) HasDnAaaIpAddressAllocation ¶
func (o *Model5GVnGroupData) HasDnAaaIpAddressAllocation() bool
HasDnAaaIpAddressAllocation returns a boolean if a field has been set.
func (*Model5GVnGroupData) HasPduSessionTypes ¶
func (o *Model5GVnGroupData) HasPduSessionTypes() bool
HasPduSessionTypes returns a boolean if a field has been set.
func (*Model5GVnGroupData) HasSecondaryAuth ¶
func (o *Model5GVnGroupData) HasSecondaryAuth() bool
HasSecondaryAuth returns a boolean if a field has been set.
func (Model5GVnGroupData) MarshalJSON ¶
func (o Model5GVnGroupData) MarshalJSON() ([]byte, error)
func (*Model5GVnGroupData) SetAdditionalDnAaaAddresses ¶
func (o *Model5GVnGroupData) SetAdditionalDnAaaAddresses(v []IpAddress)
SetAdditionalDnAaaAddresses gets a reference to the given []IpAddress and assigns it to the AdditionalDnAaaAddresses field.
func (*Model5GVnGroupData) SetAppDescriptors ¶
func (o *Model5GVnGroupData) SetAppDescriptors(v []AppDescriptor)
SetAppDescriptors gets a reference to the given []AppDescriptor and assigns it to the AppDescriptors field.
func (*Model5GVnGroupData) SetDnAaaAddress ¶
func (o *Model5GVnGroupData) SetDnAaaAddress(v IpAddress)
SetDnAaaAddress gets a reference to the given NullableIpAddress and assigns it to the DnAaaAddress field.
func (*Model5GVnGroupData) SetDnAaaAddressNil ¶
func (o *Model5GVnGroupData) SetDnAaaAddressNil()
SetDnAaaAddressNil sets the value for DnAaaAddress to be an explicit nil
func (*Model5GVnGroupData) SetDnAaaFqdn ¶
func (o *Model5GVnGroupData) SetDnAaaFqdn(v string)
SetDnAaaFqdn gets a reference to the given string and assigns it to the DnAaaFqdn field.
func (*Model5GVnGroupData) SetDnAaaIpAddressAllocation ¶
func (o *Model5GVnGroupData) SetDnAaaIpAddressAllocation(v bool)
SetDnAaaIpAddressAllocation gets a reference to the given bool and assigns it to the DnAaaIpAddressAllocation field.
func (*Model5GVnGroupData) SetDnn ¶
func (o *Model5GVnGroupData) SetDnn(v string)
SetDnn sets field value
func (*Model5GVnGroupData) SetPduSessionTypes ¶
func (o *Model5GVnGroupData) SetPduSessionTypes(v []PduSessionType)
SetPduSessionTypes gets a reference to the given []PduSessionType and assigns it to the PduSessionTypes field.
func (*Model5GVnGroupData) SetSNssai ¶
func (o *Model5GVnGroupData) SetSNssai(v Snssai)
SetSNssai sets field value
func (*Model5GVnGroupData) SetSecondaryAuth ¶
func (o *Model5GVnGroupData) SetSecondaryAuth(v bool)
SetSecondaryAuth gets a reference to the given bool and assigns it to the SecondaryAuth field.
func (Model5GVnGroupData) ToMap ¶
func (o Model5GVnGroupData) ToMap() (map[string]interface{}, error)
func (*Model5GVnGroupData) UnmarshalJSON ¶
func (o *Model5GVnGroupData) UnmarshalJSON(bytes []byte) (err error)
func (*Model5GVnGroupData) UnsetDnAaaAddress ¶
func (o *Model5GVnGroupData) UnsetDnAaaAddress()
UnsetDnAaaAddress ensures that no value is present for DnAaaAddress, not even an explicit nil
type Model5MbsAuthorizationInfo ¶
type Model5MbsAuthorizationInfo struct {
Var5mbsSessionIds []MbsSessionId `json:"5mbsSessionIds,omitempty"`
}
Model5MbsAuthorizationInfo struct for Model5MbsAuthorizationInfo
func NewModel5MbsAuthorizationInfo ¶
func NewModel5MbsAuthorizationInfo() *Model5MbsAuthorizationInfo
NewModel5MbsAuthorizationInfo instantiates a new Model5MbsAuthorizationInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewModel5MbsAuthorizationInfoWithDefaults ¶
func NewModel5MbsAuthorizationInfoWithDefaults() *Model5MbsAuthorizationInfo
NewModel5MbsAuthorizationInfoWithDefaults instantiates a new Model5MbsAuthorizationInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Model5MbsAuthorizationInfo) GetVar5mbsSessionIds ¶
func (o *Model5MbsAuthorizationInfo) GetVar5mbsSessionIds() []MbsSessionId
GetVar5mbsSessionIds returns the Var5mbsSessionIds field value if set, zero value otherwise.
func (*Model5MbsAuthorizationInfo) GetVar5mbsSessionIdsOk ¶
func (o *Model5MbsAuthorizationInfo) GetVar5mbsSessionIdsOk() ([]MbsSessionId, bool)
GetVar5mbsSessionIdsOk returns a tuple with the Var5mbsSessionIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Model5MbsAuthorizationInfo) HasVar5mbsSessionIds ¶
func (o *Model5MbsAuthorizationInfo) HasVar5mbsSessionIds() bool
HasVar5mbsSessionIds returns a boolean if a field has been set.
func (Model5MbsAuthorizationInfo) MarshalJSON ¶
func (o Model5MbsAuthorizationInfo) MarshalJSON() ([]byte, error)
func (*Model5MbsAuthorizationInfo) SetVar5mbsSessionIds ¶
func (o *Model5MbsAuthorizationInfo) SetVar5mbsSessionIds(v []MbsSessionId)
SetVar5mbsSessionIds gets a reference to the given []MbsSessionId and assigns it to the Var5mbsSessionIds field.
func (Model5MbsAuthorizationInfo) ToMap ¶
func (o Model5MbsAuthorizationInfo) ToMap() (map[string]interface{}, error)
type MulticastMbsGroupMemb ¶
type MulticastMbsGroupMemb struct { MulticastGroupMemb []string `json:"multicastGroupMemb"` AfInstanceId *string `json:"afInstanceId,omitempty"` // String identifying a group of devices network internal globally unique ID which identifies a set of IMSIs, as specified in clause 19.9 of 3GPP TS 23.003. InternalGroupIdentifier *string `json:"internalGroupIdentifier,omitempty"` }
MulticastMbsGroupMemb struct for MulticastMbsGroupMemb
func NewMulticastMbsGroupMemb ¶
func NewMulticastMbsGroupMemb(multicastGroupMemb []string) *MulticastMbsGroupMemb
NewMulticastMbsGroupMemb instantiates a new MulticastMbsGroupMemb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMulticastMbsGroupMembWithDefaults ¶
func NewMulticastMbsGroupMembWithDefaults() *MulticastMbsGroupMemb
NewMulticastMbsGroupMembWithDefaults instantiates a new MulticastMbsGroupMemb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MulticastMbsGroupMemb) GetAfInstanceId ¶
func (o *MulticastMbsGroupMemb) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value if set, zero value otherwise.
func (*MulticastMbsGroupMemb) GetAfInstanceIdOk ¶
func (o *MulticastMbsGroupMemb) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MulticastMbsGroupMemb) GetInternalGroupIdentifier ¶
func (o *MulticastMbsGroupMemb) GetInternalGroupIdentifier() string
GetInternalGroupIdentifier returns the InternalGroupIdentifier field value if set, zero value otherwise.
func (*MulticastMbsGroupMemb) GetInternalGroupIdentifierOk ¶
func (o *MulticastMbsGroupMemb) GetInternalGroupIdentifierOk() (*string, bool)
GetInternalGroupIdentifierOk returns a tuple with the InternalGroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MulticastMbsGroupMemb) GetMulticastGroupMemb ¶
func (o *MulticastMbsGroupMemb) GetMulticastGroupMemb() []string
GetMulticastGroupMemb returns the MulticastGroupMemb field value
func (*MulticastMbsGroupMemb) GetMulticastGroupMembOk ¶
func (o *MulticastMbsGroupMemb) GetMulticastGroupMembOk() ([]string, bool)
GetMulticastGroupMembOk returns a tuple with the MulticastGroupMemb field value and a boolean to check if the value has been set.
func (*MulticastMbsGroupMemb) HasAfInstanceId ¶
func (o *MulticastMbsGroupMemb) HasAfInstanceId() bool
HasAfInstanceId returns a boolean if a field has been set.
func (*MulticastMbsGroupMemb) HasInternalGroupIdentifier ¶
func (o *MulticastMbsGroupMemb) HasInternalGroupIdentifier() bool
HasInternalGroupIdentifier returns a boolean if a field has been set.
func (MulticastMbsGroupMemb) MarshalJSON ¶
func (o MulticastMbsGroupMemb) MarshalJSON() ([]byte, error)
func (*MulticastMbsGroupMemb) SetAfInstanceId ¶
func (o *MulticastMbsGroupMemb) SetAfInstanceId(v string)
SetAfInstanceId gets a reference to the given string and assigns it to the AfInstanceId field.
func (*MulticastMbsGroupMemb) SetInternalGroupIdentifier ¶
func (o *MulticastMbsGroupMemb) SetInternalGroupIdentifier(v string)
SetInternalGroupIdentifier gets a reference to the given string and assigns it to the InternalGroupIdentifier field.
func (*MulticastMbsGroupMemb) SetMulticastGroupMemb ¶
func (o *MulticastMbsGroupMemb) SetMulticastGroupMemb(v []string)
SetMulticastGroupMemb sets field value
func (MulticastMbsGroupMemb) ToMap ¶
func (o MulticastMbsGroupMemb) ToMap() (map[string]interface{}, error)
func (*MulticastMbsGroupMemb) UnmarshalJSON ¶
func (o *MulticastMbsGroupMemb) UnmarshalJSON(bytes []byte) (err error)
type NFType ¶
type NFType struct {
// contains filtered or unexported fields
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ncgi) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
func (*Ncgi) UnmarshalJSON ¶
type NetworkAreaInfo ¶
type NetworkAreaInfo struct { // Contains a list of E-UTRA cell identities. Ecgis []Ecgi `json:"ecgis,omitempty"` // Contains a list of NR cell identities. Ncgis []Ncgi `json:"ncgis,omitempty"` // Contains a list of NG RAN nodes. GRanNodeIds []GlobalRanNodeId `json:"gRanNodeIds,omitempty"` // Contains a list of tracking area identities. Tais []Tai `json:"tais,omitempty"` }
NetworkAreaInfo Describes a network area information in which the NF service consumer requests the number of UEs.
func NewNetworkAreaInfo ¶
func NewNetworkAreaInfo() *NetworkAreaInfo
NewNetworkAreaInfo instantiates a new NetworkAreaInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkAreaInfoWithDefaults ¶
func NewNetworkAreaInfoWithDefaults() *NetworkAreaInfo
NewNetworkAreaInfoWithDefaults instantiates a new NetworkAreaInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkAreaInfo) GetEcgis ¶
func (o *NetworkAreaInfo) GetEcgis() []Ecgi
GetEcgis returns the Ecgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetEcgisOk ¶
func (o *NetworkAreaInfo) GetEcgisOk() ([]Ecgi, bool)
GetEcgisOk returns a tuple with the Ecgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetGRanNodeIds ¶
func (o *NetworkAreaInfo) GetGRanNodeIds() []GlobalRanNodeId
GetGRanNodeIds returns the GRanNodeIds field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetGRanNodeIdsOk ¶
func (o *NetworkAreaInfo) GetGRanNodeIdsOk() ([]GlobalRanNodeId, bool)
GetGRanNodeIdsOk returns a tuple with the GRanNodeIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetNcgis ¶
func (o *NetworkAreaInfo) GetNcgis() []Ncgi
GetNcgis returns the Ncgis field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetNcgisOk ¶
func (o *NetworkAreaInfo) GetNcgisOk() ([]Ncgi, bool)
GetNcgisOk returns a tuple with the Ncgis field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) GetTais ¶
func (o *NetworkAreaInfo) GetTais() []Tai
GetTais returns the Tais field value if set, zero value otherwise.
func (*NetworkAreaInfo) GetTaisOk ¶
func (o *NetworkAreaInfo) GetTaisOk() ([]Tai, bool)
GetTaisOk returns a tuple with the Tais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkAreaInfo) HasEcgis ¶
func (o *NetworkAreaInfo) HasEcgis() bool
HasEcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasGRanNodeIds ¶
func (o *NetworkAreaInfo) HasGRanNodeIds() bool
HasGRanNodeIds returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasNcgis ¶
func (o *NetworkAreaInfo) HasNcgis() bool
HasNcgis returns a boolean if a field has been set.
func (*NetworkAreaInfo) HasTais ¶
func (o *NetworkAreaInfo) HasTais() bool
HasTais returns a boolean if a field has been set.
func (NetworkAreaInfo) MarshalJSON ¶
func (o NetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NetworkAreaInfo) SetEcgis ¶
func (o *NetworkAreaInfo) SetEcgis(v []Ecgi)
SetEcgis gets a reference to the given []Ecgi and assigns it to the Ecgis field.
func (*NetworkAreaInfo) SetGRanNodeIds ¶
func (o *NetworkAreaInfo) SetGRanNodeIds(v []GlobalRanNodeId)
SetGRanNodeIds gets a reference to the given []GlobalRanNodeId and assigns it to the GRanNodeIds field.
func (*NetworkAreaInfo) SetNcgis ¶
func (o *NetworkAreaInfo) SetNcgis(v []Ncgi)
SetNcgis gets a reference to the given []Ncgi and assigns it to the Ncgis field.
func (*NetworkAreaInfo) SetTais ¶
func (o *NetworkAreaInfo) SetTais(v []Tai)
SetTais gets a reference to the given []Tai and assigns it to the Tais field.
func (NetworkAreaInfo) ToMap ¶
func (o NetworkAreaInfo) ToMap() (map[string]interface{}, error)
type NullValue ¶
type NullValue string
NullValue JSON's null value.
const (
NULLVALUE_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 NullableAccessTech ¶
type NullableAccessTech struct {
// contains filtered or unexported fields
}
func NewNullableAccessTech ¶
func NewNullableAccessTech(val *AccessTech) *NullableAccessTech
func (NullableAccessTech) Get ¶
func (v NullableAccessTech) Get() *AccessTech
func (NullableAccessTech) IsSet ¶
func (v NullableAccessTech) IsSet() bool
func (NullableAccessTech) MarshalJSON ¶
func (v NullableAccessTech) MarshalJSON() ([]byte, error)
func (*NullableAccessTech) Set ¶
func (v *NullableAccessTech) Set(val *AccessTech)
func (*NullableAccessTech) UnmarshalJSON ¶
func (v *NullableAccessTech) UnmarshalJSON(src []byte) error
func (*NullableAccessTech) Unset ¶
func (v *NullableAccessTech) Unset()
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableAcsInfo ¶
type NullableAcsInfo struct {
// contains filtered or unexported fields
}
func NewNullableAcsInfo ¶
func NewNullableAcsInfo(val *AcsInfo) *NullableAcsInfo
func (NullableAcsInfo) Get ¶
func (v NullableAcsInfo) Get() *AcsInfo
func (NullableAcsInfo) IsSet ¶
func (v NullableAcsInfo) IsSet() bool
func (NullableAcsInfo) MarshalJSON ¶
func (v NullableAcsInfo) MarshalJSON() ([]byte, error)
func (*NullableAcsInfo) Set ¶
func (v *NullableAcsInfo) Set(val *AcsInfo)
func (*NullableAcsInfo) UnmarshalJSON ¶
func (v *NullableAcsInfo) UnmarshalJSON(src []byte) error
func (*NullableAcsInfo) Unset ¶
func (v *NullableAcsInfo) Unset()
type NullableAppDescriptor ¶
type NullableAppDescriptor struct {
// contains filtered or unexported fields
}
func NewNullableAppDescriptor ¶
func NewNullableAppDescriptor(val *AppDescriptor) *NullableAppDescriptor
func (NullableAppDescriptor) Get ¶
func (v NullableAppDescriptor) Get() *AppDescriptor
func (NullableAppDescriptor) IsSet ¶
func (v NullableAppDescriptor) IsSet() bool
func (NullableAppDescriptor) MarshalJSON ¶
func (v NullableAppDescriptor) MarshalJSON() ([]byte, error)
func (*NullableAppDescriptor) Set ¶
func (v *NullableAppDescriptor) Set(val *AppDescriptor)
func (*NullableAppDescriptor) UnmarshalJSON ¶
func (v *NullableAppDescriptor) UnmarshalJSON(src []byte) error
func (*NullableAppDescriptor) Unset ¶
func (v *NullableAppDescriptor) Unset()
type NullableBatteryIndication ¶
type NullableBatteryIndication struct {
// contains filtered or unexported fields
}
func NewNullableBatteryIndication ¶
func NewNullableBatteryIndication(val *BatteryIndication) *NullableBatteryIndication
func (NullableBatteryIndication) Get ¶
func (v NullableBatteryIndication) Get() *BatteryIndication
func (NullableBatteryIndication) IsSet ¶
func (v NullableBatteryIndication) IsSet() bool
func (NullableBatteryIndication) MarshalJSON ¶
func (v NullableBatteryIndication) MarshalJSON() ([]byte, error)
func (*NullableBatteryIndication) Set ¶
func (v *NullableBatteryIndication) Set(val *BatteryIndication)
func (*NullableBatteryIndication) UnmarshalJSON ¶
func (v *NullableBatteryIndication) UnmarshalJSON(src []byte) error
func (*NullableBatteryIndication) Unset ¶
func (v *NullableBatteryIndication) 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 NullableCivicAddress ¶
type NullableCivicAddress struct {
// contains filtered or unexported fields
}
func NewNullableCivicAddress ¶
func NewNullableCivicAddress(val *CivicAddress) *NullableCivicAddress
func (NullableCivicAddress) Get ¶
func (v NullableCivicAddress) Get() *CivicAddress
func (NullableCivicAddress) IsSet ¶
func (v NullableCivicAddress) IsSet() bool
func (NullableCivicAddress) MarshalJSON ¶
func (v NullableCivicAddress) MarshalJSON() ([]byte, error)
func (*NullableCivicAddress) Set ¶
func (v *NullableCivicAddress) Set(val *CivicAddress)
func (*NullableCivicAddress) UnmarshalJSON ¶
func (v *NullableCivicAddress) UnmarshalJSON(src []byte) error
func (*NullableCivicAddress) Unset ¶
func (v *NullableCivicAddress) Unset()
type NullableCommunicationCharacteristics ¶
type NullableCommunicationCharacteristics struct {
// contains filtered or unexported fields
}
func NewNullableCommunicationCharacteristics ¶
func NewNullableCommunicationCharacteristics(val *CommunicationCharacteristics) *NullableCommunicationCharacteristics
func (NullableCommunicationCharacteristics) Get ¶
func (v NullableCommunicationCharacteristics) Get() *CommunicationCharacteristics
func (NullableCommunicationCharacteristics) IsSet ¶
func (v NullableCommunicationCharacteristics) IsSet() bool
func (NullableCommunicationCharacteristics) MarshalJSON ¶
func (v NullableCommunicationCharacteristics) MarshalJSON() ([]byte, error)
func (*NullableCommunicationCharacteristics) Set ¶
func (v *NullableCommunicationCharacteristics) Set(val *CommunicationCharacteristics)
func (*NullableCommunicationCharacteristics) UnmarshalJSON ¶
func (v *NullableCommunicationCharacteristics) UnmarshalJSON(src []byte) error
func (*NullableCommunicationCharacteristics) Unset ¶
func (v *NullableCommunicationCharacteristics) Unset()
type NullableCommunicationCharacteristicsAF ¶
type NullableCommunicationCharacteristicsAF struct {
// contains filtered or unexported fields
}
func NewNullableCommunicationCharacteristicsAF ¶
func NewNullableCommunicationCharacteristicsAF(val *CommunicationCharacteristicsAF) *NullableCommunicationCharacteristicsAF
func (NullableCommunicationCharacteristicsAF) Get ¶
func (v NullableCommunicationCharacteristicsAF) Get() *CommunicationCharacteristicsAF
func (NullableCommunicationCharacteristicsAF) IsSet ¶
func (v NullableCommunicationCharacteristicsAF) IsSet() bool
func (NullableCommunicationCharacteristicsAF) MarshalJSON ¶
func (v NullableCommunicationCharacteristicsAF) MarshalJSON() ([]byte, error)
func (*NullableCommunicationCharacteristicsAF) Set ¶
func (v *NullableCommunicationCharacteristicsAF) Set(val *CommunicationCharacteristicsAF)
func (*NullableCommunicationCharacteristicsAF) UnmarshalJSON ¶
func (v *NullableCommunicationCharacteristicsAF) UnmarshalJSON(src []byte) error
func (*NullableCommunicationCharacteristicsAF) Unset ¶
func (v *NullableCommunicationCharacteristicsAF) Unset()
type NullableEcRestriction ¶
type NullableEcRestriction struct {
// contains filtered or unexported fields
}
func NewNullableEcRestriction ¶
func NewNullableEcRestriction(val *EcRestriction) *NullableEcRestriction
func (NullableEcRestriction) Get ¶
func (v NullableEcRestriction) Get() *EcRestriction
func (NullableEcRestriction) IsSet ¶
func (v NullableEcRestriction) IsSet() bool
func (NullableEcRestriction) MarshalJSON ¶
func (v NullableEcRestriction) MarshalJSON() ([]byte, error)
func (*NullableEcRestriction) Set ¶
func (v *NullableEcRestriction) Set(val *EcRestriction)
func (*NullableEcRestriction) UnmarshalJSON ¶
func (v *NullableEcRestriction) UnmarshalJSON(src []byte) error
func (*NullableEcRestriction) Unset ¶
func (v *NullableEcRestriction) Unset()
type NullableEcRestrictionDataWb ¶
type NullableEcRestrictionDataWb struct {
// contains filtered or unexported fields
}
func NewNullableEcRestrictionDataWb ¶
func NewNullableEcRestrictionDataWb(val *EcRestrictionDataWb) *NullableEcRestrictionDataWb
func (NullableEcRestrictionDataWb) Get ¶
func (v NullableEcRestrictionDataWb) Get() *EcRestrictionDataWb
func (NullableEcRestrictionDataWb) IsSet ¶
func (v NullableEcRestrictionDataWb) IsSet() bool
func (NullableEcRestrictionDataWb) MarshalJSON ¶
func (v NullableEcRestrictionDataWb) MarshalJSON() ([]byte, error)
func (*NullableEcRestrictionDataWb) Set ¶
func (v *NullableEcRestrictionDataWb) Set(val *EcRestrictionDataWb)
func (*NullableEcRestrictionDataWb) UnmarshalJSON ¶
func (v *NullableEcRestrictionDataWb) UnmarshalJSON(src []byte) error
func (*NullableEcRestrictionDataWb) Unset ¶
func (v *NullableEcRestrictionDataWb) Unset()
type NullableEcgi ¶
type NullableEcgi struct {
// contains filtered or unexported fields
}
func NewNullableEcgi ¶
func NewNullableEcgi(val *Ecgi) *NullableEcgi
func (NullableEcgi) Get ¶
func (v NullableEcgi) Get() *Ecgi
func (NullableEcgi) IsSet ¶
func (v NullableEcgi) IsSet() bool
func (NullableEcgi) MarshalJSON ¶
func (v NullableEcgi) MarshalJSON() ([]byte, error)
func (*NullableEcgi) Set ¶
func (v *NullableEcgi) Set(val *Ecgi)
func (*NullableEcgi) UnmarshalJSON ¶
func (v *NullableEcgi) UnmarshalJSON(src []byte) error
func (*NullableEcgi) Unset ¶
func (v *NullableEcgi) Unset()
type NullableEcsAddrConfigInfo ¶
type NullableEcsAddrConfigInfo struct {
// contains filtered or unexported fields
}
func NewNullableEcsAddrConfigInfo ¶
func NewNullableEcsAddrConfigInfo(val *EcsAddrConfigInfo) *NullableEcsAddrConfigInfo
func (NullableEcsAddrConfigInfo) Get ¶
func (v NullableEcsAddrConfigInfo) Get() *EcsAddrConfigInfo
func (NullableEcsAddrConfigInfo) IsSet ¶
func (v NullableEcsAddrConfigInfo) IsSet() bool
func (NullableEcsAddrConfigInfo) MarshalJSON ¶
func (v NullableEcsAddrConfigInfo) MarshalJSON() ([]byte, error)
func (*NullableEcsAddrConfigInfo) Set ¶
func (v *NullableEcsAddrConfigInfo) Set(val *EcsAddrConfigInfo)
func (*NullableEcsAddrConfigInfo) UnmarshalJSON ¶
func (v *NullableEcsAddrConfigInfo) UnmarshalJSON(src []byte) error
func (*NullableEcsAddrConfigInfo) Unset ¶
func (v *NullableEcsAddrConfigInfo) Unset()
type NullableEcsServerAddr ¶
type NullableEcsServerAddr struct {
// contains filtered or unexported fields
}
func NewNullableEcsServerAddr ¶
func NewNullableEcsServerAddr(val *EcsServerAddr) *NullableEcsServerAddr
func (NullableEcsServerAddr) Get ¶
func (v NullableEcsServerAddr) Get() *EcsServerAddr
func (NullableEcsServerAddr) IsSet ¶
func (v NullableEcsServerAddr) IsSet() bool
func (NullableEcsServerAddr) MarshalJSON ¶
func (v NullableEcsServerAddr) MarshalJSON() ([]byte, error)
func (*NullableEcsServerAddr) Set ¶
func (v *NullableEcsServerAddr) Set(val *EcsServerAddr)
func (*NullableEcsServerAddr) UnmarshalJSON ¶
func (v *NullableEcsServerAddr) UnmarshalJSON(src []byte) error
func (*NullableEcsServerAddr) Unset ¶
func (v *NullableEcsServerAddr) Unset()
type NullableEllipsoidArc ¶
type NullableEllipsoidArc struct {
// contains filtered or unexported fields
}
func NewNullableEllipsoidArc ¶
func NewNullableEllipsoidArc(val *EllipsoidArc) *NullableEllipsoidArc
func (NullableEllipsoidArc) Get ¶
func (v NullableEllipsoidArc) Get() *EllipsoidArc
func (NullableEllipsoidArc) IsSet ¶
func (v NullableEllipsoidArc) IsSet() bool
func (NullableEllipsoidArc) MarshalJSON ¶
func (v NullableEllipsoidArc) MarshalJSON() ([]byte, error)
func (*NullableEllipsoidArc) Set ¶
func (v *NullableEllipsoidArc) Set(val *EllipsoidArc)
func (*NullableEllipsoidArc) UnmarshalJSON ¶
func (v *NullableEllipsoidArc) UnmarshalJSON(src []byte) error
func (*NullableEllipsoidArc) Unset ¶
func (v *NullableEllipsoidArc) Unset()
type NullableExpectedUeBehaviour ¶
type NullableExpectedUeBehaviour struct {
// contains filtered or unexported fields
}
func NewNullableExpectedUeBehaviour ¶
func NewNullableExpectedUeBehaviour(val *ExpectedUeBehaviour) *NullableExpectedUeBehaviour
func (NullableExpectedUeBehaviour) Get ¶
func (v NullableExpectedUeBehaviour) Get() *ExpectedUeBehaviour
func (NullableExpectedUeBehaviour) IsSet ¶
func (v NullableExpectedUeBehaviour) IsSet() bool
func (NullableExpectedUeBehaviour) MarshalJSON ¶
func (v NullableExpectedUeBehaviour) MarshalJSON() ([]byte, error)
func (*NullableExpectedUeBehaviour) Set ¶
func (v *NullableExpectedUeBehaviour) Set(val *ExpectedUeBehaviour)
func (*NullableExpectedUeBehaviour) UnmarshalJSON ¶
func (v *NullableExpectedUeBehaviour) UnmarshalJSON(src []byte) error
func (*NullableExpectedUeBehaviour) Unset ¶
func (v *NullableExpectedUeBehaviour) 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 NullableGADShape ¶
type NullableGADShape struct {
// contains filtered or unexported fields
}
func NewNullableGADShape ¶
func NewNullableGADShape(val *GADShape) *NullableGADShape
func (NullableGADShape) Get ¶
func (v NullableGADShape) Get() *GADShape
func (NullableGADShape) IsSet ¶
func (v NullableGADShape) IsSet() bool
func (NullableGADShape) MarshalJSON ¶
func (v NullableGADShape) MarshalJSON() ([]byte, error)
func (*NullableGADShape) Set ¶
func (v *NullableGADShape) Set(val *GADShape)
func (*NullableGADShape) UnmarshalJSON ¶
func (v *NullableGADShape) UnmarshalJSON(src []byte) error
func (*NullableGADShape) Unset ¶
func (v *NullableGADShape) Unset()
type NullableGNbId ¶
type NullableGNbId struct {
// contains filtered or unexported fields
}
func NewNullableGNbId ¶
func NewNullableGNbId(val *GNbId) *NullableGNbId
func (NullableGNbId) Get ¶
func (v NullableGNbId) Get() *GNbId
func (NullableGNbId) IsSet ¶
func (v NullableGNbId) IsSet() bool
func (NullableGNbId) MarshalJSON ¶
func (v NullableGNbId) MarshalJSON() ([]byte, error)
func (*NullableGNbId) Set ¶
func (v *NullableGNbId) Set(val *GNbId)
func (*NullableGNbId) UnmarshalJSON ¶
func (v *NullableGNbId) UnmarshalJSON(src []byte) error
func (*NullableGNbId) Unset ¶
func (v *NullableGNbId) Unset()
type NullableGeoServiceArea ¶
type NullableGeoServiceArea struct {
// contains filtered or unexported fields
}
func NewNullableGeoServiceArea ¶
func NewNullableGeoServiceArea(val *GeoServiceArea) *NullableGeoServiceArea
func (NullableGeoServiceArea) Get ¶
func (v NullableGeoServiceArea) Get() *GeoServiceArea
func (NullableGeoServiceArea) IsSet ¶
func (v NullableGeoServiceArea) IsSet() bool
func (NullableGeoServiceArea) MarshalJSON ¶
func (v NullableGeoServiceArea) MarshalJSON() ([]byte, error)
func (*NullableGeoServiceArea) Set ¶
func (v *NullableGeoServiceArea) Set(val *GeoServiceArea)
func (*NullableGeoServiceArea) UnmarshalJSON ¶
func (v *NullableGeoServiceArea) UnmarshalJSON(src []byte) error
func (*NullableGeoServiceArea) Unset ¶
func (v *NullableGeoServiceArea) Unset()
type NullableGeographicArea ¶
type NullableGeographicArea struct {
// contains filtered or unexported fields
}
func NewNullableGeographicArea ¶
func NewNullableGeographicArea(val *GeographicArea) *NullableGeographicArea
func (NullableGeographicArea) Get ¶
func (v NullableGeographicArea) Get() *GeographicArea
func (NullableGeographicArea) IsSet ¶
func (v NullableGeographicArea) IsSet() bool
func (NullableGeographicArea) MarshalJSON ¶
func (v NullableGeographicArea) MarshalJSON() ([]byte, error)
func (*NullableGeographicArea) Set ¶
func (v *NullableGeographicArea) Set(val *GeographicArea)
func (*NullableGeographicArea) UnmarshalJSON ¶
func (v *NullableGeographicArea) UnmarshalJSON(src []byte) error
func (*NullableGeographicArea) Unset ¶
func (v *NullableGeographicArea) Unset()
type NullableGeographicalCoordinates ¶
type NullableGeographicalCoordinates struct {
// contains filtered or unexported fields
}
func NewNullableGeographicalCoordinates ¶
func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates
func (NullableGeographicalCoordinates) Get ¶
func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates
func (NullableGeographicalCoordinates) IsSet ¶
func (v NullableGeographicalCoordinates) IsSet() bool
func (NullableGeographicalCoordinates) MarshalJSON ¶
func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error)
func (*NullableGeographicalCoordinates) Set ¶
func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates)
func (*NullableGeographicalCoordinates) UnmarshalJSON ¶
func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error
func (*NullableGeographicalCoordinates) Unset ¶
func (v *NullableGeographicalCoordinates) Unset()
type NullableGetPPDataEntryUeIdParameter ¶
type NullableGetPPDataEntryUeIdParameter struct {
// contains filtered or unexported fields
}
func NewNullableGetPPDataEntryUeIdParameter ¶
func NewNullableGetPPDataEntryUeIdParameter(val *GetPPDataEntryUeIdParameter) *NullableGetPPDataEntryUeIdParameter
func (NullableGetPPDataEntryUeIdParameter) Get ¶
func (v NullableGetPPDataEntryUeIdParameter) Get() *GetPPDataEntryUeIdParameter
func (NullableGetPPDataEntryUeIdParameter) IsSet ¶
func (v NullableGetPPDataEntryUeIdParameter) IsSet() bool
func (NullableGetPPDataEntryUeIdParameter) MarshalJSON ¶
func (v NullableGetPPDataEntryUeIdParameter) MarshalJSON() ([]byte, error)
func (*NullableGetPPDataEntryUeIdParameter) Set ¶
func (v *NullableGetPPDataEntryUeIdParameter) Set(val *GetPPDataEntryUeIdParameter)
func (*NullableGetPPDataEntryUeIdParameter) UnmarshalJSON ¶
func (v *NullableGetPPDataEntryUeIdParameter) UnmarshalJSON(src []byte) error
func (*NullableGetPPDataEntryUeIdParameter) Unset ¶
func (v *NullableGetPPDataEntryUeIdParameter) Unset()
type NullableGlobalRanNodeId ¶
type NullableGlobalRanNodeId struct {
// contains filtered or unexported fields
}
func NewNullableGlobalRanNodeId ¶
func NewNullableGlobalRanNodeId(val *GlobalRanNodeId) *NullableGlobalRanNodeId
func (NullableGlobalRanNodeId) Get ¶
func (v NullableGlobalRanNodeId) Get() *GlobalRanNodeId
func (NullableGlobalRanNodeId) IsSet ¶
func (v NullableGlobalRanNodeId) IsSet() bool
func (NullableGlobalRanNodeId) MarshalJSON ¶
func (v NullableGlobalRanNodeId) MarshalJSON() ([]byte, error)
func (*NullableGlobalRanNodeId) Set ¶
func (v *NullableGlobalRanNodeId) Set(val *GlobalRanNodeId)
func (*NullableGlobalRanNodeId) UnmarshalJSON ¶
func (v *NullableGlobalRanNodeId) UnmarshalJSON(src []byte) error
func (*NullableGlobalRanNodeId) Unset ¶
func (v *NullableGlobalRanNodeId) 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 NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpAddress ¶
type NullableIpAddress struct {
// contains filtered or unexported fields
}
func NewNullableIpAddress ¶
func NewNullableIpAddress(val *IpAddress) *NullableIpAddress
func (NullableIpAddress) Get ¶
func (v NullableIpAddress) Get() *IpAddress
func (NullableIpAddress) IsSet ¶
func (v NullableIpAddress) IsSet() bool
func (NullableIpAddress) MarshalJSON ¶
func (v NullableIpAddress) MarshalJSON() ([]byte, error)
func (*NullableIpAddress) Set ¶
func (v *NullableIpAddress) Set(val *IpAddress)
func (*NullableIpAddress) UnmarshalJSON ¶
func (v *NullableIpAddress) UnmarshalJSON(src []byte) error
func (*NullableIpAddress) Unset ¶
func (v *NullableIpAddress) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableLcsPrivacy ¶
type NullableLcsPrivacy struct {
// contains filtered or unexported fields
}
func NewNullableLcsPrivacy ¶
func NewNullableLcsPrivacy(val *LcsPrivacy) *NullableLcsPrivacy
func (NullableLcsPrivacy) Get ¶
func (v NullableLcsPrivacy) Get() *LcsPrivacy
func (NullableLcsPrivacy) IsSet ¶
func (v NullableLcsPrivacy) IsSet() bool
func (NullableLcsPrivacy) MarshalJSON ¶
func (v NullableLcsPrivacy) MarshalJSON() ([]byte, error)
func (*NullableLcsPrivacy) Set ¶
func (v *NullableLcsPrivacy) Set(val *LcsPrivacy)
func (*NullableLcsPrivacy) UnmarshalJSON ¶
func (v *NullableLcsPrivacy) UnmarshalJSON(src []byte) error
func (*NullableLcsPrivacy) Unset ¶
func (v *NullableLcsPrivacy) Unset()
type NullableLocal2dPointUncertaintyEllipse ¶
type NullableLocal2dPointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableLocal2dPointUncertaintyEllipse ¶
func NewNullableLocal2dPointUncertaintyEllipse(val *Local2dPointUncertaintyEllipse) *NullableLocal2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) Get ¶
func (v NullableLocal2dPointUncertaintyEllipse) Get() *Local2dPointUncertaintyEllipse
func (NullableLocal2dPointUncertaintyEllipse) IsSet ¶
func (v NullableLocal2dPointUncertaintyEllipse) IsSet() bool
func (NullableLocal2dPointUncertaintyEllipse) MarshalJSON ¶
func (v NullableLocal2dPointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableLocal2dPointUncertaintyEllipse) Set ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Set(val *Local2dPointUncertaintyEllipse)
func (*NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableLocal2dPointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableLocal2dPointUncertaintyEllipse) Unset ¶
func (v *NullableLocal2dPointUncertaintyEllipse) Unset()
type NullableLocal3dPointUncertaintyEllipsoid ¶
type NullableLocal3dPointUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableLocal3dPointUncertaintyEllipsoid ¶
func NewNullableLocal3dPointUncertaintyEllipsoid(val *Local3dPointUncertaintyEllipsoid) *NullableLocal3dPointUncertaintyEllipsoid
func (NullableLocal3dPointUncertaintyEllipsoid) IsSet ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) IsSet() bool
func (NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableLocal3dPointUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableLocal3dPointUncertaintyEllipsoid) Set ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Set(val *Local3dPointUncertaintyEllipsoid)
func (*NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableLocal3dPointUncertaintyEllipsoid) Unset ¶
func (v *NullableLocal3dPointUncertaintyEllipsoid) Unset()
type NullableLocalOrigin ¶
type NullableLocalOrigin struct {
// contains filtered or unexported fields
}
func NewNullableLocalOrigin ¶
func NewNullableLocalOrigin(val *LocalOrigin) *NullableLocalOrigin
func (NullableLocalOrigin) Get ¶
func (v NullableLocalOrigin) Get() *LocalOrigin
func (NullableLocalOrigin) IsSet ¶
func (v NullableLocalOrigin) IsSet() bool
func (NullableLocalOrigin) MarshalJSON ¶
func (v NullableLocalOrigin) MarshalJSON() ([]byte, error)
func (*NullableLocalOrigin) Set ¶
func (v *NullableLocalOrigin) Set(val *LocalOrigin)
func (*NullableLocalOrigin) UnmarshalJSON ¶
func (v *NullableLocalOrigin) UnmarshalJSON(src []byte) error
func (*NullableLocalOrigin) Unset ¶
func (v *NullableLocalOrigin) Unset()
type NullableLocationArea ¶
type NullableLocationArea struct {
// contains filtered or unexported fields
}
func NewNullableLocationArea ¶
func NewNullableLocationArea(val *LocationArea) *NullableLocationArea
func (NullableLocationArea) Get ¶
func (v NullableLocationArea) Get() *LocationArea
func (NullableLocationArea) IsSet ¶
func (v NullableLocationArea) IsSet() bool
func (NullableLocationArea) MarshalJSON ¶
func (v NullableLocationArea) MarshalJSON() ([]byte, error)
func (*NullableLocationArea) Set ¶
func (v *NullableLocationArea) Set(val *LocationArea)
func (*NullableLocationArea) UnmarshalJSON ¶
func (v *NullableLocationArea) UnmarshalJSON(src []byte) error
func (*NullableLocationArea) Unset ¶
func (v *NullableLocationArea) Unset()
type NullableLocationPrivacyInd ¶
type NullableLocationPrivacyInd struct {
// contains filtered or unexported fields
}
func NewNullableLocationPrivacyInd ¶
func NewNullableLocationPrivacyInd(val *LocationPrivacyInd) *NullableLocationPrivacyInd
func (NullableLocationPrivacyInd) Get ¶
func (v NullableLocationPrivacyInd) Get() *LocationPrivacyInd
func (NullableLocationPrivacyInd) IsSet ¶
func (v NullableLocationPrivacyInd) IsSet() bool
func (NullableLocationPrivacyInd) MarshalJSON ¶
func (v NullableLocationPrivacyInd) MarshalJSON() ([]byte, error)
func (*NullableLocationPrivacyInd) Set ¶
func (v *NullableLocationPrivacyInd) Set(val *LocationPrivacyInd)
func (*NullableLocationPrivacyInd) UnmarshalJSON ¶
func (v *NullableLocationPrivacyInd) UnmarshalJSON(src []byte) error
func (*NullableLocationPrivacyInd) Unset ¶
func (v *NullableLocationPrivacyInd) Unset()
type NullableLpi ¶
type NullableLpi struct {
// contains filtered or unexported fields
}
func NewNullableLpi ¶
func NewNullableLpi(val *Lpi) *NullableLpi
func (NullableLpi) Get ¶
func (v NullableLpi) Get() *Lpi
func (NullableLpi) IsSet ¶
func (v NullableLpi) IsSet() bool
func (NullableLpi) MarshalJSON ¶
func (v NullableLpi) MarshalJSON() ([]byte, error)
func (*NullableLpi) Set ¶
func (v *NullableLpi) Set(val *Lpi)
func (*NullableLpi) UnmarshalJSON ¶
func (v *NullableLpi) UnmarshalJSON(src []byte) error
func (*NullableLpi) Unset ¶
func (v *NullableLpi) Unset()
type NullableMbsSessionId ¶
type NullableMbsSessionId struct {
// contains filtered or unexported fields
}
func NewNullableMbsSessionId ¶
func NewNullableMbsSessionId(val *MbsSessionId) *NullableMbsSessionId
func (NullableMbsSessionId) Get ¶
func (v NullableMbsSessionId) Get() *MbsSessionId
func (NullableMbsSessionId) IsSet ¶
func (v NullableMbsSessionId) IsSet() bool
func (NullableMbsSessionId) MarshalJSON ¶
func (v NullableMbsSessionId) MarshalJSON() ([]byte, error)
func (*NullableMbsSessionId) Set ¶
func (v *NullableMbsSessionId) Set(val *MbsSessionId)
func (*NullableMbsSessionId) UnmarshalJSON ¶
func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error
func (*NullableMbsSessionId) Unset ¶
func (v *NullableMbsSessionId) Unset()
type NullableModel5GVnGroupConfiguration ¶
type NullableModel5GVnGroupConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableModel5GVnGroupConfiguration ¶
func NewNullableModel5GVnGroupConfiguration(val *Model5GVnGroupConfiguration) *NullableModel5GVnGroupConfiguration
func (NullableModel5GVnGroupConfiguration) Get ¶
func (v NullableModel5GVnGroupConfiguration) Get() *Model5GVnGroupConfiguration
func (NullableModel5GVnGroupConfiguration) IsSet ¶
func (v NullableModel5GVnGroupConfiguration) IsSet() bool
func (NullableModel5GVnGroupConfiguration) MarshalJSON ¶
func (v NullableModel5GVnGroupConfiguration) MarshalJSON() ([]byte, error)
func (*NullableModel5GVnGroupConfiguration) Set ¶
func (v *NullableModel5GVnGroupConfiguration) Set(val *Model5GVnGroupConfiguration)
func (*NullableModel5GVnGroupConfiguration) UnmarshalJSON ¶
func (v *NullableModel5GVnGroupConfiguration) UnmarshalJSON(src []byte) error
func (*NullableModel5GVnGroupConfiguration) Unset ¶
func (v *NullableModel5GVnGroupConfiguration) Unset()
type NullableModel5GVnGroupData ¶
type NullableModel5GVnGroupData struct {
// contains filtered or unexported fields
}
func NewNullableModel5GVnGroupData ¶
func NewNullableModel5GVnGroupData(val *Model5GVnGroupData) *NullableModel5GVnGroupData
func (NullableModel5GVnGroupData) Get ¶
func (v NullableModel5GVnGroupData) Get() *Model5GVnGroupData
func (NullableModel5GVnGroupData) IsSet ¶
func (v NullableModel5GVnGroupData) IsSet() bool
func (NullableModel5GVnGroupData) MarshalJSON ¶
func (v NullableModel5GVnGroupData) MarshalJSON() ([]byte, error)
func (*NullableModel5GVnGroupData) Set ¶
func (v *NullableModel5GVnGroupData) Set(val *Model5GVnGroupData)
func (*NullableModel5GVnGroupData) UnmarshalJSON ¶
func (v *NullableModel5GVnGroupData) UnmarshalJSON(src []byte) error
func (*NullableModel5GVnGroupData) Unset ¶
func (v *NullableModel5GVnGroupData) Unset()
type NullableModel5MbsAuthorizationInfo ¶
type NullableModel5MbsAuthorizationInfo struct {
// contains filtered or unexported fields
}
func NewNullableModel5MbsAuthorizationInfo ¶
func NewNullableModel5MbsAuthorizationInfo(val *Model5MbsAuthorizationInfo) *NullableModel5MbsAuthorizationInfo
func (NullableModel5MbsAuthorizationInfo) Get ¶
func (v NullableModel5MbsAuthorizationInfo) Get() *Model5MbsAuthorizationInfo
func (NullableModel5MbsAuthorizationInfo) IsSet ¶
func (v NullableModel5MbsAuthorizationInfo) IsSet() bool
func (NullableModel5MbsAuthorizationInfo) MarshalJSON ¶
func (v NullableModel5MbsAuthorizationInfo) MarshalJSON() ([]byte, error)
func (*NullableModel5MbsAuthorizationInfo) Set ¶
func (v *NullableModel5MbsAuthorizationInfo) Set(val *Model5MbsAuthorizationInfo)
func (*NullableModel5MbsAuthorizationInfo) UnmarshalJSON ¶
func (v *NullableModel5MbsAuthorizationInfo) UnmarshalJSON(src []byte) error
func (*NullableModel5MbsAuthorizationInfo) Unset ¶
func (v *NullableModel5MbsAuthorizationInfo) Unset()
type NullableMulticastMbsGroupMemb ¶
type NullableMulticastMbsGroupMemb struct {
// contains filtered or unexported fields
}
func NewNullableMulticastMbsGroupMemb ¶
func NewNullableMulticastMbsGroupMemb(val *MulticastMbsGroupMemb) *NullableMulticastMbsGroupMemb
func (NullableMulticastMbsGroupMemb) Get ¶
func (v NullableMulticastMbsGroupMemb) Get() *MulticastMbsGroupMemb
func (NullableMulticastMbsGroupMemb) IsSet ¶
func (v NullableMulticastMbsGroupMemb) IsSet() bool
func (NullableMulticastMbsGroupMemb) MarshalJSON ¶
func (v NullableMulticastMbsGroupMemb) MarshalJSON() ([]byte, error)
func (*NullableMulticastMbsGroupMemb) Set ¶
func (v *NullableMulticastMbsGroupMemb) Set(val *MulticastMbsGroupMemb)
func (*NullableMulticastMbsGroupMemb) UnmarshalJSON ¶
func (v *NullableMulticastMbsGroupMemb) UnmarshalJSON(src []byte) error
func (*NullableMulticastMbsGroupMemb) Unset ¶
func (v *NullableMulticastMbsGroupMemb) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNetworkAreaInfo ¶
type NullableNetworkAreaInfo struct {
// contains filtered or unexported fields
}
func NewNullableNetworkAreaInfo ¶
func NewNullableNetworkAreaInfo(val *NetworkAreaInfo) *NullableNetworkAreaInfo
func (NullableNetworkAreaInfo) Get ¶
func (v NullableNetworkAreaInfo) Get() *NetworkAreaInfo
func (NullableNetworkAreaInfo) IsSet ¶
func (v NullableNetworkAreaInfo) IsSet() bool
func (NullableNetworkAreaInfo) MarshalJSON ¶
func (v NullableNetworkAreaInfo) MarshalJSON() ([]byte, error)
func (*NullableNetworkAreaInfo) Set ¶
func (v *NullableNetworkAreaInfo) Set(val *NetworkAreaInfo)
func (*NullableNetworkAreaInfo) UnmarshalJSON ¶
func (v *NullableNetworkAreaInfo) UnmarshalJSON(src []byte) error
func (*NullableNetworkAreaInfo) Unset ¶
func (v *NullableNetworkAreaInfo) 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 NullablePatchResult ¶
type NullablePatchResult struct {
// contains filtered or unexported fields
}
func NewNullablePatchResult ¶
func NewNullablePatchResult(val *PatchResult) *NullablePatchResult
func (NullablePatchResult) Get ¶
func (v NullablePatchResult) Get() *PatchResult
func (NullablePatchResult) IsSet ¶
func (v NullablePatchResult) IsSet() bool
func (NullablePatchResult) MarshalJSON ¶
func (v NullablePatchResult) MarshalJSON() ([]byte, error)
func (*NullablePatchResult) Set ¶
func (v *NullablePatchResult) Set(val *PatchResult)
func (*NullablePatchResult) UnmarshalJSON ¶
func (v *NullablePatchResult) UnmarshalJSON(src []byte) error
func (*NullablePatchResult) Unset ¶
func (v *NullablePatchResult) Unset()
type NullablePduSessionType ¶
type NullablePduSessionType struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionType ¶
func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType
func (NullablePduSessionType) Get ¶
func (v NullablePduSessionType) Get() *PduSessionType
func (NullablePduSessionType) IsSet ¶
func (v NullablePduSessionType) IsSet() bool
func (NullablePduSessionType) MarshalJSON ¶
func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
func (*NullablePduSessionType) Set ¶
func (v *NullablePduSessionType) Set(val *PduSessionType)
func (*NullablePduSessionType) UnmarshalJSON ¶
func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
func (*NullablePduSessionType) Unset ¶
func (v *NullablePduSessionType) Unset()
type NullablePlmnEcInfo ¶
type NullablePlmnEcInfo struct {
// contains filtered or unexported fields
}
func NewNullablePlmnEcInfo ¶
func NewNullablePlmnEcInfo(val *PlmnEcInfo) *NullablePlmnEcInfo
func (NullablePlmnEcInfo) Get ¶
func (v NullablePlmnEcInfo) Get() *PlmnEcInfo
func (NullablePlmnEcInfo) IsSet ¶
func (v NullablePlmnEcInfo) IsSet() bool
func (NullablePlmnEcInfo) MarshalJSON ¶
func (v NullablePlmnEcInfo) MarshalJSON() ([]byte, error)
func (*NullablePlmnEcInfo) Set ¶
func (v *NullablePlmnEcInfo) Set(val *PlmnEcInfo)
func (*NullablePlmnEcInfo) UnmarshalJSON ¶
func (v *NullablePlmnEcInfo) UnmarshalJSON(src []byte) error
func (*NullablePlmnEcInfo) Unset ¶
func (v *NullablePlmnEcInfo) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullablePoint ¶
type NullablePoint struct {
// contains filtered or unexported fields
}
func NewNullablePoint ¶
func NewNullablePoint(val *Point) *NullablePoint
func (NullablePoint) Get ¶
func (v NullablePoint) Get() *Point
func (NullablePoint) IsSet ¶
func (v NullablePoint) IsSet() bool
func (NullablePoint) MarshalJSON ¶
func (v NullablePoint) MarshalJSON() ([]byte, error)
func (*NullablePoint) Set ¶
func (v *NullablePoint) Set(val *Point)
func (*NullablePoint) UnmarshalJSON ¶
func (v *NullablePoint) UnmarshalJSON(src []byte) error
func (*NullablePoint) Unset ¶
func (v *NullablePoint) Unset()
type NullablePointAltitude ¶
type NullablePointAltitude struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitude ¶
func NewNullablePointAltitude(val *PointAltitude) *NullablePointAltitude
func (NullablePointAltitude) Get ¶
func (v NullablePointAltitude) Get() *PointAltitude
func (NullablePointAltitude) IsSet ¶
func (v NullablePointAltitude) IsSet() bool
func (NullablePointAltitude) MarshalJSON ¶
func (v NullablePointAltitude) MarshalJSON() ([]byte, error)
func (*NullablePointAltitude) Set ¶
func (v *NullablePointAltitude) Set(val *PointAltitude)
func (*NullablePointAltitude) UnmarshalJSON ¶
func (v *NullablePointAltitude) UnmarshalJSON(src []byte) error
func (*NullablePointAltitude) Unset ¶
func (v *NullablePointAltitude) Unset()
type NullablePointAltitudeUncertainty ¶
type NullablePointAltitudeUncertainty struct {
// contains filtered or unexported fields
}
func NewNullablePointAltitudeUncertainty ¶
func NewNullablePointAltitudeUncertainty(val *PointAltitudeUncertainty) *NullablePointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) Get ¶
func (v NullablePointAltitudeUncertainty) Get() *PointAltitudeUncertainty
func (NullablePointAltitudeUncertainty) IsSet ¶
func (v NullablePointAltitudeUncertainty) IsSet() bool
func (NullablePointAltitudeUncertainty) MarshalJSON ¶
func (v NullablePointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*NullablePointAltitudeUncertainty) Set ¶
func (v *NullablePointAltitudeUncertainty) Set(val *PointAltitudeUncertainty)
func (*NullablePointAltitudeUncertainty) UnmarshalJSON ¶
func (v *NullablePointAltitudeUncertainty) UnmarshalJSON(src []byte) error
func (*NullablePointAltitudeUncertainty) Unset ¶
func (v *NullablePointAltitudeUncertainty) Unset()
type NullablePointUncertaintyCircle ¶
type NullablePointUncertaintyCircle struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyCircle ¶
func NewNullablePointUncertaintyCircle(val *PointUncertaintyCircle) *NullablePointUncertaintyCircle
func (NullablePointUncertaintyCircle) Get ¶
func (v NullablePointUncertaintyCircle) Get() *PointUncertaintyCircle
func (NullablePointUncertaintyCircle) IsSet ¶
func (v NullablePointUncertaintyCircle) IsSet() bool
func (NullablePointUncertaintyCircle) MarshalJSON ¶
func (v NullablePointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyCircle) Set ¶
func (v *NullablePointUncertaintyCircle) Set(val *PointUncertaintyCircle)
func (*NullablePointUncertaintyCircle) UnmarshalJSON ¶
func (v *NullablePointUncertaintyCircle) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyCircle) Unset ¶
func (v *NullablePointUncertaintyCircle) Unset()
type NullablePointUncertaintyEllipse ¶
type NullablePointUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullablePointUncertaintyEllipse ¶
func NewNullablePointUncertaintyEllipse(val *PointUncertaintyEllipse) *NullablePointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) Get ¶
func (v NullablePointUncertaintyEllipse) Get() *PointUncertaintyEllipse
func (NullablePointUncertaintyEllipse) IsSet ¶
func (v NullablePointUncertaintyEllipse) IsSet() bool
func (NullablePointUncertaintyEllipse) MarshalJSON ¶
func (v NullablePointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullablePointUncertaintyEllipse) Set ¶
func (v *NullablePointUncertaintyEllipse) Set(val *PointUncertaintyEllipse)
func (*NullablePointUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullablePointUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullablePointUncertaintyEllipse) Unset ¶
func (v *NullablePointUncertaintyEllipse) Unset()
type NullablePolygon ¶
type NullablePolygon struct {
// contains filtered or unexported fields
}
func NewNullablePolygon ¶
func NewNullablePolygon(val *Polygon) *NullablePolygon
func (NullablePolygon) Get ¶
func (v NullablePolygon) Get() *Polygon
func (NullablePolygon) IsSet ¶
func (v NullablePolygon) IsSet() bool
func (NullablePolygon) MarshalJSON ¶
func (v NullablePolygon) MarshalJSON() ([]byte, error)
func (*NullablePolygon) Set ¶
func (v *NullablePolygon) Set(val *Polygon)
func (*NullablePolygon) UnmarshalJSON ¶
func (v *NullablePolygon) UnmarshalJSON(src []byte) error
func (*NullablePolygon) Unset ¶
func (v *NullablePolygon) Unset()
type NullablePpActiveTime ¶
type NullablePpActiveTime struct {
// contains filtered or unexported fields
}
func NewNullablePpActiveTime ¶
func NewNullablePpActiveTime(val *PpActiveTime) *NullablePpActiveTime
func (NullablePpActiveTime) Get ¶
func (v NullablePpActiveTime) Get() *PpActiveTime
func (NullablePpActiveTime) IsSet ¶
func (v NullablePpActiveTime) IsSet() bool
func (NullablePpActiveTime) MarshalJSON ¶
func (v NullablePpActiveTime) MarshalJSON() ([]byte, error)
func (*NullablePpActiveTime) Set ¶
func (v *NullablePpActiveTime) Set(val *PpActiveTime)
func (*NullablePpActiveTime) UnmarshalJSON ¶
func (v *NullablePpActiveTime) UnmarshalJSON(src []byte) error
func (*NullablePpActiveTime) Unset ¶
func (v *NullablePpActiveTime) Unset()
type NullablePpData ¶
type NullablePpData struct {
// contains filtered or unexported fields
}
func NewNullablePpData ¶
func NewNullablePpData(val *PpData) *NullablePpData
func (NullablePpData) Get ¶
func (v NullablePpData) Get() *PpData
func (NullablePpData) IsSet ¶
func (v NullablePpData) IsSet() bool
func (NullablePpData) MarshalJSON ¶
func (v NullablePpData) MarshalJSON() ([]byte, error)
func (*NullablePpData) Set ¶
func (v *NullablePpData) Set(val *PpData)
func (*NullablePpData) UnmarshalJSON ¶
func (v *NullablePpData) UnmarshalJSON(src []byte) error
func (*NullablePpData) Unset ¶
func (v *NullablePpData) Unset()
type NullablePpDataEntry ¶
type NullablePpDataEntry struct {
// contains filtered or unexported fields
}
func NewNullablePpDataEntry ¶
func NewNullablePpDataEntry(val *PpDataEntry) *NullablePpDataEntry
func (NullablePpDataEntry) Get ¶
func (v NullablePpDataEntry) Get() *PpDataEntry
func (NullablePpDataEntry) IsSet ¶
func (v NullablePpDataEntry) IsSet() bool
func (NullablePpDataEntry) MarshalJSON ¶
func (v NullablePpDataEntry) MarshalJSON() ([]byte, error)
func (*NullablePpDataEntry) Set ¶
func (v *NullablePpDataEntry) Set(val *PpDataEntry)
func (*NullablePpDataEntry) UnmarshalJSON ¶
func (v *NullablePpDataEntry) UnmarshalJSON(src []byte) error
func (*NullablePpDataEntry) Unset ¶
func (v *NullablePpDataEntry) Unset()
type NullablePpDlPacketCountExt ¶
type NullablePpDlPacketCountExt struct {
// contains filtered or unexported fields
}
func NewNullablePpDlPacketCountExt ¶
func NewNullablePpDlPacketCountExt(val *PpDlPacketCountExt) *NullablePpDlPacketCountExt
func (NullablePpDlPacketCountExt) Get ¶
func (v NullablePpDlPacketCountExt) Get() *PpDlPacketCountExt
func (NullablePpDlPacketCountExt) IsSet ¶
func (v NullablePpDlPacketCountExt) IsSet() bool
func (NullablePpDlPacketCountExt) MarshalJSON ¶
func (v NullablePpDlPacketCountExt) MarshalJSON() ([]byte, error)
func (*NullablePpDlPacketCountExt) Set ¶
func (v *NullablePpDlPacketCountExt) Set(val *PpDlPacketCountExt)
func (*NullablePpDlPacketCountExt) UnmarshalJSON ¶
func (v *NullablePpDlPacketCountExt) UnmarshalJSON(src []byte) error
func (*NullablePpDlPacketCountExt) Unset ¶
func (v *NullablePpDlPacketCountExt) Unset()
type NullablePpMaximumLatency ¶
type NullablePpMaximumLatency struct {
// contains filtered or unexported fields
}
func NewNullablePpMaximumLatency ¶
func NewNullablePpMaximumLatency(val *PpMaximumLatency) *NullablePpMaximumLatency
func (NullablePpMaximumLatency) Get ¶
func (v NullablePpMaximumLatency) Get() *PpMaximumLatency
func (NullablePpMaximumLatency) IsSet ¶
func (v NullablePpMaximumLatency) IsSet() bool
func (NullablePpMaximumLatency) MarshalJSON ¶
func (v NullablePpMaximumLatency) MarshalJSON() ([]byte, error)
func (*NullablePpMaximumLatency) Set ¶
func (v *NullablePpMaximumLatency) Set(val *PpMaximumLatency)
func (*NullablePpMaximumLatency) UnmarshalJSON ¶
func (v *NullablePpMaximumLatency) UnmarshalJSON(src []byte) error
func (*NullablePpMaximumLatency) Unset ¶
func (v *NullablePpMaximumLatency) Unset()
type NullablePpMaximumResponseTime ¶
type NullablePpMaximumResponseTime struct {
// contains filtered or unexported fields
}
func NewNullablePpMaximumResponseTime ¶
func NewNullablePpMaximumResponseTime(val *PpMaximumResponseTime) *NullablePpMaximumResponseTime
func (NullablePpMaximumResponseTime) Get ¶
func (v NullablePpMaximumResponseTime) Get() *PpMaximumResponseTime
func (NullablePpMaximumResponseTime) IsSet ¶
func (v NullablePpMaximumResponseTime) IsSet() bool
func (NullablePpMaximumResponseTime) MarshalJSON ¶
func (v NullablePpMaximumResponseTime) MarshalJSON() ([]byte, error)
func (*NullablePpMaximumResponseTime) Set ¶
func (v *NullablePpMaximumResponseTime) Set(val *PpMaximumResponseTime)
func (*NullablePpMaximumResponseTime) UnmarshalJSON ¶
func (v *NullablePpMaximumResponseTime) UnmarshalJSON(src []byte) error
func (*NullablePpMaximumResponseTime) Unset ¶
func (v *NullablePpMaximumResponseTime) Unset()
type NullablePpSubsRegTimer ¶
type NullablePpSubsRegTimer struct {
// contains filtered or unexported fields
}
func NewNullablePpSubsRegTimer ¶
func NewNullablePpSubsRegTimer(val *PpSubsRegTimer) *NullablePpSubsRegTimer
func (NullablePpSubsRegTimer) Get ¶
func (v NullablePpSubsRegTimer) Get() *PpSubsRegTimer
func (NullablePpSubsRegTimer) IsSet ¶
func (v NullablePpSubsRegTimer) IsSet() bool
func (NullablePpSubsRegTimer) MarshalJSON ¶
func (v NullablePpSubsRegTimer) MarshalJSON() ([]byte, error)
func (*NullablePpSubsRegTimer) Set ¶
func (v *NullablePpSubsRegTimer) Set(val *PpSubsRegTimer)
func (*NullablePpSubsRegTimer) UnmarshalJSON ¶
func (v *NullablePpSubsRegTimer) UnmarshalJSON(src []byte) error
func (*NullablePpSubsRegTimer) Unset ¶
func (v *NullablePpSubsRegTimer) 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 NullableRelativeCartesianLocation ¶
type NullableRelativeCartesianLocation struct {
// contains filtered or unexported fields
}
func NewNullableRelativeCartesianLocation ¶
func NewNullableRelativeCartesianLocation(val *RelativeCartesianLocation) *NullableRelativeCartesianLocation
func (NullableRelativeCartesianLocation) Get ¶
func (v NullableRelativeCartesianLocation) Get() *RelativeCartesianLocation
func (NullableRelativeCartesianLocation) IsSet ¶
func (v NullableRelativeCartesianLocation) IsSet() bool
func (NullableRelativeCartesianLocation) MarshalJSON ¶
func (v NullableRelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*NullableRelativeCartesianLocation) Set ¶
func (v *NullableRelativeCartesianLocation) Set(val *RelativeCartesianLocation)
func (*NullableRelativeCartesianLocation) UnmarshalJSON ¶
func (v *NullableRelativeCartesianLocation) UnmarshalJSON(src []byte) error
func (*NullableRelativeCartesianLocation) Unset ¶
func (v *NullableRelativeCartesianLocation) Unset()
type NullableReportItem ¶
type NullableReportItem struct {
// contains filtered or unexported fields
}
func NewNullableReportItem ¶
func NewNullableReportItem(val *ReportItem) *NullableReportItem
func (NullableReportItem) Get ¶
func (v NullableReportItem) Get() *ReportItem
func (NullableReportItem) IsSet ¶
func (v NullableReportItem) IsSet() bool
func (NullableReportItem) MarshalJSON ¶
func (v NullableReportItem) MarshalJSON() ([]byte, error)
func (*NullableReportItem) Set ¶
func (v *NullableReportItem) Set(val *ReportItem)
func (*NullableReportItem) UnmarshalJSON ¶
func (v *NullableReportItem) UnmarshalJSON(src []byte) error
func (*NullableReportItem) Unset ¶
func (v *NullableReportItem) Unset()
type NullableScheduledCommunicationTime ¶
type NullableScheduledCommunicationTime struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationTime ¶
func NewNullableScheduledCommunicationTime(val *ScheduledCommunicationTime) *NullableScheduledCommunicationTime
func (NullableScheduledCommunicationTime) Get ¶
func (v NullableScheduledCommunicationTime) Get() *ScheduledCommunicationTime
func (NullableScheduledCommunicationTime) IsSet ¶
func (v NullableScheduledCommunicationTime) IsSet() bool
func (NullableScheduledCommunicationTime) MarshalJSON ¶
func (v NullableScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationTime) Set ¶
func (v *NullableScheduledCommunicationTime) Set(val *ScheduledCommunicationTime)
func (*NullableScheduledCommunicationTime) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationTime) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationTime) Unset ¶
func (v *NullableScheduledCommunicationTime) Unset()
type NullableScheduledCommunicationType ¶
type NullableScheduledCommunicationType struct {
// contains filtered or unexported fields
}
func NewNullableScheduledCommunicationType ¶
func NewNullableScheduledCommunicationType(val *ScheduledCommunicationType) *NullableScheduledCommunicationType
func (NullableScheduledCommunicationType) Get ¶
func (v NullableScheduledCommunicationType) Get() *ScheduledCommunicationType
func (NullableScheduledCommunicationType) IsSet ¶
func (v NullableScheduledCommunicationType) IsSet() bool
func (NullableScheduledCommunicationType) MarshalJSON ¶
func (v NullableScheduledCommunicationType) MarshalJSON() ([]byte, error)
func (*NullableScheduledCommunicationType) Set ¶
func (v *NullableScheduledCommunicationType) Set(val *ScheduledCommunicationType)
func (*NullableScheduledCommunicationType) UnmarshalJSON ¶
func (v *NullableScheduledCommunicationType) UnmarshalJSON(src []byte) error
func (*NullableScheduledCommunicationType) Unset ¶
func (v *NullableScheduledCommunicationType) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableSorInfo ¶
type NullableSorInfo struct {
// contains filtered or unexported fields
}
func NewNullableSorInfo ¶
func NewNullableSorInfo(val *SorInfo) *NullableSorInfo
func (NullableSorInfo) Get ¶
func (v NullableSorInfo) Get() *SorInfo
func (NullableSorInfo) IsSet ¶
func (v NullableSorInfo) IsSet() bool
func (NullableSorInfo) MarshalJSON ¶
func (v NullableSorInfo) MarshalJSON() ([]byte, error)
func (*NullableSorInfo) Set ¶
func (v *NullableSorInfo) Set(val *SorInfo)
func (*NullableSorInfo) UnmarshalJSON ¶
func (v *NullableSorInfo) UnmarshalJSON(src []byte) error
func (*NullableSorInfo) Unset ¶
func (v *NullableSorInfo) Unset()
type NullableSpatialValidityCond ¶
type NullableSpatialValidityCond struct {
// contains filtered or unexported fields
}
func NewNullableSpatialValidityCond ¶
func NewNullableSpatialValidityCond(val *SpatialValidityCond) *NullableSpatialValidityCond
func (NullableSpatialValidityCond) Get ¶
func (v NullableSpatialValidityCond) Get() *SpatialValidityCond
func (NullableSpatialValidityCond) IsSet ¶
func (v NullableSpatialValidityCond) IsSet() bool
func (NullableSpatialValidityCond) MarshalJSON ¶
func (v NullableSpatialValidityCond) MarshalJSON() ([]byte, error)
func (*NullableSpatialValidityCond) Set ¶
func (v *NullableSpatialValidityCond) Set(val *SpatialValidityCond)
func (*NullableSpatialValidityCond) UnmarshalJSON ¶
func (v *NullableSpatialValidityCond) UnmarshalJSON(src []byte) error
func (*NullableSpatialValidityCond) Unset ¶
func (v *NullableSpatialValidityCond) Unset()
type NullableSsm ¶
type NullableSsm struct {
// contains filtered or unexported fields
}
func NewNullableSsm ¶
func NewNullableSsm(val *Ssm) *NullableSsm
func (NullableSsm) Get ¶
func (v NullableSsm) Get() *Ssm
func (NullableSsm) IsSet ¶
func (v NullableSsm) IsSet() bool
func (NullableSsm) MarshalJSON ¶
func (v NullableSsm) MarshalJSON() ([]byte, error)
func (*NullableSsm) Set ¶
func (v *NullableSsm) Set(val *Ssm)
func (*NullableSsm) UnmarshalJSON ¶
func (v *NullableSsm) UnmarshalJSON(src []byte) error
func (*NullableSsm) Unset ¶
func (v *NullableSsm) Unset()
type NullableStationaryIndication ¶
type NullableStationaryIndication struct {
// contains filtered or unexported fields
}
func NewNullableStationaryIndication ¶
func NewNullableStationaryIndication(val *StationaryIndication) *NullableStationaryIndication
func (NullableStationaryIndication) Get ¶
func (v NullableStationaryIndication) Get() *StationaryIndication
func (NullableStationaryIndication) IsSet ¶
func (v NullableStationaryIndication) IsSet() bool
func (NullableStationaryIndication) MarshalJSON ¶
func (v NullableStationaryIndication) MarshalJSON() ([]byte, error)
func (*NullableStationaryIndication) Set ¶
func (v *NullableStationaryIndication) Set(val *StationaryIndication)
func (*NullableStationaryIndication) UnmarshalJSON ¶
func (v *NullableStationaryIndication) UnmarshalJSON(src []byte) error
func (*NullableStationaryIndication) Unset ¶
func (v *NullableStationaryIndication) Unset()
type NullableSteeringContainer ¶
type NullableSteeringContainer struct {
// contains filtered or unexported fields
}
func NewNullableSteeringContainer ¶
func NewNullableSteeringContainer(val *SteeringContainer) *NullableSteeringContainer
func (NullableSteeringContainer) Get ¶
func (v NullableSteeringContainer) Get() *SteeringContainer
func (NullableSteeringContainer) IsSet ¶
func (v NullableSteeringContainer) IsSet() bool
func (NullableSteeringContainer) MarshalJSON ¶
func (v NullableSteeringContainer) MarshalJSON() ([]byte, error)
func (*NullableSteeringContainer) Set ¶
func (v *NullableSteeringContainer) Set(val *SteeringContainer)
func (*NullableSteeringContainer) UnmarshalJSON ¶
func (v *NullableSteeringContainer) UnmarshalJSON(src []byte) error
func (*NullableSteeringContainer) Unset ¶
func (v *NullableSteeringContainer) Unset()
type NullableSteeringInfo ¶
type NullableSteeringInfo struct {
// contains filtered or unexported fields
}
func NewNullableSteeringInfo ¶
func NewNullableSteeringInfo(val *SteeringInfo) *NullableSteeringInfo
func (NullableSteeringInfo) Get ¶
func (v NullableSteeringInfo) Get() *SteeringInfo
func (NullableSteeringInfo) IsSet ¶
func (v NullableSteeringInfo) IsSet() bool
func (NullableSteeringInfo) MarshalJSON ¶
func (v NullableSteeringInfo) MarshalJSON() ([]byte, error)
func (*NullableSteeringInfo) Set ¶
func (v *NullableSteeringInfo) Set(val *SteeringInfo)
func (*NullableSteeringInfo) UnmarshalJSON ¶
func (v *NullableSteeringInfo) UnmarshalJSON(src []byte) error
func (*NullableSteeringInfo) Unset ¶
func (v *NullableSteeringInfo) 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 NullableSupportedGADShapes ¶
type NullableSupportedGADShapes struct {
// contains filtered or unexported fields
}
func NewNullableSupportedGADShapes ¶
func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes
func (NullableSupportedGADShapes) Get ¶
func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
func (NullableSupportedGADShapes) IsSet ¶
func (v NullableSupportedGADShapes) IsSet() bool
func (NullableSupportedGADShapes) MarshalJSON ¶
func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
func (*NullableSupportedGADShapes) Set ¶
func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
func (*NullableSupportedGADShapes) UnmarshalJSON ¶
func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
func (*NullableSupportedGADShapes) Unset ¶
func (v *NullableSupportedGADShapes) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type 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 NullableTmgi ¶
type NullableTmgi struct {
// contains filtered or unexported fields
}
func NewNullableTmgi ¶
func NewNullableTmgi(val *Tmgi) *NullableTmgi
func (NullableTmgi) Get ¶
func (v NullableTmgi) Get() *Tmgi
func (NullableTmgi) IsSet ¶
func (v NullableTmgi) IsSet() bool
func (NullableTmgi) MarshalJSON ¶
func (v NullableTmgi) MarshalJSON() ([]byte, error)
func (*NullableTmgi) Set ¶
func (v *NullableTmgi) Set(val *Tmgi)
func (*NullableTmgi) UnmarshalJSON ¶
func (v *NullableTmgi) UnmarshalJSON(src []byte) error
func (*NullableTmgi) Unset ¶
func (v *NullableTmgi) Unset()
type NullableTrafficProfile ¶
type NullableTrafficProfile struct {
// contains filtered or unexported fields
}
func NewNullableTrafficProfile ¶
func NewNullableTrafficProfile(val *TrafficProfile) *NullableTrafficProfile
func (NullableTrafficProfile) Get ¶
func (v NullableTrafficProfile) Get() *TrafficProfile
func (NullableTrafficProfile) IsSet ¶
func (v NullableTrafficProfile) IsSet() bool
func (NullableTrafficProfile) MarshalJSON ¶
func (v NullableTrafficProfile) MarshalJSON() ([]byte, error)
func (*NullableTrafficProfile) Set ¶
func (v *NullableTrafficProfile) Set(val *TrafficProfile)
func (*NullableTrafficProfile) UnmarshalJSON ¶
func (v *NullableTrafficProfile) UnmarshalJSON(src []byte) error
func (*NullableTrafficProfile) Unset ¶
func (v *NullableTrafficProfile) Unset()
type NullableUmtTime ¶
type NullableUmtTime struct {
// contains filtered or unexported fields
}
func NewNullableUmtTime ¶
func NewNullableUmtTime(val *UmtTime) *NullableUmtTime
func (NullableUmtTime) Get ¶
func (v NullableUmtTime) Get() *UmtTime
func (NullableUmtTime) IsSet ¶
func (v NullableUmtTime) IsSet() bool
func (NullableUmtTime) MarshalJSON ¶
func (v NullableUmtTime) MarshalJSON() ([]byte, error)
func (*NullableUmtTime) Set ¶
func (v *NullableUmtTime) Set(val *UmtTime)
func (*NullableUmtTime) UnmarshalJSON ¶
func (v *NullableUmtTime) UnmarshalJSON(src []byte) error
func (*NullableUmtTime) Unset ¶
func (v *NullableUmtTime) Unset()
type NullableUncertaintyEllipse ¶
type NullableUncertaintyEllipse struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipse ¶
func NewNullableUncertaintyEllipse(val *UncertaintyEllipse) *NullableUncertaintyEllipse
func (NullableUncertaintyEllipse) Get ¶
func (v NullableUncertaintyEllipse) Get() *UncertaintyEllipse
func (NullableUncertaintyEllipse) IsSet ¶
func (v NullableUncertaintyEllipse) IsSet() bool
func (NullableUncertaintyEllipse) MarshalJSON ¶
func (v NullableUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipse) Set ¶
func (v *NullableUncertaintyEllipse) Set(val *UncertaintyEllipse)
func (*NullableUncertaintyEllipse) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipse) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipse) Unset ¶
func (v *NullableUncertaintyEllipse) Unset()
type NullableUncertaintyEllipsoid ¶
type NullableUncertaintyEllipsoid struct {
// contains filtered or unexported fields
}
func NewNullableUncertaintyEllipsoid ¶
func NewNullableUncertaintyEllipsoid(val *UncertaintyEllipsoid) *NullableUncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) Get ¶
func (v NullableUncertaintyEllipsoid) Get() *UncertaintyEllipsoid
func (NullableUncertaintyEllipsoid) IsSet ¶
func (v NullableUncertaintyEllipsoid) IsSet() bool
func (NullableUncertaintyEllipsoid) MarshalJSON ¶
func (v NullableUncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*NullableUncertaintyEllipsoid) Set ¶
func (v *NullableUncertaintyEllipsoid) Set(val *UncertaintyEllipsoid)
func (*NullableUncertaintyEllipsoid) UnmarshalJSON ¶
func (v *NullableUncertaintyEllipsoid) UnmarshalJSON(src []byte) error
func (*NullableUncertaintyEllipsoid) Unset ¶
func (v *NullableUncertaintyEllipsoid) Unset()
type NullableUpdateUeIdParameter ¶
type NullableUpdateUeIdParameter struct {
// contains filtered or unexported fields
}
func NewNullableUpdateUeIdParameter ¶
func NewNullableUpdateUeIdParameter(val *UpdateUeIdParameter) *NullableUpdateUeIdParameter
func (NullableUpdateUeIdParameter) Get ¶
func (v NullableUpdateUeIdParameter) Get() *UpdateUeIdParameter
func (NullableUpdateUeIdParameter) IsSet ¶
func (v NullableUpdateUeIdParameter) IsSet() bool
func (NullableUpdateUeIdParameter) MarshalJSON ¶
func (v NullableUpdateUeIdParameter) MarshalJSON() ([]byte, error)
func (*NullableUpdateUeIdParameter) Set ¶
func (v *NullableUpdateUeIdParameter) Set(val *UpdateUeIdParameter)
func (*NullableUpdateUeIdParameter) UnmarshalJSON ¶
func (v *NullableUpdateUeIdParameter) UnmarshalJSON(src []byte) error
func (*NullableUpdateUeIdParameter) Unset ¶
func (v *NullableUpdateUeIdParameter) Unset()
type NullableValidTimePeriod ¶
type NullableValidTimePeriod struct {
// contains filtered or unexported fields
}
func NewNullableValidTimePeriod ¶
func NewNullableValidTimePeriod(val *ValidTimePeriod) *NullableValidTimePeriod
func (NullableValidTimePeriod) Get ¶
func (v NullableValidTimePeriod) Get() *ValidTimePeriod
func (NullableValidTimePeriod) IsSet ¶
func (v NullableValidTimePeriod) IsSet() bool
func (NullableValidTimePeriod) MarshalJSON ¶
func (v NullableValidTimePeriod) MarshalJSON() ([]byte, error)
func (*NullableValidTimePeriod) Set ¶
func (v *NullableValidTimePeriod) Set(val *ValidTimePeriod)
func (*NullableValidTimePeriod) UnmarshalJSON ¶
func (v *NullableValidTimePeriod) UnmarshalJSON(src []byte) error
func (*NullableValidTimePeriod) Unset ¶
func (v *NullableValidTimePeriod) Unset()
type ParameterProvisioningDataEntryDocumentAPIService ¶
type ParameterProvisioningDataEntryDocumentAPIService service
ParameterProvisioningDataEntryDocumentAPIService ParameterProvisioningDataEntryDocumentAPI service
func (*ParameterProvisioningDataEntryDocumentAPIService) CreatePPDataEntry ¶
func (a *ParameterProvisioningDataEntryDocumentAPIService) CreatePPDataEntry(ctx context.Context, ueId GetPPDataEntryUeIdParameter, afInstanceId string) ApiCreatePPDataEntryRequest
CreatePPDataEntry Create a Provisioning Parameter Data Entry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId Identifier of the UE @param afInstanceId Application Function Instance Identifier @return ApiCreatePPDataEntryRequest
func (*ParameterProvisioningDataEntryDocumentAPIService) CreatePPDataEntryExecute ¶
func (a *ParameterProvisioningDataEntryDocumentAPIService) CreatePPDataEntryExecute(r ApiCreatePPDataEntryRequest) (*PpDataEntry, *http.Response, error)
Execute executes the request
@return PpDataEntry
func (*ParameterProvisioningDataEntryDocumentAPIService) DeletePPDataEntry ¶
func (a *ParameterProvisioningDataEntryDocumentAPIService) DeletePPDataEntry(ctx context.Context, ueId GetPPDataEntryUeIdParameter, afInstanceId string) ApiDeletePPDataEntryRequest
DeletePPDataEntry Delete a Provisioning Parameter Data Entry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId Identifier of the UE @param afInstanceId Application Function Instance Identifier @return ApiDeletePPDataEntryRequest
func (*ParameterProvisioningDataEntryDocumentAPIService) DeletePPDataEntryExecute ¶
func (a *ParameterProvisioningDataEntryDocumentAPIService) DeletePPDataEntryExecute(r ApiDeletePPDataEntryRequest) (*http.Response, error)
Execute executes the request
func (*ParameterProvisioningDataEntryDocumentAPIService) GetPPDataEntry ¶
func (a *ParameterProvisioningDataEntryDocumentAPIService) GetPPDataEntry(ctx context.Context, ueId GetPPDataEntryUeIdParameter, afInstanceId string) ApiGetPPDataEntryRequest
GetPPDataEntry get Parameter Provisioning Data Entry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId Identifier of the UE @param afInstanceId Application Function Instance Identifier @return ApiGetPPDataEntryRequest
func (*ParameterProvisioningDataEntryDocumentAPIService) GetPPDataEntryExecute ¶
func (a *ParameterProvisioningDataEntryDocumentAPIService) GetPPDataEntryExecute(r ApiGetPPDataEntryRequest) (*PpDataEntry, *http.Response, error)
Execute executes the request
@return PpDataEntry
type PatchResult ¶
type PatchResult struct { // The execution report contains an array of report items. Each report item indicates one failed modification. Report []ReportItem `json:"report"` }
PatchResult The execution report result on failed modification.
func NewPatchResult ¶
func NewPatchResult(report []ReportItem) *PatchResult
NewPatchResult instantiates a new PatchResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchResultWithDefaults ¶
func NewPatchResultWithDefaults() *PatchResult
NewPatchResultWithDefaults instantiates a new PatchResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PatchResult) GetReport ¶
func (o *PatchResult) GetReport() []ReportItem
GetReport returns the Report field value
func (*PatchResult) GetReportOk ¶
func (o *PatchResult) GetReportOk() ([]ReportItem, bool)
GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.
func (PatchResult) MarshalJSON ¶
func (o PatchResult) MarshalJSON() ([]byte, error)
func (*PatchResult) SetReport ¶
func (o *PatchResult) SetReport(v []ReportItem)
SetReport sets field value
func (PatchResult) ToMap ¶
func (o PatchResult) ToMap() (map[string]interface{}, error)
func (*PatchResult) UnmarshalJSON ¶
func (o *PatchResult) UnmarshalJSON(bytes []byte) (err error)
type PduSessionType ¶
type PduSessionType struct {
// contains filtered or unexported fields
}
PduSessionType PduSessionType indicates the type of a PDU session. It shall comply with the provisions defined in table 5.4.3.3-1.
func (*PduSessionType) MarshalJSON ¶
func (src *PduSessionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PduSessionType) UnmarshalJSON ¶
func (dst *PduSessionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PlmnEcInfo ¶
type PlmnEcInfo struct { PlmnId PlmnId `json:"plmnId"` EcRestrictionDataWb NullableEcRestrictionDataWb `json:"ecRestrictionDataWb,omitempty"` EcRestrictionDataNb *bool `json:"ecRestrictionDataNb,omitempty"` }
PlmnEcInfo struct for PlmnEcInfo
func NewPlmnEcInfo ¶
func NewPlmnEcInfo(plmnId PlmnId) *PlmnEcInfo
NewPlmnEcInfo instantiates a new PlmnEcInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnEcInfoWithDefaults ¶
func NewPlmnEcInfoWithDefaults() *PlmnEcInfo
NewPlmnEcInfoWithDefaults instantiates a new PlmnEcInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnEcInfo) GetEcRestrictionDataNb ¶
func (o *PlmnEcInfo) GetEcRestrictionDataNb() bool
GetEcRestrictionDataNb returns the EcRestrictionDataNb field value if set, zero value otherwise.
func (*PlmnEcInfo) GetEcRestrictionDataNbOk ¶
func (o *PlmnEcInfo) GetEcRestrictionDataNbOk() (*bool, bool)
GetEcRestrictionDataNbOk returns a tuple with the EcRestrictionDataNb field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlmnEcInfo) GetEcRestrictionDataWb ¶
func (o *PlmnEcInfo) GetEcRestrictionDataWb() EcRestrictionDataWb
GetEcRestrictionDataWb returns the EcRestrictionDataWb field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PlmnEcInfo) GetEcRestrictionDataWbOk ¶
func (o *PlmnEcInfo) GetEcRestrictionDataWbOk() (*EcRestrictionDataWb, bool)
GetEcRestrictionDataWbOk returns a tuple with the EcRestrictionDataWb 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 (*PlmnEcInfo) GetPlmnId ¶
func (o *PlmnEcInfo) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*PlmnEcInfo) GetPlmnIdOk ¶
func (o *PlmnEcInfo) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*PlmnEcInfo) HasEcRestrictionDataNb ¶
func (o *PlmnEcInfo) HasEcRestrictionDataNb() bool
HasEcRestrictionDataNb returns a boolean if a field has been set.
func (*PlmnEcInfo) HasEcRestrictionDataWb ¶
func (o *PlmnEcInfo) HasEcRestrictionDataWb() bool
HasEcRestrictionDataWb returns a boolean if a field has been set.
func (PlmnEcInfo) MarshalJSON ¶
func (o PlmnEcInfo) MarshalJSON() ([]byte, error)
func (*PlmnEcInfo) SetEcRestrictionDataNb ¶
func (o *PlmnEcInfo) SetEcRestrictionDataNb(v bool)
SetEcRestrictionDataNb gets a reference to the given bool and assigns it to the EcRestrictionDataNb field.
func (*PlmnEcInfo) SetEcRestrictionDataWb ¶
func (o *PlmnEcInfo) SetEcRestrictionDataWb(v EcRestrictionDataWb)
SetEcRestrictionDataWb gets a reference to the given NullableEcRestrictionDataWb and assigns it to the EcRestrictionDataWb field.
func (*PlmnEcInfo) SetEcRestrictionDataWbNil ¶
func (o *PlmnEcInfo) SetEcRestrictionDataWbNil()
SetEcRestrictionDataWbNil sets the value for EcRestrictionDataWb to be an explicit nil
func (PlmnEcInfo) ToMap ¶
func (o PlmnEcInfo) ToMap() (map[string]interface{}, error)
func (*PlmnEcInfo) UnmarshalJSON ¶
func (o *PlmnEcInfo) UnmarshalJSON(bytes []byte) (err error)
func (*PlmnEcInfo) UnsetEcRestrictionDataWb ¶
func (o *PlmnEcInfo) UnsetEcRestrictionDataWb()
UnsetEcRestrictionDataWb ensures that no value is present for EcRestrictionDataWb, not even an explicit nil
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) UnmarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
func (*PlmnIdNid) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnIdNid) UnmarshalJSON ¶
type Point ¶
type Point struct { GADShape Point GeographicalCoordinates `json:"point"` }
Point Ellipsoid Point.
func NewPoint ¶
func NewPoint(point GeographicalCoordinates, shape SupportedGADShapes) *Point
NewPoint instantiates a new Point object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointWithDefaults ¶
func NewPointWithDefaults() *Point
NewPointWithDefaults instantiates a new Point object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Point) GetPoint ¶
func (o *Point) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*Point) GetPointOk ¶
func (o *Point) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (Point) MarshalJSON ¶
func (*Point) SetPoint ¶
func (o *Point) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*Point) UnmarshalJSON ¶
type PointAltitude ¶
type PointAltitude struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` }
PointAltitude Ellipsoid point with altitude.
func NewPointAltitude ¶
func NewPointAltitude(point GeographicalCoordinates, altitude float64, shape SupportedGADShapes) *PointAltitude
NewPointAltitude instantiates a new PointAltitude object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeWithDefaults ¶
func NewPointAltitudeWithDefaults() *PointAltitude
NewPointAltitudeWithDefaults instantiates a new PointAltitude object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitude) GetAltitude ¶
func (o *PointAltitude) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitude) GetAltitudeOk ¶
func (o *PointAltitude) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitude) GetPoint ¶
func (o *PointAltitude) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitude) GetPointOk ¶
func (o *PointAltitude) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (PointAltitude) MarshalJSON ¶
func (o PointAltitude) MarshalJSON() ([]byte, error)
func (*PointAltitude) SetAltitude ¶
func (o *PointAltitude) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitude) SetPoint ¶
func (o *PointAltitude) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (PointAltitude) ToMap ¶
func (o PointAltitude) ToMap() (map[string]interface{}, error)
func (*PointAltitude) UnmarshalJSON ¶
func (o *PointAltitude) UnmarshalJSON(bytes []byte) (err error)
type PointAltitudeUncertainty ¶
type PointAltitudeUncertainty struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of altitude. Altitude float64 `json:"altitude"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of uncertainty. UncertaintyAltitude float32 `json:"uncertaintyAltitude"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointAltitudeUncertainty Ellipsoid point with altitude and uncertainty ellipsoid.
func NewPointAltitudeUncertainty ¶
func NewPointAltitudeUncertainty(point GeographicalCoordinates, altitude float64, uncertaintyEllipse UncertaintyEllipse, uncertaintyAltitude float32, confidence int32, shape SupportedGADShapes) *PointAltitudeUncertainty
NewPointAltitudeUncertainty instantiates a new PointAltitudeUncertainty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointAltitudeUncertaintyWithDefaults ¶
func NewPointAltitudeUncertaintyWithDefaults() *PointAltitudeUncertainty
NewPointAltitudeUncertaintyWithDefaults instantiates a new PointAltitudeUncertainty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointAltitudeUncertainty) GetAltitude ¶
func (o *PointAltitudeUncertainty) GetAltitude() float64
GetAltitude returns the Altitude field value
func (*PointAltitudeUncertainty) GetAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetAltitudeOk() (*float64, bool)
GetAltitudeOk returns a tuple with the Altitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetConfidence ¶
func (o *PointAltitudeUncertainty) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointAltitudeUncertainty) GetConfidenceOk ¶
func (o *PointAltitudeUncertainty) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetPoint ¶
func (o *PointAltitudeUncertainty) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointAltitudeUncertainty) GetPointOk ¶
func (o *PointAltitudeUncertainty) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitude() float32
GetUncertaintyAltitude returns the UncertaintyAltitude field value
func (*PointAltitudeUncertainty) GetUncertaintyAltitudeOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyAltitudeOk() (*float32, bool)
GetUncertaintyAltitudeOk returns a tuple with the UncertaintyAltitude field value and a boolean to check if the value has been set.
func (*PointAltitudeUncertainty) GetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointAltitudeUncertainty) GetUncertaintyEllipseOk ¶
func (o *PointAltitudeUncertainty) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointAltitudeUncertainty) MarshalJSON ¶
func (o PointAltitudeUncertainty) MarshalJSON() ([]byte, error)
func (*PointAltitudeUncertainty) SetAltitude ¶
func (o *PointAltitudeUncertainty) SetAltitude(v float64)
SetAltitude sets field value
func (*PointAltitudeUncertainty) SetConfidence ¶
func (o *PointAltitudeUncertainty) SetConfidence(v int32)
SetConfidence sets field value
func (*PointAltitudeUncertainty) SetPoint ¶
func (o *PointAltitudeUncertainty) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointAltitudeUncertainty) SetUncertaintyAltitude ¶
func (o *PointAltitudeUncertainty) SetUncertaintyAltitude(v float32)
SetUncertaintyAltitude sets field value
func (*PointAltitudeUncertainty) SetUncertaintyEllipse ¶
func (o *PointAltitudeUncertainty) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointAltitudeUncertainty) ToMap ¶
func (o PointAltitudeUncertainty) ToMap() (map[string]interface{}, error)
func (*PointAltitudeUncertainty) UnmarshalJSON ¶
func (o *PointAltitudeUncertainty) UnmarshalJSON(bytes []byte) (err error)
type PointUncertaintyCircle ¶
type PointUncertaintyCircle struct { GADShape Point GeographicalCoordinates `json:"point"` // Indicates value of uncertainty. Uncertainty float32 `json:"uncertainty"` }
PointUncertaintyCircle Ellipsoid point with uncertainty circle.
func NewPointUncertaintyCircle ¶
func NewPointUncertaintyCircle(point GeographicalCoordinates, uncertainty float32, shape SupportedGADShapes) *PointUncertaintyCircle
NewPointUncertaintyCircle instantiates a new PointUncertaintyCircle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyCircleWithDefaults ¶
func NewPointUncertaintyCircleWithDefaults() *PointUncertaintyCircle
NewPointUncertaintyCircleWithDefaults instantiates a new PointUncertaintyCircle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyCircle) GetPoint ¶
func (o *PointUncertaintyCircle) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyCircle) GetPointOk ¶
func (o *PointUncertaintyCircle) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyCircle) GetUncertainty ¶
func (o *PointUncertaintyCircle) GetUncertainty() float32
GetUncertainty returns the Uncertainty field value
func (*PointUncertaintyCircle) GetUncertaintyOk ¶
func (o *PointUncertaintyCircle) GetUncertaintyOk() (*float32, bool)
GetUncertaintyOk returns a tuple with the Uncertainty field value and a boolean to check if the value has been set.
func (PointUncertaintyCircle) MarshalJSON ¶
func (o PointUncertaintyCircle) MarshalJSON() ([]byte, error)
func (*PointUncertaintyCircle) SetPoint ¶
func (o *PointUncertaintyCircle) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyCircle) SetUncertainty ¶
func (o *PointUncertaintyCircle) SetUncertainty(v float32)
SetUncertainty sets field value
func (PointUncertaintyCircle) ToMap ¶
func (o PointUncertaintyCircle) ToMap() (map[string]interface{}, error)
func (*PointUncertaintyCircle) UnmarshalJSON ¶
func (o *PointUncertaintyCircle) UnmarshalJSON(bytes []byte) (err error)
type PointUncertaintyEllipse ¶
type PointUncertaintyEllipse struct { GADShape Point GeographicalCoordinates `json:"point"` UncertaintyEllipse UncertaintyEllipse `json:"uncertaintyEllipse"` // Indicates value of confidence. Confidence int32 `json:"confidence"` }
PointUncertaintyEllipse Ellipsoid point with uncertainty ellipse.
func NewPointUncertaintyEllipse ¶
func NewPointUncertaintyEllipse(point GeographicalCoordinates, uncertaintyEllipse UncertaintyEllipse, confidence int32, shape SupportedGADShapes) *PointUncertaintyEllipse
NewPointUncertaintyEllipse instantiates a new PointUncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPointUncertaintyEllipseWithDefaults ¶
func NewPointUncertaintyEllipseWithDefaults() *PointUncertaintyEllipse
NewPointUncertaintyEllipseWithDefaults instantiates a new PointUncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PointUncertaintyEllipse) GetConfidence ¶
func (o *PointUncertaintyEllipse) GetConfidence() int32
GetConfidence returns the Confidence field value
func (*PointUncertaintyEllipse) GetConfidenceOk ¶
func (o *PointUncertaintyEllipse) GetConfidenceOk() (*int32, bool)
GetConfidenceOk returns a tuple with the Confidence field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetPoint ¶
func (o *PointUncertaintyEllipse) GetPoint() GeographicalCoordinates
GetPoint returns the Point field value
func (*PointUncertaintyEllipse) GetPointOk ¶
func (o *PointUncertaintyEllipse) GetPointOk() (*GeographicalCoordinates, bool)
GetPointOk returns a tuple with the Point field value and a boolean to check if the value has been set.
func (*PointUncertaintyEllipse) GetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipse() UncertaintyEllipse
GetUncertaintyEllipse returns the UncertaintyEllipse field value
func (*PointUncertaintyEllipse) GetUncertaintyEllipseOk ¶
func (o *PointUncertaintyEllipse) GetUncertaintyEllipseOk() (*UncertaintyEllipse, bool)
GetUncertaintyEllipseOk returns a tuple with the UncertaintyEllipse field value and a boolean to check if the value has been set.
func (PointUncertaintyEllipse) MarshalJSON ¶
func (o PointUncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*PointUncertaintyEllipse) SetConfidence ¶
func (o *PointUncertaintyEllipse) SetConfidence(v int32)
SetConfidence sets field value
func (*PointUncertaintyEllipse) SetPoint ¶
func (o *PointUncertaintyEllipse) SetPoint(v GeographicalCoordinates)
SetPoint sets field value
func (*PointUncertaintyEllipse) SetUncertaintyEllipse ¶
func (o *PointUncertaintyEllipse) SetUncertaintyEllipse(v UncertaintyEllipse)
SetUncertaintyEllipse sets field value
func (PointUncertaintyEllipse) ToMap ¶
func (o PointUncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*PointUncertaintyEllipse) UnmarshalJSON ¶
func (o *PointUncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type Polygon ¶
type Polygon struct { GADShape // List of points. PointList []GeographicalCoordinates `json:"pointList"` }
Polygon Polygon.
func NewPolygon ¶
func NewPolygon(pointList []GeographicalCoordinates, shape SupportedGADShapes) *Polygon
NewPolygon instantiates a new Polygon object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPolygonWithDefaults ¶
func NewPolygonWithDefaults() *Polygon
NewPolygonWithDefaults instantiates a new Polygon object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Polygon) GetPointList ¶
func (o *Polygon) GetPointList() []GeographicalCoordinates
GetPointList returns the PointList field value
func (*Polygon) GetPointListOk ¶
func (o *Polygon) GetPointListOk() ([]GeographicalCoordinates, bool)
GetPointListOk returns a tuple with the PointList field value and a boolean to check if the value has been set.
func (Polygon) MarshalJSON ¶
func (*Polygon) SetPointList ¶
func (o *Polygon) SetPointList(v []GeographicalCoordinates)
SetPointList sets field value
func (*Polygon) UnmarshalJSON ¶
type PpActiveTime ¶
type PpActiveTime struct { // indicating a time in seconds. ActiveTime int32 `json:"activeTime"` AfInstanceId string `json:"afInstanceId"` ReferenceId int32 `json:"referenceId"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
PpActiveTime struct for PpActiveTime
func NewPpActiveTime ¶
func NewPpActiveTime(activeTime int32, afInstanceId string, referenceId int32) *PpActiveTime
NewPpActiveTime instantiates a new PpActiveTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPpActiveTimeWithDefaults ¶
func NewPpActiveTimeWithDefaults() *PpActiveTime
NewPpActiveTimeWithDefaults instantiates a new PpActiveTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PpActiveTime) GetActiveTime ¶
func (o *PpActiveTime) GetActiveTime() int32
GetActiveTime returns the ActiveTime field value
func (*PpActiveTime) GetActiveTimeOk ¶
func (o *PpActiveTime) GetActiveTimeOk() (*int32, bool)
GetActiveTimeOk returns a tuple with the ActiveTime field value and a boolean to check if the value has been set.
func (*PpActiveTime) GetAfInstanceId ¶
func (o *PpActiveTime) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value
func (*PpActiveTime) GetAfInstanceIdOk ¶
func (o *PpActiveTime) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value and a boolean to check if the value has been set.
func (*PpActiveTime) GetMtcProviderInformation ¶
func (o *PpActiveTime) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*PpActiveTime) GetMtcProviderInformationOk ¶
func (o *PpActiveTime) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpActiveTime) GetReferenceId ¶
func (o *PpActiveTime) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value
func (*PpActiveTime) GetReferenceIdOk ¶
func (o *PpActiveTime) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value and a boolean to check if the value has been set.
func (*PpActiveTime) GetValidityTime ¶
func (o *PpActiveTime) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*PpActiveTime) GetValidityTimeOk ¶
func (o *PpActiveTime) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpActiveTime) HasMtcProviderInformation ¶
func (o *PpActiveTime) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*PpActiveTime) HasValidityTime ¶
func (o *PpActiveTime) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (PpActiveTime) MarshalJSON ¶
func (o PpActiveTime) MarshalJSON() ([]byte, error)
func (*PpActiveTime) SetActiveTime ¶
func (o *PpActiveTime) SetActiveTime(v int32)
SetActiveTime sets field value
func (*PpActiveTime) SetAfInstanceId ¶
func (o *PpActiveTime) SetAfInstanceId(v string)
SetAfInstanceId sets field value
func (*PpActiveTime) SetMtcProviderInformation ¶
func (o *PpActiveTime) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*PpActiveTime) SetReferenceId ¶
func (o *PpActiveTime) SetReferenceId(v int32)
SetReferenceId sets field value
func (*PpActiveTime) SetValidityTime ¶
func (o *PpActiveTime) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (PpActiveTime) ToMap ¶
func (o PpActiveTime) ToMap() (map[string]interface{}, error)
func (*PpActiveTime) UnmarshalJSON ¶
func (o *PpActiveTime) UnmarshalJSON(bytes []byte) (err error)
type PpData ¶
type PpData struct { CommunicationCharacteristics NullableCommunicationCharacteristics `json:"communicationCharacteristics,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"` ExpectedUeBehaviourParameters NullableExpectedUeBehaviour `json:"expectedUeBehaviourParameters,omitempty"` EcRestriction NullableEcRestriction `json:"ecRestriction,omitempty"` AcsInfo NullableAcsInfo `json:"acsInfo,omitempty"` // String representing the STN-SR as defined in clause 18.6 of 3GPP TS 23.003 with the OpenAPI 'nullable: true' property. StnSr NullableString `json:"stnSr,omitempty"` LcsPrivacy NullableLcsPrivacy `json:"lcsPrivacy,omitempty"` SorInfo *SorInfo `json:"sorInfo,omitempty"` Var5mbsAuthorizationInfo NullableModel5MbsAuthorizationInfo `json:"5mbsAuthorizationInfo,omitempty"` }
PpData struct for PpData
func NewPpData ¶
func NewPpData() *PpData
NewPpData instantiates a new PpData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPpDataWithDefaults ¶
func NewPpDataWithDefaults() *PpData
NewPpDataWithDefaults instantiates a new PpData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PpData) GetAcsInfo ¶
GetAcsInfo returns the AcsInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpData) GetAcsInfoOk ¶
GetAcsInfoOk returns a tuple with the AcsInfo 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 (*PpData) GetCommunicationCharacteristics ¶
func (o *PpData) GetCommunicationCharacteristics() CommunicationCharacteristics
GetCommunicationCharacteristics returns the CommunicationCharacteristics field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpData) GetCommunicationCharacteristicsOk ¶
func (o *PpData) GetCommunicationCharacteristicsOk() (*CommunicationCharacteristics, bool)
GetCommunicationCharacteristicsOk returns a tuple with the CommunicationCharacteristics 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 (*PpData) GetEcRestriction ¶
func (o *PpData) GetEcRestriction() EcRestriction
GetEcRestriction returns the EcRestriction field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpData) GetEcRestrictionOk ¶
func (o *PpData) GetEcRestrictionOk() (*EcRestriction, bool)
GetEcRestrictionOk returns a tuple with the EcRestriction 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 (*PpData) GetExpectedUeBehaviourParameters ¶
func (o *PpData) GetExpectedUeBehaviourParameters() ExpectedUeBehaviour
GetExpectedUeBehaviourParameters returns the ExpectedUeBehaviourParameters field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpData) GetExpectedUeBehaviourParametersOk ¶
func (o *PpData) GetExpectedUeBehaviourParametersOk() (*ExpectedUeBehaviour, bool)
GetExpectedUeBehaviourParametersOk returns a tuple with the ExpectedUeBehaviourParameters 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 (*PpData) GetLcsPrivacy ¶
func (o *PpData) GetLcsPrivacy() LcsPrivacy
GetLcsPrivacy returns the LcsPrivacy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpData) GetLcsPrivacyOk ¶
func (o *PpData) GetLcsPrivacyOk() (*LcsPrivacy, bool)
GetLcsPrivacyOk returns a tuple with the LcsPrivacy 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 (*PpData) GetSorInfo ¶
GetSorInfo returns the SorInfo field value if set, zero value otherwise.
func (*PpData) GetSorInfoOk ¶
GetSorInfoOk returns a tuple with the SorInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpData) GetStnSr ¶
GetStnSr returns the StnSr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpData) GetStnSrOk ¶
GetStnSrOk returns a tuple with the StnSr 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 (*PpData) GetSupportedFeatures ¶
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*PpData) GetSupportedFeaturesOk ¶
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 (*PpData) GetVar5mbsAuthorizationInfo ¶
func (o *PpData) GetVar5mbsAuthorizationInfo() Model5MbsAuthorizationInfo
GetVar5mbsAuthorizationInfo returns the Var5mbsAuthorizationInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpData) GetVar5mbsAuthorizationInfoOk ¶
func (o *PpData) GetVar5mbsAuthorizationInfoOk() (*Model5MbsAuthorizationInfo, bool)
GetVar5mbsAuthorizationInfoOk returns a tuple with the Var5mbsAuthorizationInfo 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 (*PpData) HasAcsInfo ¶
HasAcsInfo returns a boolean if a field has been set.
func (*PpData) HasCommunicationCharacteristics ¶
HasCommunicationCharacteristics returns a boolean if a field has been set.
func (*PpData) HasEcRestriction ¶
HasEcRestriction returns a boolean if a field has been set.
func (*PpData) HasExpectedUeBehaviourParameters ¶
HasExpectedUeBehaviourParameters returns a boolean if a field has been set.
func (*PpData) HasLcsPrivacy ¶
HasLcsPrivacy returns a boolean if a field has been set.
func (*PpData) HasSorInfo ¶
HasSorInfo returns a boolean if a field has been set.
func (*PpData) HasSupportedFeatures ¶
HasSupportedFeatures returns a boolean if a field has been set.
func (*PpData) HasVar5mbsAuthorizationInfo ¶
HasVar5mbsAuthorizationInfo returns a boolean if a field has been set.
func (PpData) MarshalJSON ¶
func (*PpData) SetAcsInfo ¶
SetAcsInfo gets a reference to the given NullableAcsInfo and assigns it to the AcsInfo field.
func (*PpData) SetAcsInfoNil ¶
func (o *PpData) SetAcsInfoNil()
SetAcsInfoNil sets the value for AcsInfo to be an explicit nil
func (*PpData) SetCommunicationCharacteristics ¶
func (o *PpData) SetCommunicationCharacteristics(v CommunicationCharacteristics)
SetCommunicationCharacteristics gets a reference to the given NullableCommunicationCharacteristics and assigns it to the CommunicationCharacteristics field.
func (*PpData) SetCommunicationCharacteristicsNil ¶
func (o *PpData) SetCommunicationCharacteristicsNil()
SetCommunicationCharacteristicsNil sets the value for CommunicationCharacteristics to be an explicit nil
func (*PpData) SetEcRestriction ¶
func (o *PpData) SetEcRestriction(v EcRestriction)
SetEcRestriction gets a reference to the given NullableEcRestriction and assigns it to the EcRestriction field.
func (*PpData) SetEcRestrictionNil ¶
func (o *PpData) SetEcRestrictionNil()
SetEcRestrictionNil sets the value for EcRestriction to be an explicit nil
func (*PpData) SetExpectedUeBehaviourParameters ¶
func (o *PpData) SetExpectedUeBehaviourParameters(v ExpectedUeBehaviour)
SetExpectedUeBehaviourParameters gets a reference to the given NullableExpectedUeBehaviour and assigns it to the ExpectedUeBehaviourParameters field.
func (*PpData) SetExpectedUeBehaviourParametersNil ¶
func (o *PpData) SetExpectedUeBehaviourParametersNil()
SetExpectedUeBehaviourParametersNil sets the value for ExpectedUeBehaviourParameters to be an explicit nil
func (*PpData) SetLcsPrivacy ¶
func (o *PpData) SetLcsPrivacy(v LcsPrivacy)
SetLcsPrivacy gets a reference to the given NullableLcsPrivacy and assigns it to the LcsPrivacy field.
func (*PpData) SetLcsPrivacyNil ¶
func (o *PpData) SetLcsPrivacyNil()
SetLcsPrivacyNil sets the value for LcsPrivacy to be an explicit nil
func (*PpData) SetSorInfo ¶
SetSorInfo gets a reference to the given SorInfo and assigns it to the SorInfo field.
func (*PpData) SetStnSr ¶
SetStnSr gets a reference to the given NullableString and assigns it to the StnSr field.
func (*PpData) SetStnSrNil ¶
func (o *PpData) SetStnSrNil()
SetStnSrNil sets the value for StnSr to be an explicit nil
func (*PpData) SetSupportedFeatures ¶
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*PpData) SetVar5mbsAuthorizationInfo ¶
func (o *PpData) SetVar5mbsAuthorizationInfo(v Model5MbsAuthorizationInfo)
SetVar5mbsAuthorizationInfo gets a reference to the given NullableModel5MbsAuthorizationInfo and assigns it to the Var5mbsAuthorizationInfo field.
func (*PpData) SetVar5mbsAuthorizationInfoNil ¶
func (o *PpData) SetVar5mbsAuthorizationInfoNil()
SetVar5mbsAuthorizationInfoNil sets the value for Var5mbsAuthorizationInfo to be an explicit nil
func (*PpData) UnsetAcsInfo ¶
func (o *PpData) UnsetAcsInfo()
UnsetAcsInfo ensures that no value is present for AcsInfo, not even an explicit nil
func (*PpData) UnsetCommunicationCharacteristics ¶
func (o *PpData) UnsetCommunicationCharacteristics()
UnsetCommunicationCharacteristics ensures that no value is present for CommunicationCharacteristics, not even an explicit nil
func (*PpData) UnsetEcRestriction ¶
func (o *PpData) UnsetEcRestriction()
UnsetEcRestriction ensures that no value is present for EcRestriction, not even an explicit nil
func (*PpData) UnsetExpectedUeBehaviourParameters ¶
func (o *PpData) UnsetExpectedUeBehaviourParameters()
UnsetExpectedUeBehaviourParameters ensures that no value is present for ExpectedUeBehaviourParameters, not even an explicit nil
func (*PpData) UnsetLcsPrivacy ¶
func (o *PpData) UnsetLcsPrivacy()
UnsetLcsPrivacy ensures that no value is present for LcsPrivacy, not even an explicit nil
func (*PpData) UnsetStnSr ¶
func (o *PpData) UnsetStnSr()
UnsetStnSr ensures that no value is present for StnSr, not even an explicit nil
func (*PpData) UnsetVar5mbsAuthorizationInfo ¶
func (o *PpData) UnsetVar5mbsAuthorizationInfo()
UnsetVar5mbsAuthorizationInfo ensures that no value is present for Var5mbsAuthorizationInfo, not even an explicit nil
type PpDataEntry ¶
type PpDataEntry struct { CommunicationCharacteristics NullableCommunicationCharacteristicsAF `json:"communicationCharacteristics,omitempty"` ReferenceId *int32 `json:"referenceId,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,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"` EcsAddrConfigInfo NullableEcsAddrConfigInfo `json:"ecsAddrConfigInfo,omitempty"` AdditionalEcsAddrConfigInfos []EcsAddrConfigInfo `json:"additionalEcsAddrConfigInfos,omitempty"` EcRestriction NullableEcRestriction `json:"ecRestriction,omitempty"` }
PpDataEntry struct for PpDataEntry
func NewPpDataEntry ¶
func NewPpDataEntry() *PpDataEntry
NewPpDataEntry instantiates a new PpDataEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPpDataEntryWithDefaults ¶
func NewPpDataEntryWithDefaults() *PpDataEntry
NewPpDataEntryWithDefaults instantiates a new PpDataEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PpDataEntry) GetAdditionalEcsAddrConfigInfos ¶
func (o *PpDataEntry) GetAdditionalEcsAddrConfigInfos() []EcsAddrConfigInfo
GetAdditionalEcsAddrConfigInfos returns the AdditionalEcsAddrConfigInfos field value if set, zero value otherwise.
func (*PpDataEntry) GetAdditionalEcsAddrConfigInfosOk ¶
func (o *PpDataEntry) GetAdditionalEcsAddrConfigInfosOk() ([]EcsAddrConfigInfo, bool)
GetAdditionalEcsAddrConfigInfosOk returns a tuple with the AdditionalEcsAddrConfigInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDataEntry) GetCommunicationCharacteristics ¶
func (o *PpDataEntry) GetCommunicationCharacteristics() CommunicationCharacteristicsAF
GetCommunicationCharacteristics returns the CommunicationCharacteristics field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpDataEntry) GetCommunicationCharacteristicsOk ¶
func (o *PpDataEntry) GetCommunicationCharacteristicsOk() (*CommunicationCharacteristicsAF, bool)
GetCommunicationCharacteristicsOk returns a tuple with the CommunicationCharacteristics 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 (*PpDataEntry) GetEcRestriction ¶
func (o *PpDataEntry) GetEcRestriction() EcRestriction
GetEcRestriction returns the EcRestriction field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpDataEntry) GetEcRestrictionOk ¶
func (o *PpDataEntry) GetEcRestrictionOk() (*EcRestriction, bool)
GetEcRestrictionOk returns a tuple with the EcRestriction 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 (*PpDataEntry) GetEcsAddrConfigInfo ¶
func (o *PpDataEntry) GetEcsAddrConfigInfo() EcsAddrConfigInfo
GetEcsAddrConfigInfo returns the EcsAddrConfigInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PpDataEntry) GetEcsAddrConfigInfoOk ¶
func (o *PpDataEntry) GetEcsAddrConfigInfoOk() (*EcsAddrConfigInfo, bool)
GetEcsAddrConfigInfoOk returns a tuple with the EcsAddrConfigInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PpDataEntry) GetMtcProviderInformation ¶
func (o *PpDataEntry) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*PpDataEntry) GetMtcProviderInformationOk ¶
func (o *PpDataEntry) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDataEntry) GetReferenceId ¶
func (o *PpDataEntry) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value if set, zero value otherwise.
func (*PpDataEntry) GetReferenceIdOk ¶
func (o *PpDataEntry) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDataEntry) GetSupportedFeatures ¶
func (o *PpDataEntry) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*PpDataEntry) GetSupportedFeaturesOk ¶
func (o *PpDataEntry) 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 (*PpDataEntry) GetValidityTime ¶
func (o *PpDataEntry) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*PpDataEntry) GetValidityTimeOk ¶
func (o *PpDataEntry) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDataEntry) HasAdditionalEcsAddrConfigInfos ¶
func (o *PpDataEntry) HasAdditionalEcsAddrConfigInfos() bool
HasAdditionalEcsAddrConfigInfos returns a boolean if a field has been set.
func (*PpDataEntry) HasCommunicationCharacteristics ¶
func (o *PpDataEntry) HasCommunicationCharacteristics() bool
HasCommunicationCharacteristics returns a boolean if a field has been set.
func (*PpDataEntry) HasEcRestriction ¶
func (o *PpDataEntry) HasEcRestriction() bool
HasEcRestriction returns a boolean if a field has been set.
func (*PpDataEntry) HasEcsAddrConfigInfo ¶
func (o *PpDataEntry) HasEcsAddrConfigInfo() bool
HasEcsAddrConfigInfo returns a boolean if a field has been set.
func (*PpDataEntry) HasMtcProviderInformation ¶
func (o *PpDataEntry) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*PpDataEntry) HasReferenceId ¶
func (o *PpDataEntry) HasReferenceId() bool
HasReferenceId returns a boolean if a field has been set.
func (*PpDataEntry) HasSupportedFeatures ¶
func (o *PpDataEntry) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*PpDataEntry) HasValidityTime ¶
func (o *PpDataEntry) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (PpDataEntry) MarshalJSON ¶
func (o PpDataEntry) MarshalJSON() ([]byte, error)
func (*PpDataEntry) SetAdditionalEcsAddrConfigInfos ¶
func (o *PpDataEntry) SetAdditionalEcsAddrConfigInfos(v []EcsAddrConfigInfo)
SetAdditionalEcsAddrConfigInfos gets a reference to the given []EcsAddrConfigInfo and assigns it to the AdditionalEcsAddrConfigInfos field.
func (*PpDataEntry) SetCommunicationCharacteristics ¶
func (o *PpDataEntry) SetCommunicationCharacteristics(v CommunicationCharacteristicsAF)
SetCommunicationCharacteristics gets a reference to the given NullableCommunicationCharacteristicsAF and assigns it to the CommunicationCharacteristics field.
func (*PpDataEntry) SetCommunicationCharacteristicsNil ¶
func (o *PpDataEntry) SetCommunicationCharacteristicsNil()
SetCommunicationCharacteristicsNil sets the value for CommunicationCharacteristics to be an explicit nil
func (*PpDataEntry) SetEcRestriction ¶
func (o *PpDataEntry) SetEcRestriction(v EcRestriction)
SetEcRestriction gets a reference to the given NullableEcRestriction and assigns it to the EcRestriction field.
func (*PpDataEntry) SetEcRestrictionNil ¶
func (o *PpDataEntry) SetEcRestrictionNil()
SetEcRestrictionNil sets the value for EcRestriction to be an explicit nil
func (*PpDataEntry) SetEcsAddrConfigInfo ¶
func (o *PpDataEntry) SetEcsAddrConfigInfo(v EcsAddrConfigInfo)
SetEcsAddrConfigInfo gets a reference to the given NullableEcsAddrConfigInfo and assigns it to the EcsAddrConfigInfo field.
func (*PpDataEntry) SetEcsAddrConfigInfoNil ¶
func (o *PpDataEntry) SetEcsAddrConfigInfoNil()
SetEcsAddrConfigInfoNil sets the value for EcsAddrConfigInfo to be an explicit nil
func (*PpDataEntry) SetMtcProviderInformation ¶
func (o *PpDataEntry) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*PpDataEntry) SetReferenceId ¶
func (o *PpDataEntry) SetReferenceId(v int32)
SetReferenceId gets a reference to the given int32 and assigns it to the ReferenceId field.
func (*PpDataEntry) SetSupportedFeatures ¶
func (o *PpDataEntry) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*PpDataEntry) SetValidityTime ¶
func (o *PpDataEntry) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (PpDataEntry) ToMap ¶
func (o PpDataEntry) ToMap() (map[string]interface{}, error)
func (*PpDataEntry) UnsetCommunicationCharacteristics ¶
func (o *PpDataEntry) UnsetCommunicationCharacteristics()
UnsetCommunicationCharacteristics ensures that no value is present for CommunicationCharacteristics, not even an explicit nil
func (*PpDataEntry) UnsetEcRestriction ¶
func (o *PpDataEntry) UnsetEcRestriction()
UnsetEcRestriction ensures that no value is present for EcRestriction, not even an explicit nil
func (*PpDataEntry) UnsetEcsAddrConfigInfo ¶
func (o *PpDataEntry) UnsetEcsAddrConfigInfo()
UnsetEcsAddrConfigInfo ensures that no value is present for EcsAddrConfigInfo, not even an explicit nil
type PpDlPacketCountExt ¶
type PpDlPacketCountExt struct { AfInstanceId string `json:"afInstanceId"` ReferenceId int32 `json:"referenceId"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` SingleNssai *Snssai `json:"singleNssai,omitempty"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
PpDlPacketCountExt struct for PpDlPacketCountExt
func NewPpDlPacketCountExt ¶
func NewPpDlPacketCountExt(afInstanceId string, referenceId int32) *PpDlPacketCountExt
NewPpDlPacketCountExt instantiates a new PpDlPacketCountExt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPpDlPacketCountExtWithDefaults ¶
func NewPpDlPacketCountExtWithDefaults() *PpDlPacketCountExt
NewPpDlPacketCountExtWithDefaults instantiates a new PpDlPacketCountExt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PpDlPacketCountExt) GetAfInstanceId ¶
func (o *PpDlPacketCountExt) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value
func (*PpDlPacketCountExt) GetAfInstanceIdOk ¶
func (o *PpDlPacketCountExt) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value and a boolean to check if the value has been set.
func (*PpDlPacketCountExt) GetDnn ¶
func (o *PpDlPacketCountExt) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*PpDlPacketCountExt) GetDnnOk ¶
func (o *PpDlPacketCountExt) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDlPacketCountExt) GetMtcProviderInformation ¶
func (o *PpDlPacketCountExt) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*PpDlPacketCountExt) GetMtcProviderInformationOk ¶
func (o *PpDlPacketCountExt) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDlPacketCountExt) GetReferenceId ¶
func (o *PpDlPacketCountExt) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value
func (*PpDlPacketCountExt) GetReferenceIdOk ¶
func (o *PpDlPacketCountExt) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value and a boolean to check if the value has been set.
func (*PpDlPacketCountExt) GetSingleNssai ¶
func (o *PpDlPacketCountExt) GetSingleNssai() Snssai
GetSingleNssai returns the SingleNssai field value if set, zero value otherwise.
func (*PpDlPacketCountExt) GetSingleNssaiOk ¶
func (o *PpDlPacketCountExt) GetSingleNssaiOk() (*Snssai, bool)
GetSingleNssaiOk returns a tuple with the SingleNssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDlPacketCountExt) GetValidityTime ¶
func (o *PpDlPacketCountExt) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*PpDlPacketCountExt) GetValidityTimeOk ¶
func (o *PpDlPacketCountExt) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpDlPacketCountExt) HasDnn ¶
func (o *PpDlPacketCountExt) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*PpDlPacketCountExt) HasMtcProviderInformation ¶
func (o *PpDlPacketCountExt) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*PpDlPacketCountExt) HasSingleNssai ¶
func (o *PpDlPacketCountExt) HasSingleNssai() bool
HasSingleNssai returns a boolean if a field has been set.
func (*PpDlPacketCountExt) HasValidityTime ¶
func (o *PpDlPacketCountExt) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (PpDlPacketCountExt) MarshalJSON ¶
func (o PpDlPacketCountExt) MarshalJSON() ([]byte, error)
func (*PpDlPacketCountExt) SetAfInstanceId ¶
func (o *PpDlPacketCountExt) SetAfInstanceId(v string)
SetAfInstanceId sets field value
func (*PpDlPacketCountExt) SetDnn ¶
func (o *PpDlPacketCountExt) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*PpDlPacketCountExt) SetMtcProviderInformation ¶
func (o *PpDlPacketCountExt) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*PpDlPacketCountExt) SetReferenceId ¶
func (o *PpDlPacketCountExt) SetReferenceId(v int32)
SetReferenceId sets field value
func (*PpDlPacketCountExt) SetSingleNssai ¶
func (o *PpDlPacketCountExt) SetSingleNssai(v Snssai)
SetSingleNssai gets a reference to the given Snssai and assigns it to the SingleNssai field.
func (*PpDlPacketCountExt) SetValidityTime ¶
func (o *PpDlPacketCountExt) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (PpDlPacketCountExt) ToMap ¶
func (o PpDlPacketCountExt) ToMap() (map[string]interface{}, error)
func (*PpDlPacketCountExt) UnmarshalJSON ¶
func (o *PpDlPacketCountExt) UnmarshalJSON(bytes []byte) (err error)
type PpMaximumLatency ¶
type PpMaximumLatency struct { // indicating a time in seconds. MaximumLatency int32 `json:"maximumLatency"` AfInstanceId string `json:"afInstanceId"` ReferenceId int32 `json:"referenceId"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
PpMaximumLatency struct for PpMaximumLatency
func NewPpMaximumLatency ¶
func NewPpMaximumLatency(maximumLatency int32, afInstanceId string, referenceId int32) *PpMaximumLatency
NewPpMaximumLatency instantiates a new PpMaximumLatency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPpMaximumLatencyWithDefaults ¶
func NewPpMaximumLatencyWithDefaults() *PpMaximumLatency
NewPpMaximumLatencyWithDefaults instantiates a new PpMaximumLatency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PpMaximumLatency) GetAfInstanceId ¶
func (o *PpMaximumLatency) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value
func (*PpMaximumLatency) GetAfInstanceIdOk ¶
func (o *PpMaximumLatency) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value and a boolean to check if the value has been set.
func (*PpMaximumLatency) GetMaximumLatency ¶
func (o *PpMaximumLatency) GetMaximumLatency() int32
GetMaximumLatency returns the MaximumLatency field value
func (*PpMaximumLatency) GetMaximumLatencyOk ¶
func (o *PpMaximumLatency) GetMaximumLatencyOk() (*int32, bool)
GetMaximumLatencyOk returns a tuple with the MaximumLatency field value and a boolean to check if the value has been set.
func (*PpMaximumLatency) GetMtcProviderInformation ¶
func (o *PpMaximumLatency) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*PpMaximumLatency) GetMtcProviderInformationOk ¶
func (o *PpMaximumLatency) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpMaximumLatency) GetReferenceId ¶
func (o *PpMaximumLatency) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value
func (*PpMaximumLatency) GetReferenceIdOk ¶
func (o *PpMaximumLatency) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value and a boolean to check if the value has been set.
func (*PpMaximumLatency) GetValidityTime ¶
func (o *PpMaximumLatency) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*PpMaximumLatency) GetValidityTimeOk ¶
func (o *PpMaximumLatency) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpMaximumLatency) HasMtcProviderInformation ¶
func (o *PpMaximumLatency) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*PpMaximumLatency) HasValidityTime ¶
func (o *PpMaximumLatency) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (PpMaximumLatency) MarshalJSON ¶
func (o PpMaximumLatency) MarshalJSON() ([]byte, error)
func (*PpMaximumLatency) SetAfInstanceId ¶
func (o *PpMaximumLatency) SetAfInstanceId(v string)
SetAfInstanceId sets field value
func (*PpMaximumLatency) SetMaximumLatency ¶
func (o *PpMaximumLatency) SetMaximumLatency(v int32)
SetMaximumLatency sets field value
func (*PpMaximumLatency) SetMtcProviderInformation ¶
func (o *PpMaximumLatency) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*PpMaximumLatency) SetReferenceId ¶
func (o *PpMaximumLatency) SetReferenceId(v int32)
SetReferenceId sets field value
func (*PpMaximumLatency) SetValidityTime ¶
func (o *PpMaximumLatency) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (PpMaximumLatency) ToMap ¶
func (o PpMaximumLatency) ToMap() (map[string]interface{}, error)
func (*PpMaximumLatency) UnmarshalJSON ¶
func (o *PpMaximumLatency) UnmarshalJSON(bytes []byte) (err error)
type PpMaximumResponseTime ¶
type PpMaximumResponseTime struct { // indicating a time in seconds. MaximumResponseTime int32 `json:"maximumResponseTime"` AfInstanceId string `json:"afInstanceId"` ReferenceId int32 `json:"referenceId"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
PpMaximumResponseTime struct for PpMaximumResponseTime
func NewPpMaximumResponseTime ¶
func NewPpMaximumResponseTime(maximumResponseTime int32, afInstanceId string, referenceId int32) *PpMaximumResponseTime
NewPpMaximumResponseTime instantiates a new PpMaximumResponseTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPpMaximumResponseTimeWithDefaults ¶
func NewPpMaximumResponseTimeWithDefaults() *PpMaximumResponseTime
NewPpMaximumResponseTimeWithDefaults instantiates a new PpMaximumResponseTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PpMaximumResponseTime) GetAfInstanceId ¶
func (o *PpMaximumResponseTime) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value
func (*PpMaximumResponseTime) GetAfInstanceIdOk ¶
func (o *PpMaximumResponseTime) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value and a boolean to check if the value has been set.
func (*PpMaximumResponseTime) GetMaximumResponseTime ¶
func (o *PpMaximumResponseTime) GetMaximumResponseTime() int32
GetMaximumResponseTime returns the MaximumResponseTime field value
func (*PpMaximumResponseTime) GetMaximumResponseTimeOk ¶
func (o *PpMaximumResponseTime) GetMaximumResponseTimeOk() (*int32, bool)
GetMaximumResponseTimeOk returns a tuple with the MaximumResponseTime field value and a boolean to check if the value has been set.
func (*PpMaximumResponseTime) GetMtcProviderInformation ¶
func (o *PpMaximumResponseTime) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*PpMaximumResponseTime) GetMtcProviderInformationOk ¶
func (o *PpMaximumResponseTime) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpMaximumResponseTime) GetReferenceId ¶
func (o *PpMaximumResponseTime) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value
func (*PpMaximumResponseTime) GetReferenceIdOk ¶
func (o *PpMaximumResponseTime) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value and a boolean to check if the value has been set.
func (*PpMaximumResponseTime) GetValidityTime ¶
func (o *PpMaximumResponseTime) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*PpMaximumResponseTime) GetValidityTimeOk ¶
func (o *PpMaximumResponseTime) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpMaximumResponseTime) HasMtcProviderInformation ¶
func (o *PpMaximumResponseTime) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*PpMaximumResponseTime) HasValidityTime ¶
func (o *PpMaximumResponseTime) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (PpMaximumResponseTime) MarshalJSON ¶
func (o PpMaximumResponseTime) MarshalJSON() ([]byte, error)
func (*PpMaximumResponseTime) SetAfInstanceId ¶
func (o *PpMaximumResponseTime) SetAfInstanceId(v string)
SetAfInstanceId sets field value
func (*PpMaximumResponseTime) SetMaximumResponseTime ¶
func (o *PpMaximumResponseTime) SetMaximumResponseTime(v int32)
SetMaximumResponseTime sets field value
func (*PpMaximumResponseTime) SetMtcProviderInformation ¶
func (o *PpMaximumResponseTime) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*PpMaximumResponseTime) SetReferenceId ¶
func (o *PpMaximumResponseTime) SetReferenceId(v int32)
SetReferenceId sets field value
func (*PpMaximumResponseTime) SetValidityTime ¶
func (o *PpMaximumResponseTime) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (PpMaximumResponseTime) ToMap ¶
func (o PpMaximumResponseTime) ToMap() (map[string]interface{}, error)
func (*PpMaximumResponseTime) UnmarshalJSON ¶
func (o *PpMaximumResponseTime) UnmarshalJSON(bytes []byte) (err error)
type PpSubsRegTimer ¶
type PpSubsRegTimer struct { // indicating a time in seconds. SubsRegTimer int32 `json:"subsRegTimer"` AfInstanceId string `json:"afInstanceId"` ReferenceId int32 `json:"referenceId"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` // String uniquely identifying MTC provider information. MtcProviderInformation *string `json:"mtcProviderInformation,omitempty"` }
PpSubsRegTimer struct for PpSubsRegTimer
func NewPpSubsRegTimer ¶
func NewPpSubsRegTimer(subsRegTimer int32, afInstanceId string, referenceId int32) *PpSubsRegTimer
NewPpSubsRegTimer instantiates a new PpSubsRegTimer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPpSubsRegTimerWithDefaults ¶
func NewPpSubsRegTimerWithDefaults() *PpSubsRegTimer
NewPpSubsRegTimerWithDefaults instantiates a new PpSubsRegTimer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PpSubsRegTimer) GetAfInstanceId ¶
func (o *PpSubsRegTimer) GetAfInstanceId() string
GetAfInstanceId returns the AfInstanceId field value
func (*PpSubsRegTimer) GetAfInstanceIdOk ¶
func (o *PpSubsRegTimer) GetAfInstanceIdOk() (*string, bool)
GetAfInstanceIdOk returns a tuple with the AfInstanceId field value and a boolean to check if the value has been set.
func (*PpSubsRegTimer) GetMtcProviderInformation ¶
func (o *PpSubsRegTimer) GetMtcProviderInformation() string
GetMtcProviderInformation returns the MtcProviderInformation field value if set, zero value otherwise.
func (*PpSubsRegTimer) GetMtcProviderInformationOk ¶
func (o *PpSubsRegTimer) GetMtcProviderInformationOk() (*string, bool)
GetMtcProviderInformationOk returns a tuple with the MtcProviderInformation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpSubsRegTimer) GetReferenceId ¶
func (o *PpSubsRegTimer) GetReferenceId() int32
GetReferenceId returns the ReferenceId field value
func (*PpSubsRegTimer) GetReferenceIdOk ¶
func (o *PpSubsRegTimer) GetReferenceIdOk() (*int32, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value and a boolean to check if the value has been set.
func (*PpSubsRegTimer) GetSubsRegTimer ¶
func (o *PpSubsRegTimer) GetSubsRegTimer() int32
GetSubsRegTimer returns the SubsRegTimer field value
func (*PpSubsRegTimer) GetSubsRegTimerOk ¶
func (o *PpSubsRegTimer) GetSubsRegTimerOk() (*int32, bool)
GetSubsRegTimerOk returns a tuple with the SubsRegTimer field value and a boolean to check if the value has been set.
func (*PpSubsRegTimer) GetValidityTime ¶
func (o *PpSubsRegTimer) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*PpSubsRegTimer) GetValidityTimeOk ¶
func (o *PpSubsRegTimer) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PpSubsRegTimer) HasMtcProviderInformation ¶
func (o *PpSubsRegTimer) HasMtcProviderInformation() bool
HasMtcProviderInformation returns a boolean if a field has been set.
func (*PpSubsRegTimer) HasValidityTime ¶
func (o *PpSubsRegTimer) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (PpSubsRegTimer) MarshalJSON ¶
func (o PpSubsRegTimer) MarshalJSON() ([]byte, error)
func (*PpSubsRegTimer) SetAfInstanceId ¶
func (o *PpSubsRegTimer) SetAfInstanceId(v string)
SetAfInstanceId sets field value
func (*PpSubsRegTimer) SetMtcProviderInformation ¶
func (o *PpSubsRegTimer) SetMtcProviderInformation(v string)
SetMtcProviderInformation gets a reference to the given string and assigns it to the MtcProviderInformation field.
func (*PpSubsRegTimer) SetReferenceId ¶
func (o *PpSubsRegTimer) SetReferenceId(v int32)
SetReferenceId sets field value
func (*PpSubsRegTimer) SetSubsRegTimer ¶
func (o *PpSubsRegTimer) SetSubsRegTimer(v int32)
SetSubsRegTimer sets field value
func (*PpSubsRegTimer) SetValidityTime ¶
func (o *PpSubsRegTimer) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (PpSubsRegTimer) ToMap ¶
func (o PpSubsRegTimer) ToMap() (map[string]interface{}, error)
func (*PpSubsRegTimer) UnmarshalJSON ¶
func (o *PpSubsRegTimer) UnmarshalJSON(bytes []byte) (err error)
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` 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 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"` 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"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` }
ProblemDetails Provides additional information in 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) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been 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) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId 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) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field 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) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId 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) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
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) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId 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 RelativeCartesianLocation ¶
type RelativeCartesianLocation struct { // string with format 'float' as defined in OpenAPI. X float32 `json:"x"` // string with format 'float' as defined in OpenAPI. Y float32 `json:"y"` // string with format 'float' as defined in OpenAPI. Z *float32 `json:"z,omitempty"` }
RelativeCartesianLocation Relative Cartesian Location
func NewRelativeCartesianLocation ¶
func NewRelativeCartesianLocation(x float32, y float32) *RelativeCartesianLocation
NewRelativeCartesianLocation instantiates a new RelativeCartesianLocation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRelativeCartesianLocationWithDefaults ¶
func NewRelativeCartesianLocationWithDefaults() *RelativeCartesianLocation
NewRelativeCartesianLocationWithDefaults instantiates a new RelativeCartesianLocation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RelativeCartesianLocation) GetX ¶
func (o *RelativeCartesianLocation) GetX() float32
GetX returns the X field value
func (*RelativeCartesianLocation) GetXOk ¶
func (o *RelativeCartesianLocation) GetXOk() (*float32, bool)
GetXOk returns a tuple with the X field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetY ¶
func (o *RelativeCartesianLocation) GetY() float32
GetY returns the Y field value
func (*RelativeCartesianLocation) GetYOk ¶
func (o *RelativeCartesianLocation) GetYOk() (*float32, bool)
GetYOk returns a tuple with the Y field value and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) GetZ ¶
func (o *RelativeCartesianLocation) GetZ() float32
GetZ returns the Z field value if set, zero value otherwise.
func (*RelativeCartesianLocation) GetZOk ¶
func (o *RelativeCartesianLocation) GetZOk() (*float32, bool)
GetZOk returns a tuple with the Z field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RelativeCartesianLocation) HasZ ¶
func (o *RelativeCartesianLocation) HasZ() bool
HasZ returns a boolean if a field has been set.
func (RelativeCartesianLocation) MarshalJSON ¶
func (o RelativeCartesianLocation) MarshalJSON() ([]byte, error)
func (*RelativeCartesianLocation) SetX ¶
func (o *RelativeCartesianLocation) SetX(v float32)
SetX sets field value
func (*RelativeCartesianLocation) SetY ¶
func (o *RelativeCartesianLocation) SetY(v float32)
SetY sets field value
func (*RelativeCartesianLocation) SetZ ¶
func (o *RelativeCartesianLocation) SetZ(v float32)
SetZ gets a reference to the given float32 and assigns it to the Z field.
func (RelativeCartesianLocation) ToMap ¶
func (o RelativeCartesianLocation) ToMap() (map[string]interface{}, error)
func (*RelativeCartesianLocation) UnmarshalJSON ¶
func (o *RelativeCartesianLocation) UnmarshalJSON(bytes []byte) (err error)
type ReportItem ¶
type ReportItem struct { // Contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource to which the modification is subject. Path string `json:"path"` // A human-readable reason providing details on the reported modification failure. The reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g. \"Replacement value invalid for attribute (failed operation index= 4)\". Reason *string `json:"reason,omitempty"` }
ReportItem indicates performed modivications.
func NewReportItem ¶
func NewReportItem(path string) *ReportItem
NewReportItem instantiates a new ReportItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReportItemWithDefaults ¶
func NewReportItemWithDefaults() *ReportItem
NewReportItemWithDefaults instantiates a new ReportItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReportItem) GetPath ¶
func (o *ReportItem) GetPath() string
GetPath returns the Path field value
func (*ReportItem) GetPathOk ¶
func (o *ReportItem) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ReportItem) GetReason ¶
func (o *ReportItem) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ReportItem) GetReasonOk ¶
func (o *ReportItem) 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 (*ReportItem) HasReason ¶
func (o *ReportItem) HasReason() bool
HasReason returns a boolean if a field has been set.
func (ReportItem) MarshalJSON ¶
func (o ReportItem) MarshalJSON() ([]byte, error)
func (*ReportItem) SetReason ¶
func (o *ReportItem) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (ReportItem) ToMap ¶
func (o ReportItem) ToMap() (map[string]interface{}, error)
func (*ReportItem) UnmarshalJSON ¶
func (o *ReportItem) UnmarshalJSON(bytes []byte) (err error)
type ScheduledCommunicationTime ¶
type ScheduledCommunicationTime struct { // Identifies the day(s) of the week. If absent, it indicates every day of the week. DaysOfWeek []int32 `json:"daysOfWeek,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayStart *string `json:"timeOfDayStart,omitempty"` // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDayEnd *string `json:"timeOfDayEnd,omitempty"` }
ScheduledCommunicationTime Identifies time and day of the week when the UE is available for communication.
func NewScheduledCommunicationTime ¶
func NewScheduledCommunicationTime() *ScheduledCommunicationTime
NewScheduledCommunicationTime instantiates a new ScheduledCommunicationTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScheduledCommunicationTimeWithDefaults ¶
func NewScheduledCommunicationTimeWithDefaults() *ScheduledCommunicationTime
NewScheduledCommunicationTimeWithDefaults instantiates a new ScheduledCommunicationTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ScheduledCommunicationTime) GetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeek() []int32
GetDaysOfWeek returns the DaysOfWeek field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetDaysOfWeekOk ¶
func (o *ScheduledCommunicationTime) GetDaysOfWeekOk() ([]int32, bool)
GetDaysOfWeekOk returns a tuple with the DaysOfWeek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEnd() string
GetTimeOfDayEnd returns the TimeOfDayEnd field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayEndOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayEndOk() (*string, bool)
GetTimeOfDayEndOk returns a tuple with the TimeOfDayEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) GetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStart() string
GetTimeOfDayStart returns the TimeOfDayStart field value if set, zero value otherwise.
func (*ScheduledCommunicationTime) GetTimeOfDayStartOk ¶
func (o *ScheduledCommunicationTime) GetTimeOfDayStartOk() (*string, bool)
GetTimeOfDayStartOk returns a tuple with the TimeOfDayStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScheduledCommunicationTime) HasDaysOfWeek ¶
func (o *ScheduledCommunicationTime) HasDaysOfWeek() bool
HasDaysOfWeek returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayEnd() bool
HasTimeOfDayEnd returns a boolean if a field has been set.
func (*ScheduledCommunicationTime) HasTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) HasTimeOfDayStart() bool
HasTimeOfDayStart returns a boolean if a field has been set.
func (ScheduledCommunicationTime) MarshalJSON ¶
func (o ScheduledCommunicationTime) MarshalJSON() ([]byte, error)
func (*ScheduledCommunicationTime) SetDaysOfWeek ¶
func (o *ScheduledCommunicationTime) SetDaysOfWeek(v []int32)
SetDaysOfWeek gets a reference to the given []int32 and assigns it to the DaysOfWeek field.
func (*ScheduledCommunicationTime) SetTimeOfDayEnd ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayEnd(v string)
SetTimeOfDayEnd gets a reference to the given string and assigns it to the TimeOfDayEnd field.
func (*ScheduledCommunicationTime) SetTimeOfDayStart ¶
func (o *ScheduledCommunicationTime) SetTimeOfDayStart(v string)
SetTimeOfDayStart gets a reference to the given string and assigns it to the TimeOfDayStart field.
func (ScheduledCommunicationTime) ToMap ¶
func (o ScheduledCommunicationTime) ToMap() (map[string]interface{}, error)
type ScheduledCommunicationType ¶
type ScheduledCommunicationType struct {
// contains filtered or unexported fields
}
ScheduledCommunicationType Possible values are: -DOWNLINK_ONLY: Downlink only -UPLINK_ONLY: Uplink only -BIDIRECTIONA: Bi-directional
func (*ScheduledCommunicationType) MarshalJSON ¶
func (src *ScheduledCommunicationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScheduledCommunicationType) UnmarshalJSON ¶
func (dst *ScheduledCommunicationType) 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 Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
func (*Snssai) UnmarshalJSON ¶
type SorInfo ¶
type SorInfo struct { SteeringContainer *SteeringContainer `json:"steeringContainer,omitempty"` // Contains indication whether the acknowledgement from UE is needed. AckInd bool `json:"ackInd"` // MAC value for protecting SOR procedure (SoR-MAC-IAUSF and SoR-XMAC-IUE). SorMacIausf *string `json:"sorMacIausf,omitempty"` // CounterSoR. Countersor *string `json:"countersor,omitempty"` // string with format 'date-time' as defined in OpenAPI. ProvisioningTime time.Time `json:"provisioningTime"` // string with format 'bytes' as defined in OpenAPI SorTransparentContainer *string `json:"sorTransparentContainer,omitempty"` // string with format 'bytes' as defined in OpenAPI SorCmci *string `json:"sorCmci,omitempty"` StoreSorCmciInMe *bool `json:"storeSorCmciInMe,omitempty"` UsimSupportOfSorCmci *bool `json:"usimSupportOfSorCmci,omitempty"` }
SorInfo struct for SorInfo
func NewSorInfo ¶
NewSorInfo instantiates a new SorInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSorInfoWithDefaults ¶
func NewSorInfoWithDefaults() *SorInfo
NewSorInfoWithDefaults instantiates a new SorInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SorInfo) GetAckIndOk ¶
GetAckIndOk returns a tuple with the AckInd field value and a boolean to check if the value has been set.
func (*SorInfo) GetCountersor ¶
GetCountersor returns the Countersor field value if set, zero value otherwise.
func (*SorInfo) GetCountersorOk ¶
GetCountersorOk returns a tuple with the Countersor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SorInfo) GetProvisioningTime ¶
GetProvisioningTime returns the ProvisioningTime field value
func (*SorInfo) GetProvisioningTimeOk ¶
GetProvisioningTimeOk returns a tuple with the ProvisioningTime field value and a boolean to check if the value has been set.
func (*SorInfo) GetSorCmci ¶
GetSorCmci returns the SorCmci field value if set, zero value otherwise.
func (*SorInfo) GetSorCmciOk ¶
GetSorCmciOk returns a tuple with the SorCmci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SorInfo) GetSorMacIausf ¶
GetSorMacIausf returns the SorMacIausf field value if set, zero value otherwise.
func (*SorInfo) GetSorMacIausfOk ¶
GetSorMacIausfOk returns a tuple with the SorMacIausf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SorInfo) GetSorTransparentContainer ¶
GetSorTransparentContainer returns the SorTransparentContainer field value if set, zero value otherwise.
func (*SorInfo) GetSorTransparentContainerOk ¶
GetSorTransparentContainerOk returns a tuple with the SorTransparentContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SorInfo) GetSteeringContainer ¶
func (o *SorInfo) GetSteeringContainer() SteeringContainer
GetSteeringContainer returns the SteeringContainer field value if set, zero value otherwise.
func (*SorInfo) GetSteeringContainerOk ¶
func (o *SorInfo) GetSteeringContainerOk() (*SteeringContainer, bool)
GetSteeringContainerOk returns a tuple with the SteeringContainer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SorInfo) GetStoreSorCmciInMe ¶
GetStoreSorCmciInMe returns the StoreSorCmciInMe field value if set, zero value otherwise.
func (*SorInfo) GetStoreSorCmciInMeOk ¶
GetStoreSorCmciInMeOk returns a tuple with the StoreSorCmciInMe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SorInfo) GetUsimSupportOfSorCmci ¶
GetUsimSupportOfSorCmci returns the UsimSupportOfSorCmci field value if set, zero value otherwise.
func (*SorInfo) GetUsimSupportOfSorCmciOk ¶
GetUsimSupportOfSorCmciOk returns a tuple with the UsimSupportOfSorCmci field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SorInfo) HasCountersor ¶
HasCountersor returns a boolean if a field has been set.
func (*SorInfo) HasSorCmci ¶
HasSorCmci returns a boolean if a field has been set.
func (*SorInfo) HasSorMacIausf ¶
HasSorMacIausf returns a boolean if a field has been set.
func (*SorInfo) HasSorTransparentContainer ¶
HasSorTransparentContainer returns a boolean if a field has been set.
func (*SorInfo) HasSteeringContainer ¶
HasSteeringContainer returns a boolean if a field has been set.
func (*SorInfo) HasStoreSorCmciInMe ¶
HasStoreSorCmciInMe returns a boolean if a field has been set.
func (*SorInfo) HasUsimSupportOfSorCmci ¶
HasUsimSupportOfSorCmci returns a boolean if a field has been set.
func (SorInfo) MarshalJSON ¶
func (*SorInfo) SetCountersor ¶
SetCountersor gets a reference to the given string and assigns it to the Countersor field.
func (*SorInfo) SetProvisioningTime ¶
SetProvisioningTime sets field value
func (*SorInfo) SetSorCmci ¶
SetSorCmci gets a reference to the given string and assigns it to the SorCmci field.
func (*SorInfo) SetSorMacIausf ¶
SetSorMacIausf gets a reference to the given string and assigns it to the SorMacIausf field.
func (*SorInfo) SetSorTransparentContainer ¶
SetSorTransparentContainer gets a reference to the given string and assigns it to the SorTransparentContainer field.
func (*SorInfo) SetSteeringContainer ¶
func (o *SorInfo) SetSteeringContainer(v SteeringContainer)
SetSteeringContainer gets a reference to the given SteeringContainer and assigns it to the SteeringContainer field.
func (*SorInfo) SetStoreSorCmciInMe ¶
SetStoreSorCmciInMe gets a reference to the given bool and assigns it to the StoreSorCmciInMe field.
func (*SorInfo) SetUsimSupportOfSorCmci ¶
SetUsimSupportOfSorCmci gets a reference to the given bool and assigns it to the UsimSupportOfSorCmci field.
func (*SorInfo) UnmarshalJSON ¶
type SpatialValidityCond ¶
type SpatialValidityCond struct { TrackingAreaList []Tai `json:"trackingAreaList,omitempty"` Countries []string `json:"countries,omitempty"` GeographicalServiceArea *GeoServiceArea `json:"geographicalServiceArea,omitempty"` }
SpatialValidityCond Contains the Spatial Validity Condition.
func NewSpatialValidityCond ¶
func NewSpatialValidityCond() *SpatialValidityCond
NewSpatialValidityCond instantiates a new SpatialValidityCond object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSpatialValidityCondWithDefaults ¶
func NewSpatialValidityCondWithDefaults() *SpatialValidityCond
NewSpatialValidityCondWithDefaults instantiates a new SpatialValidityCond object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SpatialValidityCond) GetCountries ¶
func (o *SpatialValidityCond) GetCountries() []string
GetCountries returns the Countries field value if set, zero value otherwise.
func (*SpatialValidityCond) GetCountriesOk ¶
func (o *SpatialValidityCond) GetCountriesOk() ([]string, bool)
GetCountriesOk returns a tuple with the Countries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpatialValidityCond) GetGeographicalServiceArea ¶
func (o *SpatialValidityCond) GetGeographicalServiceArea() GeoServiceArea
GetGeographicalServiceArea returns the GeographicalServiceArea field value if set, zero value otherwise.
func (*SpatialValidityCond) GetGeographicalServiceAreaOk ¶
func (o *SpatialValidityCond) GetGeographicalServiceAreaOk() (*GeoServiceArea, bool)
GetGeographicalServiceAreaOk returns a tuple with the GeographicalServiceArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpatialValidityCond) GetTrackingAreaList ¶
func (o *SpatialValidityCond) GetTrackingAreaList() []Tai
GetTrackingAreaList returns the TrackingAreaList field value if set, zero value otherwise.
func (*SpatialValidityCond) GetTrackingAreaListOk ¶
func (o *SpatialValidityCond) GetTrackingAreaListOk() ([]Tai, bool)
GetTrackingAreaListOk returns a tuple with the TrackingAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SpatialValidityCond) HasCountries ¶
func (o *SpatialValidityCond) HasCountries() bool
HasCountries returns a boolean if a field has been set.
func (*SpatialValidityCond) HasGeographicalServiceArea ¶
func (o *SpatialValidityCond) HasGeographicalServiceArea() bool
HasGeographicalServiceArea returns a boolean if a field has been set.
func (*SpatialValidityCond) HasTrackingAreaList ¶
func (o *SpatialValidityCond) HasTrackingAreaList() bool
HasTrackingAreaList returns a boolean if a field has been set.
func (SpatialValidityCond) MarshalJSON ¶
func (o SpatialValidityCond) MarshalJSON() ([]byte, error)
func (*SpatialValidityCond) SetCountries ¶
func (o *SpatialValidityCond) SetCountries(v []string)
SetCountries gets a reference to the given []string and assigns it to the Countries field.
func (*SpatialValidityCond) SetGeographicalServiceArea ¶
func (o *SpatialValidityCond) SetGeographicalServiceArea(v GeoServiceArea)
SetGeographicalServiceArea gets a reference to the given GeoServiceArea and assigns it to the GeographicalServiceArea field.
func (*SpatialValidityCond) SetTrackingAreaList ¶
func (o *SpatialValidityCond) SetTrackingAreaList(v []Tai)
SetTrackingAreaList gets a reference to the given []Tai and assigns it to the TrackingAreaList field.
func (SpatialValidityCond) ToMap ¶
func (o SpatialValidityCond) ToMap() (map[string]interface{}, error)
type Ssm ¶
type Ssm struct { SourceIpAddr NullableIpAddr `json:"sourceIpAddr"` DestIpAddr NullableIpAddr `json:"destIpAddr"` }
Ssm Source specific IP multicast address
func NewSsm ¶
func NewSsm(sourceIpAddr NullableIpAddr, destIpAddr NullableIpAddr) *Ssm
NewSsm instantiates a new Ssm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsmWithDefaults ¶
func NewSsmWithDefaults() *Ssm
NewSsmWithDefaults instantiates a new Ssm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ssm) GetDestIpAddr ¶
GetDestIpAddr returns the DestIpAddr field value If the value is explicit nil, the zero value for IpAddr will be returned
func (*Ssm) GetDestIpAddrOk ¶
GetDestIpAddrOk returns a tuple with the DestIpAddr field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Ssm) GetSourceIpAddr ¶
GetSourceIpAddr returns the SourceIpAddr field value If the value is explicit nil, the zero value for IpAddr will be returned
func (*Ssm) GetSourceIpAddrOk ¶
GetSourceIpAddrOk returns a tuple with the SourceIpAddr field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (Ssm) MarshalJSON ¶
func (*Ssm) SetSourceIpAddr ¶
SetSourceIpAddr sets field value
func (*Ssm) UnmarshalJSON ¶
type StationaryIndication ¶
type StationaryIndication struct {
// contains filtered or unexported fields
}
StationaryIndication Possible values are: - STATIONARY: Identifies the UE is stationary - MOBILE: Identifies the UE is mobile
func (*StationaryIndication) MarshalJSON ¶
func (src *StationaryIndication) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*StationaryIndication) UnmarshalJSON ¶
func (dst *StationaryIndication) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type SteeringContainer ¶
type SteeringContainer struct { ArrayOfSteeringInfo *[]SteeringInfo String *string }
SteeringContainer - struct for SteeringContainer
func ArrayOfSteeringInfoAsSteeringContainer ¶
func ArrayOfSteeringInfoAsSteeringContainer(v *[]SteeringInfo) SteeringContainer
[]SteeringInfoAsSteeringContainer is a convenience function that returns []SteeringInfo wrapped in SteeringContainer
func StringAsSteeringContainer ¶
func StringAsSteeringContainer(v *string) SteeringContainer
stringAsSteeringContainer is a convenience function that returns string wrapped in SteeringContainer
func (*SteeringContainer) GetActualInstance ¶
func (obj *SteeringContainer) GetActualInstance() interface{}
Get the actual instance
func (SteeringContainer) MarshalJSON ¶
func (src SteeringContainer) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SteeringContainer) UnmarshalJSON ¶
func (dst *SteeringContainer) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SteeringInfo ¶
type SteeringInfo struct { PlmnId PlmnId `json:"plmnId"` AccessTechList []AccessTech `json:"accessTechList,omitempty"` }
SteeringInfo Contains a combination of one PLMN identity and zero or more access technologies.
func NewSteeringInfo ¶
func NewSteeringInfo(plmnId PlmnId) *SteeringInfo
NewSteeringInfo instantiates a new SteeringInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSteeringInfoWithDefaults ¶
func NewSteeringInfoWithDefaults() *SteeringInfo
NewSteeringInfoWithDefaults instantiates a new SteeringInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SteeringInfo) GetAccessTechList ¶
func (o *SteeringInfo) GetAccessTechList() []AccessTech
GetAccessTechList returns the AccessTechList field value if set, zero value otherwise.
func (*SteeringInfo) GetAccessTechListOk ¶
func (o *SteeringInfo) GetAccessTechListOk() ([]AccessTech, bool)
GetAccessTechListOk returns a tuple with the AccessTechList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SteeringInfo) GetPlmnId ¶
func (o *SteeringInfo) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*SteeringInfo) GetPlmnIdOk ¶
func (o *SteeringInfo) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*SteeringInfo) HasAccessTechList ¶
func (o *SteeringInfo) HasAccessTechList() bool
HasAccessTechList returns a boolean if a field has been set.
func (SteeringInfo) MarshalJSON ¶
func (o SteeringInfo) MarshalJSON() ([]byte, error)
func (*SteeringInfo) SetAccessTechList ¶
func (o *SteeringInfo) SetAccessTechList(v []AccessTech)
SetAccessTechList gets a reference to the given []AccessTech and assigns it to the AccessTechList field.
func (*SteeringInfo) SetPlmnId ¶
func (o *SteeringInfo) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (SteeringInfo) ToMap ¶
func (o SteeringInfo) ToMap() (map[string]interface{}, error)
func (*SteeringInfo) UnmarshalJSON ¶
func (o *SteeringInfo) UnmarshalJSON(bytes []byte) (err error)
type SubscriptionDataUpdateAPIService ¶
type SubscriptionDataUpdateAPIService service
SubscriptionDataUpdateAPIService SubscriptionDataUpdateAPI service
func (*SubscriptionDataUpdateAPIService) Update ¶
func (a *SubscriptionDataUpdateAPIService) Update(ctx context.Context, ueId UpdateUeIdParameter) ApiUpdateRequest
Update provision parameters
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param ueId Identifier of the UE @return ApiUpdateRequest
func (*SubscriptionDataUpdateAPIService) UpdateExecute ¶
func (a *SubscriptionDataUpdateAPIService) UpdateExecute(r ApiUpdateRequest) (*PatchResult, *http.Response, error)
Execute executes the request
@return PatchResult
type SupportedGADShapes ¶
type SupportedGADShapes struct {
// contains filtered or unexported fields
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tai) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
func (*Tai) UnmarshalJSON ¶
type Tmgi ¶
type Tmgi struct { // MBS Service ID MbsServiceId string `json:"mbsServiceId"` PlmnId PlmnId `json:"plmnId"` }
Tmgi Temporary Mobile Group Identity
func NewTmgi ¶
NewTmgi instantiates a new Tmgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTmgiWithDefaults ¶
func NewTmgiWithDefaults() *Tmgi
NewTmgiWithDefaults instantiates a new Tmgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tmgi) GetMbsServiceId ¶
GetMbsServiceId returns the MbsServiceId field value
func (*Tmgi) GetMbsServiceIdOk ¶
GetMbsServiceIdOk returns a tuple with the MbsServiceId field value and a boolean to check if the value has been set.
func (*Tmgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Tmgi) MarshalJSON ¶
func (*Tmgi) SetMbsServiceId ¶
SetMbsServiceId sets field value
func (*Tmgi) UnmarshalJSON ¶
type TrafficProfile ¶
type TrafficProfile struct {
// contains filtered or unexported fields
}
TrafficProfile Possible values are: - SINGLE_TRANS_UL: Uplink single packet transmission. - SINGLE_TRANS_DL: Downlink single packet transmission. - DUAL_TRANS_UL_FIRST: Dual packet transmission, firstly uplink packet transmission with subsequent downlink packet transmission. - DUAL_TRANS_DL_FIRST: Dual packet transmission, firstly downlink packet transmission with subsequent uplink packet transmission.
func (*TrafficProfile) MarshalJSON ¶
func (src *TrafficProfile) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TrafficProfile) UnmarshalJSON ¶
func (dst *TrafficProfile) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UmtTime ¶
type UmtTime struct { // String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC). TimeOfDay string `json:"timeOfDay"` // integer between and including 1 and 7 denoting a weekday. 1 shall indicate Monday, and the subsequent weekdays shall be indicated with the next higher numbers. 7 shall indicate Sunday. DayOfWeek int32 `json:"dayOfWeek"` }
UmtTime struct for UmtTime
func NewUmtTime ¶
NewUmtTime instantiates a new UmtTime object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUmtTimeWithDefaults ¶
func NewUmtTimeWithDefaults() *UmtTime
NewUmtTimeWithDefaults instantiates a new UmtTime object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UmtTime) GetDayOfWeek ¶
GetDayOfWeek returns the DayOfWeek field value
func (*UmtTime) GetDayOfWeekOk ¶
GetDayOfWeekOk returns a tuple with the DayOfWeek field value and a boolean to check if the value has been set.
func (*UmtTime) GetTimeOfDay ¶
GetTimeOfDay returns the TimeOfDay field value
func (*UmtTime) GetTimeOfDayOk ¶
GetTimeOfDayOk returns a tuple with the TimeOfDay field value and a boolean to check if the value has been set.
func (UmtTime) MarshalJSON ¶
func (*UmtTime) SetDayOfWeek ¶
SetDayOfWeek sets field value
func (*UmtTime) SetTimeOfDay ¶
SetTimeOfDay sets field value
func (*UmtTime) UnmarshalJSON ¶
type UncertaintyEllipse ¶
type UncertaintyEllipse struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipse Ellipse with uncertainty.
func NewUncertaintyEllipse ¶
func NewUncertaintyEllipse(semiMajor float32, semiMinor float32, orientationMajor int32) *UncertaintyEllipse
NewUncertaintyEllipse instantiates a new UncertaintyEllipse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipseWithDefaults ¶
func NewUncertaintyEllipseWithDefaults() *UncertaintyEllipse
NewUncertaintyEllipseWithDefaults instantiates a new UncertaintyEllipse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipse) GetOrientationMajor ¶
func (o *UncertaintyEllipse) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipse) GetOrientationMajorOk ¶
func (o *UncertaintyEllipse) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMajor ¶
func (o *UncertaintyEllipse) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipse) GetSemiMajorOk ¶
func (o *UncertaintyEllipse) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipse) GetSemiMinor ¶
func (o *UncertaintyEllipse) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipse) GetSemiMinorOk ¶
func (o *UncertaintyEllipse) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (UncertaintyEllipse) MarshalJSON ¶
func (o UncertaintyEllipse) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipse) SetOrientationMajor ¶
func (o *UncertaintyEllipse) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipse) SetSemiMajor ¶
func (o *UncertaintyEllipse) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipse) SetSemiMinor ¶
func (o *UncertaintyEllipse) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (UncertaintyEllipse) ToMap ¶
func (o UncertaintyEllipse) ToMap() (map[string]interface{}, error)
func (*UncertaintyEllipse) UnmarshalJSON ¶
func (o *UncertaintyEllipse) UnmarshalJSON(bytes []byte) (err error)
type UncertaintyEllipsoid ¶
type UncertaintyEllipsoid struct { // Indicates value of uncertainty. SemiMajor float32 `json:"semiMajor"` // Indicates value of uncertainty. SemiMinor float32 `json:"semiMinor"` // Indicates value of uncertainty. Vertical float32 `json:"vertical"` // Indicates value of orientation angle. OrientationMajor int32 `json:"orientationMajor"` }
UncertaintyEllipsoid Ellipsoid with uncertainty
func NewUncertaintyEllipsoid ¶
func NewUncertaintyEllipsoid(semiMajor float32, semiMinor float32, vertical float32, orientationMajor int32) *UncertaintyEllipsoid
NewUncertaintyEllipsoid instantiates a new UncertaintyEllipsoid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUncertaintyEllipsoidWithDefaults ¶
func NewUncertaintyEllipsoidWithDefaults() *UncertaintyEllipsoid
NewUncertaintyEllipsoidWithDefaults instantiates a new UncertaintyEllipsoid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UncertaintyEllipsoid) GetOrientationMajor ¶
func (o *UncertaintyEllipsoid) GetOrientationMajor() int32
GetOrientationMajor returns the OrientationMajor field value
func (*UncertaintyEllipsoid) GetOrientationMajorOk ¶
func (o *UncertaintyEllipsoid) GetOrientationMajorOk() (*int32, bool)
GetOrientationMajorOk returns a tuple with the OrientationMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMajor ¶
func (o *UncertaintyEllipsoid) GetSemiMajor() float32
GetSemiMajor returns the SemiMajor field value
func (*UncertaintyEllipsoid) GetSemiMajorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMajorOk() (*float32, bool)
GetSemiMajorOk returns a tuple with the SemiMajor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetSemiMinor ¶
func (o *UncertaintyEllipsoid) GetSemiMinor() float32
GetSemiMinor returns the SemiMinor field value
func (*UncertaintyEllipsoid) GetSemiMinorOk ¶
func (o *UncertaintyEllipsoid) GetSemiMinorOk() (*float32, bool)
GetSemiMinorOk returns a tuple with the SemiMinor field value and a boolean to check if the value has been set.
func (*UncertaintyEllipsoid) GetVertical ¶
func (o *UncertaintyEllipsoid) GetVertical() float32
GetVertical returns the Vertical field value
func (*UncertaintyEllipsoid) GetVerticalOk ¶
func (o *UncertaintyEllipsoid) GetVerticalOk() (*float32, bool)
GetVerticalOk returns a tuple with the Vertical field value and a boolean to check if the value has been set.
func (UncertaintyEllipsoid) MarshalJSON ¶
func (o UncertaintyEllipsoid) MarshalJSON() ([]byte, error)
func (*UncertaintyEllipsoid) SetOrientationMajor ¶
func (o *UncertaintyEllipsoid) SetOrientationMajor(v int32)
SetOrientationMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMajor ¶
func (o *UncertaintyEllipsoid) SetSemiMajor(v float32)
SetSemiMajor sets field value
func (*UncertaintyEllipsoid) SetSemiMinor ¶
func (o *UncertaintyEllipsoid) SetSemiMinor(v float32)
SetSemiMinor sets field value
func (*UncertaintyEllipsoid) SetVertical ¶
func (o *UncertaintyEllipsoid) SetVertical(v float32)
SetVertical sets field value
func (UncertaintyEllipsoid) ToMap ¶
func (o UncertaintyEllipsoid) ToMap() (map[string]interface{}, error)
func (*UncertaintyEllipsoid) UnmarshalJSON ¶
func (o *UncertaintyEllipsoid) UnmarshalJSON(bytes []byte) (err error)
type UpdateUeIdParameter ¶
type UpdateUeIdParameter struct {
// contains filtered or unexported fields
}
UpdateUeIdParameter struct for UpdateUeIdParameter
func (*UpdateUeIdParameter) MarshalJSON ¶
func (src *UpdateUeIdParameter) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UpdateUeIdParameter) UnmarshalJSON ¶
func (dst *UpdateUeIdParameter) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ValidTimePeriod ¶
type ValidTimePeriod struct { // string with format 'date-time' as defined in OpenAPI. StartTime *time.Time `json:"startTime,omitempty"` // string with format 'date-time' as defined in OpenAPI. EndTime *time.Time `json:"endTime,omitempty"` }
ValidTimePeriod struct for ValidTimePeriod
func NewValidTimePeriod ¶
func NewValidTimePeriod() *ValidTimePeriod
NewValidTimePeriod instantiates a new ValidTimePeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewValidTimePeriodWithDefaults ¶
func NewValidTimePeriodWithDefaults() *ValidTimePeriod
NewValidTimePeriodWithDefaults instantiates a new ValidTimePeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ValidTimePeriod) GetEndTime ¶
func (o *ValidTimePeriod) GetEndTime() time.Time
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*ValidTimePeriod) GetEndTimeOk ¶
func (o *ValidTimePeriod) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValidTimePeriod) GetStartTime ¶
func (o *ValidTimePeriod) GetStartTime() time.Time
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*ValidTimePeriod) GetStartTimeOk ¶
func (o *ValidTimePeriod) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValidTimePeriod) HasEndTime ¶
func (o *ValidTimePeriod) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*ValidTimePeriod) HasStartTime ¶
func (o *ValidTimePeriod) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (ValidTimePeriod) MarshalJSON ¶
func (o ValidTimePeriod) MarshalJSON() ([]byte, error)
func (*ValidTimePeriod) SetEndTime ¶
func (o *ValidTimePeriod) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (*ValidTimePeriod) SetStartTime ¶
func (o *ValidTimePeriod) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (ValidTimePeriod) ToMap ¶
func (o ValidTimePeriod) ToMap() (map[string]interface{}, error)
Source Files ¶
- api_class5_gmbs_group_creation.go
- api_class5_gmbs_group_deletion.go
- api_class5_gmbs_group_modification.go
- api_class5_gvn_group_creation.go
- api_class5_gvn_group_deletion.go
- api_class5_gvn_group_modification.go
- api_parameter_provisioning_data_entry_document.go
- api_subscription_data_update.go
- client.go
- configuration.go
- model_5_gvn_group_configuration.go
- model_5_gvn_group_data.go
- model_5_mbs_authorization_info.go
- model_access_tech.go
- model_access_token_err.go
- model_access_token_req.go
- model_acs_info.go
- model_app_descriptor.go
- model_battery_indication.go
- model_civic_address.go
- model_communication_characteristics.go
- model_communication_characteristics_af.go
- model_ec_restriction.go
- model_ec_restriction_data_wb.go
- model_ecgi.go
- model_ecs_addr_config_info.go
- model_ecs_server_addr.go
- model_ellipsoid_arc.go
- model_expected_ue_behaviour.go
- model_gad_shape.go
- model_geo_service_area.go
- model_geographic_area.go
- model_geographical_coordinates.go
- model_get_pp_data_entry_ue_id_parameter.go
- model_global_ran_node_id.go
- model_gnb_id.go
- model_invalid_param.go
- model_ip_addr.go
- model_ip_address.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_lcs_privacy.go
- model_local2d_point_uncertainty_ellipse.go
- model_local3d_point_uncertainty_ellipsoid.go
- model_local_origin.go
- model_location_area.go
- model_location_privacy_ind.go
- model_lpi.go
- model_mbs_session_id.go
- model_multicast_mbs_group_memb.go
- model_ncgi.go
- model_network_area_info.go
- model_nf_type.go
- model_null_value.go
- model_patch_result.go
- model_pdu_session_type.go
- model_plmn_ec_info.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_point.go
- model_point_altitude.go
- model_point_altitude_uncertainty.go
- model_point_uncertainty_circle.go
- model_point_uncertainty_ellipse.go
- model_polygon.go
- model_pp_active_time.go
- model_pp_data.go
- model_pp_data_entry.go
- model_pp_dl_packet_count_ext.go
- model_pp_maximum_latency.go
- model_pp_maximum_response_time.go
- model_pp_subs_reg_timer.go
- model_problem_details.go
- model_relative_cartesian_location.go
- model_report_item.go
- model_scheduled_communication_time.go
- model_scheduled_communication_type.go
- model_snssai.go
- model_sor_info.go
- model_spatial_validity_cond.go
- model_ssm.go
- model_stationary_indication.go
- model_steering_container.go
- model_steering_info.go
- model_supported_gad_shapes.go
- model_tai.go
- model_tmgi.go
- model_traffic_profile.go
- model_umt_time.go
- model_uncertainty_ellipse.go
- model_uncertainty_ellipsoid.go
- model_update_ue_id_parameter.go
- model_valid_time_period.go
- response.go
- utils.go