Package com.stripe.model.v2.reporting
Class Report
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.Report
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Parameter, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
The unique identifier of theReport
object.Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.getName()
The human-readable name of theReport
.String representing the object's type.Specification of the parameters that theReport
accepts.int
hashCode()
void
The unique identifier of theReport
object.void
setLivemode
(Boolean livemode) Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.void
The human-readable name of theReport
.void
String representing the object's type.void
setParameters
(Map<String, Report.Parameter> parameters) Specification of the parameters that theReport
accepts.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Report
public Report()
-
-
Method Details
-
getLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
getName
The human-readable name of theReport
. -
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
Specification of the parameters that theReport
accepts. It details each parameter's name, description, whether it is required, and any validations performed. -
setId
The unique identifier of theReport
object. -
setLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
setName
The human-readable name of theReport
. -
setObject
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
Specification of the parameters that theReport
accepts. It details each parameter's name, description, whether it is required, and any validations performed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
The unique identifier of theReport
object.
-