public class OperationLog extends Object
OperationLog()
OperationLog(List<String> logRowSet, int rowCount)
boolean
equals(Object o)
List<String>
getLogRowSet()
int
getRowCount()
hashCode()
void
setLogRowSet(List<String> logRowSet)
setRowCount(int rowCount)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public OperationLog()
public OperationLog(List<String> logRowSet, int rowCount)
public List<String> getLogRowSet()
public void setLogRowSet(List<String> logRowSet)
public int getRowCount()
public void setRowCount(int rowCount)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023 The Apache Software Foundation. All rights reserved.