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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for active.Getter for commandId.getName()
Getter for name.Getter for resultMessage.Getter for startTime.int
hashCode()
void
Setter for active.void
setCommandId
(Long commandId) Setter for commandId.void
Setter for name.void
setResultMessage
(String resultMessage) Setter for resultMessage.void
setStartTime
(String startTime) Setter for startTime.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
CollectDiagnosticBundleResponse
public CollectDiagnosticBundleResponse()
-
-
Method Details
-
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
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
Getter for name. Name of the policy. -
setName
Setter for name. Name of the policy. -
getActive
Getter for active. Whether the diagnostic bundle command is active. -
setActive
Setter for active. Whether the diagnostic bundle command is active. -
getStartTime
Getter for startTime. Start time of the diagnostic bundle collection command. -
setStartTime
Setter for startTime. Start time of the diagnostic bundle collection command. -
getResultMessage
Getter for resultMessage. Diagnostic bundle collection command result message. -
setResultMessage
Setter for resultMessage. Diagnostic bundle collection command result message. -
equals
-
hashCode
public int hashCode() -
toString
-