Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
- Service Configuration
- OAuth Scopes
- AggregateBucketType
- DataSet
- Application
- AggregateResponse
- AggregateBy
- DataSourceType
- BucketByTimePeriodType
- BucketByActivity
- AggregateRequest
- Device
- Value
- BucketBySession
- DataPoint
- ListSessionsResponse
- AggregateBucket
- MapValue
- ListDataSourcesResponse
- DataTypeField
- AggregateRequestFilteredDataQualityStandardItem
- DataSource
- BucketByTimePeriod
- DeviceType
- ValueMapValEntry
- BucketByTime
- DataType
- ListDataPointChangesResponse
- Session
- DataSourceDataQualityStandardItem
- DataTypeFieldFormat
Synopsis
- fitnessService :: ServiceConfig
- fitnessBodyTemperatureReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.body_temperature.read"]
- fitnessBodyReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.body.read"]
- fitnessNutritionReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.nutrition.read"]
- fitnessReProductiveHealthReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.reproductive_health.read"]
- fitnessActivityReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.activity.read"]
- fitnessReProductiveHealthWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.reproductive_health.write"]
- fitnessActivityWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.activity.write"]
- fitnessBloodPressureWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_pressure.write"]
- fitnessBodyTemperatureWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.body_temperature.write"]
- fitnessOxygenSaturationReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.oxygen_saturation.read"]
- fitnessBloodGlucoseWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_glucose.write"]
- fitnessBloodPressureReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_pressure.read"]
- fitnessLocationReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.location.read"]
- fitnessLocationWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.location.write"]
- fitnessNutritionWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.nutrition.write"]
- fitnessBodyWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.body.write"]
- fitnessBloodGlucoseReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_glucose.read"]
- fitnessOxygenSaturationWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.oxygen_saturation.write"]
- data AggregateBucketType
- data DataSet
- dataSet :: DataSet
- dsNextPageToken :: Lens' DataSet (Maybe Text)
- dsDataSourceId :: Lens' DataSet (Maybe Text)
- dsPoint :: Lens' DataSet [DataPoint]
- dsMinStartTimeNs :: Lens' DataSet (Maybe Int64)
- dsMaxEndTimeNs :: Lens' DataSet (Maybe Int64)
- data Application
- application :: Application
- aPackageName :: Lens' Application (Maybe Text)
- aName :: Lens' Application (Maybe Text)
- aVersion :: Lens' Application (Maybe Text)
- aDetailsURL :: Lens' Application (Maybe Text)
- data AggregateResponse
- aggregateResponse :: AggregateResponse
- arBucket :: Lens' AggregateResponse [AggregateBucket]
- data AggregateBy
- aggregateBy :: AggregateBy
- abDataTypeName :: Lens' AggregateBy (Maybe Text)
- abDataSourceId :: Lens' AggregateBy (Maybe Text)
- data DataSourceType
- data BucketByTimePeriodType
- data BucketByActivity
- bucketByActivity :: BucketByActivity
- bbaMinDurationMillis :: Lens' BucketByActivity (Maybe Int64)
- bbaActivityDataSourceId :: Lens' BucketByActivity (Maybe Text)
- data AggregateRequest
- aggregateRequest :: AggregateRequest
- arEndTimeMillis :: Lens' AggregateRequest (Maybe Int64)
- arFilteredDataQualityStandard :: Lens' AggregateRequest [AggregateRequestFilteredDataQualityStandardItem]
- arAggregateBy :: Lens' AggregateRequest [AggregateBy]
- arBucketBySession :: Lens' AggregateRequest (Maybe BucketBySession)
- arBucketByActivityType :: Lens' AggregateRequest (Maybe BucketByActivity)
- arBucketByTime :: Lens' AggregateRequest (Maybe BucketByTime)
- arStartTimeMillis :: Lens' AggregateRequest (Maybe Int64)
- arBucketByActivitySegment :: Lens' AggregateRequest (Maybe BucketByActivity)
- data Device
- device :: Device
- dManufacturer :: Lens' Device (Maybe Text)
- dUid :: Lens' Device (Maybe Text)
- dModel :: Lens' Device (Maybe Text)
- dVersion :: Lens' Device (Maybe Text)
- dType :: Lens' Device (Maybe DeviceType)
- data Value
- value :: Value
- vMapVal :: Lens' Value [ValueMapValEntry]
- vFpVal :: Lens' Value (Maybe Double)
- vIntVal :: Lens' Value (Maybe Int32)
- vStringVal :: Lens' Value (Maybe Text)
- data BucketBySession
- bucketBySession :: BucketBySession
- bbsMinDurationMillis :: Lens' BucketBySession (Maybe Int64)
- data DataPoint
- dataPoint :: DataPoint
- dpOriginDataSourceId :: Lens' DataPoint (Maybe Text)
- dpRawTimestampNanos :: Lens' DataPoint (Maybe Int64)
- dpDataTypeName :: Lens' DataPoint (Maybe Text)
- dpValue :: Lens' DataPoint [Value]
- dpComputationTimeMillis :: Lens' DataPoint (Maybe Int64)
- dpEndTimeNanos :: Lens' DataPoint (Maybe Int64)
- dpModifiedTimeMillis :: Lens' DataPoint (Maybe Int64)
- dpStartTimeNanos :: Lens' DataPoint (Maybe Int64)
- data ListSessionsResponse
- listSessionsResponse :: ListSessionsResponse
- lsrNextPageToken :: Lens' ListSessionsResponse (Maybe Text)
- lsrDeletedSession :: Lens' ListSessionsResponse [Session]
- lsrHasMoreData :: Lens' ListSessionsResponse (Maybe Bool)
- lsrSession :: Lens' ListSessionsResponse [Session]
- data AggregateBucket
- aggregateBucket :: AggregateBucket
- abEndTimeMillis :: Lens' AggregateBucket (Maybe Int64)
- abDataSet :: Lens' AggregateBucket [DataSet]
- abActivity :: Lens' AggregateBucket (Maybe Int32)
- abType :: Lens' AggregateBucket (Maybe AggregateBucketType)
- abStartTimeMillis :: Lens' AggregateBucket (Maybe Int64)
- abSession :: Lens' AggregateBucket (Maybe Session)
- data MapValue
- mapValue :: MapValue
- mvFpVal :: Lens' MapValue (Maybe Double)
- data ListDataSourcesResponse
- listDataSourcesResponse :: ListDataSourcesResponse
- ldsrDataSource :: Lens' ListDataSourcesResponse [DataSource]
- data DataTypeField
- dataTypeField :: DataTypeField
- dtfFormat :: Lens' DataTypeField (Maybe DataTypeFieldFormat)
- dtfName :: Lens' DataTypeField (Maybe Text)
- dtfOptional :: Lens' DataTypeField (Maybe Bool)
- data AggregateRequestFilteredDataQualityStandardItem
- = DATAQUALITYBLOODGLUCOSEISO151972003
- | DATAQUALITYBLOODGLUCOSEISO151972013
- | DataQualityBloodPressureAami
- | DataQualityBloodPressureBhsAA
- | DataQualityBloodPressureBhsAB
- | DataQualityBloodPressureBhsBA
- | DataQualityBloodPressureBhsBB
- | DATAQUALITYBLOODPRESSUREESH2002
- | DATAQUALITYBLOODPRESSUREESH2010
- | DataQualityUnknown
- data DataSource
- dataSource :: DataSource
- dsApplication :: Lens' DataSource (Maybe Application)
- dsDevice :: Lens' DataSource (Maybe Device)
- dsDataQualityStandard :: Lens' DataSource [DataSourceDataQualityStandardItem]
- dsName :: Lens' DataSource (Maybe Text)
- dsDataType :: Lens' DataSource (Maybe DataType)
- dsType :: Lens' DataSource (Maybe DataSourceType)
- dsDataStreamName :: Lens' DataSource (Maybe Text)
- dsDataStreamId :: Lens' DataSource (Maybe Text)
- data BucketByTimePeriod
- bucketByTimePeriod :: BucketByTimePeriod
- bbtpValue :: Lens' BucketByTimePeriod (Maybe Int32)
- bbtpType :: Lens' BucketByTimePeriod (Maybe BucketByTimePeriodType)
- bbtpTimeZoneId :: Lens' BucketByTimePeriod (Maybe Text)
- data DeviceType
- = ChestStrap
- | HeadMounted
- | Phone
- | Scale
- | Tablet
- | Unknown
- | Watch
- data ValueMapValEntry
- valueMapValEntry :: ValueMapValEntry
- vmveValue :: Lens' ValueMapValEntry (Maybe MapValue)
- vmveKey :: Lens' ValueMapValEntry (Maybe Text)
- data BucketByTime
- bucketByTime :: BucketByTime
- bbtPeriod :: Lens' BucketByTime (Maybe BucketByTimePeriod)
- bbtDurationMillis :: Lens' BucketByTime (Maybe Int64)
- data DataType
- dataType :: DataType
- dtField :: Lens' DataType [DataTypeField]
- dtName :: Lens' DataType (Maybe Text)
- data ListDataPointChangesResponse
- listDataPointChangesResponse :: ListDataPointChangesResponse
- ldpcrNextPageToken :: Lens' ListDataPointChangesResponse (Maybe Text)
- ldpcrInsertedDataPoint :: Lens' ListDataPointChangesResponse [DataPoint]
- ldpcrDataSourceId :: Lens' ListDataPointChangesResponse (Maybe Text)
- ldpcrDeletedDataPoint :: Lens' ListDataPointChangesResponse [DataPoint]
- data Session
- session :: Session
- sEndTimeMillis :: Lens' Session (Maybe Int64)
- sActiveTimeMillis :: Lens' Session (Maybe Int64)
- sApplication :: Lens' Session (Maybe Application)
- sActivityType :: Lens' Session (Maybe Int32)
- sName :: Lens' Session (Maybe Text)
- sModifiedTimeMillis :: Lens' Session (Maybe Int64)
- sId :: Lens' Session (Maybe Text)
- sStartTimeMillis :: Lens' Session (Maybe Int64)
- sDescription :: Lens' Session (Maybe Text)
- data DataSourceDataQualityStandardItem
- = DSDQSIDATAQUALITYBLOODGLUCOSEISO151972003
- | DSDQSIDATAQUALITYBLOODGLUCOSEISO151972013
- | DSDQSIDataQualityBloodPressureAami
- | DSDQSIDataQualityBloodPressureBhsAA
- | DSDQSIDataQualityBloodPressureBhsAB
- | DSDQSIDataQualityBloodPressureBhsBA
- | DSDQSIDataQualityBloodPressureBhsBB
- | DSDQSIDATAQUALITYBLOODPRESSUREESH2002
- | DSDQSIDATAQUALITYBLOODPRESSUREESH2010
- | DSDQSIDataQualityUnknown
- data DataTypeFieldFormat
- = Blob
- | FloatList
- | FloatPoint
- | Integer
- | IntegerList
- | Map
- | String
Service Configuration
fitnessService :: ServiceConfig Source #
Default request referring to version v1
of the Fitness. This contains the host and root path used as a starting point for constructing service requests.
OAuth Scopes
fitnessBodyTemperatureReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.body_temperature.read"] Source #
View body temperature data in Google Fit
fitnessBodyReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.body.read"] Source #
View body sensor information in Google Fit
fitnessNutritionReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.nutrition.read"] Source #
View nutrition information in Google Fit
fitnessReProductiveHealthReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.reproductive_health.read"] Source #
View reproductive health data in Google Fit
fitnessActivityReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.activity.read"] Source #
View your activity information in Google Fit
fitnessReProductiveHealthWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.reproductive_health.write"] Source #
View and store reproductive health data in Google Fit
fitnessActivityWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.activity.write"] Source #
View and store your activity information in Google Fit
fitnessBloodPressureWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_pressure.write"] Source #
View and store blood pressure data in Google Fit
fitnessBodyTemperatureWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.body_temperature.write"] Source #
View and store body temperature data in Google Fit
fitnessOxygenSaturationReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.oxygen_saturation.read"] Source #
View oxygen saturation data in Google Fit
fitnessBloodGlucoseWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_glucose.write"] Source #
View and store blood glucose data in Google Fit
fitnessBloodPressureReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_pressure.read"] Source #
View blood pressure data in Google Fit
fitnessLocationReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.location.read"] Source #
View your stored location data in Google Fit
fitnessLocationWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.location.write"] Source #
View and store your location data in Google Fit
fitnessNutritionWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.nutrition.write"] Source #
View and store nutrition information in Google Fit
fitnessBodyWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.body.write"] Source #
View and store body sensor data in Google Fit
fitnessBloodGlucoseReadScope :: Proxy '["https://www.googleapis.com/auth/fitness.blood_glucose.read"] Source #
View blood glucose data in Google Fit
fitnessOxygenSaturationWriteScope :: Proxy '["https://www.googleapis.com/auth/fitness.oxygen_saturation.write"] Source #
View and store oxygen saturation data in Google Fit
AggregateBucketType
data AggregateBucketType Source #
The type of a bucket signifies how the data aggregation is performed in the bucket.
ABTActivitySegment | activitySegment |
ABTActivityType | activityType |
ABTSession | session |
ABTTime | time |
ABTUnknown | unknown |
Instances
DataSet
A dataset represents a projection container for data points. They do not carry any info of their own. Datasets represent a set of data points from a particular data source. A data point can be found in more than one dataset.
See: dataSet
smart constructor.
Instances
Eq DataSet Source # | |
Data DataSet Source # | |
Defined in Network.Google.Fitness.Types.Product gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataSet -> c DataSet # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataSet # toConstr :: DataSet -> Constr # dataTypeOf :: DataSet -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DataSet) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataSet) # gmapT :: (forall b. Data b => b -> b) -> DataSet -> DataSet # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataSet -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataSet -> r # gmapQ :: (forall d. Data d => d -> u) -> DataSet -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> DataSet -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataSet -> m DataSet # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataSet -> m DataSet # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataSet -> m DataSet # | |
Show DataSet Source # | |
Generic DataSet Source # | |
ToJSON DataSet Source # | |
Defined in Network.Google.Fitness.Types.Product | |
FromJSON DataSet Source # | |
type Rep DataSet Source # | |
Defined in Network.Google.Fitness.Types.Product type Rep DataSet = D1 (MetaData "DataSet" "Network.Google.Fitness.Types.Product" "gogol-fitness-0.4.0-HKC94LjpKjvFQ4h3GWXPtC" False) (C1 (MetaCons "DataSet'" PrefixI True) ((S1 (MetaSel (Just "_dsNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dsDataSourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dsPoint") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DataPoint])) :*: (S1 (MetaSel (Just "_dsMinStartTimeNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))) :*: S1 (MetaSel (Just "_dsMaxEndTimeNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))) |
Creates a value of DataSet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsNextPageToken :: Lens' DataSet (Maybe Text) Source #
This token will be set when a dataset is received in response to a GET request and the dataset is too large to be included in a single response. Provide this value in a subsequent GET request to return the next page of data points within this dataset.
dsDataSourceId :: Lens' DataSet (Maybe Text) Source #
The data stream ID of the data source that created the points in this dataset.
dsPoint :: Lens' DataSet [DataPoint] Source #
A partial list of data points contained in the dataset, ordered by largest endTimeNanos first. This list is considered complete when retrieving a small dataset and partial when patching a dataset or retrieving a dataset that is too large to include in a single response.
dsMinStartTimeNs :: Lens' DataSet (Maybe Int64) Source #
The smallest start time of all data points in this possibly partial representation of the dataset. Time is in nanoseconds from epoch. This should also match the first part of the dataset identifier.
dsMaxEndTimeNs :: Lens' DataSet (Maybe Int64) Source #
The largest end time of all data points in this possibly partial representation of the dataset. Time is in nanoseconds from epoch. This should also match the first part of the dataset identifier.
Application
data Application Source #
See: application
smart constructor.
Instances
application :: Application Source #
Creates a value of Application
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
aPackageName :: Lens' Application (Maybe Text) Source #
Package name for this application. This is used as a unique identifier when created by Android applications, but cannot be specified by REST clients. REST clients will have their developer project number reflected into the Data Source data stream IDs, instead of the packageName.
aName :: Lens' Application (Maybe Text) Source #
The name of this application. This is required for REST clients, but we do not enforce uniqueness of this name. It is provided as a matter of convenience for other developers who would like to identify which REST created an Application or Data Source.
aVersion :: Lens' Application (Maybe Text) Source #
Version of the application. You should update this field whenever the application changes in a way that affects the computation of the data.
aDetailsURL :: Lens' Application (Maybe Text) Source #
An optional URI that can be used to link back to the application.
AggregateResponse
data AggregateResponse Source #
Instances
aggregateResponse :: AggregateResponse Source #
Creates a value of AggregateResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
arBucket :: Lens' AggregateResponse [AggregateBucket] Source #
A list of buckets containing the aggregated data.
AggregateBy
data AggregateBy Source #
The specification of which data to aggregate.
See: aggregateBy
smart constructor.
Instances
aggregateBy :: AggregateBy Source #
Creates a value of AggregateBy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
abDataTypeName :: Lens' AggregateBy (Maybe Text) Source #
The data type to aggregate. All data sources providing this data type will contribute data to the aggregation. The response will contain a single dataset for this data type name. The dataset will have a data source ID of derived:com.google.:com.google.android.gms:aggregated
abDataSourceId :: Lens' AggregateBy (Maybe Text) Source #
A data source ID to aggregate. Mutually exclusive of dataTypeName. Only data from the specified data source ID will be included in the aggregation. The dataset in the response will have the same data source ID.
DataSourceType
data DataSourceType Source #
A constant describing the type of this data source. Indicates whether this data source produces raw or derived data.
Instances
BucketByTimePeriodType
data BucketByTimePeriodType Source #
Instances
BucketByActivity
data BucketByActivity Source #
Instances
bucketByActivity :: BucketByActivity Source #
Creates a value of BucketByActivity
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bbaMinDurationMillis :: Lens' BucketByActivity (Maybe Int64) Source #
Specifies that only activity segments of duration longer than minDurationMillis are considered and used as a container for aggregated data.
bbaActivityDataSourceId :: Lens' BucketByActivity (Maybe Text) Source #
The default activity stream will be used if a specific activityDataSourceId is not specified.
AggregateRequest
data AggregateRequest Source #
Next id: 10
See: aggregateRequest
smart constructor.
Instances
aggregateRequest :: AggregateRequest Source #
Creates a value of AggregateRequest
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
arEndTimeMillis :: Lens' AggregateRequest (Maybe Int64) Source #
The end of a window of time. Data that intersects with this time window will be aggregated. The time is in milliseconds since epoch, inclusive.
arFilteredDataQualityStandard :: Lens' AggregateRequest [AggregateRequestFilteredDataQualityStandardItem] Source #
A list of acceptable data quality standards. Only data points which conform to at least one of the specified data quality standards will be returned. If the list is empty, all data points are returned.
arAggregateBy :: Lens' AggregateRequest [AggregateBy] Source #
The specification of data to be aggregated. At least one aggregateBy spec must be provided. All data that is specified will be aggregated using the same bucketing criteria. There will be one dataset in the response for every aggregateBy spec.
arBucketBySession :: Lens' AggregateRequest (Maybe BucketBySession) Source #
Specifies that data be aggregated by user sessions. Data that does not fall within the time range of a session will not be included in the response. Mutually exclusive of other bucketing specifications.
arBucketByActivityType :: Lens' AggregateRequest (Maybe BucketByActivity) Source #
Specifies that data be aggregated by the type of activity being performed when the data was recorded. All data that was recorded during a certain activity type (for the given time range) will be aggregated into the same bucket. Data that was recorded while the user was not active will not be included in the response. Mutually exclusive of other bucketing specifications.
arBucketByTime :: Lens' AggregateRequest (Maybe BucketByTime) Source #
Specifies that data be aggregated by a single time interval. Mutually exclusive of other bucketing specifications.
arStartTimeMillis :: Lens' AggregateRequest (Maybe Int64) Source #
The start of a window of time. Data that intersects with this time window will be aggregated. The time is in milliseconds since epoch, inclusive.
arBucketByActivitySegment :: Lens' AggregateRequest (Maybe BucketByActivity) Source #
Specifies that data be aggregated each activity segment recored for a user. Similar to bucketByActivitySegment, but bucketing is done for each activity segment rather than all segments of the same type. Mutually exclusive of other bucketing specifications.
Device
Representation of an integrated device (such as a phone or a wearable) that can hold sensors. Each sensor is exposed as a data source. The main purpose of the device information contained in this class is to identify the hardware of a particular data source. This can be useful in different ways, including: - Distinguishing two similar sensors on different devices (the step counter on two nexus 5 phones, for instance) - Display the source of data to the user (by using the device make / model) - Treat data differently depending on sensor type (accelerometers on a watch may give different patterns than those on a phone) - Build different analysis models for each device/version.
See: device
smart constructor.
Instances
Eq Device Source # | |
Data Device Source # | |
Defined in Network.Google.Fitness.Types.Product gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Device -> c Device # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Device # toConstr :: Device -> Constr # dataTypeOf :: Device -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Device) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Device) # gmapT :: (forall b. Data b => b -> b) -> Device -> Device # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Device -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Device -> r # gmapQ :: (forall d. Data d => d -> u) -> Device -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Device -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Device -> m Device # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Device -> m Device # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Device -> m Device # | |
Show Device Source # | |
Generic Device Source # | |
ToJSON Device Source # | |
Defined in Network.Google.Fitness.Types.Product | |
FromJSON Device Source # | |
type Rep Device Source # | |
Defined in Network.Google.Fitness.Types.Product type Rep Device = D1 (MetaData "Device" "Network.Google.Fitness.Types.Product" "gogol-fitness-0.4.0-HKC94LjpKjvFQ4h3GWXPtC" False) (C1 (MetaCons "Device'" PrefixI True) ((S1 (MetaSel (Just "_dManufacturer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dUid") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dModel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeviceType)))))) |
dUid :: Lens' Device (Maybe Text) Source #
The serial number or other unique ID for the hardware. This field is obfuscated when read by any REST or Android client that did not create the data source. Only the data source creator will see the uid field in clear and normal form.
Value
Holder object for the value of a single field in a data point. A field value has a particular format and is only ever set to one of an integer or a floating point value. LINT.IfChange
See: value
smart constructor.
Instances
Eq Value Source # | |
Data Value Source # | |
Defined in Network.Google.Fitness.Types.Product gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Value -> c Value # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Value # dataTypeOf :: Value -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Value) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Value) # gmapT :: (forall b. Data b => b -> b) -> Value -> Value # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Value -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Value -> r # gmapQ :: (forall d. Data d => d -> u) -> Value -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Value -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Value -> m Value # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Value -> m Value # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Value -> m Value # | |
Show Value Source # | |
Generic Value Source # | |
ToJSON Value Source # | |
Defined in Network.Google.Fitness.Types.Product | |
FromJSON Value Source # | |
type Rep Value Source # | |
Defined in Network.Google.Fitness.Types.Product type Rep Value = D1 (MetaData "Value" "Network.Google.Fitness.Types.Product" "gogol-fitness-0.4.0-HKC94LjpKjvFQ4h3GWXPtC" False) (C1 (MetaCons "Value'" PrefixI True) ((S1 (MetaSel (Just "_vMapVal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ValueMapValEntry])) :*: S1 (MetaSel (Just "_vFpVal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) :*: (S1 (MetaSel (Just "_vIntVal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_vStringVal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) |
Creates a value of Value
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
vMapVal :: Lens' Value [ValueMapValEntry] Source #
Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.
vFpVal :: Lens' Value (Maybe Double) Source #
Floating point value. When this is set, other values must not be set.
vIntVal :: Lens' Value (Maybe Int32) Source #
Integer value. When this is set, other values must not be set.
vStringVal :: Lens' Value (Maybe Text) Source #
String value. When this is set, other values must not be set. Strings should be kept small whenever possible. Data streams with large string values and high data frequency may be down sampled.
BucketBySession
data BucketBySession Source #
Instances
bucketBySession :: BucketBySession Source #
Creates a value of BucketBySession
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bbsMinDurationMillis :: Lens' BucketBySession (Maybe Int64) Source #
Specifies that only sessions of duration longer than minDurationMillis are considered and used as a container for aggregated data.
DataPoint
Represents a single data point, generated by a particular data source. A data point holds a value for each field, an end timestamp and an optional start time. The exact semantics of each of these attributes are specified in the documentation for the particular data type. A data point can represent an instantaneous measurement, reading or input observation, as well as averages or aggregates over a time interval. Check the data type documentation to determine which is the case for a particular data type. Data points always contain one value for each field of the data type.
See: dataPoint
smart constructor.
Instances
dataPoint :: DataPoint Source #
Creates a value of DataPoint
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpOriginDataSourceId :: Lens' DataPoint (Maybe Text) Source #
If the data point is contained in a dataset for a derived data source, this field will be populated with the data source stream ID that created the data point originally.
dpRawTimestampNanos :: Lens' DataPoint (Maybe Int64) Source #
The raw timestamp from the original SensorEvent.
dpDataTypeName :: Lens' DataPoint (Maybe Text) Source #
The data type defining the format of the values in this data point.
dpValue :: Lens' DataPoint [Value] Source #
Values of each data type field for the data point. It is expected that each value corresponding to a data type field will occur in the same order that the field is listed with in the data type specified in a data source. Only one of integer and floating point fields will be populated, depending on the format enum value within data source's type field.
dpComputationTimeMillis :: Lens' DataPoint (Maybe Int64) Source #
DO NOT USE THIS FIELD. It is ignored, and not stored.
dpEndTimeNanos :: Lens' DataPoint (Maybe Int64) Source #
The end time of the interval represented by this data point, in nanoseconds since epoch.
dpModifiedTimeMillis :: Lens' DataPoint (Maybe Int64) Source #
Indicates the last time this data point was modified. Useful only in contexts where we are listing the data changes, rather than representing the current state of the data.
dpStartTimeNanos :: Lens' DataPoint (Maybe Int64) Source #
The start time of the interval represented by this data point, in nanoseconds since epoch.
ListSessionsResponse
data ListSessionsResponse Source #
Instances
listSessionsResponse :: ListSessionsResponse Source #
Creates a value of ListSessionsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lsrNextPageToken :: Lens' ListSessionsResponse (Maybe Text) Source #
The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
lsrDeletedSession :: Lens' ListSessionsResponse [Session] Source #
If includeDeleted is set to true in the request, this list will contain sessions deleted with original end times that are within the startTime and endTime frame.
lsrHasMoreData :: Lens' ListSessionsResponse (Maybe Bool) Source #
Flag to indicate server has more data to transfer
lsrSession :: Lens' ListSessionsResponse [Session] Source #
Sessions with an end time that is between startTime and endTime of the request.
AggregateBucket
data AggregateBucket Source #
Instances
aggregateBucket :: AggregateBucket Source #
Creates a value of AggregateBucket
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
abEndTimeMillis :: Lens' AggregateBucket (Maybe Int64) Source #
The end time for the aggregated data, in milliseconds since epoch, inclusive.
abDataSet :: Lens' AggregateBucket [DataSet] Source #
There will be one dataset per AggregateBy in the request.
abActivity :: Lens' AggregateBucket (Maybe Int32) Source #
Available for Bucket.Type.ACTIVITY_TYPE, Bucket.Type.ACTIVITY_SEGMENT
abType :: Lens' AggregateBucket (Maybe AggregateBucketType) Source #
The type of a bucket signifies how the data aggregation is performed in the bucket.
abStartTimeMillis :: Lens' AggregateBucket (Maybe Int64) Source #
The start time for the aggregated data, in milliseconds since epoch, inclusive.
MapValue
Holder object for the value of an entry in a map field of a data point. A map value supports a subset of the formats that the regular Value supports.
See: mapValue
smart constructor.
Instances
Eq MapValue Source # | |
Data MapValue Source # | |
Defined in Network.Google.Fitness.Types.Product gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MapValue -> c MapValue # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MapValue # toConstr :: MapValue -> Constr # dataTypeOf :: MapValue -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MapValue) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MapValue) # gmapT :: (forall b. Data b => b -> b) -> MapValue -> MapValue # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MapValue -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MapValue -> r # gmapQ :: (forall d. Data d => d -> u) -> MapValue -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> MapValue -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> MapValue -> m MapValue # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MapValue -> m MapValue # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MapValue -> m MapValue # | |
Show MapValue Source # | |
Generic MapValue Source # | |
ToJSON MapValue Source # | |
Defined in Network.Google.Fitness.Types.Product | |
FromJSON MapValue Source # | |
type Rep MapValue Source # | |
Defined in Network.Google.Fitness.Types.Product |
ListDataSourcesResponse
data ListDataSourcesResponse Source #
Instances
listDataSourcesResponse :: ListDataSourcesResponse Source #
Creates a value of ListDataSourcesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ldsrDataSource :: Lens' ListDataSourcesResponse [DataSource] Source #
A previously created data source.
DataTypeField
data DataTypeField Source #
In case of multi-dimensional data (such as an accelerometer with x, y, and z axes) each field represents one dimension. Each data type field has a unique name which identifies it. The field also defines the format of the data (int, float, etc.). This message is only instantiated in code and not used for wire comms or stored in any way.
See: dataTypeField
smart constructor.
Instances
dataTypeField :: DataTypeField Source #
Creates a value of DataTypeField
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtfFormat :: Lens' DataTypeField (Maybe DataTypeFieldFormat) Source #
The different supported formats for each field in a data type.
dtfName :: Lens' DataTypeField (Maybe Text) Source #
Defines the name and format of data. Unlike data type names, field names are not namespaced, and only need to be unique within the data type.
AggregateRequestFilteredDataQualityStandardItem
data AggregateRequestFilteredDataQualityStandardItem Source #
DATAQUALITYBLOODGLUCOSEISO151972003 | dataQualityBloodGlucoseIso151972003 |
DATAQUALITYBLOODGLUCOSEISO151972013 | dataQualityBloodGlucoseIso151972013 |
DataQualityBloodPressureAami | dataQualityBloodPressureAami |
DataQualityBloodPressureBhsAA | dataQualityBloodPressureBhsAA |
DataQualityBloodPressureBhsAB | dataQualityBloodPressureBhsAB |
DataQualityBloodPressureBhsBA | dataQualityBloodPressureBhsBA |
DataQualityBloodPressureBhsBB | dataQualityBloodPressureBhsBB |
DATAQUALITYBLOODPRESSUREESH2002 | dataQualityBloodPressureEsh2002 |
DATAQUALITYBLOODPRESSUREESH2010 | dataQualityBloodPressureEsh2010 |
DataQualityUnknown | dataQualityUnknown |
Instances
DataSource
data DataSource Source #
Definition of a unique source of sensor data. Data sources can expose raw data coming from hardware sensors on local or companion devices. They can also expose derived data, created by transforming or merging other data sources. Multiple data sources can exist for the same data type. Every data point inserted into or read from this service has an associated data source. The data source contains enough information to uniquely identify its data, including the hardware device and the application that collected and/or transformed the data. It also holds useful metadata, such as the hardware and application versions, and the device type. Each data source produces a unique stream of data, with a unique identifier. Not all changes to data source affect the stream identifier, so that data collected by updated versions of the same application/device can still be considered to belong to the same data stream.
See: dataSource
smart constructor.
Instances
dataSource :: DataSource Source #
Creates a value of DataSource
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dsApplication :: Lens' DataSource (Maybe Application) Source #
Information about an application which feeds sensor data into the platform.
dsDevice :: Lens' DataSource (Maybe Device) Source #
Representation of an integrated device (such as a phone or a wearable) that can hold sensors.
dsDataType :: Lens' DataSource (Maybe DataType) Source #
The data type defines the schema for a stream of data being collected by, inserted into, or queried from the Fitness API.
dsType :: Lens' DataSource (Maybe DataSourceType) Source #
A constant describing the type of this data source. Indicates whether this data source produces raw or derived data.
dsDataStreamName :: Lens' DataSource (Maybe Text) Source #
The stream name uniquely identifies this particular data source among other data sources of the same type from the same underlying producer. Setting the stream name is optional, but should be done whenever an application exposes two streams for the same data type, or when a device has two equivalent sensors.
dsDataStreamId :: Lens' DataSource (Maybe Text) Source #
A unique identifier for the data stream produced by this data source. The identifier includes: - The physical device's manufacturer, model, and serial number (UID). - The application's package name or name. Package name is used when the data source was created by an Android application. The developer project number is used when the data source was created by a REST client. - The data source's type. - The data source's stream name. Note that not all attributes of the data source are used as part of the stream identifier. In particular, the version of the hardware/the application isn't used. This allows us to preserve the same stream through version updates. This also means that two DataSource objects may represent the same data stream even if they're not equal. The exact format of the data stream ID created by an Android application is: type:dataType.name:application.packageName:device.manufacturer:device.model:device.uid:dataStreamName The exact format of the data stream ID created by a REST client is: type:dataType.name:developer project number:device.manufacturer:device.model:device.uid:dataStreamName When any of the optional fields that comprise of the data stream ID are blank, they will be omitted from the data stream ID. The minimum viable data stream ID would be: type:dataType.name:developer project number Finally, the developer project number is obfuscated when read by any REST or Android client that did not create the data source. Only the data source creator will see the developer project number in clear and normal form.
BucketByTimePeriod
data BucketByTimePeriod Source #
Instances
bucketByTimePeriod :: BucketByTimePeriod Source #
Creates a value of BucketByTimePeriod
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bbtpTimeZoneId :: Lens' BucketByTimePeriod (Maybe Text) Source #
org.joda.timezone.DateTimeZone
DeviceType
data DeviceType Source #
A constant representing the type of the device.
ChestStrap | chestStrap |
HeadMounted | headMounted |
Phone | phone |
Scale | scale |
Tablet | tablet |
Unknown | unknown |
Watch | watch |
Instances
ValueMapValEntry
data ValueMapValEntry Source #
Instances
valueMapValEntry :: ValueMapValEntry Source #
Creates a value of ValueMapValEntry
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
BucketByTime
data BucketByTime Source #
Instances
bucketByTime :: BucketByTime Source #
Creates a value of BucketByTime
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
bbtDurationMillis :: Lens' BucketByTime (Maybe Int64) Source #
Specifies that result buckets aggregate data by exactly durationMillis time frames. Time frames that contain no data will be included in the response with an empty dataset.
DataType
See: dataType
smart constructor.
Instances
Eq DataType Source # | |
Data DataType Source # | |
Defined in Network.Google.Fitness.Types.Product gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataType -> c DataType # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataType # toConstr :: DataType -> Constr # dataTypeOf :: DataType -> DataType0 # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DataType) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataType) # gmapT :: (forall b. Data b => b -> b) -> DataType -> DataType # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r # gmapQ :: (forall d. Data d => d -> u) -> DataType -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> DataType -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataType -> m DataType # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType # | |
Show DataType Source # | |
Generic DataType Source # | |
ToJSON DataType Source # | |
Defined in Network.Google.Fitness.Types.Product | |
FromJSON DataType Source # | |
type Rep DataType Source # | |
Defined in Network.Google.Fitness.Types.Product type Rep DataType = D1 (MetaData "DataType" "Network.Google.Fitness.Types.Product" "gogol-fitness-0.4.0-HKC94LjpKjvFQ4h3GWXPtC" False) (C1 (MetaCons "DataType'" PrefixI True) (S1 (MetaSel (Just "_dtField") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DataTypeField])) :*: S1 (MetaSel (Just "_dtName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) |
dtName :: Lens' DataType (Maybe Text) Source #
Each data type has a unique, namespaced, name. All data types in the com.google namespace are shared as part of the platform.
ListDataPointChangesResponse
data ListDataPointChangesResponse Source #
Instances
listDataPointChangesResponse :: ListDataPointChangesResponse Source #
Creates a value of ListDataPointChangesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ldpcrNextPageToken :: Lens' ListDataPointChangesResponse (Maybe Text) Source #
The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
ldpcrInsertedDataPoint :: Lens' ListDataPointChangesResponse [DataPoint] Source #
Inserted data points for the user.
ldpcrDataSourceId :: Lens' ListDataPointChangesResponse (Maybe Text) Source #
The data stream ID of the data source with data point changes.
ldpcrDeletedDataPoint :: Lens' ListDataPointChangesResponse [DataPoint] Source #
Deleted data points for the user. Note, for modifications this should be parsed before handling insertions.
Session
Sessions contain metadata, such as a user-friendly name and time interval information.
See: session
smart constructor.
Instances
Creates a value of Session
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sEndTimeMillis :: Lens' Session (Maybe Int64) Source #
An end time, in milliseconds since epoch, inclusive.
sActiveTimeMillis :: Lens' Session (Maybe Int64) Source #
Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value
sApplication :: Lens' Session (Maybe Application) Source #
The application that created the session.
sModifiedTimeMillis :: Lens' Session (Maybe Int64) Source #
A timestamp that indicates when the session was last modified.
sId :: Lens' Session (Maybe Text) Source #
A client-generated identifier that is unique across all sessions owned by this particular user.
sStartTimeMillis :: Lens' Session (Maybe Int64) Source #
A start time, in milliseconds since epoch, inclusive.
DataSourceDataQualityStandardItem
data DataSourceDataQualityStandardItem Source #
DSDQSIDATAQUALITYBLOODGLUCOSEISO151972003 | dataQualityBloodGlucoseIso151972003 |
DSDQSIDATAQUALITYBLOODGLUCOSEISO151972013 | dataQualityBloodGlucoseIso151972013 |
DSDQSIDataQualityBloodPressureAami | dataQualityBloodPressureAami |
DSDQSIDataQualityBloodPressureBhsAA | dataQualityBloodPressureBhsAA |
DSDQSIDataQualityBloodPressureBhsAB | dataQualityBloodPressureBhsAB |
DSDQSIDataQualityBloodPressureBhsBA | dataQualityBloodPressureBhsBA |
DSDQSIDataQualityBloodPressureBhsBB | dataQualityBloodPressureBhsBB |
DSDQSIDATAQUALITYBLOODPRESSUREESH2002 | dataQualityBloodPressureEsh2002 |
DSDQSIDATAQUALITYBLOODPRESSUREESH2010 | dataQualityBloodPressureEsh2010 |
DSDQSIDataQualityUnknown | dataQualityUnknown |
Instances
DataTypeFieldFormat
data DataTypeFieldFormat Source #
The different supported formats for each field in a data type.
Blob | blob |
FloatList | floatList |
FloatPoint | floatPoint |
Integer | integer |
IntegerList | integerList |
Map | map |
String | string |