public class AssemblyV99 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
AssemblyKeyV3 |
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.
|
FrameKeyV3 |
frame
Input Frame for the assembly.
|
java.lang.String |
pojo_name
The name of the file and generated class
|
FrameKeyV3 |
result
Output of the assembly line.
|
java.lang.String[] |
steps
A list of steps describing the assembly line.
|
_exclude_fields| Constructor and Description |
|---|
AssemblyV99() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String[] steps
public FrameKeyV3 frame
public java.lang.String pojo_name
public java.lang.String assembly_id
public FrameKeyV3 result
public AssemblyKeyV3 assembly
public java.lang.String toString()
toString in class RequestSchema