Class Report

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.Report
All Implemented Interfaces:
HasId, StripeObjectInterface

public class Report extends StripeObject implements HasId
  • Constructor Details

    • Report

      public Report()
  • Method Details

    • getLivemode

      public Boolean getLivemode()
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • getName

      public String getName()
      The human-readable name of the Report.
    • getObject

      public String getObject()
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.reporting.report.

    • getParameters

      public Map<String,Report.Parameter> getParameters()
      Specification of the parameters that the Report accepts. It details each parameter's name, description, whether it is required, and any validations performed.
    • setId

      public void setId(String id)
      The unique identifier of the Report object.
    • setLivemode

      public void setLivemode(Boolean livemode)
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • setName

      public void setName(String name)
      The human-readable name of the Report.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.reporting.report.

    • setParameters

      public void setParameters(Map<String,Report.Parameter> parameters)
      Specification of the parameters that the Report accepts. It details each parameter's name, description, whether it is required, and any validations performed.
    • 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
    • getId

      public String getId()
      The unique identifier of the Report object.
      Specified by:
      getId in interface HasId