public class CRUDUpdateResponse extends Object implements Serializable
| Constructor and Description |
|---|
CRUDUpdateResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumFailed()
Returns the number of failed updated
|
int |
getNumUpdated()
Returns the number of updated docs
|
void |
setNumFailed(int n)
Sets the number of failed docs
|
void |
setNumUpdated(int n)
Sets the number of updated docs
|
public int getNumUpdated()
public void setNumUpdated(int n)
public int getNumFailed()
public void setNumFailed(int n)
Copyright © 2015. All rights reserved.