Class CollectDiagnosticsRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.791-07:00")
    public class CollectDiagnosticsRequest
    extends Object
    Enables starting collection of the diagnostics. This is an asynchronous API and not expected to block.
    • Constructor Detail

      • CollectDiagnosticsRequest

        public CollectDiagnosticsRequest()
    • Method Detail

      • getEnvironmentName

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

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

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

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

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

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

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object