Interface IMatchResult

  • All Known Implementing Classes:
    MatchResult

    public interface IMatchResult
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Method Detail

      • getEntityType

        String getEntityType()
        element : entityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setEntityType

        void setEntityType​(String entityType)
      • getErrors

        IError[] getErrors()
        element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
      • setErrors

        void setErrors​(IError[] errors)
      • getMatchEngine

        String getMatchEngine()
        element : matchEngine of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setMatchEngine

        void setMatchEngine​(String matchEngine)
      • getMatchRecords

        IMatchRecord[] getMatchRecords()
        element : matchRecords of type {urn:partner.soap.sforce.com}MatchRecord java type: com.sforce.soap.partner.MatchRecord[]
      • setMatchRecords

        void setMatchRecords​(IMatchRecord[] matchRecords)
      • getRule

        String getRule()
        element : rule of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setRule

        void setRule​(String rule)
      • getSize

        int getSize()
        element : size of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setSize

        void setSize​(int size)
      • getSuccess

        boolean getSuccess()
        element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isSuccess

        boolean isSuccess()
      • setSuccess

        void setSuccess​(boolean success)