public final class

DataProto.AggregatedValue.Builder

extends <any>

implements DataProto.AggregatedValueOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.DataProto.AggregatedValue.Builder

Overview

Protobuf type androidx.health.platform.client.proto.AggregatedValue

Summary

Methods
public DataProto.AggregatedValue.BuilderclearValues()

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.AggregatedValue.Builder.getValuesMap() instead.

public intgetValuesCount()

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;

public DataProto.AggregatedValue.BuilderputAllValues(java.util.Map<java.lang.String, DataProto.Value> values)

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

public DataProto.AggregatedValue.BuilderputValues(java.lang.String key, DataProto.Value value)

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

public DataProto.AggregatedValue.BuilderremoveValues(java.lang.String key)

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

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public int getValuesCount()

public boolean containsValues(java.lang.String key)

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

public DataProto.AggregatedValue.Builder removeValues(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.AggregatedValue.Builder.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;

public DataProto.AggregatedValue.Builder putValues(java.lang.String key, DataProto.Value value)

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

public DataProto.AggregatedValue.Builder putAllValues(java.util.Map<java.lang.String, DataProto.Value> values)

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