Class PostJournalEntriesResponse

java.lang.Object
org.apache.fineract.client.models.PostJournalEntriesResponse

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class PostJournalEntriesResponse extends Object
PostJournalEntriesResponse
  • Field Details

  • Constructor Details

    • PostJournalEntriesResponse

      public PostJournalEntriesResponse()
  • Method Details

    • officeId

      public PostJournalEntriesResponse officeId(Long officeId)
    • getOfficeId

      @Nullable public Long getOfficeId()
      1
      Returns:
      officeId
    • setOfficeId

      public void setOfficeId(Long officeId)
    • transactionId

      public PostJournalEntriesResponse transactionId(String transactionId)
    • getTransactionId

      @Nullable public String getTransactionId()
      RS9MCISID4WK1ZM
      Returns:
      transactionId
    • setTransactionId

      public void setTransactionId(String transactionId)
    • 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