Package com.netscape.certsrv.logging
Class ActivityData
java.lang.Object
com.netscape.certsrv.logging.ActivityData
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDate()
getID()
getIP()
int
hashCode()
void
void
void
void
setMessage
(String message) void
setOperation
(String operation) void
void
setTokenID
(String tokenID) void
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
ActivityData
public ActivityData()
-
-
Method Details