public class DeleteNotificationJson extends BaseJson
Constructor and Description |
---|
DeleteNotificationJson() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAll()
if true all user's notification will be deleted
|
Set<String> |
getUuids()
A Set of notification uuids.
|
void |
setAll(Boolean all)
if true all user's notification will be deleted
|
void |
setUuids(Set<String> uuids)
A Set of notification uuids.
|
getObjType, setObjType, toString
public Boolean getAll()
public void setAll(Boolean all)
all
- if true all user's notification will be deletedpublic Set<String> getUuids()
Copyright © 2019. All rights reserved.