Class CreateDbcDiagnosticDataJobResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dw.model.CreateDbcDiagnosticDataJobResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class CreateDbcDiagnosticDataJobResponse extends CdpResponse
Response object for the createDbcDiagnosticDataJob method.
  • Constructor Details

    • CreateDbcDiagnosticDataJobResponse

      public CreateDbcDiagnosticDataJobResponse()
  • Method Details

    • getId

      public String getId()
      Getter for id. Identifier for each bundle collection.
    • setId

      public void setId(String id)
      Setter for id. Identifier for each bundle collection.
    • getStatus

      public String getStatus()
      Getter for status. Status of the diagnostics collection request.
    • setStatus

      public void setStatus(String status)
      Setter for status. Status of the diagnostics collection request.
    • getUrl

      public String getUrl()
      Getter for url. This URL points to a download location if the destination is DOWNLOAD.
    • setUrl

      public void setUrl(String url)
      Setter for url. This URL points to a download location if the destination is DOWNLOAD.
    • getLabels

      public Map<String,String> getLabels()
      Getter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job.
    • setLabels

      public void setLabels(Map<String,String> labels)
      Setter for labels. Additional key-value pair attributes associated with the Diagnostic Data Job.
    • 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