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 int
getAndIncrementResultNum()
String
getBatchId()
LinkedHashMap<String,com.sforce.async.BatchInfo>
getPkBatches()
String[]
getResultList()
int
incrementAndGetWaitCount()
void
resetWaitCount()
void
setPkBatches(LinkedHashMap<String,com.sforce.async.BatchInfo> pkBatches)
void
setResultList(String[] resultList)
void
setResultNum(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()
-
-