Package com.seeq.model
Class DatasourcePreviewV1
java.lang.Object
com.seeq.model.DatasourcePreviewV1
The data source (authentication directory) containing the identity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondatasourceClass
(String datasourceClass) datasourceId
(String datasourceId) boolean
The class of the datasourceThe ID of the datasourcegetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedgetName()
The human readable nameThe item's translation key, if anygetType()
The type of the itemint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setTranslationKey
(String translationKey) void
toString()
translationKey
(String translationKey)
-
Constructor Details
-
DatasourcePreviewV1
public DatasourcePreviewV1()
-
-
Method Details
-
datasourceClass
-
getDatasourceClass
The class of the datasource- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
The ID of the datasource- Returns:
- datasourceId
-
setDatasourceId
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-