public class SynchronizerResult
extends java.lang.Object
| Constructor | Description |
|---|---|
SynchronizerResult() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCode() |
Gets the code.
|
java.lang.String |
getContent() |
Gets the content.
|
java.lang.String |
getMessage() |
Gets the message.
|
java.lang.String |
getSource() |
Gets the source.
|
void |
setCode(int code) |
Sets the code.
|
void |
setContent(java.lang.String content) |
Sets the content.
|
void |
setMessage(java.lang.String message) |
Sets the message.
|
void |
setSource(java.lang.String source) |
Sets the source.
|
java.lang.String |
toString() |
public java.lang.String getContent()
public void setContent(java.lang.String content)
content - the new contentpublic int getCode()
public void setCode(int code)
code - the new codepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the new messagepublic java.lang.String getSource()
public void setSource(java.lang.String source)
source - the new sourcepublic java.lang.String toString()
toString in class java.lang.Object