Package com.sforce.soap.metadata
Class DiscoveryGoal
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.DiscoveryGoal
-
-
Constructor Summary
Constructors Constructor Description DiscoveryGoal()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActive
public boolean getActive()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeployedModels
public DiscoveryDeployedModel[] getDeployedModels()
-
setDeployedModels
public void setDeployedModels(DiscoveryDeployedModel[] deployedModels)
-
setDeployedModels
protected void setDeployedModels(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getModelCards
public DiscoveryModelCard[] getModelCards()
-
setModelCards
public void setModelCards(DiscoveryModelCard[] modelCards)
-
setModelCards
protected void setModelCards(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutcome
public DiscoveryGoalOutcome getOutcome()
-
setOutcome
public void setOutcome(DiscoveryGoalOutcome outcome)
-
setOutcome
protected void setOutcome(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPredictionType
public DiscoveryPredictionType getPredictionType()
-
setPredictionType
public void setPredictionType(DiscoveryPredictionType predictionType)
-
setPredictionType
protected void setPredictionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPushbackField
public String getPushbackField()
-
setPushbackField
public void setPushbackField(String pushbackField)
-
setPushbackField
protected void setPushbackField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPushbackType
public DiscoveryPushbackType getPushbackType()
-
setPushbackType
public void setPushbackType(DiscoveryPushbackType pushbackType)
-
setPushbackType
protected void setPushbackType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSubscribedEntity
public String getSubscribedEntity()
-
setSubscribedEntity
public void setSubscribedEntity(String subscribedEntity)
-
setSubscribedEntity
protected void setSubscribedEntity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTerminalStateFilters
public DiscoveryFilter[] getTerminalStateFilters()
-
setTerminalStateFilters
public void setTerminalStateFilters(DiscoveryFilter[] terminalStateFilters)
-
setTerminalStateFilters
protected void setTerminalStateFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-