public class DataPipeline extends Metadata
Java class for DataPipeline complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataPipeline">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="apiVersion" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="scriptType" type="{urn:tooling.soap.sforce.com}DataPipelineType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
apiVersion |
protected String |
label |
protected DataPipelineType |
scriptType |
| Constructor and Description |
|---|
DataPipeline() |
| Modifier and Type | Method and Description |
|---|---|
double |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getLabel()
Gets the value of the label property.
|
DataPipelineType |
getScriptType()
Gets the value of the scriptType property.
|
void |
setApiVersion(double value)
Sets the value of the apiVersion property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setScriptType(DataPipelineType value)
Sets the value of the scriptType property.
|
protected double apiVersion
protected String label
protected DataPipelineType scriptType
public double getApiVersion()
public void setApiVersion(double value)
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic DataPipelineType getScriptType()
DataPipelineTypepublic void setScriptType(DataPipelineType value)
value - allowed object is
DataPipelineTypeCopyright © 2016. All rights reserved.