com.almende.eve.state.log
Class AgentDetailRecord

java.lang.Object
  extended by com.almende.eve.state.log.AgentDetailRecord
All Implemented Interfaces:
Serializable

public class AgentDetailRecord
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AgentDetailRecord()
           
AgentDetailRecord(String agent, String type, String method, String timestamp, Long duration, Boolean success)
           
 
Method Summary
 String getAgent()
           
 Long getDuration()
           
 String getMethod()
           
 Boolean getSuccess()
           
 String getTimestamp()
           
 String getType()
           
 void setAgent(String agent)
           
 void setDuration(Long duration)
           
 void setMethod(String method)
           
 void setSuccess(Boolean success)
           
 void setTimestamp(String timestamp)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentDetailRecord

public AgentDetailRecord()

AgentDetailRecord

public AgentDetailRecord(String agent,
                         String type,
                         String method,
                         String timestamp,
                         Long duration,
                         Boolean success)
Method Detail

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.