Package com.stripe.model.v2.reporting
Class ReportRun.ReportParameter
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.ReportRun.ReportParameter
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReportRun
For more details about ReportParameter, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ArrayValue, 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
Parameter with an array data type.Parameter with a string data type.Parameter with a timestamp data type.int
hashCode()
void
setArrayValue
(ReportRun.ReportParameter.ArrayValue arrayValue) Parameter with an array data type.void
setStringValue
(String stringValue) Parameter with a string data type.void
setTimestampValue
(Instant timestampValue) Parameter with a timestamp data type.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ReportParameter
public ReportParameter()
-
-
Method Details
-
getArrayValue
Parameter with an array data type. -
getStringValue
Parameter with a string data type. -
getTimestampValue
Parameter with a timestamp data type. -
setArrayValue
Parameter with an array data type. -
setStringValue
Parameter with a string data type. -
setTimestampValue
Parameter with a timestamp data type. -
equals
-
canEqual
-
hashCode
public int hashCode()
-