Class UnsafeEntityInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.UnsafeEntityInfo
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-03-16T12:22:36.923004Z[Etc/UTC]") public class UnsafeEntityInfo extends java.lang.Object
This 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 boolean
equals(java.lang.Object o)
@NotNull java.lang.String
getUrn()
Name of the entity this aspect information instance refers to.int
hashCode()
void
setUrn(java.lang.String urn)
java.lang.String
toString()
UnsafeEntityInfo
urn(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-