Class ReportRun.ReportParameter.ArrayValue

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.ReportRun.ReportParameter.ArrayValue
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReportRun.ReportParameter

public static class ReportRun.ReportParameter.ArrayValue extends StripeObject
For more details about ArrayValue, please refer to the API Reference.
  • Constructor Details

    • ArrayValue

      public ArrayValue()
  • Method Details

    • getItems

      public List<String> getItems()
    • setItems

      public void setItems(List<String> items)
    • 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