Class QueryTextInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.mariadb.fluent.models.QueryTextInner

public final class QueryTextInner extends com.azure.core.management.ProxyResource
Represents a Query Text.
  • Constructor Details

    • QueryTextInner

      public QueryTextInner()
      Creates an instance of QueryTextInner class.
  • Method Details

    • queryId

      public String queryId()
      Get the queryId property: Query identifier unique to the server.
      Returns:
      the queryId value.
    • withQueryId

      public QueryTextInner withQueryId(String queryId)
      Set the queryId property: Query identifier unique to the server.
      Parameters:
      queryId - the queryId value to set.
      Returns:
      the QueryTextInner object itself.
    • queryText

      public String queryText()
      Get the queryText property: Query text.
      Returns:
      the queryText value.
    • withQueryText

      public QueryTextInner withQueryText(String queryText)
      Set the queryText property: Query text.
      Parameters:
      queryText - the queryText value to set.
      Returns:
      the QueryTextInner object itself.
    • validate

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