Class ReportsResponse
java.lang.Object
markets.alpaca.client.openapi.broker.model.ReportsResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ReportsResponse
extends Object
implements Serializable
ReportsResponse
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInstantFundingTransfersItem(InstantFunding instantFundingTransfersItem) booleanstatic ReportsResponseCreate an instance of ReportsResponse given an JSON stringGet accountNoReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get deadlineGet instantFundingTransfersGet systemDateGet totalAmountOwedGet totalInterestPenaltyinthashCode()instantFundingTransfers(List<InstantFunding> instantFundingTransfers) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAccountNo(String accountNo) voidsetDeadline(LocalDate deadline) voidsetInstantFundingTransfers(List<InstantFunding> instantFundingTransfers) voidsetSystemDate(LocalDate systemDate) voidsetTotalAmountOwed(BigDecimal totalAmountOwed) voidsetTotalInterestPenalty(BigDecimal totalInterestPenalty) systemDate(LocalDate systemDate) toJson()Convert an instance of ReportsResponse to an JSON stringtoString()totalAmountOwed(BigDecimal totalAmountOwed) totalInterestPenalty(BigDecimal totalInterestPenalty) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_NO
- See Also:
-
SERIALIZED_NAME_DEADLINE
- See Also:
-
SERIALIZED_NAME_INSTANT_FUNDING_TRANSFERS
- See Also:
-
SERIALIZED_NAME_SYSTEM_DATE
- See Also:
-
SERIALIZED_NAME_TOTAL_AMOUNT_OWED
- See Also:
-
SERIALIZED_NAME_TOTAL_INTEREST_PENALTY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReportsResponse
public ReportsResponse()
-
-
Method Details
-
accountNo
-
getAccountNo
Get accountNo- Returns:
- accountNo
-
setAccountNo
-
deadline
-
getDeadline
Get deadline- Returns:
- deadline
-
setDeadline
-
instantFundingTransfers
public ReportsResponse instantFundingTransfers(@Nullable List<InstantFunding> instantFundingTransfers) -
addInstantFundingTransfersItem
-
getInstantFundingTransfers
Get instantFundingTransfers- Returns:
- instantFundingTransfers
-
setInstantFundingTransfers
-
systemDate
-
getSystemDate
Get systemDate- Returns:
- systemDate
-
setSystemDate
-
totalAmountOwed
-
getTotalAmountOwed
Get totalAmountOwed- Returns:
- totalAmountOwed
-
setTotalAmountOwed
-
totalInterestPenalty
-
getTotalInterestPenalty
Get totalInterestPenalty- Returns:
- totalInterestPenalty
-
setTotalInterestPenalty
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the ReportsResponse instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ReportsResponse
-
fromJson
Create an instance of ReportsResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReportsResponse
- Throws:
IOException- if the JSON string is invalid with respect to ReportsResponse
-
toJson
Convert an instance of ReportsResponse to an JSON string- Returns:
- JSON string
-