public class MarkNotificationJson extends BaseJson
Constructor and Description |
---|
MarkNotificationJson() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAll()
If true all user's notification will be marked
|
String |
getOperation()
Mark operation : READ (currently the only operation supported )
|
Set<String> |
getUuids()
A Set of notification uuids.
|
boolean |
isValue()
Boolean value to mark
|
void |
setAll(Boolean all)
If true all user's notification will be marked
|
void |
setOperation(String operation)
Mark operation : READ (currently the only operation supported )
|
void |
setUuids(Set<String> uuids)
A Set of notification uuids.
|
void |
setValue(boolean value)
Boolean value to mark
|
getObjType, setObjType, toString
public Boolean getAll()
public void setAll(Boolean all)
all
- If true all user's notification will be markedpublic String getOperation()
public void setOperation(String operation)
operation
- Mark operation : READ (currently the only operation
supported )public boolean isValue()
public void setValue(boolean value)
value
- Boolean value to markpublic Set<String> getUuids()
Copyright © 2019. All rights reserved.