@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class AssetReportGetRequestOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DAYS_TO_INCLUDE |
| Constructor and Description |
|---|
AssetReportGetRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
AssetReportGetRequestOptions |
daysToInclude(Integer daysToInclude) |
boolean |
equals(Object o) |
Integer |
getDaysToInclude()
The maximum number of days of history to include in the Asset Report.
|
int |
hashCode() |
void |
setDaysToInclude(Integer daysToInclude) |
String |
toString() |
public static final String SERIALIZED_NAME_DAYS_TO_INCLUDE
public AssetReportGetRequestOptions daysToInclude(Integer daysToInclude)
@Nullable public Integer getDaysToInclude()
public void setDaysToInclude(Integer daysToInclude)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.