Package com.sforce.soap.metadata
Class DiscoveryDeployedModel
java.lang.Object
com.sforce.soap.metadata.DiscoveryDeployedModel
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublegetLabel()getName()booleanisActive()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetActive(boolean active) protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAiModel(XmlInputStream __in, TypeMapper __typeMapper) voidsetAiModel(String aiModel) voidsetClassificationThreshold(double classificationThreshold) protected voidsetClassificationThreshold(XmlInputStream __in, TypeMapper __typeMapper) voidsetFieldMappings(DiscoveryFieldMap[] fieldMappings) protected voidsetFieldMappings(XmlInputStream __in, TypeMapper __typeMapper) voidsetFilters(DiscoveryFilter[] filters) protected voidsetFilters(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetPrescribableFields(DiscoveryPrescribableField[] prescribableFields) protected voidsetPrescribableFields(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DiscoveryDeployedModel
public DiscoveryDeployedModel()Constructor
-
-
Method Details
-
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
-
setAiModel
-
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
-
setFieldMappings
-
setFieldMappings
protected void setFieldMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFilters
-
setFilters
-
setFilters
protected void setFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPrescribableFields
-
setPrescribableFields
-
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
- 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
-
toString
-