All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arangodb.entity.CursorWarning Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy