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
|
FrameBaseV3[] |
frames
Frames
|
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.
|
public FrameKeyV3 frameId
public java.lang.String column
public long rowOffset
public int rowCount
public int columnOffset
public int columnCount
public boolean findCompatibleModels
public java.lang.String path
public boolean force
public int numParts
public JobV3 job
public FrameBaseV3[] frames
public ModelSchemaV3[] compatibleModels
public java.lang.String[][] domain
public java.lang.String toString()
toString in class RequestSchemaV3