QueryTextInner Class

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 queryId property: Query identifier unique to the server.

String queryText()

Get the queryText property: Query text.

void validate()

Validates the instance.

QueryTextInner withQueryId(String queryId)

Set the queryId property: Query identifier unique to the server.

QueryTextInner withQueryText(String queryText)

Set the queryText property: Query text.

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:

the queryId value.

queryText

public String queryText()

Get the queryText property: Query text.

Returns:

the queryText value.

validate

public void validate()

Validates the instance.

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.

withQueryText

public QueryTextInner withQueryText(String queryText)

Set the queryText property: Query text.

Parameters:

queryText - the queryText value to set.

Returns:

the QueryTextInner object itself.

Applies to

Azure SDK for Java

Latest