Package com.sforce.soap.metadata
Class DiscoveryDeployedModel
- java.lang.Object
-
- com.sforce.soap.metadata.DiscoveryDeployedModel
-
-
Constructor Summary
Constructors Constructor Description DiscoveryDeployedModel()Constructor
-
Method Summary
-
-
-
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
-
getAiModel
public String getAiModel()
-
setAiModel
public void setAiModel(String aiModel)
-
setAiModel
protected void setAiModel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getClassificationThreshold
public double getClassificationThreshold()
-
setClassificationThreshold
public void setClassificationThreshold(double classificationThreshold)
-
setClassificationThreshold
protected void setClassificationThreshold(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldMappings
public DiscoveryFieldMap[] getFieldMappings()
-
setFieldMappings
public void setFieldMappings(DiscoveryFieldMap[] fieldMappings)
-
setFieldMappings
protected void setFieldMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilters
public DiscoveryFilter[] getFilters()
-
setFilters
public void setFilters(DiscoveryFilter[] filters)
-
setFilters
protected void setFilters(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
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrescribableFields
public DiscoveryPrescribableField[] getPrescribableFields()
-
setPrescribableFields
public void setPrescribableFields(DiscoveryPrescribableField[] prescribableFields)
-
setPrescribableFields
protected void setPrescribableFields(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-