Class GetInsightsErrorKind

java.lang.Object
com.azure.resourcemanager.securityinsights.models.GetInsightsErrorKind

public final class GetInsightsErrorKind extends Object
GetInsights Query Errors.
  • Constructor Details

    • GetInsightsErrorKind

      public GetInsightsErrorKind()
  • Method Details

    • kind

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

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

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

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

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

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

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