Class BookmarkExpandResponseInner
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.BookmarkExpandResponseInner
The entity expansion result operation response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmetadata()
Get the metadata property: The metadata from the expansion operation results.void
validate()
Validates the instance.value()
Get the value property: The expansion result values.withMetadata
(ExpansionResultsMetadata metadata) Set the metadata property: The metadata from the expansion operation results.Set the value property: The expansion result values.
-
Constructor Details
-
BookmarkExpandResponseInner
public BookmarkExpandResponseInner()
-
-
Method Details
-
metadata
Get the metadata property: The metadata from the expansion operation results.- Returns:
- the metadata value.
-
withMetadata
Set the metadata property: The metadata from the expansion operation results.- Parameters:
metadata
- the metadata value to set.- Returns:
- the BookmarkExpandResponseInner object itself.
-
value
Get the value property: The expansion result values.- Returns:
- the value value.
-
withValue
Set the value property: The expansion result values.- Parameters:
value
- the value value to set.- Returns:
- the BookmarkExpandResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-