Class AdminLogsResponse

java.lang.Object
ai.vectros.types.AdminLogsResponse

public final class AdminLogsResponse extends Object
  • Method Details

    • getEntries

      public List<LogEntry> getEntries()
      Returns:
      Matching log entries, most recent first. Bounded by the request limit (default 200, max 500).
    • getTruncated

      public boolean getTruncated()
      Returns:
      True if more matching rows exist than the requested limit. When true, narrow the time window or add a filter (resource/method/keyId) to see older entries.
    • getQueryDurationMs

      public long getQueryDurationMs()
      Returns:
      Wall-clock time spent retrieving these results, in milliseconds. Useful for diagnosing slow queries (large time windows or high-traffic accounts).
    • getTenantId

      public String getTenantId()
      Returns:
      Echoes your account id, confirming which account these entries belong to.
    • 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 AdminLogsResponse.TruncatedStage builder()