@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class UpdateResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateResult.ErrorTypeEnum
In case the update result is not <code>OK</code>, this field contains the type of the error that occurred.
|
static class |
UpdateResult.ResultEnum
Note that 'OK' just means that finAPI could successfully connect and log in to the bank server.
|
| Constructor and Description |
|---|
UpdateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UpdateResult |
errorMessage(String errorMessage) |
UpdateResult |
errorType(UpdateResult.ErrorTypeEnum errorType) |
String |
getErrorMessage()
In case the update result is not <code>OK</code>, this field may contain an error message with details about why the update failed (it is not guaranteed that a message is available though).
|
UpdateResult.ErrorTypeEnum |
getErrorType()
In case the update result is not <code>OK</code>, this field contains the type of the error that occurred.
|
UpdateResult.ResultEnum |
getResult()
Note that 'OK' just means that finAPI could successfully connect and log in to the bank server.
|
String |
getTimestamp()
Time of the update.
|
int |
hashCode() |
UpdateResult |
result(UpdateResult.ResultEnum result) |
void |
setErrorMessage(String errorMessage) |
void |
setErrorType(UpdateResult.ErrorTypeEnum errorType) |
void |
setResult(UpdateResult.ResultEnum result) |
void |
setTimestamp(String timestamp) |
UpdateResult |
timestamp(String timestamp) |
String |
toString() |
public UpdateResult result(UpdateResult.ResultEnum result)
public UpdateResult.ResultEnum getResult()
public void setResult(UpdateResult.ResultEnum result)
public UpdateResult errorMessage(String errorMessage)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public UpdateResult errorType(UpdateResult.ErrorTypeEnum errorType)
public UpdateResult.ErrorTypeEnum getErrorType()
public void setErrorType(UpdateResult.ErrorTypeEnum errorType)
public UpdateResult timestamp(String timestamp)
public String getTimestamp()
public void setTimestamp(String timestamp)
Copyright © 2018. All rights reserved.