public class FramesV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
column
Name of column of interest
|
int |
columnCount
Number of columns to return
|
int |
columnOffset
Column offset to return
|
ModelSchemaV3[] |
compatibleModels
Compatible models
|
java.lang.String[][] |
domain
Domains
|
boolean |
findCompatibleModels
Find and return compatible models?
|
boolean |
force
Overwrite existing file
|
FrameKeyV3 |
frameId
Name of Frame of interest
|
FrameV3[] |
frames
Frames
|
int |
fullColumnCount
Number of full columns to return.
|
JobV3 |
job
Job for export file
|
int |
numParts
Number of part files to use (1=single file,-1=automatic)
|
java.lang.String |
path
File output path
|
int |
rowCount
Number of rows to return
|
long |
rowOffset
Row offset to return
|
_excludeFields| Constructor and Description |
|---|
FramesV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="frame_id") public FrameKeyV3 frameId
public java.lang.String column
@SerializedName(value="row_offset") public long rowOffset
@SerializedName(value="row_count") public int rowCount
@SerializedName(value="column_offset") public int columnOffset
@SerializedName(value="full_column_count") public int fullColumnCount
@SerializedName(value="column_count") public int columnCount
@SerializedName(value="find_compatible_models") public boolean findCompatibleModels
public java.lang.String path
public boolean force
@SerializedName(value="num_parts") public int numParts
public JobV3 job
public FrameV3[] frames
@SerializedName(value="compatible_models") public ModelSchemaV3[] compatibleModels
public java.lang.String[][] domain
public java.lang.String toString()
toString in class RequestSchemaV3