| Constructor and Description |
|---|
UpsertResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCreated() |
Error[] |
getErrors() |
String |
getFullName() |
boolean |
getSuccess() |
boolean |
isCreated() |
boolean |
isSuccess() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCreated(boolean created) |
void |
setErrors(Error[] errors) |
void |
setFullName(String fullName) |
void |
setSuccess(boolean success) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public boolean getCreated()
public boolean isCreated()
public void setCreated(boolean created)
public Error[] getErrors()
public void setErrors(Error[] errors)
public String getFullName()
public void setFullName(String fullName)
public boolean getSuccess()
public boolean isSuccess()
public void setSuccess(boolean success)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.