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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(OffsetDateTime createdDate) booleanGet createdByGet createdDateGet lastModifiedByGet lastModifiedDateinthashCode()lastModifiedBy(Long lastModifiedBy) lastModifiedDate(OffsetDateTime lastModifiedDate) voidsetCreatedBy(Long createdBy) voidsetCreatedDate(OffsetDateTime createdDate) voidsetLastModifiedBy(Long lastModifiedBy) voidsetLastModifiedDate(OffsetDateTime lastModifiedDate) toString()
-
Field Details
-
SERIALIZED_NAME_CREATED_BY
- See Also:
-
SERIALIZED_NAME_CREATED_DATE
- See Also:
-
SERIALIZED_NAME_LAST_MODIFIED_BY
- See Also:
-
SERIALIZED_NAME_LAST_MODIFIED_DATE
- See Also:
-
-
Constructor Details
-
AuditData
public AuditData()
-
-
Method Details
-
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
createdDate
-
getCreatedDate
Get createdDate- Returns:
- createdDate
-
setCreatedDate
-
lastModifiedBy
-
getLastModifiedBy
Get lastModifiedBy- Returns:
- lastModifiedBy
-
setLastModifiedBy
-
lastModifiedDate
-
getLastModifiedDate
Get lastModifiedDate- Returns:
- lastModifiedDate
-
setLastModifiedDate
-
equals
-
hashCode
public int hashCode() -
toString
-