Class CollectDiagnosticBundleResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.replicationmanager.model.CollectDiagnosticBundleResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.297-07:00") public class CollectDiagnosticBundleResponse extends CdpResponse
Response object for collect-diagnostic-bundle.
  • Constructor Details

    • CollectDiagnosticBundleResponse

      public CollectDiagnosticBundleResponse()
  • Method Details

    • getCommandId

      public Long getCommandId()
      Getter for commandId. ID of the diagnostic bundle collection command issued against the CM. Polling get-command-status with this command id returns the current state of the command.
    • setCommandId

      public void setCommandId(Long commandId)
      Setter for commandId. ID of the diagnostic bundle collection command issued against the CM. Polling get-command-status with this command id returns the current state of the command.
    • getName

      public String getName()
      Getter for name. Name of the policy.
    • setName

      public void setName(String name)
      Setter for name. Name of the policy.
    • getActive

      public Boolean getActive()
      Getter for active. Whether the diagnostic bundle command is active.
    • setActive

      public void setActive(Boolean active)
      Setter for active. Whether the diagnostic bundle command is active.
    • getStartTime

      public String getStartTime()
      Getter for startTime. Start time of the diagnostic bundle collection command.
    • setStartTime

      public void setStartTime(String startTime)
      Setter for startTime. Start time of the diagnostic bundle collection command.
    • getResultMessage

      public String getResultMessage()
      Getter for resultMessage. Diagnostic bundle collection command result message.
    • setResultMessage

      public void setResultMessage(String resultMessage)
      Setter for resultMessage. Diagnostic bundle collection command result message.
    • 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