Class GetCommandStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.replicationmanager.model.GetCommandStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.297-07:00")
public class GetCommandStatusResponse
extends CdpResponse
Response object for get command status.
-
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 bundleStatus.Getter for bundleStatusMessage.Getter for commandId.Getter for endTime.getName()
Getter for name.Getter for resultDataUrl.Getter for resultMessage.Getter for startTime.Getter for success.int
hashCode()
void
Setter for active.void
setBundleStatus
(String bundleStatus) Setter for bundleStatus.void
setBundleStatusMessage
(String bundleStatusMessage) Setter for bundleStatusMessage.void
setCommandId
(Long commandId) Setter for commandId.void
setEndTime
(String endTime) Setter for endTime.void
Setter for name.void
setResultDataUrl
(String resultDataUrl) Setter for resultDataUrl.void
setResultMessage
(String resultMessage) Setter for resultMessage.void
setStartTime
(String startTime) Setter for startTime.void
setSuccess
(Boolean success) Setter for success.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetCommandStatusResponse
public GetCommandStatusResponse()
-
-
Method Details
-
getCommandId
Getter for commandId. Id of the CM command. -
setCommandId
Setter for commandId. Id of the CM command. -
getSuccess
Getter for success. Whether the diagnostic collection is successful. -
setSuccess
Setter for success. Whether the diagnostic collection is successful. -
getActive
Getter for active. Whether the command is still active. -
setActive
Setter for active. Whether the command is still active. -
getName
Getter for name. Name of the policy. -
setName
Setter for name. Name of the policy. -
getStartTime
Getter for startTime. Start time of the CM command. -
setStartTime
Setter for startTime. Start time of the CM command. -
getEndTime
Getter for endTime. End time of the CM command. -
setEndTime
Setter for endTime. End time of the CM command. -
getResultDataUrl
Getter for resultDataUrl. Some commands have result data URL for downloading the diagnostic bundle. On certain CM versions the bundle download is only available through this URL, but not with download-diagnostic-bundle operation. -
setResultDataUrl
Setter for resultDataUrl. Some commands have result data URL for downloading the diagnostic bundle. On certain CM versions the bundle download is only available through this URL, but not with download-diagnostic-bundle operation. -
getResultMessage
Getter for resultMessage. Result message of the command. -
setResultMessage
Setter for resultMessage. Result message of the command. -
getBundleStatus
Getter for bundleStatus. The current status of the command. -
setBundleStatus
Setter for bundleStatus. The current status of the command. -
getBundleStatusMessage
Getter for bundleStatusMessage. Further information about the current command status. -
setBundleStatusMessage
Setter for bundleStatusMessage. Further information about the current command status. -
equals
-
hashCode
public int hashCode() -
toString
-