| Constructor and Description |
|---|
DeleteApexResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getProblem() |
boolean |
getSuccess() |
boolean |
isSuccess() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setId(String id) |
protected void |
setId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setProblem(String problem) |
protected void |
setProblem(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 String getId()
public void setId(String id)
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getProblem()
public void setProblem(String problem)
protected void setProblem(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.