public class

DailyTotalResult

extends Object
implements Parcelable Result
java.lang.Object
   ↳ com.google.android.gms.fitness.result.DailyTotalResult

Class Overview

Result of readDailyTotal(com.google.android.gms.common.api.GoogleApiClient, DataType). Use getTotal() to access the data point containing the daily total for the requested data type.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
boolean equals(Object that)
Status getStatus()
Returns the status of this result.
DataSet getTotal()
Returns the resulting data set containing the daily total for the requested data type.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable
From interface com.google.android.gms.common.api.Result

Public Methods

public boolean equals (Object that)

Parameters
that Object
Returns
boolean

public Status getStatus ()

Returns the status of this result. Use isSuccess() to determine whether the call was successful, and getStatusCode() to determine what the error cause was.

Certain errors are due to failures that can be resolved by launching a particular intent. The resolution intent is available via getResolution().

Returns
Status

public DataSet getTotal ()

Returns the resulting data set containing the daily total for the requested data type.

Returns
DataSet the resulting data set, empty if there was no data for the data type, and null if the request failed.

public int hashCode ()

Returns
int

public String toString ()

Returns
String