public interface

ResponseProto.ReadDataPointResponseOrBuilder

 androidx.health.platform.client.proto.ResponseProto.ReadDataPointResponseOrBuilder

Subclasses:

ResponseProto.ReadDataPointResponse, ResponseProto.ReadDataPointResponse.Builder

Summary

Methods
public DataProto.DataPointgetData()

optional .androidx.health.platform.client.proto.DataPoint data = 1;

public booleanhasData()

optional .androidx.health.platform.client.proto.DataPoint data = 1;

Methods

public boolean hasData()

optional .androidx.health.platform.client.proto.DataPoint data = 1;

Returns:

Whether the data field is set.

public DataProto.DataPoint getData()

optional .androidx.health.platform.client.proto.DataPoint data = 1;

Returns:

The data.