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="2023-12-01T13:59:43.324-08: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
Constructors Constructor Description CollectDiagnosticBundleResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getActive()
Getter for active.Long
getCommandId()
Getter for commandId.String
getName()
Getter for name.String
getResultMessage()
Getter for resultMessage.String
getStartTime()
Getter for startTime.int
hashCode()
void
setActive(Boolean active)
Setter for active.void
setCommandId(Long commandId)
Setter for commandId.void
setName(String name)
Setter for name.void
setResultMessage(String resultMessage)
Setter for resultMessage.void
setStartTime(String startTime)
Setter for startTime.String
toString()
-
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
-
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
-
-
-
Method Detail
-
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.
-
-