Class ImportSetResponse
- java.lang.Object
-
- org.apache.camel.component.servicenow.model.ImportSetResponse
-
public class ImportSetResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ImportSetResponse(String importSet, String stagingTable, List<ImportSetResult> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getImportSet()
List<ImportSetResult>
getResults()
String
getStagingTable()
-
-
-
Constructor Detail
-
ImportSetResponse
public ImportSetResponse(String importSet, String stagingTable, List<ImportSetResult> results)
-
-
Method Detail
-
getImportSet
public String getImportSet()
-
getStagingTable
public String getStagingTable()
-
getResults
public List<ImportSetResult> getResults()
-
-