public class Request
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.Builder
RecordBuilder for Request instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
jpqlString
Deprecated.
|
boolean |
local
Deprecated.
|
int |
maxResult
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
schemaName
Deprecated.
|
long |
startOffset
Deprecated.
|
| Constructor and Description |
|---|
Request()
Default constructor.
|
Request(String jpqlString,
String schemaName,
Long startOffset,
Integer maxResult,
Boolean local)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
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.
|
org.apache.avro.Schema |
getSchema() |
String |
getSchemaName()
Gets the value of the 'schemaName' field.
|
Long |
getStartOffset()
Gets the value of the 'startOffset' field.
|
static Request.Builder |
newBuilder()
Creates a new Request RecordBuilder
|
static Request.Builder |
newBuilder(Request.Builder other)
Creates a new Request RecordBuilder by copying an existing Builder
|
static Request.Builder |
newBuilder(Request other)
Creates a new Request RecordBuilder by copying an existing Request instance
|
void |
put(int field$,
Object value$) |
void |
setJpqlString(String value)
Sets the value of the 'jpqlString' field.
|
void |
setLocal(Boolean value)
Sets the value of the 'local' field.
|
void |
setMaxResult(Integer value)
Sets the value of the 'maxResult' field.
|
void |
setSchemaName(String value)
Sets the value of the 'schemaName' field.
|
void |
setStartOffset(Long value)
Sets the value of the 'startOffset' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String jpqlString
@Deprecated public String schemaName
@Deprecated public long startOffset
@Deprecated public int maxResult
@Deprecated public boolean local
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getJpqlString()
public void setJpqlString(String value)
value - the value to set.public String getSchemaName()
public void setSchemaName(String value)
value - the value to set.public Long getStartOffset()
public void setStartOffset(Long value)
value - the value to set.public Integer getMaxResult()
public void setMaxResult(Integer value)
value - the value to set.public Boolean getLocal()
public void setLocal(Boolean value)
value - the value to set.public static Request.Builder newBuilder()
public static Request.Builder newBuilder(Request.Builder other)
public static Request.Builder newBuilder(Request other)
Copyright © 2016. All rights reserved.