Class EntityGetInsightsResponseInner


  • public final class EntityGetInsightsResponseInner
    extends Object
    The Get Insights result operation response.
    • Constructor Detail

      • EntityGetInsightsResponseInner

        public EntityGetInsightsResponseInner()
    • Method Detail

      • metadata

        public GetInsightsResultsMetadata metadata()
        Get the metadata property: The metadata from the get insights operation results.
        Returns:
        the metadata value.
      • withMetadata

        public EntityGetInsightsResponseInner withMetadata​(GetInsightsResultsMetadata metadata)
        Set the metadata property: The metadata from the get insights operation results.
        Parameters:
        metadata - the metadata value to set.
        Returns:
        the EntityGetInsightsResponseInner object itself.
      • value

        public List<EntityInsightItem> value()
        Get the value property: The insights result values.
        Returns:
        the value value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.