public class CollectionValidation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CollectionValidation.Level |
Constructor and Description |
---|
CollectionValidation() |
Modifier and Type | Method and Description |
---|---|
CollectionValidation.Level |
getLevel() |
String |
getMessage() |
String |
getRule() |
CollectionValidation |
setLevel(CollectionValidation.Level level) |
CollectionValidation |
setMessage(String message) |
CollectionValidation |
setRule(String rule) |
public String getRule()
public CollectionValidation setRule(String rule)
public CollectionValidation.Level getLevel()
public CollectionValidation setLevel(CollectionValidation.Level level)
public String getMessage()
public CollectionValidation setMessage(String message)
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.