Package com.cloudera.cdp.datahub.model
Class RollbackZookeeperToKraftMigrationResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.RollbackZookeeperToKraftMigrationResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:25.135-07:00")
public class RollbackZookeeperToKraftMigrationResponse
extends CdpResponse
Response object to rollback the migration from Zookeeper to KRaft broker.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for message.Getter for operationId.inthashCode()voidsetMessage(String message) Setter for message.voidsetOperationId(String operationId) Setter for operationId.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
RollbackZookeeperToKraftMigrationResponse
public RollbackZookeeperToKraftMigrationResponse()
-
-
Method Details
-
getOperationId
Getter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
setOperationId
Setter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results. -
getMessage
Getter for message. This property contains additional information about the status of the migration. -
setMessage
Setter for message. This property contains additional information about the status of the migration. -
equals
-
hashCode
public int hashCode() -
toString
-