Package com.seeq.model
Class DisplayInputV1
java.lang.Object
com.seeq.model.DisplayInputV1
DisplayInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The data ID of this item.An arbitrary token (often a date or random ID) that is used during metadata syncs.The template for the display.int
hashCode()
void
void
setSyncToken
(String syncToken) void
setTemplateId
(UUID templateId) templateId
(UUID templateId) toString()
-
Constructor Details
-
DisplayInputV1
public DisplayInputV1()
-
-
Method Details
-
dataId
-
getDataId
The data ID of this item. Note: This is not the Seeq ID, but the unique identifier that the remote datasource uses.- Returns:
- dataId
-
setDataId
-
syncToken
-
getSyncToken
An arbitrary token (often a date or random ID) that is used during metadata syncs. At the end of a full sync, items with mismatching sync tokens are identified as stale and may be archived using the Datasources clean-up API.- Returns:
- syncToken
-
setSyncToken
-
templateId
-
getTemplateId
The template for the display. This is required for new Displays.- Returns:
- templateId
-
setTemplateId
-
equals
-
hashCode
public int hashCode() -
toString
-