Class CreateVwDiagnosticDataJobResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class CreateVwDiagnosticDataJobResponse
    extends CdpResponse
    Response object for the createVwDiagnosticDataJob method.
    • Constructor Detail

      • CreateVwDiagnosticDataJobResponse

        public CreateVwDiagnosticDataJobResponse()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object