Class 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.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsafeEntityInfo

        public UnsafeEntityInfo()
    • Method Detail

      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object