public class ExternalDocumentsTransactionResultJson extends BaseJson
Constructor and Description |
---|
ExternalDocumentsTransactionResultJson() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getGuids()
Guids of docuemnts copied to Exchange
|
String |
getRoomUUID()
Uuid of the workspace
|
String |
getTransactionUUID()
Uuid of the transaction
|
void |
setGuids(Set<String> guids)
Guids of docuemnts copied to Exchange
|
void |
setRoomUUID(String roomUUID)
Uuid of the workspace
|
void |
setTransactionUUID(String transactionUUID)
Uuid of the transaction
|
getObjType, setObjType, toString
public ExternalDocumentsTransactionResultJson()
public String getTransactionUUID()
public void setTransactionUUID(String transactionUUID)
transactionUUID
- Uuid of the transactionpublic Set<String> getGuids()
public void setGuids(Set<String> guids)
guids
- Guids of docuemnts copied to Exchangepublic String getRoomUUID()
public void setRoomUUID(String roomUUID)
roomUUID
- Uuid of the workspaceCopyright © 2019. All rights reserved.