@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiParcel extends Object
Constructor and Description |
---|
ApiParcel() |
Modifier and Type | Method and Description |
---|---|
ApiParcel |
clusterRef(ApiClusterRef clusterRef) |
boolean |
equals(Object o) |
ApiClusterRef |
getClusterRef()
Readonly.
|
String |
getProduct()
The name of the product, e.g.
|
String |
getStage()
Returns the current stage of the parcel.
|
ApiParcelState |
getState()
The state of the parcel.
|
String |
getVersion()
The version of the product, e.g.
|
int |
hashCode() |
ApiParcel |
product(String product) |
void |
setClusterRef(ApiClusterRef clusterRef) |
void |
setProduct(String product) |
void |
setStage(String stage) |
void |
setState(ApiParcelState state) |
void |
setVersion(String version) |
ApiParcel |
stage(String stage) |
ApiParcel |
state(ApiParcelState state) |
String |
toString() |
ApiParcel |
version(String version) |
public String getProduct()
public void setProduct(String product)
public String getVersion()
public void setVersion(String version)
public String getStage()
public void setStage(String stage)
public ApiParcel state(ApiParcelState state)
public ApiParcelState getState()
public void setState(ApiParcelState state)
public ApiParcel clusterRef(ApiClusterRef clusterRef)
public ApiClusterRef getClusterRef()
public void setClusterRef(ApiClusterRef clusterRef)
Copyright © 2019. All rights reserved.