Documentation ¶
Overview ¶
Package api allows interaction with the AirThings API. Some files were generated and copied from openapi-generator. Additional utils and fixes were added manually.
Index ¶
- 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 DeviceSampleResponseEnriched
- func (o *DeviceSampleResponseEnriched) GetData() SingleSampleDataEnriched
- func (o *DeviceSampleResponseEnriched) GetDataOk() (*SingleSampleDataEnriched, bool)
- func (o *DeviceSampleResponseEnriched) GetId() string
- func (o *DeviceSampleResponseEnriched) GetIdOk() (*string, bool)
- func (o *DeviceSampleResponseEnriched) GetSegment() SegmentSimpleResponse
- func (o *DeviceSampleResponseEnriched) GetSegmentOk() (*SegmentSimpleResponse, bool)
- func (o DeviceSampleResponseEnriched) MarshalJSON() ([]byte, error)
- func (o *DeviceSampleResponseEnriched) SetData(v SingleSampleDataEnriched)
- func (o *DeviceSampleResponseEnriched) SetId(v string)
- func (o *DeviceSampleResponseEnriched) SetSegment(v SegmentSimpleResponse)
- func (o DeviceSampleResponseEnriched) ToMap() (map[string]interface{}, error)
- func (o *DeviceSampleResponseEnriched) UnmarshalJSON(bytes []byte) (err error)
- type GetLocationSamplesResponseEnriched
- func (o *GetLocationSamplesResponseEnriched) GetDevices() []DeviceSampleResponseEnriched
- func (o *GetLocationSamplesResponseEnriched) GetDevicesOk() ([]DeviceSampleResponseEnriched, bool)
- func (o *GetLocationSamplesResponseEnriched) GetId() string
- func (o *GetLocationSamplesResponseEnriched) GetIdOk() (*string, bool)
- func (o *GetLocationSamplesResponseEnriched) GetName() string
- func (o *GetLocationSamplesResponseEnriched) GetNameOk() (*string, bool)
- func (o GetLocationSamplesResponseEnriched) MarshalJSON() ([]byte, error)
- func (o *GetLocationSamplesResponseEnriched) SetDevices(v []DeviceSampleResponseEnriched)
- func (o *GetLocationSamplesResponseEnriched) SetId(v string)
- func (o *GetLocationSamplesResponseEnriched) SetName(v string)
- func (o GetLocationSamplesResponseEnriched) ToMap() (map[string]interface{}, error)
- func (o *GetLocationSamplesResponseEnriched) UnmarshalJSON(bytes []byte) (err error)
- type GetLocationsResponse
- func (o *GetLocationsResponse) GetLocations() []LocationResponse
- func (o *GetLocationsResponse) GetLocationsOk() ([]LocationResponse, bool)
- func (o GetLocationsResponse) MarshalJSON() ([]byte, error)
- func (o *GetLocationsResponse) SetLocations(v []LocationResponse)
- func (o GetLocationsResponse) ToMap() (map[string]interface{}, error)
- func (o *GetLocationsResponse) UnmarshalJSON(bytes []byte) (err error)
- type LocationResponse
- func (o *LocationResponse) GetId() string
- func (o *LocationResponse) GetIdOk() (*string, bool)
- func (o *LocationResponse) GetLabels() map[string]string
- func (o *LocationResponse) GetLabelsOk() (*map[string]string, bool)
- func (o *LocationResponse) GetName() string
- func (o *LocationResponse) GetNameOk() (*string, bool)
- func (o LocationResponse) MarshalJSON() ([]byte, error)
- func (o *LocationResponse) SetId(v string)
- func (o *LocationResponse) SetLabels(v map[string]string)
- func (o *LocationResponse) SetName(v string)
- func (o LocationResponse) ToMap() (map[string]interface{}, error)
- func (o *LocationResponse) UnmarshalJSON(bytes []byte) (err error)
- type MappedNullable
- type NullableBool
- type NullableDeviceSampleResponseEnriched
- func (v NullableDeviceSampleResponseEnriched) Get() *DeviceSampleResponseEnriched
- func (v NullableDeviceSampleResponseEnriched) IsSet() bool
- func (v NullableDeviceSampleResponseEnriched) MarshalJSON() ([]byte, error)
- func (v *NullableDeviceSampleResponseEnriched) Set(val *DeviceSampleResponseEnriched)
- func (v *NullableDeviceSampleResponseEnriched) UnmarshalJSON(src []byte) error
- func (v *NullableDeviceSampleResponseEnriched) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGetLocationSamplesResponseEnriched
- func (v NullableGetLocationSamplesResponseEnriched) Get() *GetLocationSamplesResponseEnriched
- func (v NullableGetLocationSamplesResponseEnriched) IsSet() bool
- func (v NullableGetLocationSamplesResponseEnriched) MarshalJSON() ([]byte, error)
- func (v *NullableGetLocationSamplesResponseEnriched) Set(val *GetLocationSamplesResponseEnriched)
- func (v *NullableGetLocationSamplesResponseEnriched) UnmarshalJSON(src []byte) error
- func (v *NullableGetLocationSamplesResponseEnriched) Unset()
- type NullableGetLocationsResponse
- func (v NullableGetLocationsResponse) Get() *GetLocationsResponse
- func (v NullableGetLocationsResponse) IsSet() bool
- func (v NullableGetLocationsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetLocationsResponse) Set(val *GetLocationsResponse)
- func (v *NullableGetLocationsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetLocationsResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLocationResponse
- func (v NullableLocationResponse) Get() *LocationResponse
- func (v NullableLocationResponse) IsSet() bool
- func (v NullableLocationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableLocationResponse) Set(val *LocationResponse)
- func (v *NullableLocationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableLocationResponse) Unset()
- type NullableSegmentSimpleResponse
- func (v NullableSegmentSimpleResponse) Get() *SegmentSimpleResponse
- func (v NullableSegmentSimpleResponse) IsSet() bool
- func (v NullableSegmentSimpleResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSegmentSimpleResponse) Set(val *SegmentSimpleResponse)
- func (v *NullableSegmentSimpleResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSegmentSimpleResponse) Unset()
- type NullableSingleSampleDataEnriched
- func (v NullableSingleSampleDataEnriched) Get() *SingleSampleDataEnriched
- func (v NullableSingleSampleDataEnriched) IsSet() bool
- func (v NullableSingleSampleDataEnriched) MarshalJSON() ([]byte, error)
- func (v *NullableSingleSampleDataEnriched) Set(val *SingleSampleDataEnriched)
- func (v *NullableSingleSampleDataEnriched) UnmarshalJSON(src []byte) error
- func (v *NullableSingleSampleDataEnriched) Unset()
- type NullableSingleSampleDataEnrichedControlSignal
- func (v NullableSingleSampleDataEnrichedControlSignal) Get() *SingleSampleDataEnrichedControlSignal
- func (v NullableSingleSampleDataEnrichedControlSignal) IsSet() bool
- func (v NullableSingleSampleDataEnrichedControlSignal) MarshalJSON() ([]byte, error)
- func (v *NullableSingleSampleDataEnrichedControlSignal) Set(val *SingleSampleDataEnrichedControlSignal)
- func (v *NullableSingleSampleDataEnrichedControlSignal) UnmarshalJSON(src []byte) error
- func (v *NullableSingleSampleDataEnrichedControlSignal) Unset()
- type NullableSingleSampleDataEnrichedLight
- func (v NullableSingleSampleDataEnrichedLight) Get() *SingleSampleDataEnrichedLight
- func (v NullableSingleSampleDataEnrichedLight) IsSet() bool
- func (v NullableSingleSampleDataEnrichedLight) MarshalJSON() ([]byte, error)
- func (v *NullableSingleSampleDataEnrichedLight) Set(val *SingleSampleDataEnrichedLight)
- func (v *NullableSingleSampleDataEnrichedLight) UnmarshalJSON(src []byte) error
- func (v *NullableSingleSampleDataEnrichedLight) Unset()
- type NullableString
- type NullableTime
- type SegmentSimpleResponse
- func (o *SegmentSimpleResponse) GetActive() bool
- func (o *SegmentSimpleResponse) GetActiveOk() (*bool, bool)
- func (o *SegmentSimpleResponse) GetId() string
- func (o *SegmentSimpleResponse) GetIdOk() (*string, bool)
- func (o *SegmentSimpleResponse) GetName() string
- func (o *SegmentSimpleResponse) GetNameOk() (*string, bool)
- func (o *SegmentSimpleResponse) GetStarted() time.Time
- func (o *SegmentSimpleResponse) GetStartedOk() (*time.Time, bool)
- func (o SegmentSimpleResponse) MarshalJSON() ([]byte, error)
- func (o *SegmentSimpleResponse) SetActive(v bool)
- func (o *SegmentSimpleResponse) SetId(v string)
- func (o *SegmentSimpleResponse) SetName(v string)
- func (o *SegmentSimpleResponse) SetStarted(v time.Time)
- func (o SegmentSimpleResponse) ToMap() (map[string]interface{}, error)
- func (o *SegmentSimpleResponse) UnmarshalJSON(bytes []byte) (err error)
- type SingleSampleDataEnriched
- func (o *SingleSampleDataEnriched) GetAirExchangeRate() float64
- func (o *SingleSampleDataEnriched) GetAirExchangeRateOk() (*float64, bool)
- func (o *SingleSampleDataEnriched) GetAirflow() float64
- func (o *SingleSampleDataEnriched) GetAirflowOk() (*float64, bool)
- func (o *SingleSampleDataEnriched) GetBattery() float32
- func (o *SingleSampleDataEnriched) GetBatteryOk() (*float32, bool)
- func (o *SingleSampleDataEnriched) GetCo2() float64
- func (o *SingleSampleDataEnriched) GetCo2Ok() (*float64, bool)
- func (o *SingleSampleDataEnriched) GetControlSignal() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot01() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot01Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot02() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot02Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot03() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot03Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot04() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot04Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot05() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot05Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot06() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot06Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot07() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot07Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetControlSignalSlot08() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetControlSignalSlot08Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetHumidity() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetHumidityOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetLight() SingleSampleDataEnrichedLight
- func (o *SingleSampleDataEnriched) GetLightOk() (*SingleSampleDataEnrichedLight, bool)
- func (o *SingleSampleDataEnriched) GetLux() float32
- func (o *SingleSampleDataEnriched) GetLuxOk() (*float32, bool)
- func (o *SingleSampleDataEnriched) GetMold() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetMoldOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOccupants() SingleSampleDataEnrichedLight
- func (o *SingleSampleDataEnriched) GetOccupantsLower() SingleSampleDataEnrichedLight
- func (o *SingleSampleDataEnriched) GetOccupantsLowerOk() (*SingleSampleDataEnrichedLight, bool)
- func (o *SingleSampleDataEnriched) GetOccupantsOk() (*SingleSampleDataEnrichedLight, bool)
- func (o *SingleSampleDataEnriched) GetOccupantsUpper() SingleSampleDataEnrichedLight
- func (o *SingleSampleDataEnriched) GetOccupantsUpperOk() (*SingleSampleDataEnrichedLight, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorCo() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorCoOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorHumidity() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorHumidityOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorNo() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorNo2() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorNo2Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorNoOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorO3() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorO3Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorPm1() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorPm10() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorPm10Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorPm1Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorPm25() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorPm25Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorPressure() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorPressureOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorSo2() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorSo2Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetOutdoorTemp() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetOutdoorTempOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetPm1() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetPm10() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetPm10Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetPm1Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetPm25() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetPm25Ok() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetPressure() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetPressureDifference() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetPressureDifferenceOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetPressureOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetRadonShortTermAvg() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetRadonShortTermAvgOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetRegulationHeight() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetRegulationHeightOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetRegulationPressure() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetRegulationPressureOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetRelayDeviceType() string
- func (o *SingleSampleDataEnriched) GetRelayDeviceTypeOk() (*string, bool)
- func (o *SingleSampleDataEnriched) GetRssi() SingleSampleDataEnrichedLight
- func (o *SingleSampleDataEnriched) GetRssiOk() (*SingleSampleDataEnrichedLight, bool)
- func (o *SingleSampleDataEnriched) GetSla() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetSlaOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetTemp() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetTempOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetTime() SingleSampleDataEnrichedLight
- func (o *SingleSampleDataEnriched) GetTimeOk() (*SingleSampleDataEnrichedLight, bool)
- func (o *SingleSampleDataEnriched) GetVirusRisk() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetVirusRiskOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) GetVoc() SingleSampleDataEnrichedControlSignal
- func (o *SingleSampleDataEnriched) GetVocOk() (*SingleSampleDataEnrichedControlSignal, bool)
- func (o *SingleSampleDataEnriched) HasAirExchangeRate() bool
- func (o *SingleSampleDataEnriched) HasAirflow() bool
- func (o *SingleSampleDataEnriched) HasBattery() bool
- func (o *SingleSampleDataEnriched) HasCo2() bool
- func (o *SingleSampleDataEnriched) HasControlSignal() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot01() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot02() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot03() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot04() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot05() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot06() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot07() bool
- func (o *SingleSampleDataEnriched) HasControlSignalSlot08() bool
- func (o *SingleSampleDataEnriched) HasHumidity() bool
- func (o *SingleSampleDataEnriched) HasLight() bool
- func (o *SingleSampleDataEnriched) HasLux() bool
- func (o *SingleSampleDataEnriched) HasMold() bool
- func (o *SingleSampleDataEnriched) HasOccupants() bool
- func (o *SingleSampleDataEnriched) HasOccupantsLower() bool
- func (o *SingleSampleDataEnriched) HasOccupantsUpper() bool
- func (o *SingleSampleDataEnriched) HasOutdoorCo() bool
- func (o *SingleSampleDataEnriched) HasOutdoorHumidity() bool
- func (o *SingleSampleDataEnriched) HasOutdoorNo() bool
- func (o *SingleSampleDataEnriched) HasOutdoorNo2() bool
- func (o *SingleSampleDataEnriched) HasOutdoorO3() bool
- func (o *SingleSampleDataEnriched) HasOutdoorPm1() bool
- func (o *SingleSampleDataEnriched) HasOutdoorPm10() bool
- func (o *SingleSampleDataEnriched) HasOutdoorPm25() bool
- func (o *SingleSampleDataEnriched) HasOutdoorPressure() bool
- func (o *SingleSampleDataEnriched) HasOutdoorSo2() bool
- func (o *SingleSampleDataEnriched) HasOutdoorTemp() bool
- func (o *SingleSampleDataEnriched) HasPm1() bool
- func (o *SingleSampleDataEnriched) HasPm10() bool
- func (o *SingleSampleDataEnriched) HasPm25() bool
- func (o *SingleSampleDataEnriched) HasPressure() bool
- func (o *SingleSampleDataEnriched) HasPressureDifference() bool
- func (o *SingleSampleDataEnriched) HasRadonShortTermAvg() bool
- func (o *SingleSampleDataEnriched) HasRegulationHeight() bool
- func (o *SingleSampleDataEnriched) HasRegulationPressure() bool
- func (o *SingleSampleDataEnriched) HasRelayDeviceType() bool
- func (o *SingleSampleDataEnriched) HasRssi() bool
- func (o *SingleSampleDataEnriched) HasSla() bool
- func (o *SingleSampleDataEnriched) HasTemp() bool
- func (o *SingleSampleDataEnriched) HasTime() bool
- func (o *SingleSampleDataEnriched) HasVirusRisk() bool
- func (o *SingleSampleDataEnriched) HasVoc() bool
- func (o SingleSampleDataEnriched) MarshalJSON() ([]byte, error)
- func (o *SingleSampleDataEnriched) SetAirExchangeRate(v float64)
- func (o *SingleSampleDataEnriched) SetAirExchangeRateNil()
- func (o *SingleSampleDataEnriched) SetAirflow(v float64)
- func (o *SingleSampleDataEnriched) SetAirflowNil()
- func (o *SingleSampleDataEnriched) SetBattery(v float32)
- func (o *SingleSampleDataEnriched) SetBatteryNil()
- func (o *SingleSampleDataEnriched) SetCo2(v float64)
- func (o *SingleSampleDataEnriched) SetCo2Nil()
- func (o *SingleSampleDataEnriched) SetControlSignal(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalNil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot01(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot01Nil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot02(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot02Nil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot03(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot03Nil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot04(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot04Nil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot05(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot05Nil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot06(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot06Nil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot07(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot07Nil()
- func (o *SingleSampleDataEnriched) SetControlSignalSlot08(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetControlSignalSlot08Nil()
- func (o *SingleSampleDataEnriched) SetHumidity(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetHumidityNil()
- func (o *SingleSampleDataEnriched) SetLight(v SingleSampleDataEnrichedLight)
- func (o *SingleSampleDataEnriched) SetLightNil()
- func (o *SingleSampleDataEnriched) SetLux(v float32)
- func (o *SingleSampleDataEnriched) SetLuxNil()
- func (o *SingleSampleDataEnriched) SetMold(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetMoldNil()
- func (o *SingleSampleDataEnriched) SetOccupants(v SingleSampleDataEnrichedLight)
- func (o *SingleSampleDataEnriched) SetOccupantsLower(v SingleSampleDataEnrichedLight)
- func (o *SingleSampleDataEnriched) SetOccupantsLowerNil()
- func (o *SingleSampleDataEnriched) SetOccupantsNil()
- func (o *SingleSampleDataEnriched) SetOccupantsUpper(v SingleSampleDataEnrichedLight)
- func (o *SingleSampleDataEnriched) SetOccupantsUpperNil()
- func (o *SingleSampleDataEnriched) SetOutdoorCo(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorCoNil()
- func (o *SingleSampleDataEnriched) SetOutdoorHumidity(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorHumidityNil()
- func (o *SingleSampleDataEnriched) SetOutdoorNo(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorNo2(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorNo2Nil()
- func (o *SingleSampleDataEnriched) SetOutdoorNoNil()
- func (o *SingleSampleDataEnriched) SetOutdoorO3(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorO3Nil()
- func (o *SingleSampleDataEnriched) SetOutdoorPm1(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorPm10(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorPm10Nil()
- func (o *SingleSampleDataEnriched) SetOutdoorPm1Nil()
- func (o *SingleSampleDataEnriched) SetOutdoorPm25(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorPm25Nil()
- func (o *SingleSampleDataEnriched) SetOutdoorPressure(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorPressureNil()
- func (o *SingleSampleDataEnriched) SetOutdoorSo2(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorSo2Nil()
- func (o *SingleSampleDataEnriched) SetOutdoorTemp(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetOutdoorTempNil()
- func (o *SingleSampleDataEnriched) SetPm1(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetPm10(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetPm10Nil()
- func (o *SingleSampleDataEnriched) SetPm1Nil()
- func (o *SingleSampleDataEnriched) SetPm25(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetPm25Nil()
- func (o *SingleSampleDataEnriched) SetPressure(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetPressureDifference(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetPressureDifferenceNil()
- func (o *SingleSampleDataEnriched) SetPressureNil()
- func (o *SingleSampleDataEnriched) SetRadonShortTermAvg(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetRadonShortTermAvgNil()
- func (o *SingleSampleDataEnriched) SetRegulationHeight(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetRegulationHeightNil()
- func (o *SingleSampleDataEnriched) SetRegulationPressure(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetRegulationPressureNil()
- func (o *SingleSampleDataEnriched) SetRelayDeviceType(v string)
- func (o *SingleSampleDataEnriched) SetRelayDeviceTypeNil()
- func (o *SingleSampleDataEnriched) SetRssi(v SingleSampleDataEnrichedLight)
- func (o *SingleSampleDataEnriched) SetRssiNil()
- func (o *SingleSampleDataEnriched) SetSla(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetSlaNil()
- func (o *SingleSampleDataEnriched) SetTemp(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetTempNil()
- func (o *SingleSampleDataEnriched) SetTime(v SingleSampleDataEnrichedLight)
- func (o *SingleSampleDataEnriched) SetTimeNil()
- func (o *SingleSampleDataEnriched) SetVirusRisk(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetVirusRiskNil()
- func (o *SingleSampleDataEnriched) SetVoc(v SingleSampleDataEnrichedControlSignal)
- func (o *SingleSampleDataEnriched) SetVocNil()
- func (o SingleSampleDataEnriched) ToMap() (map[string]interface{}, error)
- func (o *SingleSampleDataEnriched) UnsetAirExchangeRate()
- func (o *SingleSampleDataEnriched) UnsetAirflow()
- func (o *SingleSampleDataEnriched) UnsetBattery()
- func (o *SingleSampleDataEnriched) UnsetCo2()
- func (o *SingleSampleDataEnriched) UnsetControlSignal()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot01()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot02()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot03()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot04()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot05()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot06()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot07()
- func (o *SingleSampleDataEnriched) UnsetControlSignalSlot08()
- func (o *SingleSampleDataEnriched) UnsetHumidity()
- func (o *SingleSampleDataEnriched) UnsetLight()
- func (o *SingleSampleDataEnriched) UnsetLux()
- func (o *SingleSampleDataEnriched) UnsetMold()
- func (o *SingleSampleDataEnriched) UnsetOccupants()
- func (o *SingleSampleDataEnriched) UnsetOccupantsLower()
- func (o *SingleSampleDataEnriched) UnsetOccupantsUpper()
- func (o *SingleSampleDataEnriched) UnsetOutdoorCo()
- func (o *SingleSampleDataEnriched) UnsetOutdoorHumidity()
- func (o *SingleSampleDataEnriched) UnsetOutdoorNo()
- func (o *SingleSampleDataEnriched) UnsetOutdoorNo2()
- func (o *SingleSampleDataEnriched) UnsetOutdoorO3()
- func (o *SingleSampleDataEnriched) UnsetOutdoorPm1()
- func (o *SingleSampleDataEnriched) UnsetOutdoorPm10()
- func (o *SingleSampleDataEnriched) UnsetOutdoorPm25()
- func (o *SingleSampleDataEnriched) UnsetOutdoorPressure()
- func (o *SingleSampleDataEnriched) UnsetOutdoorSo2()
- func (o *SingleSampleDataEnriched) UnsetOutdoorTemp()
- func (o *SingleSampleDataEnriched) UnsetPm1()
- func (o *SingleSampleDataEnriched) UnsetPm10()
- func (o *SingleSampleDataEnriched) UnsetPm25()
- func (o *SingleSampleDataEnriched) UnsetPressure()
- func (o *SingleSampleDataEnriched) UnsetPressureDifference()
- func (o *SingleSampleDataEnriched) UnsetRadonShortTermAvg()
- func (o *SingleSampleDataEnriched) UnsetRegulationHeight()
- func (o *SingleSampleDataEnriched) UnsetRegulationPressure()
- func (o *SingleSampleDataEnriched) UnsetRelayDeviceType()
- func (o *SingleSampleDataEnriched) UnsetRssi()
- func (o *SingleSampleDataEnriched) UnsetSla()
- func (o *SingleSampleDataEnriched) UnsetTemp()
- func (o *SingleSampleDataEnriched) UnsetTime()
- func (o *SingleSampleDataEnriched) UnsetVirusRisk()
- func (o *SingleSampleDataEnriched) UnsetVoc()
- type SingleSampleDataEnrichedControlSignal
- type SingleSampleDataEnrichedLight
- type Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 DeviceSampleResponseEnriched ¶
type DeviceSampleResponseEnriched struct { // latest sample data for the device Data SingleSampleDataEnriched `json:"data"` Id string `json:"id"` Segment SegmentSimpleResponse `json:"segment"` }
DeviceSampleResponseEnriched struct for DeviceSampleResponseEnriched
func NewDeviceSampleResponseEnriched ¶
func NewDeviceSampleResponseEnriched(data SingleSampleDataEnriched, id string, segment SegmentSimpleResponse) *DeviceSampleResponseEnriched
NewDeviceSampleResponseEnriched instantiates a new DeviceSampleResponseEnriched object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeviceSampleResponseEnrichedWithDefaults ¶
func NewDeviceSampleResponseEnrichedWithDefaults() *DeviceSampleResponseEnriched
NewDeviceSampleResponseEnrichedWithDefaults instantiates a new DeviceSampleResponseEnriched object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeviceSampleResponseEnriched) GetData ¶
func (o *DeviceSampleResponseEnriched) GetData() SingleSampleDataEnriched
GetData returns the Data field value
func (*DeviceSampleResponseEnriched) GetDataOk ¶
func (o *DeviceSampleResponseEnriched) GetDataOk() (*SingleSampleDataEnriched, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*DeviceSampleResponseEnriched) GetId ¶
func (o *DeviceSampleResponseEnriched) GetId() string
GetId returns the Id field value
func (*DeviceSampleResponseEnriched) GetIdOk ¶
func (o *DeviceSampleResponseEnriched) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DeviceSampleResponseEnriched) GetSegment ¶
func (o *DeviceSampleResponseEnriched) GetSegment() SegmentSimpleResponse
GetSegment returns the Segment field value
func (*DeviceSampleResponseEnriched) GetSegmentOk ¶
func (o *DeviceSampleResponseEnriched) GetSegmentOk() (*SegmentSimpleResponse, bool)
GetSegmentOk returns a tuple with the Segment field value and a boolean to check if the value has been set.
func (DeviceSampleResponseEnriched) MarshalJSON ¶
func (o DeviceSampleResponseEnriched) MarshalJSON() ([]byte, error)
func (*DeviceSampleResponseEnriched) SetData ¶
func (o *DeviceSampleResponseEnriched) SetData(v SingleSampleDataEnriched)
SetData sets field value
func (*DeviceSampleResponseEnriched) SetId ¶
func (o *DeviceSampleResponseEnriched) SetId(v string)
SetId sets field value
func (*DeviceSampleResponseEnriched) SetSegment ¶
func (o *DeviceSampleResponseEnriched) SetSegment(v SegmentSimpleResponse)
SetSegment sets field value
func (DeviceSampleResponseEnriched) ToMap ¶
func (o DeviceSampleResponseEnriched) ToMap() (map[string]interface{}, error)
func (*DeviceSampleResponseEnriched) UnmarshalJSON ¶
func (o *DeviceSampleResponseEnriched) UnmarshalJSON(bytes []byte) (err error)
type GetLocationSamplesResponseEnriched ¶
type GetLocationSamplesResponseEnriched struct { Devices []DeviceSampleResponseEnriched `json:"devices"` Id string `json:"id"` Name string `json:"name"` }
GetLocationSamplesResponseEnriched struct for GetLocationSamplesResponseEnriched
func NewGetLocationSamplesResponseEnriched ¶
func NewGetLocationSamplesResponseEnriched(devices []DeviceSampleResponseEnriched, id string, name string) *GetLocationSamplesResponseEnriched
NewGetLocationSamplesResponseEnriched instantiates a new GetLocationSamplesResponseEnriched object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetLocationSamplesResponseEnrichedWithDefaults ¶
func NewGetLocationSamplesResponseEnrichedWithDefaults() *GetLocationSamplesResponseEnriched
NewGetLocationSamplesResponseEnrichedWithDefaults instantiates a new GetLocationSamplesResponseEnriched object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetLocationSamplesResponseEnriched) GetDevices ¶
func (o *GetLocationSamplesResponseEnriched) GetDevices() []DeviceSampleResponseEnriched
GetDevices returns the Devices field value
func (*GetLocationSamplesResponseEnriched) GetDevicesOk ¶
func (o *GetLocationSamplesResponseEnriched) GetDevicesOk() ([]DeviceSampleResponseEnriched, bool)
GetDevicesOk returns a tuple with the Devices field value and a boolean to check if the value has been set.
func (*GetLocationSamplesResponseEnriched) GetId ¶
func (o *GetLocationSamplesResponseEnriched) GetId() string
GetId returns the Id field value
func (*GetLocationSamplesResponseEnriched) GetIdOk ¶
func (o *GetLocationSamplesResponseEnriched) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetLocationSamplesResponseEnriched) GetName ¶
func (o *GetLocationSamplesResponseEnriched) GetName() string
GetName returns the Name field value
func (*GetLocationSamplesResponseEnriched) GetNameOk ¶
func (o *GetLocationSamplesResponseEnriched) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GetLocationSamplesResponseEnriched) MarshalJSON ¶
func (o GetLocationSamplesResponseEnriched) MarshalJSON() ([]byte, error)
func (*GetLocationSamplesResponseEnriched) SetDevices ¶
func (o *GetLocationSamplesResponseEnriched) SetDevices(v []DeviceSampleResponseEnriched)
SetDevices sets field value
func (*GetLocationSamplesResponseEnriched) SetId ¶
func (o *GetLocationSamplesResponseEnriched) SetId(v string)
SetId sets field value
func (*GetLocationSamplesResponseEnriched) SetName ¶
func (o *GetLocationSamplesResponseEnriched) SetName(v string)
SetName sets field value
func (GetLocationSamplesResponseEnriched) ToMap ¶
func (o GetLocationSamplesResponseEnriched) ToMap() (map[string]interface{}, error)
func (*GetLocationSamplesResponseEnriched) UnmarshalJSON ¶
func (o *GetLocationSamplesResponseEnriched) UnmarshalJSON(bytes []byte) (err error)
type GetLocationsResponse ¶
type GetLocationsResponse struct {
Locations []LocationResponse `json:"locations"`
}
GetLocationsResponse struct for GetLocationsResponse
func NewGetLocationsResponse ¶
func NewGetLocationsResponse(locations []LocationResponse) *GetLocationsResponse
NewGetLocationsResponse instantiates a new GetLocationsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetLocationsResponseWithDefaults ¶
func NewGetLocationsResponseWithDefaults() *GetLocationsResponse
NewGetLocationsResponseWithDefaults instantiates a new GetLocationsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetLocationsResponse) GetLocations ¶
func (o *GetLocationsResponse) GetLocations() []LocationResponse
GetLocations returns the Locations field value
func (*GetLocationsResponse) GetLocationsOk ¶
func (o *GetLocationsResponse) GetLocationsOk() ([]LocationResponse, bool)
GetLocationsOk returns a tuple with the Locations field value and a boolean to check if the value has been set.
func (GetLocationsResponse) MarshalJSON ¶
func (o GetLocationsResponse) MarshalJSON() ([]byte, error)
func (*GetLocationsResponse) SetLocations ¶
func (o *GetLocationsResponse) SetLocations(v []LocationResponse)
SetLocations sets field value
func (GetLocationsResponse) ToMap ¶
func (o GetLocationsResponse) ToMap() (map[string]interface{}, error)
func (*GetLocationsResponse) UnmarshalJSON ¶
func (o *GetLocationsResponse) UnmarshalJSON(bytes []byte) (err error)
type LocationResponse ¶
type LocationResponse struct { Id string `json:"id"` Labels map[string]string `json:"labels"` Name string `json:"name"` }
LocationResponse struct for LocationResponse
func NewLocationResponse ¶
func NewLocationResponse(id string, labels map[string]string, name string) *LocationResponse
NewLocationResponse instantiates a new LocationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLocationResponseWithDefaults ¶
func NewLocationResponseWithDefaults() *LocationResponse
NewLocationResponseWithDefaults instantiates a new LocationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LocationResponse) GetId ¶
func (o *LocationResponse) GetId() string
GetId returns the Id field value
func (*LocationResponse) GetIdOk ¶
func (o *LocationResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*LocationResponse) GetLabels ¶
func (o *LocationResponse) GetLabels() map[string]string
GetLabels returns the Labels field value If the value is explicit nil, the zero value for map[string]string will be returned
func (*LocationResponse) GetLabelsOk ¶
func (o *LocationResponse) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels 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 (*LocationResponse) GetName ¶
func (o *LocationResponse) GetName() string
GetName returns the Name field value
func (*LocationResponse) GetNameOk ¶
func (o *LocationResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (LocationResponse) MarshalJSON ¶
func (o LocationResponse) MarshalJSON() ([]byte, error)
func (*LocationResponse) SetLabels ¶
func (o *LocationResponse) SetLabels(v map[string]string)
SetLabels sets field value
func (*LocationResponse) SetName ¶
func (o *LocationResponse) SetName(v string)
SetName sets field value
func (LocationResponse) ToMap ¶
func (o LocationResponse) ToMap() (map[string]interface{}, error)
func (*LocationResponse) UnmarshalJSON ¶
func (o *LocationResponse) UnmarshalJSON(bytes []byte) (err error)
type MappedNullable ¶
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 NullableDeviceSampleResponseEnriched ¶
type NullableDeviceSampleResponseEnriched struct {
// contains filtered or unexported fields
}
func NewNullableDeviceSampleResponseEnriched ¶
func NewNullableDeviceSampleResponseEnriched(val *DeviceSampleResponseEnriched) *NullableDeviceSampleResponseEnriched
func (NullableDeviceSampleResponseEnriched) Get ¶
func (v NullableDeviceSampleResponseEnriched) Get() *DeviceSampleResponseEnriched
func (NullableDeviceSampleResponseEnriched) IsSet ¶
func (v NullableDeviceSampleResponseEnriched) IsSet() bool
func (NullableDeviceSampleResponseEnriched) MarshalJSON ¶
func (v NullableDeviceSampleResponseEnriched) MarshalJSON() ([]byte, error)
func (*NullableDeviceSampleResponseEnriched) Set ¶
func (v *NullableDeviceSampleResponseEnriched) Set(val *DeviceSampleResponseEnriched)
func (*NullableDeviceSampleResponseEnriched) UnmarshalJSON ¶
func (v *NullableDeviceSampleResponseEnriched) UnmarshalJSON(src []byte) error
func (*NullableDeviceSampleResponseEnriched) Unset ¶
func (v *NullableDeviceSampleResponseEnriched) 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 NullableGetLocationSamplesResponseEnriched ¶
type NullableGetLocationSamplesResponseEnriched struct {
// contains filtered or unexported fields
}
func NewNullableGetLocationSamplesResponseEnriched ¶
func NewNullableGetLocationSamplesResponseEnriched(val *GetLocationSamplesResponseEnriched) *NullableGetLocationSamplesResponseEnriched
func (NullableGetLocationSamplesResponseEnriched) IsSet ¶
func (v NullableGetLocationSamplesResponseEnriched) IsSet() bool
func (NullableGetLocationSamplesResponseEnriched) MarshalJSON ¶
func (v NullableGetLocationSamplesResponseEnriched) MarshalJSON() ([]byte, error)
func (*NullableGetLocationSamplesResponseEnriched) Set ¶
func (v *NullableGetLocationSamplesResponseEnriched) Set(val *GetLocationSamplesResponseEnriched)
func (*NullableGetLocationSamplesResponseEnriched) UnmarshalJSON ¶
func (v *NullableGetLocationSamplesResponseEnriched) UnmarshalJSON(src []byte) error
func (*NullableGetLocationSamplesResponseEnriched) Unset ¶
func (v *NullableGetLocationSamplesResponseEnriched) Unset()
type NullableGetLocationsResponse ¶
type NullableGetLocationsResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetLocationsResponse ¶
func NewNullableGetLocationsResponse(val *GetLocationsResponse) *NullableGetLocationsResponse
func (NullableGetLocationsResponse) Get ¶
func (v NullableGetLocationsResponse) Get() *GetLocationsResponse
func (NullableGetLocationsResponse) IsSet ¶
func (v NullableGetLocationsResponse) IsSet() bool
func (NullableGetLocationsResponse) MarshalJSON ¶
func (v NullableGetLocationsResponse) MarshalJSON() ([]byte, error)
func (*NullableGetLocationsResponse) Set ¶
func (v *NullableGetLocationsResponse) Set(val *GetLocationsResponse)
func (*NullableGetLocationsResponse) UnmarshalJSON ¶
func (v *NullableGetLocationsResponse) UnmarshalJSON(src []byte) error
func (*NullableGetLocationsResponse) Unset ¶
func (v *NullableGetLocationsResponse) 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 NullableLocationResponse ¶
type NullableLocationResponse struct {
// contains filtered or unexported fields
}
func NewNullableLocationResponse ¶
func NewNullableLocationResponse(val *LocationResponse) *NullableLocationResponse
func (NullableLocationResponse) Get ¶
func (v NullableLocationResponse) Get() *LocationResponse
func (NullableLocationResponse) IsSet ¶
func (v NullableLocationResponse) IsSet() bool
func (NullableLocationResponse) MarshalJSON ¶
func (v NullableLocationResponse) MarshalJSON() ([]byte, error)
func (*NullableLocationResponse) Set ¶
func (v *NullableLocationResponse) Set(val *LocationResponse)
func (*NullableLocationResponse) UnmarshalJSON ¶
func (v *NullableLocationResponse) UnmarshalJSON(src []byte) error
func (*NullableLocationResponse) Unset ¶
func (v *NullableLocationResponse) Unset()
type NullableSegmentSimpleResponse ¶
type NullableSegmentSimpleResponse struct {
// contains filtered or unexported fields
}
func NewNullableSegmentSimpleResponse ¶
func NewNullableSegmentSimpleResponse(val *SegmentSimpleResponse) *NullableSegmentSimpleResponse
func (NullableSegmentSimpleResponse) Get ¶
func (v NullableSegmentSimpleResponse) Get() *SegmentSimpleResponse
func (NullableSegmentSimpleResponse) IsSet ¶
func (v NullableSegmentSimpleResponse) IsSet() bool
func (NullableSegmentSimpleResponse) MarshalJSON ¶
func (v NullableSegmentSimpleResponse) MarshalJSON() ([]byte, error)
func (*NullableSegmentSimpleResponse) Set ¶
func (v *NullableSegmentSimpleResponse) Set(val *SegmentSimpleResponse)
func (*NullableSegmentSimpleResponse) UnmarshalJSON ¶
func (v *NullableSegmentSimpleResponse) UnmarshalJSON(src []byte) error
func (*NullableSegmentSimpleResponse) Unset ¶
func (v *NullableSegmentSimpleResponse) Unset()
type NullableSingleSampleDataEnriched ¶
type NullableSingleSampleDataEnriched struct {
// contains filtered or unexported fields
}
func NewNullableSingleSampleDataEnriched ¶
func NewNullableSingleSampleDataEnriched(val *SingleSampleDataEnriched) *NullableSingleSampleDataEnriched
func (NullableSingleSampleDataEnriched) Get ¶
func (v NullableSingleSampleDataEnriched) Get() *SingleSampleDataEnriched
func (NullableSingleSampleDataEnriched) IsSet ¶
func (v NullableSingleSampleDataEnriched) IsSet() bool
func (NullableSingleSampleDataEnriched) MarshalJSON ¶
func (v NullableSingleSampleDataEnriched) MarshalJSON() ([]byte, error)
func (*NullableSingleSampleDataEnriched) Set ¶
func (v *NullableSingleSampleDataEnriched) Set(val *SingleSampleDataEnriched)
func (*NullableSingleSampleDataEnriched) UnmarshalJSON ¶
func (v *NullableSingleSampleDataEnriched) UnmarshalJSON(src []byte) error
func (*NullableSingleSampleDataEnriched) Unset ¶
func (v *NullableSingleSampleDataEnriched) Unset()
type NullableSingleSampleDataEnrichedControlSignal ¶
type NullableSingleSampleDataEnrichedControlSignal struct {
// contains filtered or unexported fields
}
func NewNullableSingleSampleDataEnrichedControlSignal ¶
func NewNullableSingleSampleDataEnrichedControlSignal(val *SingleSampleDataEnrichedControlSignal) *NullableSingleSampleDataEnrichedControlSignal
func (NullableSingleSampleDataEnrichedControlSignal) IsSet ¶
func (v NullableSingleSampleDataEnrichedControlSignal) IsSet() bool
func (NullableSingleSampleDataEnrichedControlSignal) MarshalJSON ¶
func (v NullableSingleSampleDataEnrichedControlSignal) MarshalJSON() ([]byte, error)
func (*NullableSingleSampleDataEnrichedControlSignal) Set ¶
func (v *NullableSingleSampleDataEnrichedControlSignal) Set(val *SingleSampleDataEnrichedControlSignal)
func (*NullableSingleSampleDataEnrichedControlSignal) UnmarshalJSON ¶
func (v *NullableSingleSampleDataEnrichedControlSignal) UnmarshalJSON(src []byte) error
func (*NullableSingleSampleDataEnrichedControlSignal) Unset ¶
func (v *NullableSingleSampleDataEnrichedControlSignal) Unset()
type NullableSingleSampleDataEnrichedLight ¶
type NullableSingleSampleDataEnrichedLight struct {
// contains filtered or unexported fields
}
func NewNullableSingleSampleDataEnrichedLight ¶
func NewNullableSingleSampleDataEnrichedLight(val *SingleSampleDataEnrichedLight) *NullableSingleSampleDataEnrichedLight
func (NullableSingleSampleDataEnrichedLight) Get ¶
func (v NullableSingleSampleDataEnrichedLight) Get() *SingleSampleDataEnrichedLight
func (NullableSingleSampleDataEnrichedLight) IsSet ¶
func (v NullableSingleSampleDataEnrichedLight) IsSet() bool
func (NullableSingleSampleDataEnrichedLight) MarshalJSON ¶
func (v NullableSingleSampleDataEnrichedLight) MarshalJSON() ([]byte, error)
func (*NullableSingleSampleDataEnrichedLight) Set ¶
func (v *NullableSingleSampleDataEnrichedLight) Set(val *SingleSampleDataEnrichedLight)
func (*NullableSingleSampleDataEnrichedLight) UnmarshalJSON ¶
func (v *NullableSingleSampleDataEnrichedLight) UnmarshalJSON(src []byte) error
func (*NullableSingleSampleDataEnrichedLight) Unset ¶
func (v *NullableSingleSampleDataEnrichedLight) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type SegmentSimpleResponse ¶
type SegmentSimpleResponse struct { Active bool `json:"active"` Id string `json:"id"` Name string `json:"name"` Started Time `json:"started"` }
SegmentSimpleResponse struct for SegmentSimpleResponse
func NewSegmentSimpleResponse ¶
func NewSegmentSimpleResponse(active bool, id string, name string, started time.Time) *SegmentSimpleResponse
NewSegmentSimpleResponse instantiates a new SegmentSimpleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSegmentSimpleResponseWithDefaults ¶
func NewSegmentSimpleResponseWithDefaults() *SegmentSimpleResponse
NewSegmentSimpleResponseWithDefaults instantiates a new SegmentSimpleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SegmentSimpleResponse) GetActive ¶
func (o *SegmentSimpleResponse) GetActive() bool
GetActive returns the Active field value
func (*SegmentSimpleResponse) GetActiveOk ¶
func (o *SegmentSimpleResponse) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value and a boolean to check if the value has been set.
func (*SegmentSimpleResponse) GetId ¶
func (o *SegmentSimpleResponse) GetId() string
GetId returns the Id field value
func (*SegmentSimpleResponse) GetIdOk ¶
func (o *SegmentSimpleResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SegmentSimpleResponse) GetName ¶
func (o *SegmentSimpleResponse) GetName() string
GetName returns the Name field value
func (*SegmentSimpleResponse) GetNameOk ¶
func (o *SegmentSimpleResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SegmentSimpleResponse) GetStarted ¶
func (o *SegmentSimpleResponse) GetStarted() time.Time
GetStarted returns the Started field value
func (*SegmentSimpleResponse) GetStartedOk ¶
func (o *SegmentSimpleResponse) GetStartedOk() (*time.Time, bool)
GetStartedOk returns a tuple with the Started field value and a boolean to check if the value has been set.
func (SegmentSimpleResponse) MarshalJSON ¶
func (o SegmentSimpleResponse) MarshalJSON() ([]byte, error)
func (*SegmentSimpleResponse) SetActive ¶
func (o *SegmentSimpleResponse) SetActive(v bool)
SetActive sets field value
func (*SegmentSimpleResponse) SetId ¶
func (o *SegmentSimpleResponse) SetId(v string)
SetId sets field value
func (*SegmentSimpleResponse) SetName ¶
func (o *SegmentSimpleResponse) SetName(v string)
SetName sets field value
func (*SegmentSimpleResponse) SetStarted ¶
func (o *SegmentSimpleResponse) SetStarted(v time.Time)
SetStarted sets field value
func (SegmentSimpleResponse) ToMap ¶
func (o SegmentSimpleResponse) ToMap() (map[string]interface{}, error)
func (*SegmentSimpleResponse) UnmarshalJSON ¶
func (o *SegmentSimpleResponse) UnmarshalJSON(bytes []byte) (err error)
type SingleSampleDataEnriched ¶
type SingleSampleDataEnriched struct { AirExchangeRate NullableFloat64 `json:"airExchangeRate,omitempty"` Airflow NullableFloat64 `json:"airflow,omitempty"` Battery NullableFloat32 `json:"battery,omitempty"` Co2 NullableFloat64 `json:"co2,omitempty"` ControlSignal NullableSingleSampleDataEnrichedControlSignal `json:"controlSignal,omitempty"` ControlSignalSlot01 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot01,omitempty"` ControlSignalSlot02 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot02,omitempty"` ControlSignalSlot03 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot03,omitempty"` ControlSignalSlot04 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot04,omitempty"` ControlSignalSlot05 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot05,omitempty"` ControlSignalSlot06 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot06,omitempty"` ControlSignalSlot07 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot07,omitempty"` ControlSignalSlot08 NullableSingleSampleDataEnrichedControlSignal `json:"controlSignalSlot08,omitempty"` Humidity NullableSingleSampleDataEnrichedControlSignal `json:"humidity,omitempty"` Light NullableSingleSampleDataEnrichedLight `json:"light,omitempty"` Lux NullableFloat32 `json:"lux,omitempty"` Mold NullableSingleSampleDataEnrichedControlSignal `json:"mold,omitempty"` Occupants NullableSingleSampleDataEnrichedLight `json:"occupants,omitempty"` OccupantsLower NullableSingleSampleDataEnrichedLight `json:"occupantsLower,omitempty"` OccupantsUpper NullableSingleSampleDataEnrichedLight `json:"occupantsUpper,omitempty"` OutdoorCo NullableSingleSampleDataEnrichedControlSignal `json:"outdoorCo,omitempty"` OutdoorHumidity NullableSingleSampleDataEnrichedControlSignal `json:"outdoorHumidity,omitempty"` OutdoorNo NullableSingleSampleDataEnrichedControlSignal `json:"outdoorNo,omitempty"` OutdoorNo2 NullableSingleSampleDataEnrichedControlSignal `json:"outdoorNo2,omitempty"` OutdoorO3 NullableSingleSampleDataEnrichedControlSignal `json:"outdoorO3,omitempty"` OutdoorPm1 NullableSingleSampleDataEnrichedControlSignal `json:"outdoorPm1,omitempty"` OutdoorPm10 NullableSingleSampleDataEnrichedControlSignal `json:"outdoorPm10,omitempty"` OutdoorPm25 NullableSingleSampleDataEnrichedControlSignal `json:"outdoorPm25,omitempty"` OutdoorPressure NullableSingleSampleDataEnrichedControlSignal `json:"outdoorPressure,omitempty"` OutdoorSo2 NullableSingleSampleDataEnrichedControlSignal `json:"outdoorSo2,omitempty"` OutdoorTemp NullableSingleSampleDataEnrichedControlSignal `json:"outdoorTemp,omitempty"` Pm1 NullableSingleSampleDataEnrichedControlSignal `json:"pm1,omitempty"` Pm10 NullableSingleSampleDataEnrichedControlSignal `json:"pm10,omitempty"` Pm25 NullableSingleSampleDataEnrichedControlSignal `json:"pm25,omitempty"` Pressure NullableSingleSampleDataEnrichedControlSignal `json:"pressure,omitempty"` PressureDifference NullableSingleSampleDataEnrichedControlSignal `json:"pressureDifference,omitempty"` RadonShortTermAvg NullableSingleSampleDataEnrichedControlSignal `json:"radonShortTermAvg,omitempty"` RegulationHeight NullableSingleSampleDataEnrichedControlSignal `json:"regulationHeight,omitempty"` RegulationPressure NullableSingleSampleDataEnrichedControlSignal `json:"regulationPressure,omitempty"` RelayDeviceType NullableString `json:"relayDeviceType,omitempty"` Rssi NullableSingleSampleDataEnrichedLight `json:"rssi,omitempty"` Sla NullableSingleSampleDataEnrichedControlSignal `json:"sla,omitempty"` Temp NullableSingleSampleDataEnrichedControlSignal `json:"temp,omitempty"` Time NullableSingleSampleDataEnrichedLight `json:"time,omitempty"` VirusRisk NullableSingleSampleDataEnrichedControlSignal `json:"virusRisk,omitempty"` Voc NullableSingleSampleDataEnrichedControlSignal `json:"voc,omitempty"` }
SingleSampleDataEnriched struct for SingleSampleDataEnriched
func NewSingleSampleDataEnriched ¶
func NewSingleSampleDataEnriched() *SingleSampleDataEnriched
NewSingleSampleDataEnriched instantiates a new SingleSampleDataEnriched object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSingleSampleDataEnrichedWithDefaults ¶
func NewSingleSampleDataEnrichedWithDefaults() *SingleSampleDataEnriched
NewSingleSampleDataEnrichedWithDefaults instantiates a new SingleSampleDataEnriched object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SingleSampleDataEnriched) GetAirExchangeRate ¶
func (o *SingleSampleDataEnriched) GetAirExchangeRate() float64
GetAirExchangeRate returns the AirExchangeRate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetAirExchangeRateOk ¶
func (o *SingleSampleDataEnriched) GetAirExchangeRateOk() (*float64, bool)
GetAirExchangeRateOk returns a tuple with the AirExchangeRate 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 (*SingleSampleDataEnriched) GetAirflow ¶
func (o *SingleSampleDataEnriched) GetAirflow() float64
GetAirflow returns the Airflow field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetAirflowOk ¶
func (o *SingleSampleDataEnriched) GetAirflowOk() (*float64, bool)
GetAirflowOk returns a tuple with the Airflow 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 (*SingleSampleDataEnriched) GetBattery ¶
func (o *SingleSampleDataEnriched) GetBattery() float32
GetBattery returns the Battery field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetBatteryOk ¶
func (o *SingleSampleDataEnriched) GetBatteryOk() (*float32, bool)
GetBatteryOk returns a tuple with the Battery 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 (*SingleSampleDataEnriched) GetCo2 ¶
func (o *SingleSampleDataEnriched) GetCo2() float64
GetCo2 returns the Co2 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetCo2Ok ¶
func (o *SingleSampleDataEnriched) GetCo2Ok() (*float64, bool)
GetCo2Ok returns a tuple with the Co2 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 (*SingleSampleDataEnriched) GetControlSignal ¶
func (o *SingleSampleDataEnriched) GetControlSignal() SingleSampleDataEnrichedControlSignal
GetControlSignal returns the ControlSignal field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalOk ¶
func (o *SingleSampleDataEnriched) GetControlSignalOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalOk returns a tuple with the ControlSignal 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 (*SingleSampleDataEnriched) GetControlSignalSlot01 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot01() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot01 returns the ControlSignalSlot01 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot01Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot01Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot01Ok returns a tuple with the ControlSignalSlot01 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 (*SingleSampleDataEnriched) GetControlSignalSlot02 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot02() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot02 returns the ControlSignalSlot02 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot02Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot02Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot02Ok returns a tuple with the ControlSignalSlot02 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 (*SingleSampleDataEnriched) GetControlSignalSlot03 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot03() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot03 returns the ControlSignalSlot03 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot03Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot03Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot03Ok returns a tuple with the ControlSignalSlot03 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 (*SingleSampleDataEnriched) GetControlSignalSlot04 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot04() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot04 returns the ControlSignalSlot04 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot04Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot04Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot04Ok returns a tuple with the ControlSignalSlot04 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 (*SingleSampleDataEnriched) GetControlSignalSlot05 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot05() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot05 returns the ControlSignalSlot05 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot05Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot05Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot05Ok returns a tuple with the ControlSignalSlot05 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 (*SingleSampleDataEnriched) GetControlSignalSlot06 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot06() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot06 returns the ControlSignalSlot06 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot06Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot06Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot06Ok returns a tuple with the ControlSignalSlot06 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 (*SingleSampleDataEnriched) GetControlSignalSlot07 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot07() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot07 returns the ControlSignalSlot07 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot07Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot07Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot07Ok returns a tuple with the ControlSignalSlot07 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 (*SingleSampleDataEnriched) GetControlSignalSlot08 ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot08() SingleSampleDataEnrichedControlSignal
GetControlSignalSlot08 returns the ControlSignalSlot08 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetControlSignalSlot08Ok ¶
func (o *SingleSampleDataEnriched) GetControlSignalSlot08Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetControlSignalSlot08Ok returns a tuple with the ControlSignalSlot08 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 (*SingleSampleDataEnriched) GetHumidity ¶
func (o *SingleSampleDataEnriched) GetHumidity() SingleSampleDataEnrichedControlSignal
GetHumidity returns the Humidity field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetHumidityOk ¶
func (o *SingleSampleDataEnriched) GetHumidityOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetHumidityOk returns a tuple with the Humidity 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 (*SingleSampleDataEnriched) GetLight ¶
func (o *SingleSampleDataEnriched) GetLight() SingleSampleDataEnrichedLight
GetLight returns the Light field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetLightOk ¶
func (o *SingleSampleDataEnriched) GetLightOk() (*SingleSampleDataEnrichedLight, bool)
GetLightOk returns a tuple with the Light 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 (*SingleSampleDataEnriched) GetLux ¶
func (o *SingleSampleDataEnriched) GetLux() float32
GetLux returns the Lux field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetLuxOk ¶
func (o *SingleSampleDataEnriched) GetLuxOk() (*float32, bool)
GetLuxOk returns a tuple with the Lux 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 (*SingleSampleDataEnriched) GetMold ¶
func (o *SingleSampleDataEnriched) GetMold() SingleSampleDataEnrichedControlSignal
GetMold returns the Mold field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetMoldOk ¶
func (o *SingleSampleDataEnriched) GetMoldOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetMoldOk returns a tuple with the Mold 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 (*SingleSampleDataEnriched) GetOccupants ¶
func (o *SingleSampleDataEnriched) GetOccupants() SingleSampleDataEnrichedLight
GetOccupants returns the Occupants field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOccupantsLower ¶
func (o *SingleSampleDataEnriched) GetOccupantsLower() SingleSampleDataEnrichedLight
GetOccupantsLower returns the OccupantsLower field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOccupantsLowerOk ¶
func (o *SingleSampleDataEnriched) GetOccupantsLowerOk() (*SingleSampleDataEnrichedLight, bool)
GetOccupantsLowerOk returns a tuple with the OccupantsLower 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 (*SingleSampleDataEnriched) GetOccupantsOk ¶
func (o *SingleSampleDataEnriched) GetOccupantsOk() (*SingleSampleDataEnrichedLight, bool)
GetOccupantsOk returns a tuple with the Occupants 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 (*SingleSampleDataEnriched) GetOccupantsUpper ¶
func (o *SingleSampleDataEnriched) GetOccupantsUpper() SingleSampleDataEnrichedLight
GetOccupantsUpper returns the OccupantsUpper field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOccupantsUpperOk ¶
func (o *SingleSampleDataEnriched) GetOccupantsUpperOk() (*SingleSampleDataEnrichedLight, bool)
GetOccupantsUpperOk returns a tuple with the OccupantsUpper 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 (*SingleSampleDataEnriched) GetOutdoorCo ¶
func (o *SingleSampleDataEnriched) GetOutdoorCo() SingleSampleDataEnrichedControlSignal
GetOutdoorCo returns the OutdoorCo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorCoOk ¶
func (o *SingleSampleDataEnriched) GetOutdoorCoOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorCoOk returns a tuple with the OutdoorCo 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 (*SingleSampleDataEnriched) GetOutdoorHumidity ¶
func (o *SingleSampleDataEnriched) GetOutdoorHumidity() SingleSampleDataEnrichedControlSignal
GetOutdoorHumidity returns the OutdoorHumidity field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorHumidityOk ¶
func (o *SingleSampleDataEnriched) GetOutdoorHumidityOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorHumidityOk returns a tuple with the OutdoorHumidity 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 (*SingleSampleDataEnriched) GetOutdoorNo ¶
func (o *SingleSampleDataEnriched) GetOutdoorNo() SingleSampleDataEnrichedControlSignal
GetOutdoorNo returns the OutdoorNo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorNo2 ¶
func (o *SingleSampleDataEnriched) GetOutdoorNo2() SingleSampleDataEnrichedControlSignal
GetOutdoorNo2 returns the OutdoorNo2 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorNo2Ok ¶
func (o *SingleSampleDataEnriched) GetOutdoorNo2Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorNo2Ok returns a tuple with the OutdoorNo2 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 (*SingleSampleDataEnriched) GetOutdoorNoOk ¶
func (o *SingleSampleDataEnriched) GetOutdoorNoOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorNoOk returns a tuple with the OutdoorNo 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 (*SingleSampleDataEnriched) GetOutdoorO3 ¶
func (o *SingleSampleDataEnriched) GetOutdoorO3() SingleSampleDataEnrichedControlSignal
GetOutdoorO3 returns the OutdoorO3 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorO3Ok ¶
func (o *SingleSampleDataEnriched) GetOutdoorO3Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorO3Ok returns a tuple with the OutdoorO3 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 (*SingleSampleDataEnriched) GetOutdoorPm1 ¶
func (o *SingleSampleDataEnriched) GetOutdoorPm1() SingleSampleDataEnrichedControlSignal
GetOutdoorPm1 returns the OutdoorPm1 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorPm10 ¶
func (o *SingleSampleDataEnriched) GetOutdoorPm10() SingleSampleDataEnrichedControlSignal
GetOutdoorPm10 returns the OutdoorPm10 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorPm10Ok ¶
func (o *SingleSampleDataEnriched) GetOutdoorPm10Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorPm10Ok returns a tuple with the OutdoorPm10 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 (*SingleSampleDataEnriched) GetOutdoorPm1Ok ¶
func (o *SingleSampleDataEnriched) GetOutdoorPm1Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorPm1Ok returns a tuple with the OutdoorPm1 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 (*SingleSampleDataEnriched) GetOutdoorPm25 ¶
func (o *SingleSampleDataEnriched) GetOutdoorPm25() SingleSampleDataEnrichedControlSignal
GetOutdoorPm25 returns the OutdoorPm25 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorPm25Ok ¶
func (o *SingleSampleDataEnriched) GetOutdoorPm25Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorPm25Ok returns a tuple with the OutdoorPm25 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 (*SingleSampleDataEnriched) GetOutdoorPressure ¶
func (o *SingleSampleDataEnriched) GetOutdoorPressure() SingleSampleDataEnrichedControlSignal
GetOutdoorPressure returns the OutdoorPressure field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorPressureOk ¶
func (o *SingleSampleDataEnriched) GetOutdoorPressureOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorPressureOk returns a tuple with the OutdoorPressure 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 (*SingleSampleDataEnriched) GetOutdoorSo2 ¶
func (o *SingleSampleDataEnriched) GetOutdoorSo2() SingleSampleDataEnrichedControlSignal
GetOutdoorSo2 returns the OutdoorSo2 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorSo2Ok ¶
func (o *SingleSampleDataEnriched) GetOutdoorSo2Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorSo2Ok returns a tuple with the OutdoorSo2 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 (*SingleSampleDataEnriched) GetOutdoorTemp ¶
func (o *SingleSampleDataEnriched) GetOutdoorTemp() SingleSampleDataEnrichedControlSignal
GetOutdoorTemp returns the OutdoorTemp field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetOutdoorTempOk ¶
func (o *SingleSampleDataEnriched) GetOutdoorTempOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetOutdoorTempOk returns a tuple with the OutdoorTemp 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 (*SingleSampleDataEnriched) GetPm1 ¶
func (o *SingleSampleDataEnriched) GetPm1() SingleSampleDataEnrichedControlSignal
GetPm1 returns the Pm1 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetPm10 ¶
func (o *SingleSampleDataEnriched) GetPm10() SingleSampleDataEnrichedControlSignal
GetPm10 returns the Pm10 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetPm10Ok ¶
func (o *SingleSampleDataEnriched) GetPm10Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetPm10Ok returns a tuple with the Pm10 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 (*SingleSampleDataEnriched) GetPm1Ok ¶
func (o *SingleSampleDataEnriched) GetPm1Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetPm1Ok returns a tuple with the Pm1 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 (*SingleSampleDataEnriched) GetPm25 ¶
func (o *SingleSampleDataEnriched) GetPm25() SingleSampleDataEnrichedControlSignal
GetPm25 returns the Pm25 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetPm25Ok ¶
func (o *SingleSampleDataEnriched) GetPm25Ok() (*SingleSampleDataEnrichedControlSignal, bool)
GetPm25Ok returns a tuple with the Pm25 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 (*SingleSampleDataEnriched) GetPressure ¶
func (o *SingleSampleDataEnriched) GetPressure() SingleSampleDataEnrichedControlSignal
GetPressure returns the Pressure field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetPressureDifference ¶
func (o *SingleSampleDataEnriched) GetPressureDifference() SingleSampleDataEnrichedControlSignal
GetPressureDifference returns the PressureDifference field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetPressureDifferenceOk ¶
func (o *SingleSampleDataEnriched) GetPressureDifferenceOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetPressureDifferenceOk returns a tuple with the PressureDifference 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 (*SingleSampleDataEnriched) GetPressureOk ¶
func (o *SingleSampleDataEnriched) GetPressureOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetPressureOk returns a tuple with the Pressure 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 (*SingleSampleDataEnriched) GetRadonShortTermAvg ¶
func (o *SingleSampleDataEnriched) GetRadonShortTermAvg() SingleSampleDataEnrichedControlSignal
GetRadonShortTermAvg returns the RadonShortTermAvg field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetRadonShortTermAvgOk ¶
func (o *SingleSampleDataEnriched) GetRadonShortTermAvgOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetRadonShortTermAvgOk returns a tuple with the RadonShortTermAvg 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 (*SingleSampleDataEnriched) GetRegulationHeight ¶
func (o *SingleSampleDataEnriched) GetRegulationHeight() SingleSampleDataEnrichedControlSignal
GetRegulationHeight returns the RegulationHeight field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetRegulationHeightOk ¶
func (o *SingleSampleDataEnriched) GetRegulationHeightOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetRegulationHeightOk returns a tuple with the RegulationHeight 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 (*SingleSampleDataEnriched) GetRegulationPressure ¶
func (o *SingleSampleDataEnriched) GetRegulationPressure() SingleSampleDataEnrichedControlSignal
GetRegulationPressure returns the RegulationPressure field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetRegulationPressureOk ¶
func (o *SingleSampleDataEnriched) GetRegulationPressureOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetRegulationPressureOk returns a tuple with the RegulationPressure 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 (*SingleSampleDataEnriched) GetRelayDeviceType ¶
func (o *SingleSampleDataEnriched) GetRelayDeviceType() string
GetRelayDeviceType returns the RelayDeviceType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetRelayDeviceTypeOk ¶
func (o *SingleSampleDataEnriched) GetRelayDeviceTypeOk() (*string, bool)
GetRelayDeviceTypeOk returns a tuple with the RelayDeviceType 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 (*SingleSampleDataEnriched) GetRssi ¶
func (o *SingleSampleDataEnriched) GetRssi() SingleSampleDataEnrichedLight
GetRssi returns the Rssi field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetRssiOk ¶
func (o *SingleSampleDataEnriched) GetRssiOk() (*SingleSampleDataEnrichedLight, bool)
GetRssiOk returns a tuple with the Rssi 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 (*SingleSampleDataEnriched) GetSla ¶
func (o *SingleSampleDataEnriched) GetSla() SingleSampleDataEnrichedControlSignal
GetSla returns the Sla field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetSlaOk ¶
func (o *SingleSampleDataEnriched) GetSlaOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetSlaOk returns a tuple with the Sla 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 (*SingleSampleDataEnriched) GetTemp ¶
func (o *SingleSampleDataEnriched) GetTemp() SingleSampleDataEnrichedControlSignal
GetTemp returns the Temp field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetTempOk ¶
func (o *SingleSampleDataEnriched) GetTempOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetTempOk returns a tuple with the Temp 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 (*SingleSampleDataEnriched) GetTime ¶
func (o *SingleSampleDataEnriched) GetTime() SingleSampleDataEnrichedLight
GetTime returns the Time field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetTimeOk ¶
func (o *SingleSampleDataEnriched) GetTimeOk() (*SingleSampleDataEnrichedLight, bool)
GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SingleSampleDataEnriched) GetVirusRisk ¶
func (o *SingleSampleDataEnriched) GetVirusRisk() SingleSampleDataEnrichedControlSignal
GetVirusRisk returns the VirusRisk field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetVirusRiskOk ¶
func (o *SingleSampleDataEnriched) GetVirusRiskOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetVirusRiskOk returns a tuple with the VirusRisk 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 (*SingleSampleDataEnriched) GetVoc ¶
func (o *SingleSampleDataEnriched) GetVoc() SingleSampleDataEnrichedControlSignal
GetVoc returns the Voc field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SingleSampleDataEnriched) GetVocOk ¶
func (o *SingleSampleDataEnriched) GetVocOk() (*SingleSampleDataEnrichedControlSignal, bool)
GetVocOk returns a tuple with the Voc 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 (*SingleSampleDataEnriched) HasAirExchangeRate ¶
func (o *SingleSampleDataEnriched) HasAirExchangeRate() bool
HasAirExchangeRate returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasAirflow ¶
func (o *SingleSampleDataEnriched) HasAirflow() bool
HasAirflow returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasBattery ¶
func (o *SingleSampleDataEnriched) HasBattery() bool
HasBattery returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasCo2 ¶
func (o *SingleSampleDataEnriched) HasCo2() bool
HasCo2 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignal ¶
func (o *SingleSampleDataEnriched) HasControlSignal() bool
HasControlSignal returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot01 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot01() bool
HasControlSignalSlot01 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot02 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot02() bool
HasControlSignalSlot02 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot03 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot03() bool
HasControlSignalSlot03 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot04 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot04() bool
HasControlSignalSlot04 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot05 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot05() bool
HasControlSignalSlot05 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot06 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot06() bool
HasControlSignalSlot06 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot07 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot07() bool
HasControlSignalSlot07 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasControlSignalSlot08 ¶
func (o *SingleSampleDataEnriched) HasControlSignalSlot08() bool
HasControlSignalSlot08 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasHumidity ¶
func (o *SingleSampleDataEnriched) HasHumidity() bool
HasHumidity returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasLight ¶
func (o *SingleSampleDataEnriched) HasLight() bool
HasLight returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasLux ¶
func (o *SingleSampleDataEnriched) HasLux() bool
HasLux returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasMold ¶
func (o *SingleSampleDataEnriched) HasMold() bool
HasMold returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOccupants ¶
func (o *SingleSampleDataEnriched) HasOccupants() bool
HasOccupants returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOccupantsLower ¶
func (o *SingleSampleDataEnriched) HasOccupantsLower() bool
HasOccupantsLower returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOccupantsUpper ¶
func (o *SingleSampleDataEnriched) HasOccupantsUpper() bool
HasOccupantsUpper returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorCo ¶
func (o *SingleSampleDataEnriched) HasOutdoorCo() bool
HasOutdoorCo returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorHumidity ¶
func (o *SingleSampleDataEnriched) HasOutdoorHumidity() bool
HasOutdoorHumidity returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorNo ¶
func (o *SingleSampleDataEnriched) HasOutdoorNo() bool
HasOutdoorNo returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorNo2 ¶
func (o *SingleSampleDataEnriched) HasOutdoorNo2() bool
HasOutdoorNo2 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorO3 ¶
func (o *SingleSampleDataEnriched) HasOutdoorO3() bool
HasOutdoorO3 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorPm1 ¶
func (o *SingleSampleDataEnriched) HasOutdoorPm1() bool
HasOutdoorPm1 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorPm10 ¶
func (o *SingleSampleDataEnriched) HasOutdoorPm10() bool
HasOutdoorPm10 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorPm25 ¶
func (o *SingleSampleDataEnriched) HasOutdoorPm25() bool
HasOutdoorPm25 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorPressure ¶
func (o *SingleSampleDataEnriched) HasOutdoorPressure() bool
HasOutdoorPressure returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorSo2 ¶
func (o *SingleSampleDataEnriched) HasOutdoorSo2() bool
HasOutdoorSo2 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasOutdoorTemp ¶
func (o *SingleSampleDataEnriched) HasOutdoorTemp() bool
HasOutdoorTemp returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasPm1 ¶
func (o *SingleSampleDataEnriched) HasPm1() bool
HasPm1 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasPm10 ¶
func (o *SingleSampleDataEnriched) HasPm10() bool
HasPm10 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasPm25 ¶
func (o *SingleSampleDataEnriched) HasPm25() bool
HasPm25 returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasPressure ¶
func (o *SingleSampleDataEnriched) HasPressure() bool
HasPressure returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasPressureDifference ¶
func (o *SingleSampleDataEnriched) HasPressureDifference() bool
HasPressureDifference returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasRadonShortTermAvg ¶
func (o *SingleSampleDataEnriched) HasRadonShortTermAvg() bool
HasRadonShortTermAvg returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasRegulationHeight ¶
func (o *SingleSampleDataEnriched) HasRegulationHeight() bool
HasRegulationHeight returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasRegulationPressure ¶
func (o *SingleSampleDataEnriched) HasRegulationPressure() bool
HasRegulationPressure returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasRelayDeviceType ¶
func (o *SingleSampleDataEnriched) HasRelayDeviceType() bool
HasRelayDeviceType returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasRssi ¶
func (o *SingleSampleDataEnriched) HasRssi() bool
HasRssi returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasSla ¶
func (o *SingleSampleDataEnriched) HasSla() bool
HasSla returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasTemp ¶
func (o *SingleSampleDataEnriched) HasTemp() bool
HasTemp returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasTime ¶
func (o *SingleSampleDataEnriched) HasTime() bool
HasTime returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasVirusRisk ¶
func (o *SingleSampleDataEnriched) HasVirusRisk() bool
HasVirusRisk returns a boolean if a field has been set.
func (*SingleSampleDataEnriched) HasVoc ¶
func (o *SingleSampleDataEnriched) HasVoc() bool
HasVoc returns a boolean if a field has been set.
func (SingleSampleDataEnriched) MarshalJSON ¶
func (o SingleSampleDataEnriched) MarshalJSON() ([]byte, error)
func (*SingleSampleDataEnriched) SetAirExchangeRate ¶
func (o *SingleSampleDataEnriched) SetAirExchangeRate(v float64)
SetAirExchangeRate gets a reference to the given NullableFloat64 and assigns it to the AirExchangeRate field.
func (*SingleSampleDataEnriched) SetAirExchangeRateNil ¶
func (o *SingleSampleDataEnriched) SetAirExchangeRateNil()
SetAirExchangeRateNil sets the value for AirExchangeRate to be an explicit nil
func (*SingleSampleDataEnriched) SetAirflow ¶
func (o *SingleSampleDataEnriched) SetAirflow(v float64)
SetAirflow gets a reference to the given NullableFloat64 and assigns it to the Airflow field.
func (*SingleSampleDataEnriched) SetAirflowNil ¶
func (o *SingleSampleDataEnriched) SetAirflowNil()
SetAirflowNil sets the value for Airflow to be an explicit nil
func (*SingleSampleDataEnriched) SetBattery ¶
func (o *SingleSampleDataEnriched) SetBattery(v float32)
SetBattery gets a reference to the given NullableFloat32 and assigns it to the Battery field.
func (*SingleSampleDataEnriched) SetBatteryNil ¶
func (o *SingleSampleDataEnriched) SetBatteryNil()
SetBatteryNil sets the value for Battery to be an explicit nil
func (*SingleSampleDataEnriched) SetCo2 ¶
func (o *SingleSampleDataEnriched) SetCo2(v float64)
SetCo2 gets a reference to the given NullableFloat64 and assigns it to the Co2 field.
func (*SingleSampleDataEnriched) SetCo2Nil ¶
func (o *SingleSampleDataEnriched) SetCo2Nil()
SetCo2Nil sets the value for Co2 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignal ¶
func (o *SingleSampleDataEnriched) SetControlSignal(v SingleSampleDataEnrichedControlSignal)
SetControlSignal gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignal field.
func (*SingleSampleDataEnriched) SetControlSignalNil ¶
func (o *SingleSampleDataEnriched) SetControlSignalNil()
SetControlSignalNil sets the value for ControlSignal to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot01 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot01(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot01 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot01 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot01Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot01Nil()
SetControlSignalSlot01Nil sets the value for ControlSignalSlot01 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot02 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot02(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot02 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot02 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot02Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot02Nil()
SetControlSignalSlot02Nil sets the value for ControlSignalSlot02 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot03 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot03(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot03 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot03 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot03Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot03Nil()
SetControlSignalSlot03Nil sets the value for ControlSignalSlot03 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot04 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot04(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot04 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot04 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot04Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot04Nil()
SetControlSignalSlot04Nil sets the value for ControlSignalSlot04 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot05 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot05(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot05 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot05 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot05Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot05Nil()
SetControlSignalSlot05Nil sets the value for ControlSignalSlot05 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot06 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot06(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot06 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot06 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot06Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot06Nil()
SetControlSignalSlot06Nil sets the value for ControlSignalSlot06 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot07 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot07(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot07 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot07 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot07Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot07Nil()
SetControlSignalSlot07Nil sets the value for ControlSignalSlot07 to be an explicit nil
func (*SingleSampleDataEnriched) SetControlSignalSlot08 ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot08(v SingleSampleDataEnrichedControlSignal)
SetControlSignalSlot08 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the ControlSignalSlot08 field.
func (*SingleSampleDataEnriched) SetControlSignalSlot08Nil ¶
func (o *SingleSampleDataEnriched) SetControlSignalSlot08Nil()
SetControlSignalSlot08Nil sets the value for ControlSignalSlot08 to be an explicit nil
func (*SingleSampleDataEnriched) SetHumidity ¶
func (o *SingleSampleDataEnriched) SetHumidity(v SingleSampleDataEnrichedControlSignal)
SetHumidity gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Humidity field.
func (*SingleSampleDataEnriched) SetHumidityNil ¶
func (o *SingleSampleDataEnriched) SetHumidityNil()
SetHumidityNil sets the value for Humidity to be an explicit nil
func (*SingleSampleDataEnriched) SetLight ¶
func (o *SingleSampleDataEnriched) SetLight(v SingleSampleDataEnrichedLight)
SetLight gets a reference to the given NullableSingleSampleDataEnrichedLight and assigns it to the Light field.
func (*SingleSampleDataEnriched) SetLightNil ¶
func (o *SingleSampleDataEnriched) SetLightNil()
SetLightNil sets the value for Light to be an explicit nil
func (*SingleSampleDataEnriched) SetLux ¶
func (o *SingleSampleDataEnriched) SetLux(v float32)
SetLux gets a reference to the given NullableFloat32 and assigns it to the Lux field.
func (*SingleSampleDataEnriched) SetLuxNil ¶
func (o *SingleSampleDataEnriched) SetLuxNil()
SetLuxNil sets the value for Lux to be an explicit nil
func (*SingleSampleDataEnriched) SetMold ¶
func (o *SingleSampleDataEnriched) SetMold(v SingleSampleDataEnrichedControlSignal)
SetMold gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Mold field.
func (*SingleSampleDataEnriched) SetMoldNil ¶
func (o *SingleSampleDataEnriched) SetMoldNil()
SetMoldNil sets the value for Mold to be an explicit nil
func (*SingleSampleDataEnriched) SetOccupants ¶
func (o *SingleSampleDataEnriched) SetOccupants(v SingleSampleDataEnrichedLight)
SetOccupants gets a reference to the given NullableSingleSampleDataEnrichedLight and assigns it to the Occupants field.
func (*SingleSampleDataEnriched) SetOccupantsLower ¶
func (o *SingleSampleDataEnriched) SetOccupantsLower(v SingleSampleDataEnrichedLight)
SetOccupantsLower gets a reference to the given NullableSingleSampleDataEnrichedLight and assigns it to the OccupantsLower field.
func (*SingleSampleDataEnriched) SetOccupantsLowerNil ¶
func (o *SingleSampleDataEnriched) SetOccupantsLowerNil()
SetOccupantsLowerNil sets the value for OccupantsLower to be an explicit nil
func (*SingleSampleDataEnriched) SetOccupantsNil ¶
func (o *SingleSampleDataEnriched) SetOccupantsNil()
SetOccupantsNil sets the value for Occupants to be an explicit nil
func (*SingleSampleDataEnriched) SetOccupantsUpper ¶
func (o *SingleSampleDataEnriched) SetOccupantsUpper(v SingleSampleDataEnrichedLight)
SetOccupantsUpper gets a reference to the given NullableSingleSampleDataEnrichedLight and assigns it to the OccupantsUpper field.
func (*SingleSampleDataEnriched) SetOccupantsUpperNil ¶
func (o *SingleSampleDataEnriched) SetOccupantsUpperNil()
SetOccupantsUpperNil sets the value for OccupantsUpper to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorCo ¶
func (o *SingleSampleDataEnriched) SetOutdoorCo(v SingleSampleDataEnrichedControlSignal)
SetOutdoorCo gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorCo field.
func (*SingleSampleDataEnriched) SetOutdoorCoNil ¶
func (o *SingleSampleDataEnriched) SetOutdoorCoNil()
SetOutdoorCoNil sets the value for OutdoorCo to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorHumidity ¶
func (o *SingleSampleDataEnriched) SetOutdoorHumidity(v SingleSampleDataEnrichedControlSignal)
SetOutdoorHumidity gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorHumidity field.
func (*SingleSampleDataEnriched) SetOutdoorHumidityNil ¶
func (o *SingleSampleDataEnriched) SetOutdoorHumidityNil()
SetOutdoorHumidityNil sets the value for OutdoorHumidity to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorNo ¶
func (o *SingleSampleDataEnriched) SetOutdoorNo(v SingleSampleDataEnrichedControlSignal)
SetOutdoorNo gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorNo field.
func (*SingleSampleDataEnriched) SetOutdoorNo2 ¶
func (o *SingleSampleDataEnriched) SetOutdoorNo2(v SingleSampleDataEnrichedControlSignal)
SetOutdoorNo2 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorNo2 field.
func (*SingleSampleDataEnriched) SetOutdoorNo2Nil ¶
func (o *SingleSampleDataEnriched) SetOutdoorNo2Nil()
SetOutdoorNo2Nil sets the value for OutdoorNo2 to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorNoNil ¶
func (o *SingleSampleDataEnriched) SetOutdoorNoNil()
SetOutdoorNoNil sets the value for OutdoorNo to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorO3 ¶
func (o *SingleSampleDataEnriched) SetOutdoorO3(v SingleSampleDataEnrichedControlSignal)
SetOutdoorO3 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorO3 field.
func (*SingleSampleDataEnriched) SetOutdoorO3Nil ¶
func (o *SingleSampleDataEnriched) SetOutdoorO3Nil()
SetOutdoorO3Nil sets the value for OutdoorO3 to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorPm1 ¶
func (o *SingleSampleDataEnriched) SetOutdoorPm1(v SingleSampleDataEnrichedControlSignal)
SetOutdoorPm1 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorPm1 field.
func (*SingleSampleDataEnriched) SetOutdoorPm10 ¶
func (o *SingleSampleDataEnriched) SetOutdoorPm10(v SingleSampleDataEnrichedControlSignal)
SetOutdoorPm10 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorPm10 field.
func (*SingleSampleDataEnriched) SetOutdoorPm10Nil ¶
func (o *SingleSampleDataEnriched) SetOutdoorPm10Nil()
SetOutdoorPm10Nil sets the value for OutdoorPm10 to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorPm1Nil ¶
func (o *SingleSampleDataEnriched) SetOutdoorPm1Nil()
SetOutdoorPm1Nil sets the value for OutdoorPm1 to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorPm25 ¶
func (o *SingleSampleDataEnriched) SetOutdoorPm25(v SingleSampleDataEnrichedControlSignal)
SetOutdoorPm25 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorPm25 field.
func (*SingleSampleDataEnriched) SetOutdoorPm25Nil ¶
func (o *SingleSampleDataEnriched) SetOutdoorPm25Nil()
SetOutdoorPm25Nil sets the value for OutdoorPm25 to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorPressure ¶
func (o *SingleSampleDataEnriched) SetOutdoorPressure(v SingleSampleDataEnrichedControlSignal)
SetOutdoorPressure gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorPressure field.
func (*SingleSampleDataEnriched) SetOutdoorPressureNil ¶
func (o *SingleSampleDataEnriched) SetOutdoorPressureNil()
SetOutdoorPressureNil sets the value for OutdoorPressure to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorSo2 ¶
func (o *SingleSampleDataEnriched) SetOutdoorSo2(v SingleSampleDataEnrichedControlSignal)
SetOutdoorSo2 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorSo2 field.
func (*SingleSampleDataEnriched) SetOutdoorSo2Nil ¶
func (o *SingleSampleDataEnriched) SetOutdoorSo2Nil()
SetOutdoorSo2Nil sets the value for OutdoorSo2 to be an explicit nil
func (*SingleSampleDataEnriched) SetOutdoorTemp ¶
func (o *SingleSampleDataEnriched) SetOutdoorTemp(v SingleSampleDataEnrichedControlSignal)
SetOutdoorTemp gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the OutdoorTemp field.
func (*SingleSampleDataEnriched) SetOutdoorTempNil ¶
func (o *SingleSampleDataEnriched) SetOutdoorTempNil()
SetOutdoorTempNil sets the value for OutdoorTemp to be an explicit nil
func (*SingleSampleDataEnriched) SetPm1 ¶
func (o *SingleSampleDataEnriched) SetPm1(v SingleSampleDataEnrichedControlSignal)
SetPm1 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Pm1 field.
func (*SingleSampleDataEnriched) SetPm10 ¶
func (o *SingleSampleDataEnriched) SetPm10(v SingleSampleDataEnrichedControlSignal)
SetPm10 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Pm10 field.
func (*SingleSampleDataEnriched) SetPm10Nil ¶
func (o *SingleSampleDataEnriched) SetPm10Nil()
SetPm10Nil sets the value for Pm10 to be an explicit nil
func (*SingleSampleDataEnriched) SetPm1Nil ¶
func (o *SingleSampleDataEnriched) SetPm1Nil()
SetPm1Nil sets the value for Pm1 to be an explicit nil
func (*SingleSampleDataEnriched) SetPm25 ¶
func (o *SingleSampleDataEnriched) SetPm25(v SingleSampleDataEnrichedControlSignal)
SetPm25 gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Pm25 field.
func (*SingleSampleDataEnriched) SetPm25Nil ¶
func (o *SingleSampleDataEnriched) SetPm25Nil()
SetPm25Nil sets the value for Pm25 to be an explicit nil
func (*SingleSampleDataEnriched) SetPressure ¶
func (o *SingleSampleDataEnriched) SetPressure(v SingleSampleDataEnrichedControlSignal)
SetPressure gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Pressure field.
func (*SingleSampleDataEnriched) SetPressureDifference ¶
func (o *SingleSampleDataEnriched) SetPressureDifference(v SingleSampleDataEnrichedControlSignal)
SetPressureDifference gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the PressureDifference field.
func (*SingleSampleDataEnriched) SetPressureDifferenceNil ¶
func (o *SingleSampleDataEnriched) SetPressureDifferenceNil()
SetPressureDifferenceNil sets the value for PressureDifference to be an explicit nil
func (*SingleSampleDataEnriched) SetPressureNil ¶
func (o *SingleSampleDataEnriched) SetPressureNil()
SetPressureNil sets the value for Pressure to be an explicit nil
func (*SingleSampleDataEnriched) SetRadonShortTermAvg ¶
func (o *SingleSampleDataEnriched) SetRadonShortTermAvg(v SingleSampleDataEnrichedControlSignal)
SetRadonShortTermAvg gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the RadonShortTermAvg field.
func (*SingleSampleDataEnriched) SetRadonShortTermAvgNil ¶
func (o *SingleSampleDataEnriched) SetRadonShortTermAvgNil()
SetRadonShortTermAvgNil sets the value for RadonShortTermAvg to be an explicit nil
func (*SingleSampleDataEnriched) SetRegulationHeight ¶
func (o *SingleSampleDataEnriched) SetRegulationHeight(v SingleSampleDataEnrichedControlSignal)
SetRegulationHeight gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the RegulationHeight field.
func (*SingleSampleDataEnriched) SetRegulationHeightNil ¶
func (o *SingleSampleDataEnriched) SetRegulationHeightNil()
SetRegulationHeightNil sets the value for RegulationHeight to be an explicit nil
func (*SingleSampleDataEnriched) SetRegulationPressure ¶
func (o *SingleSampleDataEnriched) SetRegulationPressure(v SingleSampleDataEnrichedControlSignal)
SetRegulationPressure gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the RegulationPressure field.
func (*SingleSampleDataEnriched) SetRegulationPressureNil ¶
func (o *SingleSampleDataEnriched) SetRegulationPressureNil()
SetRegulationPressureNil sets the value for RegulationPressure to be an explicit nil
func (*SingleSampleDataEnriched) SetRelayDeviceType ¶
func (o *SingleSampleDataEnriched) SetRelayDeviceType(v string)
SetRelayDeviceType gets a reference to the given NullableString and assigns it to the RelayDeviceType field.
func (*SingleSampleDataEnriched) SetRelayDeviceTypeNil ¶
func (o *SingleSampleDataEnriched) SetRelayDeviceTypeNil()
SetRelayDeviceTypeNil sets the value for RelayDeviceType to be an explicit nil
func (*SingleSampleDataEnriched) SetRssi ¶
func (o *SingleSampleDataEnriched) SetRssi(v SingleSampleDataEnrichedLight)
SetRssi gets a reference to the given NullableSingleSampleDataEnrichedLight and assigns it to the Rssi field.
func (*SingleSampleDataEnriched) SetRssiNil ¶
func (o *SingleSampleDataEnriched) SetRssiNil()
SetRssiNil sets the value for Rssi to be an explicit nil
func (*SingleSampleDataEnriched) SetSla ¶
func (o *SingleSampleDataEnriched) SetSla(v SingleSampleDataEnrichedControlSignal)
SetSla gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Sla field.
func (*SingleSampleDataEnriched) SetSlaNil ¶
func (o *SingleSampleDataEnriched) SetSlaNil()
SetSlaNil sets the value for Sla to be an explicit nil
func (*SingleSampleDataEnriched) SetTemp ¶
func (o *SingleSampleDataEnriched) SetTemp(v SingleSampleDataEnrichedControlSignal)
SetTemp gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Temp field.
func (*SingleSampleDataEnriched) SetTempNil ¶
func (o *SingleSampleDataEnriched) SetTempNil()
SetTempNil sets the value for Temp to be an explicit nil
func (*SingleSampleDataEnriched) SetTime ¶
func (o *SingleSampleDataEnriched) SetTime(v SingleSampleDataEnrichedLight)
SetTime gets a reference to the given NullableSingleSampleDataEnrichedLight and assigns it to the Time field.
func (*SingleSampleDataEnriched) SetTimeNil ¶
func (o *SingleSampleDataEnriched) SetTimeNil()
SetTimeNil sets the value for Time to be an explicit nil
func (*SingleSampleDataEnriched) SetVirusRisk ¶
func (o *SingleSampleDataEnriched) SetVirusRisk(v SingleSampleDataEnrichedControlSignal)
SetVirusRisk gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the VirusRisk field.
func (*SingleSampleDataEnriched) SetVirusRiskNil ¶
func (o *SingleSampleDataEnriched) SetVirusRiskNil()
SetVirusRiskNil sets the value for VirusRisk to be an explicit nil
func (*SingleSampleDataEnriched) SetVoc ¶
func (o *SingleSampleDataEnriched) SetVoc(v SingleSampleDataEnrichedControlSignal)
SetVoc gets a reference to the given NullableSingleSampleDataEnrichedControlSignal and assigns it to the Voc field.
func (*SingleSampleDataEnriched) SetVocNil ¶
func (o *SingleSampleDataEnriched) SetVocNil()
SetVocNil sets the value for Voc to be an explicit nil
func (SingleSampleDataEnriched) ToMap ¶
func (o SingleSampleDataEnriched) ToMap() (map[string]interface{}, error)
func (*SingleSampleDataEnriched) UnsetAirExchangeRate ¶
func (o *SingleSampleDataEnriched) UnsetAirExchangeRate()
UnsetAirExchangeRate ensures that no value is present for AirExchangeRate, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetAirflow ¶
func (o *SingleSampleDataEnriched) UnsetAirflow()
UnsetAirflow ensures that no value is present for Airflow, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetBattery ¶
func (o *SingleSampleDataEnriched) UnsetBattery()
UnsetBattery ensures that no value is present for Battery, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetCo2 ¶
func (o *SingleSampleDataEnriched) UnsetCo2()
UnsetCo2 ensures that no value is present for Co2, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignal ¶
func (o *SingleSampleDataEnriched) UnsetControlSignal()
UnsetControlSignal ensures that no value is present for ControlSignal, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot01 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot01()
UnsetControlSignalSlot01 ensures that no value is present for ControlSignalSlot01, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot02 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot02()
UnsetControlSignalSlot02 ensures that no value is present for ControlSignalSlot02, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot03 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot03()
UnsetControlSignalSlot03 ensures that no value is present for ControlSignalSlot03, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot04 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot04()
UnsetControlSignalSlot04 ensures that no value is present for ControlSignalSlot04, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot05 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot05()
UnsetControlSignalSlot05 ensures that no value is present for ControlSignalSlot05, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot06 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot06()
UnsetControlSignalSlot06 ensures that no value is present for ControlSignalSlot06, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot07 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot07()
UnsetControlSignalSlot07 ensures that no value is present for ControlSignalSlot07, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetControlSignalSlot08 ¶
func (o *SingleSampleDataEnriched) UnsetControlSignalSlot08()
UnsetControlSignalSlot08 ensures that no value is present for ControlSignalSlot08, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetHumidity ¶
func (o *SingleSampleDataEnriched) UnsetHumidity()
UnsetHumidity ensures that no value is present for Humidity, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetLight ¶
func (o *SingleSampleDataEnriched) UnsetLight()
UnsetLight ensures that no value is present for Light, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetLux ¶
func (o *SingleSampleDataEnriched) UnsetLux()
UnsetLux ensures that no value is present for Lux, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetMold ¶
func (o *SingleSampleDataEnriched) UnsetMold()
UnsetMold ensures that no value is present for Mold, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOccupants ¶
func (o *SingleSampleDataEnriched) UnsetOccupants()
UnsetOccupants ensures that no value is present for Occupants, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOccupantsLower ¶
func (o *SingleSampleDataEnriched) UnsetOccupantsLower()
UnsetOccupantsLower ensures that no value is present for OccupantsLower, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOccupantsUpper ¶
func (o *SingleSampleDataEnriched) UnsetOccupantsUpper()
UnsetOccupantsUpper ensures that no value is present for OccupantsUpper, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorCo ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorCo()
UnsetOutdoorCo ensures that no value is present for OutdoorCo, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorHumidity ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorHumidity()
UnsetOutdoorHumidity ensures that no value is present for OutdoorHumidity, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorNo ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorNo()
UnsetOutdoorNo ensures that no value is present for OutdoorNo, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorNo2 ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorNo2()
UnsetOutdoorNo2 ensures that no value is present for OutdoorNo2, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorO3 ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorO3()
UnsetOutdoorO3 ensures that no value is present for OutdoorO3, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorPm1 ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorPm1()
UnsetOutdoorPm1 ensures that no value is present for OutdoorPm1, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorPm10 ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorPm10()
UnsetOutdoorPm10 ensures that no value is present for OutdoorPm10, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorPm25 ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorPm25()
UnsetOutdoorPm25 ensures that no value is present for OutdoorPm25, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorPressure ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorPressure()
UnsetOutdoorPressure ensures that no value is present for OutdoorPressure, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorSo2 ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorSo2()
UnsetOutdoorSo2 ensures that no value is present for OutdoorSo2, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetOutdoorTemp ¶
func (o *SingleSampleDataEnriched) UnsetOutdoorTemp()
UnsetOutdoorTemp ensures that no value is present for OutdoorTemp, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetPm1 ¶
func (o *SingleSampleDataEnriched) UnsetPm1()
UnsetPm1 ensures that no value is present for Pm1, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetPm10 ¶
func (o *SingleSampleDataEnriched) UnsetPm10()
UnsetPm10 ensures that no value is present for Pm10, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetPm25 ¶
func (o *SingleSampleDataEnriched) UnsetPm25()
UnsetPm25 ensures that no value is present for Pm25, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetPressure ¶
func (o *SingleSampleDataEnriched) UnsetPressure()
UnsetPressure ensures that no value is present for Pressure, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetPressureDifference ¶
func (o *SingleSampleDataEnriched) UnsetPressureDifference()
UnsetPressureDifference ensures that no value is present for PressureDifference, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetRadonShortTermAvg ¶
func (o *SingleSampleDataEnriched) UnsetRadonShortTermAvg()
UnsetRadonShortTermAvg ensures that no value is present for RadonShortTermAvg, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetRegulationHeight ¶
func (o *SingleSampleDataEnriched) UnsetRegulationHeight()
UnsetRegulationHeight ensures that no value is present for RegulationHeight, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetRegulationPressure ¶
func (o *SingleSampleDataEnriched) UnsetRegulationPressure()
UnsetRegulationPressure ensures that no value is present for RegulationPressure, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetRelayDeviceType ¶
func (o *SingleSampleDataEnriched) UnsetRelayDeviceType()
UnsetRelayDeviceType ensures that no value is present for RelayDeviceType, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetRssi ¶
func (o *SingleSampleDataEnriched) UnsetRssi()
UnsetRssi ensures that no value is present for Rssi, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetSla ¶
func (o *SingleSampleDataEnriched) UnsetSla()
UnsetSla ensures that no value is present for Sla, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetTemp ¶
func (o *SingleSampleDataEnriched) UnsetTemp()
UnsetTemp ensures that no value is present for Temp, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetTime ¶
func (o *SingleSampleDataEnriched) UnsetTime()
UnsetTime ensures that no value is present for Time, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetVirusRisk ¶
func (o *SingleSampleDataEnriched) UnsetVirusRisk()
UnsetVirusRisk ensures that no value is present for VirusRisk, not even an explicit nil
func (*SingleSampleDataEnriched) UnsetVoc ¶
func (o *SingleSampleDataEnriched) UnsetVoc()
UnsetVoc ensures that no value is present for Voc, not even an explicit nil
type SingleSampleDataEnrichedControlSignal ¶
type SingleSampleDataEnrichedControlSignal struct {
Float64 *float64
}
SingleSampleDataEnrichedControlSignal - struct for SingleSampleDataEnrichedControlSignal
func Float64AsSingleSampleDataEnrichedControlSignal ¶
func Float64AsSingleSampleDataEnrichedControlSignal(v *float64) SingleSampleDataEnrichedControlSignal
float64AsSingleSampleDataEnrichedControlSignal is a convenience function that returns float64 wrapped in SingleSampleDataEnrichedControlSignal
func (*SingleSampleDataEnrichedControlSignal) GetActualInstance ¶
func (obj *SingleSampleDataEnrichedControlSignal) GetActualInstance() interface{}
Get the actual instance
func (SingleSampleDataEnrichedControlSignal) MarshalJSON ¶
func (src SingleSampleDataEnrichedControlSignal) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SingleSampleDataEnrichedControlSignal) UnmarshalJSON ¶
func (dst *SingleSampleDataEnrichedControlSignal) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SingleSampleDataEnrichedLight ¶
type SingleSampleDataEnrichedLight struct {
Float32 *float32
}
SingleSampleDataEnrichedLight - struct for SingleSampleDataEnrichedLight
func Float32AsSingleSampleDataEnrichedLight ¶
func Float32AsSingleSampleDataEnrichedLight(v *float32) SingleSampleDataEnrichedLight
float32AsSingleSampleDataEnrichedLight is a convenience function that returns float32 wrapped in SingleSampleDataEnrichedLight
func (*SingleSampleDataEnrichedLight) GetActualInstance ¶
func (obj *SingleSampleDataEnrichedLight) GetActualInstance() interface{}
Get the actual instance
func (SingleSampleDataEnrichedLight) MarshalJSON ¶
func (src SingleSampleDataEnrichedLight) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SingleSampleDataEnrichedLight) UnmarshalJSON ¶
func (dst *SingleSampleDataEnrichedLight) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
Source Files ¶
- model_device_sample_response_enriched.go
- model_get_location_samples_response_enriched.go
- model_get_locations_response.go
- model_location_response.go
- model_segment_simple_response.go
- model_single_sample_data_enriched.go
- model_single_sample_data_enriched_control_signal.go
- model_single_sample_data_enriched_light.go
- util.go
- utils.go