Package com.stripe.param.billing
Class MeterUsageRetrieveParams.Meter
java.lang.Object
com.stripe.param.billing.MeterUsageRetrieveParams.Meter
- Enclosing class:
- MeterUsageRetrieveParams
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Key-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.Required. Meter id to query usage for.Key-value pairs used to filter usage events by high cardinality tenant dimension values.int
hashCode()
-
Method Details
-
builder
-
getDimensionFilters
Key-value pairs used to filter usage events by meter dimension values. If specified, usage will be 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@SerializedName
value. 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. -
getMeterId
Required. Meter id to query usage for. -
getTenantFilters
Key-value pairs used to filter usage events by high cardinality tenant dimension values. If specified, usage will be filtered for matching usage events. -
equals
-
canEqual
-
hashCode
public int hashCode()
-