Class RequestLogGetEvent.LogEntryResult
java.lang.Object
ru.bitel.bgbilling.kernel.log.server.event.RequestLogGetEvent.LogEntryResult
- Enclosing class:
- RequestLogGetEvent
public static class RequestLogGetEvent.LogEntryResult
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description LogEntryResult()
LogEntryResult(int id, long millis, java.lang.String data)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LogEntryResult
public LogEntryResult() -
LogEntryResult
public LogEntryResult(int id, long millis, java.lang.String data)
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getMillis
public long getMillis() -
setMillis
public void setMillis(long millis) -
getData
public java.lang.String getData() -
setData
public void setData(java.lang.String data)
-