public class AssemblyV99 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
AssemblyKeyV3 |
assembly
A Key to the fit Assembly data structure
|
java.lang.String |
assemblyId
The key of the Assembly object to retrieve from the DKV.
|
FrameKeyV3 |
frame
Input Frame for the assembly.
|
java.lang.String |
pojoName
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.
|
_excludeFields| Constructor and Description |
|---|
AssemblyV99()
Public constructor
|
| 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 pojoName
public java.lang.String assemblyId
public FrameKeyV3 result
public AssemblyKeyV3 assembly
public java.lang.String toString()
toString in class RequestSchemaV3