Class DownscaleFreeipaResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class DownscaleFreeipaResponse
    extends CdpResponse
    The response object for FreeIPA downscale.
    • Constructor Detail

      • DownscaleFreeipaResponse

        public DownscaleFreeipaResponse()
    • Method Detail

      • getOriginalAvailabilityType

        public String getOriginalAvailabilityType()
        Getter for originalAvailabilityType. The target FreeIPA availability type.
      • setOriginalAvailabilityType

        public void setOriginalAvailabilityType​(String originalAvailabilityType)
        Setter for originalAvailabilityType. The target FreeIPA availability type.
      • getTargetAvailabilityType

        public String getTargetAvailabilityType()
        Getter for targetAvailabilityType. The target FreeIPA availability type.
      • setTargetAvailabilityType

        public void setTargetAvailabilityType​(String targetAvailabilityType)
        Setter for targetAvailabilityType. The target FreeIPA availability type.
      • getOperationId

        public String getOperationId()
        Getter for operationId. UUID of the request for this operation. This ID can be used to get the status of the operation.
      • setOperationId

        public void setOperationId​(String operationId)
        Setter for operationId. UUID of the request for this operation. This ID can be used to get the status of the operation.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object