|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.accounting.node.logparser.LogEntry.CallInfo
public class LogEntry.CallInfo
Store info about the call
| Constructor Summary | |
|---|---|
LogEntry.CallInfo(String from,
String to)
constructor |
|
| Method Summary | |
|---|---|
String |
getCallerIP()
get the caller IP |
String |
getServiceClass()
get the serviceclass |
String |
getServiceName()
get the servicename |
void |
setCallerIP(String callerIP)
set the caller IP |
void |
setServiceClass(String serviceClass)
set the serviceclass |
void |
setServiceName(String serviceName)
set the servicename |
String |
toString()
tostring |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LogEntry.CallInfo(String from,
String to)
from - tokento - token| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - public String getServiceName()
public void setServiceName(String serviceName)
serviceName - public String getCallerIP()
public void setCallerIP(String callerIP)
callerIP -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||