Class UnsafeEntityInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.UnsafeEntityInfo
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class UnsafeEntityInfo extends java.lang.ObjectThis record serves as a holder of information for entities that were unsafe to fully delete as part of a rollback operation.
-
-
Constructor Summary
Constructors Constructor Description UnsafeEntityInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.StringgetUrn()Name of the entity this aspect information instance refers to.inthashCode()voidsetUrn(java.lang.String urn)java.lang.StringtoString()UnsafeEntityInfourn(java.lang.String urn)
-
-
-
Method Detail
-
urn
public UnsafeEntityInfo urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
Name of the entity this aspect information instance refers to.- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
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
-
-