Package com.seeq.model
Class NotifiableReportOutputV1
java.lang.Object
com.seeq.model.NotifiableReportOutputV1
A list of reports that have notifications
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontextualText
(String contextualText) boolean
Additional context about the notificationsThe time the report was createdWhether this report is enabled or notgetId()
ID of the reportgetName()
Name of the Organizer topic and document name associated with the reportgetOwner()
Get ownerID of the report's ownerint
hashCode()
owner
(IdentityPreviewV1 owner) void
setContextualText
(String contextualText) void
setCreatedAt
(String createdAt) void
setEnabled
(Boolean enabled) void
void
void
setOwner
(IdentityPreviewV1 owner) void
setOwnerId
(String ownerId) toString()
-
Constructor Details
-
NotifiableReportOutputV1
public NotifiableReportOutputV1()
-
-
Method Details
-
contextualText
-
getContextualText
Additional context about the notifications- Returns:
- contextualText
-
setContextualText
-
createdAt
-
getCreatedAt
The time the report was created- Returns:
- createdAt
-
setCreatedAt
-
enabled
-
getEnabled
Whether this report is enabled or not- Returns:
- enabled
-
setEnabled
-
id
-
getId
ID of the report- Returns:
- id
-
setId
-
name
-
getName
Name of the Organizer topic and document name associated with the report- Returns:
- name
-
setName
-
owner
-
getOwner
Get owner- Returns:
- owner
-
setOwner
-
ownerId
-
getOwnerId
ID of the report's owner- Returns:
- ownerId
-
setOwnerId
-
equals
-
hashCode
public int hashCode() -
toString
-