Class GetLogsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class GetLogsResponse extends CdpResponse
GetLogsResponse contains all the logs for a given request id.
  • Constructor Details

    • GetLogsResponse

      public GetLogsResponse()
  • Method Details

    • getAuditLogs

      public AuditLogs getAuditLogs()
      Getter for auditLogs. Contains all the logs for a given request id.
    • setAuditLogs

      public void setAuditLogs(AuditLogs auditLogs)
      Setter for auditLogs. Contains all the logs for a given request id.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object