Package com.cloudera.cdp.dw.model
Class CreateConnectorTestJobRequest
java.lang.Object
com.cloudera.cdp.dw.model.CreateConnectorTestJobRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-06-05T07:54:41.156-07:00")
public class CreateConnectorTestJobRequest
extends Object
Request for the createConnectorTestJob call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterId.Getter for config.Getter for connectorId.Getter for connectorName.inthashCode()voidsetClusterId(String clusterId) Setter for clusterId.voidSetter for config.voidsetConnectorId(String connectorId) Setter for connectorId.voidsetConnectorName(String connectorName) Setter for connectorName.toString()
-
Constructor Details
-
CreateConnectorTestJobRequest
public CreateConnectorTestJobRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the cluster. -
setClusterId
Setter for clusterId. The ID of the cluster. -
getConnectorId
Getter for connectorId. The ID of the connector to test. -
setConnectorId
Setter for connectorId. The ID of the connector to test. -
getConnectorName
Getter for connectorName. The name of the connector to test. -
setConnectorName
Setter for connectorName. The name of the connector to test. -
getConfig
Getter for config. Key-value type configurations. -
setConfig
Setter for config. Key-value type configurations. -
equals
-
hashCode
public int hashCode() -
toString
-