Class MeterUsageRetrieveParams.Meter

java.lang.Object
com.stripe.param.billing.analytics.MeterUsageRetrieveParams.Meter
Enclosing class:
MeterUsageRetrieveParams

public static class MeterUsageRetrieveParams.Meter extends Object
  • Method Details

    • builder

      public static MeterUsageRetrieveParams.Meter.Builder builder()
    • getDimensionFilters

      public Map<String,List<String>> 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

      public List<String> 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

      public Map<String,Object> 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.
    • getMeter

      public String getMeter()
      Required. Meter id to query usage for.
    • getTenantFilters

      public Map<String,List<String>> 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

      public List<String> 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object