Package org.teiid.translator.salesforce
Class SalesforceConnection.BatchResultInfo
- java.lang.Object
-
- org.teiid.translator.salesforce.SalesforceConnection.BatchResultInfo
-
- Enclosing interface:
- SalesforceConnection
public static class SalesforceConnection.BatchResultInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchResultInfo(String batchInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAndIncrementResultNum()StringgetBatchId()LinkedHashMap<String,com.sforce.async.BatchInfo>getPkBatches()String[]getResultList()intincrementAndGetWaitCount()voidresetWaitCount()voidsetPkBatches(LinkedHashMap<String,com.sforce.async.BatchInfo> pkBatches)voidsetResultList(String[] resultList)voidsetResultNum(int resultNum)
-
-
-
Constructor Detail
-
BatchResultInfo
public BatchResultInfo(String batchInfo)
-
-
Method Detail
-
getResultList
public String[] getResultList()
-
setResultList
public void setResultList(String[] resultList)
-
getAndIncrementResultNum
public int getAndIncrementResultNum()
-
setResultNum
public void setResultNum(int resultNum)
-
getBatchId
public String getBatchId()
-
setPkBatches
public void setPkBatches(LinkedHashMap<String,com.sforce.async.BatchInfo> pkBatches)
-
getPkBatches
public LinkedHashMap<String,com.sforce.async.BatchInfo> getPkBatches()
-
incrementAndGetWaitCount
public int incrementAndGetWaitCount()
-
resetWaitCount
public void resetWaitCount()
-
-