com.almende.eve.state.log
Class AgentDetailRecord
java.lang.Object
com.almende.eve.state.log.AgentDetailRecord
- All Implemented Interfaces:
- Serializable
public class AgentDetailRecord
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentDetailRecord
public AgentDetailRecord()
AgentDetailRecord
public AgentDetailRecord(String agent,
String type,
String method,
String timestamp,
Long duration,
Boolean success)
getAgent
public String getAgent()
setAgent
public void setAgent(String agent)
getType
public String getType()
setType
public void setType(String type)
getMethod
public String getMethod()
setMethod
public void setMethod(String method)
getTimestamp
public String getTimestamp()
setTimestamp
public void setTimestamp(String timestamp)
getDuration
public Long getDuration()
setDuration
public void setDuration(Long duration)
setSuccess
public void setSuccess(Boolean success)
getSuccess
public Boolean getSuccess()
Copyright © 2013 Almende BV. All Rights Reserved.