Class CollectDiagnosticsRequest

java.lang.Object
com.cloudera.cdp.opdb.model.CollectDiagnosticsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:36.573-07:00") public class CollectDiagnosticsRequest extends Object
Enables starting collection of the diagnostics. This is an asynchronous API and not expected to block.
  • Constructor Details Link icon

    • CollectDiagnosticsRequest Link icon

      public CollectDiagnosticsRequest()
  • Method Details Link icon

    • getEnvironmentName Link icon

      public String getEnvironmentName()
      Getter for environmentName. The name of the environment
    • setEnvironmentName Link icon

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name of the environment
    • getDatabaseName Link icon

      public String getDatabaseName()
      Getter for databaseName. The name of the database
    • setDatabaseName Link icon

      public void setDatabaseName(String databaseName)
      Setter for databaseName. The name of the database
    • getEndTime Link icon

      public String getEndTime()
      Getter for endTime. The end time (in ISO 8601 format) of the period to collection statistics for.
    • setEndTime Link icon

      public void setEndTime(String endTime)
      Setter for endTime. The end time (in ISO 8601 format) of the period to collection statistics for.
    • getStartTime Link icon

      public String getStartTime()
      Getter for startTime. The start time (in ISO 8601 format) of the period to collection statistics for.
    • setStartTime Link icon

      public void setStartTime(String startTime)
      Setter for startTime. The start time (in ISO 8601 format) of the period to collection statistics for.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object