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