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

net.ravendb.client.serverwide.operations.ConfigureRevisionsForConflictsResult Maven / Gradle / Ivy

package net.ravendb.client.serverwide.operations;

public class ConfigureRevisionsForConflictsResult {
    private Long raftCommandIndex;

    public Long getRaftCommandIndex() {
        return raftCommandIndex;
    }

    public void setRaftCommandIndex(Long raftCommandIndex) {
        this.raftCommandIndex = raftCommandIndex;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy