Class ReportRun.ReportParameter

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

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

    • ReportParameter

      public ReportParameter()
  • Method Details

    • getArrayValue

      public ReportRun.ReportParameter.ArrayValue getArrayValue()
      Parameter with an array data type.
    • getStringValue

      public String getStringValue()
      Parameter with a string data type.
    • getTimestampValue

      public Instant getTimestampValue()
      Parameter with a timestamp data type.
    • setArrayValue

      public void setArrayValue(ReportRun.ReportParameter.ArrayValue arrayValue)
      Parameter with an array data type.
    • setStringValue

      public void setStringValue(String stringValue)
      Parameter with a string data type.
    • setTimestampValue

      public void setTimestampValue(Instant timestampValue)
      Parameter with a timestamp data type.
    • 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