public interface IMatchResult
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityType()
element : entityType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IError[] |
getErrors()
element : errors of type {urn:partner.soap.sforce.com}Error
java type: com.sforce.soap.partner.Error[]
|
java.lang.String |
getMatchEngine()
element : matchEngine of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IMatchRecord[] |
getMatchRecords()
element : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord
java type: com.sforce.soap.partner.MatchRecord[]
|
java.lang.String |
getRule()
element : rule of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
int |
getSize()
element : size of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
boolean |
getSuccess()
element : success of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isSuccess() |
void |
setEntityType(java.lang.String entityType) |
void |
setErrors(IError[] errors) |
void |
setMatchEngine(java.lang.String matchEngine) |
void |
setMatchRecords(IMatchRecord[] matchRecords) |
void |
setRule(java.lang.String rule) |
void |
setSize(int size) |
void |
setSuccess(boolean success) |
java.lang.String getEntityType()
void setEntityType(java.lang.String entityType)
IError[] getErrors()
void setErrors(IError[] errors)
java.lang.String getMatchEngine()
void setMatchEngine(java.lang.String matchEngine)
IMatchRecord[] getMatchRecords()
void setMatchRecords(IMatchRecord[] matchRecords)
java.lang.String getRule()
void setRule(java.lang.String rule)
int getSize()
void setSize(int size)
boolean getSuccess()
boolean isSuccess()
void setSuccess(boolean success)
Copyright © 2020. All Rights Reserved.