public class LastDocWithActivityJson extends BaseJson
Constructor and Description |
---|
LastDocWithActivityJson() |
Modifier and Type | Method and Description |
---|---|
ActionLogToShow |
getActionType() |
DocumentJson |
getDocumentJson() |
IManageDocumentJson |
getImanageDocumentJson() |
Boolean |
getIsTransient() |
Date |
getLastActionDate() |
Boolean |
getTransient()
Deprecated.
|
TransientDocumentJson |
getTransientDocumentJson() |
String |
getTransientError() |
Integer |
getTransientErrorCode() |
void |
setActionType(ActionLogToShow actionType) |
void |
setDocumentJson(DocumentJson documentJson) |
void |
setImanageDocumentJson(IManageDocumentJson imanageDocumentJson) |
void |
setIsTransient(Boolean isTransient) |
void |
setLastActionDate(Date lastActionDate) |
void |
setTransient(Boolean isTransient)
Deprecated.
|
void |
setTransientDocumentJson(TransientDocumentJson transientDocumentJson) |
void |
setTransientError(String transientError) |
void |
setTransientErrorCode(Integer transientErrorCode) |
getObjType, setObjType, toString
public ActionLogToShow getActionType()
public void setActionType(ActionLogToShow actionType)
public IManageDocumentJson getImanageDocumentJson()
public void setImanageDocumentJson(IManageDocumentJson imanageDocumentJson)
public Integer getTransientErrorCode()
public void setTransientErrorCode(Integer transientErrorCode)
public TransientDocumentJson getTransientDocumentJson()
public void setTransientDocumentJson(TransientDocumentJson transientDocumentJson)
public Date getLastActionDate()
public void setLastActionDate(Date lastActionDate)
public String getTransientError()
public void setTransientError(String transientError)
public Boolean getIsTransient()
@Deprecated public Boolean getTransient()
public void setIsTransient(Boolean isTransient)
@Deprecated public void setTransient(Boolean isTransient)
public DocumentJson getDocumentJson()
public void setDocumentJson(DocumentJson documentJson)
Copyright © 2019. All rights reserved.