public class DocumentAndRecipientsJson extends BaseJson
Constructor and Description |
---|
DocumentAndRecipientsJson() |
Modifier and Type | Method and Description |
---|---|
String |
getGuid()
The notification guid
|
Set<String> |
getRecipients()
A list of recipients
|
void |
setGuid(String guid)
The notification guid
|
void |
setRecipients(Set<String> recipients)
A list of recipients
|
getObjType, setObjType, toString
public void setRecipients(Set<String> recipients)
recipients
- A list of recipientspublic String getGuid()
public void setGuid(String guid)
guid
- The notification guidCopyright © 2019. All rights reserved.