Package org.openiam.base.response
Class AccessCertificationTaskComment
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.response.AccessCertificationTaskComment
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class AccessCertificationTaskComment extends KeyDTO
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description AccessCertificationTaskComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fromFullMsg(String str, CustomJacksonMapper customJacksonMapper)
void
fromFullMsg(CustomJacksonMapper customJacksonMapper)
String
toFullMsg(CustomJacksonMapper customJacksonMapper)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
toFullMsg
public String toFullMsg(CustomJacksonMapper customJacksonMapper) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
fromFullMsg
public void fromFullMsg(String str, CustomJacksonMapper customJacksonMapper) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
fromFullMsg
public void fromFullMsg(CustomJacksonMapper customJacksonMapper) throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-