Class GetInsightsError


  • public final class GetInsightsError
    extends Object
    GetInsights Query Errors.
    • Constructor Detail

      • GetInsightsError

        public GetInsightsError()
        Creates an instance of GetInsightsError class.
    • Method Detail

      • kind

        public String kind()
        Get the kind property: the query kind.
        Returns:
        the kind value.
      • withKind

        public GetInsightsError withKind​(String kind)
        Set the kind property: the query kind.
        Parameters:
        kind - the kind value to set.
        Returns:
        the GetInsightsError object itself.
      • queryId

        public String queryId()
        Get the queryId property: the query id.
        Returns:
        the queryId value.
      • withQueryId

        public GetInsightsError withQueryId​(String queryId)
        Set the queryId property: the query id.
        Parameters:
        queryId - the queryId value to set.
        Returns:
        the GetInsightsError object itself.
      • errorMessage

        public String errorMessage()
        Get the errorMessage property: the error message.
        Returns:
        the errorMessage value.
      • withErrorMessage

        public GetInsightsError withErrorMessage​(String errorMessage)
        Set the errorMessage property: the error message.
        Parameters:
        errorMessage - the errorMessage value to set.
        Returns:
        the GetInsightsError object itself.
      • validate

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