Class ErasureContextResult

java.lang.Object
ai.vectros.types.ErasureContextResult

public final class ErasureContextResult extends Object
  • Method Details

    • getContextId

      public Optional<String> getContextId()
      Returns:
      The context that was erased.
    • getRecordsDeleted

      public Optional<Long> getRecordsDeleted()
      Returns:
      Number of records deleted in this context.
    • getDocumentsDeleted

      public Optional<Long> getDocumentsDeleted()
      Returns:
      Number of documents deleted in this context.
    • getFoldersDeleted

      public Optional<Long> getFoldersDeleted()
      Returns:
      Number of folders deleted in this context.
    • getIdentityRowsDeleted

      public Optional<Long> getIdentityRowsDeleted()
      Returns:
      Number of identity rows deleted (the subject's user, organization, or client record plus its lookup rows). Because the subject's identity is account-wide rather than per-context, it is counted only once here — against the context in which it was resolved.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ErasureContextResult.Builder builder()