@Generated public class UpsertDataResult extends Object
| Constructor and Description |
|---|
UpsertDataResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<String> |
getFailedPrimaryKeys() |
Long |
getSuccessRowCount() |
int |
hashCode() |
UpsertDataResult |
setFailedPrimaryKeys(Collection<String> failedPrimaryKeys) |
UpsertDataResult |
setSuccessRowCount(Long successRowCount) |
String |
toString() |
public UpsertDataResult setFailedPrimaryKeys(Collection<String> failedPrimaryKeys)
public Collection<String> getFailedPrimaryKeys()
public UpsertDataResult setSuccessRowCount(Long successRowCount)
public Long getSuccessRowCount()
Copyright © 2024. All rights reserved.