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="2024-09-27T08:40:26.724-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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for operationId.Getter for originalAvailabilityType.Getter for targetAvailabilityType.int
hashCode()
void
setOperationId
(String operationId) Setter for operationId.void
setOriginalAvailabilityType
(String originalAvailabilityType) Setter for originalAvailabilityType.void
setTargetAvailabilityType
(String targetAvailabilityType) Setter for targetAvailabilityType.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods 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
-