![JAR search and dependency download from the Maven repository](/logo.png)
com.arangodb.entity.CursorWarning Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core module for ArangoDB Java Driver
package com.arangodb.entity;
public final class CursorWarning {
private Integer code;
private String message;
public Integer getCode() {
return code;
}
public String getMessage() {
return message;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy