Class GetFlowConfigurationInDeploymentResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.GetFlowConfigurationInDeploymentResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class GetFlowConfigurationInDeploymentResponse
extends CdpResponse
Response object for retrieving deployed flow configuration in a deployment.
-
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 deployedFlowConfiguration.inthashCode()voidsetDeployedFlowConfiguration(RpcDeployedFlowConfiguration deployedFlowConfiguration) Setter for deployedFlowConfiguration.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetFlowConfigurationInDeploymentResponse
public GetFlowConfigurationInDeploymentResponse()
-
-
Method Details
-
getDeployedFlowConfiguration
Getter for deployedFlowConfiguration. The deployed flow configuration. -
setDeployedFlowConfiguration
Setter for deployedFlowConfiguration. The deployed flow configuration. -
equals
-
hashCode
public int hashCode() -
toString
-