public class FlowDefinition extends Metadata
Java class for FlowDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowDefinition">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="activeVersionNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="masterLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activeVersionNumber |
protected String |
description |
protected String |
masterLabel |
| Constructor and Description |
|---|
FlowDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActiveVersionNumber()
Gets the value of the activeVersionNumber property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
void |
setActiveVersionNumber(Integer value)
Sets the value of the activeVersionNumber property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
protected Integer activeVersionNumber
protected String description
protected String masterLabel
public Integer getActiveVersionNumber()
Integerpublic void setActiveVersionNumber(Integer value)
value - allowed object is
Integerpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getMasterLabel()
StringCopyright © 2016. All rights reserved.