Class ChangeAuditStamps
- java.lang.Object
-
- io.datahubproject.openapi.generated.ChangeAuditStamps
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class ChangeAuditStamps extends java.lang.ObjectData captured on a resource/association/sub-resource level giving insight into when that resource/association/sub-resource moved into various lifecycle stages, and who acted to move it into those lifecycle stages. The recommended best practice is to include this record in your record schema, and annotate its fields as @readOnly in your resource. See https://github.com/linkedin/rest.li/wiki/Validation-in-Rest.li#restli-validation-annotations
-
-
Constructor Summary
Constructors Constructor Description ChangeAuditStamps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeAuditStampscreated(AuditStamp created)ChangeAuditStampsdeleted(AuditStamp deleted)booleanequals(java.lang.Object o)@NotNull @Valid AuditStampgetCreated()Get created@Valid AuditStampgetDeleted()Get deleted@NotNull @Valid AuditStampgetLastModified()Get lastModifiedinthashCode()ChangeAuditStampslastModified(AuditStamp lastModified)voidsetCreated(AuditStamp created)voidsetDeleted(AuditStamp deleted)voidsetLastModified(AuditStamp lastModified)java.lang.StringtoString()
-
-
-
Method Detail
-
created
public ChangeAuditStamps created(AuditStamp created)
-
getCreated
@NotNull @Valid public @NotNull @Valid AuditStamp getCreated()
Get created- Returns:
- created
-
setCreated
public void setCreated(AuditStamp created)
-
lastModified
public ChangeAuditStamps lastModified(AuditStamp lastModified)
-
getLastModified
@NotNull @Valid public @NotNull @Valid AuditStamp getLastModified()
Get lastModified- Returns:
- lastModified
-
setLastModified
public void setLastModified(AuditStamp lastModified)
-
deleted
public ChangeAuditStamps deleted(AuditStamp deleted)
-
getDeleted
@Valid public @Valid AuditStamp getDeleted()
Get deleted- Returns:
- deleted
-
setDeleted
public void setDeleted(AuditStamp deleted)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-