Class WatchlistItemProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.WatchlistItemProperties
Describes watchlist item properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreated()
Get the created property: The time the watchlist item was created.Get the createdBy property: Describes a user that created the watchlist item.Get the entityMapping property: key-value pairs for a watchlist item entity mapping.Get the isDeleted property: A flag that indicates if the watchlist item is deleted or not.Get the itemsKeyValue property: key-value pairs for a watchlist item.tenantId()
Get the tenantId property: The tenantId to which the watchlist item belongs to.updated()
Get the updated property: The last time the watchlist item was updated.Get the updatedBy property: Describes a user that updated the watchlist item.void
validate()
Validates the instance.Get the watchlistItemId property: The id (a Guid) of the watchlist item.Get the watchlistItemType property: The type of the watchlist item.withCreated
(OffsetDateTime created) Set the created property: The time the watchlist item was created.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist item.withEntityMapping
(Map<String, Object> entityMapping) Set the entityMapping property: key-value pairs for a watchlist item entity mapping.withIsDeleted
(Boolean isDeleted) Set the isDeleted property: A flag that indicates if the watchlist item is deleted or not.withItemsKeyValue
(Map<String, Object> itemsKeyValue) Set the itemsKeyValue property: key-value pairs for a watchlist item.withTenantId
(String tenantId) Set the tenantId property: The tenantId to which the watchlist item belongs to.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the watchlist item was updated.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist item.withWatchlistItemId
(String watchlistItemId) Set the watchlistItemId property: The id (a Guid) of the watchlist item.withWatchlistItemType
(String watchlistItemType) Set the watchlistItemType property: The type of the watchlist item.
-
Constructor Details
-
WatchlistItemProperties
public WatchlistItemProperties()
-
-
Method Details
-
watchlistItemType
Get the watchlistItemType property: The type of the watchlist item.- Returns:
- the watchlistItemType value.
-
withWatchlistItemType
Set the watchlistItemType property: The type of the watchlist item.- Parameters:
watchlistItemType
- the watchlistItemType value to set.- Returns:
- the WatchlistItemProperties object itself.
-
watchlistItemId
Get the watchlistItemId property: The id (a Guid) of the watchlist item.- Returns:
- the watchlistItemId value.
-
withWatchlistItemId
Set the watchlistItemId property: The id (a Guid) of the watchlist item.- Parameters:
watchlistItemId
- the watchlistItemId value to set.- Returns:
- the WatchlistItemProperties object itself.
-
tenantId
Get the tenantId property: The tenantId to which the watchlist item belongs to.- Returns:
- the tenantId value.
-
withTenantId
Set the tenantId property: The tenantId to which the watchlist item belongs to.- Parameters:
tenantId
- the tenantId value to set.- Returns:
- the WatchlistItemProperties object itself.
-
isDeleted
Get the isDeleted property: A flag that indicates if the watchlist item is deleted or not.- Returns:
- the isDeleted value.
-
withIsDeleted
Set the isDeleted property: A flag that indicates if the watchlist item is deleted or not.- Parameters:
isDeleted
- the isDeleted value to set.- Returns:
- the WatchlistItemProperties object itself.
-
created
Get the created property: The time the watchlist item was created.- Returns:
- the created value.
-
withCreated
Set the created property: The time the watchlist item was created.- Parameters:
created
- the created value to set.- Returns:
- the WatchlistItemProperties object itself.
-
updated
Get the updated property: The last time the watchlist item was updated.- Returns:
- the updated value.
-
withUpdated
Set the updated property: The last time the watchlist item was updated.- Parameters:
updated
- the updated value to set.- Returns:
- the WatchlistItemProperties object itself.
-
createdBy
Get the createdBy property: Describes a user that created the watchlist item.- Returns:
- the createdBy value.
-
withCreatedBy
Set the createdBy property: Describes a user that created the watchlist item.- Parameters:
createdBy
- the createdBy value to set.- Returns:
- the WatchlistItemProperties object itself.
-
updatedBy
Get the updatedBy property: Describes a user that updated the watchlist item.- Returns:
- the updatedBy value.
-
withUpdatedBy
Set the updatedBy property: Describes a user that updated the watchlist item.- Parameters:
updatedBy
- the updatedBy value to set.- Returns:
- the WatchlistItemProperties object itself.
-
itemsKeyValue
Get the itemsKeyValue property: key-value pairs for a watchlist item.- Returns:
- the itemsKeyValue value.
-
withItemsKeyValue
Set the itemsKeyValue property: key-value pairs for a watchlist item.- Parameters:
itemsKeyValue
- the itemsKeyValue value to set.- Returns:
- the WatchlistItemProperties object itself.
-
entityMapping
Get the entityMapping property: key-value pairs for a watchlist item entity mapping.- Returns:
- the entityMapping value.
-
withEntityMapping
Set the entityMapping property: key-value pairs for a watchlist item entity mapping.- Parameters:
entityMapping
- the entityMapping value to set.- Returns:
- the WatchlistItemProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-