public class CreateTransientActivityLogRecordJson extends BaseJson
Constructor and Description |
---|
CreateTransientActivityLogRecordJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAnnotatingUsers()
Annotating users for annotated file
|
String |
getApplication()
Application name
|
Date |
getClientDate()
Client time to calculate the diff with server time
|
Date |
getDate() |
String |
getDocumentPath() |
String |
getPrinterName()
Printer name (not implemented).
|
String |
getRoomGuid() |
LogActionType |
getType()
Type of log action
|
void |
setAnnotatingUsers(Set<String> annotatingUsers)
Annotating users for annotated file
|
void |
setApplication(String application)
Application name
|
void |
setClientDate(Date clientDate)
Client time to calculate the diff with server time
|
void |
setDate(Date date) |
void |
setDocumentPath(String documentPath) |
void |
setPrinterName(String printerName)
Printer name (not implemented).
|
void |
setRoomGuid(String roomGuid) |
void |
setType(LogActionType type)
Type of log action
|
getObjType, setObjType, toString
public CreateTransientActivityLogRecordJson()
public Date getDate()
public void setDate(Date date)
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
public String getApplication()
public void setApplication(String application)
application
- Application namepublic Set<String> getAnnotatingUsers()
public void setAnnotatingUsers(Set<String> annotatingUsers)
annotatingUsers
- Annotating users for annotated filepublic Date getClientDate()
public void setClientDate(Date clientDate)
clientDate
- Client time to calculate the diff with server timepublic String getPrinterName()
public void setPrinterName(String printerName)
printerName
- Printer name (not implemented).public LogActionType getType()
public void setType(LogActionType type)
type
- Type of log actionpublic String getDocumentPath()
public void setDocumentPath(String documentPath)
Copyright © 2019. All rights reserved.