Class PostLoanChanges

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

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

  • Constructor Details

    • PostLoanChanges

      public PostLoanChanges()
  • Method Details

    • removedEntityIds

      public PostLoanChanges removedEntityIds(List<Long> removedEntityIds)
    • addRemovedEntityIdsItem

      public PostLoanChanges addRemovedEntityIdsItem(Long removedEntityIdsItem)
    • getRemovedEntityIds

      @Nullable public List<Long> getRemovedEntityIds()
      Get removedEntityIds
      Returns:
      removedEntityIds
    • setRemovedEntityIds

      public void setRemovedEntityIds(List<Long> removedEntityIds)
    • 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