public interface

DataProto.AggregatedValueOrBuilder

 androidx.health.platform.client.proto.DataProto.AggregatedValueOrBuilder

Subclasses:

DataProto.AggregatedValue, DataProto.AggregatedValue.Builder

Summary

Methods
public booleancontainsValues(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public java.util.Map<java.lang.String, DataProto.Value>getValues()

Use DataProto.AggregatedValueOrBuilder.getValuesMap() instead.

public intgetValuesCount()

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public java.util.Map<java.lang.String, DataProto.Value>getValuesMap()

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.ValuegetValuesOrDefault(java.lang.String key, DataProto.Value defaultValue)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.ValuegetValuesOrThrow(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

Methods

public int getValuesCount()

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public boolean containsValues(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public java.util.Map<java.lang.String, DataProto.Value> getValues()

Use DataProto.AggregatedValueOrBuilder.getValuesMap() instead.

public java.util.Map<java.lang.String, DataProto.Value> getValuesMap()

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.Value getValuesOrDefault(java.lang.String key, DataProto.Value defaultValue)

map<string, .androidx.health.platform.client.proto.Value> values = 1;

public DataProto.Value getValuesOrThrow(java.lang.String key)

map<string, .androidx.health.platform.client.proto.Value> values = 1;