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.
|
java.lang.String |
fileName
The name of the file (and generated class in case of pojo)
|
FrameKeyV3 |
frame
Input Frame for the assembly.
|
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
@SerializedName(value="file_name") public java.lang.String fileName
@SerializedName(value="assembly_id") public java.lang.String assemblyId
public FrameKeyV3 result
public AssemblyKeyV3 assembly
public java.lang.String toString()
toString in class RequestSchemaV3