public static class SalesforceConnection.BatchResultInfo extends Object
Constructor and Description |
---|
BatchResultInfo(String batchInfo) |
Modifier and Type | Method and 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) |
public BatchResultInfo(String batchInfo)
public String[] getResultList()
public void setResultList(String[] resultList)
public int getAndIncrementResultNum()
public void setResultNum(int resultNum)
public String getBatchId()
public void setPkBatches(LinkedHashMap<String,com.sforce.async.BatchInfo> pkBatches)
public LinkedHashMap<String,com.sforce.async.BatchInfo> getPkBatches()
public int incrementAndGetWaitCount()
public void resetWaitCount()
Copyright © 2019. All rights reserved.