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 | Description | |
---|---|---|
Query |
Modifier and Type | Method and Description |
---|---|
String |
query Get the query |
String |
query Get the query |
void |
validate()
Validates the instance. |
Query |
with Set the query |
Query |
with Set the query |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
QueryTextInner
public QueryTextInner()
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: