public class WarningEntity extends Object
| Constructor and Description |
|---|
WarningEntity() |
WarningEntity(Long code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCode()
returns the warning code
|
String |
getMessage()
returns a warning message
|
void |
setCode(Long code) |
void |
setMessage(String message) |
String |
toString() |
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.