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:
  • Field Details

  • Constructor Details

    • ReportsResponse

      public ReportsResponse()
  • Method Details

    • accountNo

      public ReportsResponse accountNo(@Nonnull String accountNo)
    • getAccountNo

      @Nonnull public String getAccountNo()
      Get accountNo
      Returns:
      accountNo
    • setAccountNo

      public void setAccountNo(@Nonnull String accountNo)
    • deadline

      public ReportsResponse deadline(@Nonnull LocalDate deadline)
    • getDeadline

      @Nonnull public LocalDate getDeadline()
      Get deadline
      Returns:
      deadline
    • setDeadline

      public void setDeadline(@Nonnull LocalDate deadline)
    • instantFundingTransfers

      public ReportsResponse instantFundingTransfers(@Nullable List<InstantFunding> instantFundingTransfers)
    • addInstantFundingTransfersItem

      public ReportsResponse addInstantFundingTransfersItem(InstantFunding instantFundingTransfersItem)
    • getInstantFundingTransfers

      @Nullable public List<InstantFunding> getInstantFundingTransfers()
      Get instantFundingTransfers
      Returns:
      instantFundingTransfers
    • setInstantFundingTransfers

      public void setInstantFundingTransfers(@Nullable List<InstantFunding> instantFundingTransfers)
    • systemDate

      public ReportsResponse systemDate(@Nonnull LocalDate systemDate)
    • getSystemDate

      @Nonnull public LocalDate getSystemDate()
      Get systemDate
      Returns:
      systemDate
    • setSystemDate

      public void setSystemDate(@Nonnull LocalDate systemDate)
    • totalAmountOwed

      public ReportsResponse totalAmountOwed(@Nonnull BigDecimal totalAmountOwed)
    • getTotalAmountOwed

      @Nonnull public BigDecimal getTotalAmountOwed()
      Get totalAmountOwed
      Returns:
      totalAmountOwed
    • setTotalAmountOwed

      public void setTotalAmountOwed(@Nonnull BigDecimal totalAmountOwed)
    • totalInterestPenalty

      public ReportsResponse totalInterestPenalty(@Nonnull BigDecimal totalInterestPenalty)
    • getTotalInterestPenalty

      @Nonnull public BigDecimal getTotalInterestPenalty()
      Get totalInterestPenalty
      Returns:
      totalInterestPenalty
    • setTotalInterestPenalty

      public void setTotalInterestPenalty(@Nonnull BigDecimal totalInterestPenalty)
    • putAdditionalProperty

      public ReportsResponse putAdditionalProperty(String key, Object value)
      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 property
      value - value of the property
      Returns:
      the ReportsResponse instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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

      public static ReportsResponse fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of ReportsResponse to an JSON string
      Returns:
      JSON string