Class AuditLogs


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class AuditLogs
    extends Object
    AuditLogs contains all the logs for a given request id.
    • Constructor Detail

      • AuditLogs

        public AuditLogs()
    • Method Detail

      • getRequestID

        public String getRequestID()
        Getter for requestID. The request ID associated with a long-running operation to fetch the logs for.
      • setRequestID

        public void setRequestID​(String requestID)
        Setter for requestID. The request ID associated with a long-running operation to fetch the logs for.
      • getCount

        public Integer getCount()
        Getter for count. Total number of logs associated with the request id.
      • setCount

        public void setCount​(Integer count)
        Setter for count. Total number of logs associated with the request id.
      • getLogs

        public List<AuditLog> getLogs()
        Getter for logs. Contains all the logs for a given request id.
      • setLogs

        public void setLogs​(List<AuditLog> logs)
        Setter for logs. Contains all the logs for a given request id.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object