public class AssemblyV99 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
java.lang.String |
assembly
A Key to the fit Assembly data structure
|
java.lang.String |
assembly_id
The key of the Assembly object to retrieve from the DKV.
|
java.lang.String |
frame
Input Frame for the assembly.
|
java.lang.String |
pojo_name
The name of the file and generated class
|
java.lang.String |
result
Output of the assembly line.
|
java.lang.String[] |
steps
A list of steps describing the assembly line.
|
| Constructor and Description |
|---|
AssemblyV99() |
public java.lang.String[] steps
public java.lang.String frame
public java.lang.String pojo_name
public java.lang.String assembly_id
public java.lang.String result
public java.lang.String assembly
public java.lang.String _exclude_fields