| Modifier and Type | Method and Description |
|---|---|
Request |
build() |
Request.Builder |
clearJpqlString()
Clears the value of the 'jpqlString' field
|
Request.Builder |
clearLocal()
Clears the value of the 'local' field
|
Request.Builder |
clearMaxResult()
Clears the value of the 'maxResult' field
|
Request.Builder |
clearSchemaName()
Clears the value of the 'schemaName' field
|
Request.Builder |
clearStartOffset()
Clears the value of the 'startOffset' field
|
String |
getJpqlString()
Gets the value of the 'jpqlString' field
|
Boolean |
getLocal()
Gets the value of the 'local' field
|
Integer |
getMaxResult()
Gets the value of the 'maxResult' field
|
String |
getSchemaName()
Gets the value of the 'schemaName' field
|
Long |
getStartOffset()
Gets the value of the 'startOffset' field
|
boolean |
hasJpqlString()
Checks whether the 'jpqlString' field has been set
|
boolean |
hasLocal()
Checks whether the 'local' field has been set
|
boolean |
hasMaxResult()
Checks whether the 'maxResult' field has been set
|
boolean |
hasSchemaName()
Checks whether the 'schemaName' field has been set
|
boolean |
hasStartOffset()
Checks whether the 'startOffset' field has been set
|
Request.Builder |
setJpqlString(String value)
Sets the value of the 'jpqlString' field
|
Request.Builder |
setLocal(boolean value)
Sets the value of the 'local' field
|
Request.Builder |
setMaxResult(int value)
Sets the value of the 'maxResult' field
|
Request.Builder |
setSchemaName(String value)
Sets the value of the 'schemaName' field
|
Request.Builder |
setStartOffset(long value)
Sets the value of the 'startOffset' field
|
public String getJpqlString()
public Request.Builder setJpqlString(String value)
public boolean hasJpqlString()
public Request.Builder clearJpqlString()
public String getSchemaName()
public Request.Builder setSchemaName(String value)
public boolean hasSchemaName()
public Request.Builder clearSchemaName()
public Long getStartOffset()
public Request.Builder setStartOffset(long value)
public boolean hasStartOffset()
public Request.Builder clearStartOffset()
public Integer getMaxResult()
public Request.Builder setMaxResult(int value)
public boolean hasMaxResult()
public Request.Builder clearMaxResult()
public Boolean getLocal()
public Request.Builder setLocal(boolean value)
public boolean hasLocal()
public Request.Builder clearLocal()
Copyright © 2016. All rights reserved.