net.ravendb.client.documents.operations.refresh.ConfigureRefreshOperationResult Maven / Gradle / Ivy
package net.ravendb.client.documents.operations.refresh;
public class ConfigureRefreshOperationResult {
private Long raftCommandIndex;
public Long getRaftCommandIndex() {
return raftCommandIndex;
}
public void setRaftCommandIndex(Long raftCommandIndex) {
this.raftCommandIndex = raftCommandIndex;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy