Package com.cloudera.cdp.datalake.model
Class RotateSaltPasswordResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datalake.model.RotateSaltPasswordResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
           date="2025-10-28T14:00:28.143-07:00")
public class RotateSaltPasswordResponse
extends CdpResponse
Response object for rotating SaltStack user password on DataLake instances (Deprecated).
- 
Field SummaryFields inherited from class com.cloudera.cdp.client.CdpResponseALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGetter for operationId.inthashCode()voidsetOperationId(String operationId) Setter for operationId.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponsegetRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponsegetHttpCode, getResponseHeaders
- 
Constructor Details- 
RotateSaltPasswordResponsepublic RotateSaltPasswordResponse()
 
- 
- 
Method Details- 
getOperationIdGetter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results.
- 
setOperationIdSetter for operationId. Unique operation ID assigned to this command execution. Use this identifier with 'get-operation' to track status and retrieve detailed results.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-