| 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) |
protected void |
setCreated(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setErrors(Error[] errors) |
protected void |
setErrors(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFullName(String fullName) |
protected void |
setFullName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSuccess(boolean success) |
protected void |
setSuccess(XmlInputStream __in,
TypeMapper __typeMapper) |
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)
protected void setCreated(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic Error[] getErrors()
public void setErrors(Error[] errors)
protected void setErrors(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getFullName()
public void setFullName(String fullName)
protected void setFullName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getSuccess()
public boolean isSuccess()
public void setSuccess(boolean success)
protected void setSuccess(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic 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 © 2017. All Rights Reserved.