Class RpcDeployedFlowConfigurationMetadata
java.lang.Object
com.cloudera.cdp.dfworkload.model.RpcDeployedFlowConfigurationMetadata
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class RpcDeployedFlowConfigurationMetadata
extends Object
Provides details about the deployed flow and all of the different configuration items that are available.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for artifactTypeName.Getter for flowCrn.Getter for flowName.Getter for flowVersion.Getter for flowVersionCrn.Getter for kpiMetaData.Getter for parameterGroups.Getter for requiresEnvironmentSslContextService.inthashCode()voidsetArtifactTypeName(String artifactTypeName) Setter for artifactTypeName.voidsetFlowCrn(String flowCrn) Setter for flowCrn.voidsetFlowName(String flowName) Setter for flowName.voidsetFlowVersion(Integer flowVersion) Setter for flowVersion.voidsetFlowVersionCrn(String flowVersionCrn) Setter for flowVersionCrn.voidsetKpiMetaData(KpiMetaData kpiMetaData) Setter for kpiMetaData.voidsetParameterGroups(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.voidsetRequiresEnvironmentSslContextService(Boolean requiresEnvironmentSslContextService) Setter for requiresEnvironmentSslContextService.toString()
-
Constructor Details
-
RpcDeployedFlowConfigurationMetadata
public RpcDeployedFlowConfigurationMetadata()
-
-
Method Details
-
getFlowCrn
Getter for flowCrn. The CRN of the flow to deploy -
setFlowCrn
Setter for flowCrn. The CRN of the flow to deploy -
getFlowName
Getter for flowName. The name of the flow to deploy -
setFlowName
Setter for flowName. The name of the flow to deploy -
getFlowVersion
Getter for flowVersion. The version of the flow to deploy -
setFlowVersion
Setter for flowVersion. The version of the flow to deploy -
getFlowVersionCrn
Getter for flowVersionCrn. The CRN for the flow version -
setFlowVersionCrn
Setter for flowVersionCrn. The CRN for the flow version -
getRequiresEnvironmentSslContextService
Getter for requiresEnvironmentSslContextService. A flag indicating if the flow requires an Environment specific SSLContextService -
setRequiresEnvironmentSslContextService
Setter for requiresEnvironmentSslContextService. A flag indicating if the flow requires an Environment specific SSLContextService -
getArtifactTypeName
Getter for artifactTypeName. The type of the artifact of the flow. -
setArtifactTypeName
Setter for artifactTypeName. The type of the artifact of the flow. -
getParameterGroups
Getter for parameterGroups. The list of flow parameter groups -
setParameterGroups
Setter for parameterGroups. The list of flow parameter groups -
getKpiMetaData
Getter for kpiMetaData. The KPI meta data -
setKpiMetaData
Setter for kpiMetaData. The KPI meta data -
equals
-
hashCode
public int hashCode() -
toString
-