Class DownscaleFreeipaResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.DownscaleFreeipaResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class DownscaleFreeipaResponse
extends CdpResponse
The response object for FreeIPA downscale.
-
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 operationId.Getter for originalAvailabilityType.Getter for targetAvailabilityType.inthashCode()voidsetOperationId(String operationId) Setter for operationId.voidsetOriginalAvailabilityType(String originalAvailabilityType) Setter for originalAvailabilityType.voidsetTargetAvailabilityType(String targetAvailabilityType) Setter for targetAvailabilityType.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DownscaleFreeipaResponse
public DownscaleFreeipaResponse()
-
-
Method Details
-
getOriginalAvailabilityType
Getter for originalAvailabilityType. The target FreeIPA availability type. -
setOriginalAvailabilityType
Setter for originalAvailabilityType. The target FreeIPA availability type. -
getTargetAvailabilityType
Getter for targetAvailabilityType. The target FreeIPA availability type. -
setTargetAvailabilityType
Setter for targetAvailabilityType. The target FreeIPA availability type. -
getOperationId
Getter for operationId. UUID of the request for this operation. This ID can be used to get the status of the operation. -
setOperationId
Setter for operationId. UUID of the request for this operation. This ID can be used to get the status of the operation. -
equals
-
hashCode
public int hashCode() -
toString
-