QueryTextInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. mysql. fluent. models. QueryTextInner
- com.
- com.
public final class QueryTextInner
extends ProxyResource
Represents a Query Text.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| QueryTextInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
queryId()
Get the query |
| String |
queryText()
Get the query |
| void |
validate()
Validates the instance. |
|
Query |
withQueryId(String queryId)
Set the query |
|
Query |
withQueryText(String queryText)
Set the query |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
QueryTextInner
public QueryTextInner()
Method Details
queryId
public String queryId()
Get the queryId property: Query identifier unique to the server.
Returns:
queryText
public String queryText()
Get the queryText property: Query text.
Returns:
validate
public void validate()
Validates the instance.
withQueryId
public QueryTextInner withQueryId(String queryId)
Set the queryId property: Query identifier unique to the server.
Parameters:
Returns:
withQueryText
public QueryTextInner withQueryText(String queryText)
Set the queryText property: Query text.
Parameters:
Returns: