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

com.arangodb.model.LogLevelOptions Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
package com.arangodb.model;

public class LogLevelOptions {
    private String serverId;

    public String getServerId() {
        return serverId;
    }

    public LogLevelOptions serverId(final String serverId) {
        this.serverId = serverId;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy