Class MeterUsageRetrieveParams.Meter
java.lang.Object
com.stripe.param.billing.analytics.MeterUsageRetrieveParams.Meter
- Enclosing class:
- MeterUsageRetrieveParams
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanKey-value pairs used to filter usage events by meter dimension values.List of meter dimension keys to group by.Map of extra parameters for custom features not available in this client library.getMeter()Required. Meter id to query usage for.Key-value pairs used to filter usage events by high cardinality tenant dimension values.List of high cardinality tenant dimension keys to group by.inthashCode()
-
Method Details
-
builder
-
getDimensionFilters
Key-value pairs used to filter usage events by meter dimension values. Each value is an array that can include multiple values for the key. If specified, usage is filtered for matching usage events. -
getDimensionGroupByKeys
List of meter dimension keys to group by. If specified, usage events will be grouped by the given meter dimension key's values. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getMeter
Required. Meter id to query usage for. -
getTenantFilters
Key-value pairs used to filter usage events by high cardinality tenant dimension values. Each value is an array that can include multiple values for the key. If specified, usage is filtered for matching usage events. -
getTenantGroupByKeys
List of high cardinality tenant dimension keys to group by. If specified, usage events will be grouped by the given tenant dimension key's values. -
equals
-
canEqual
-
hashCode
public int hashCode()
-