Class AuditData

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

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

  • Constructor Details

    • AuditData

      public AuditData()
  • Method Details

    • createdBy

      public AuditData createdBy(Long createdBy)
    • getCreatedBy

      @Nullable public Long getCreatedBy()
      Get createdBy
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(Long createdBy)
    • createdDate

      public AuditData createdDate(OffsetDateTime createdDate)
    • getCreatedDate

      @Nullable public OffsetDateTime getCreatedDate()
      Get createdDate
      Returns:
      createdDate
    • setCreatedDate

      public void setCreatedDate(OffsetDateTime createdDate)
    • lastModifiedBy

      public AuditData lastModifiedBy(Long lastModifiedBy)
    • getLastModifiedBy

      @Nullable public Long getLastModifiedBy()
      Get lastModifiedBy
      Returns:
      lastModifiedBy
    • setLastModifiedBy

      public void setLastModifiedBy(Long lastModifiedBy)
    • lastModifiedDate

      public AuditData lastModifiedDate(OffsetDateTime lastModifiedDate)
    • getLastModifiedDate

      @Nullable public OffsetDateTime getLastModifiedDate()
      Get lastModifiedDate
      Returns:
      lastModifiedDate
    • setLastModifiedDate

      public void setLastModifiedDate(OffsetDateTime lastModifiedDate)
    • 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