| Constructor and Description |
|---|
RequestV1(Workspace workspace,
Recipe recipe,
Sampling sampling,
com.google.gson.JsonObject properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.gson.JsonObject |
getProperties() |
Recipe |
getRecipe() |
Sampling |
getSampling() |
int |
getVersion() |
Workspace |
getWorkspace() |
int |
hashCode() |
public int getVersion()
getVersion in interface Requestpublic Workspace getWorkspace()
getWorkspace in interface RequestWorkspace information associated with this request.public Sampling getSampling()
getSampling in interface RequestSampling information associated with this request.public Recipe getRecipe()
public com.google.gson.JsonObject getProperties()
getProperties in interface RequestCopyright © 2023 CDAP Licensed under the Apache License, Version 2.0.