@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T15:06:01.124Z") public class ApiParcelUsageParcel extends Object
Constructor and Description |
---|
ApiParcelUsageParcel() |
Modifier and Type | Method and Description |
---|---|
ApiParcelUsageParcel |
activated(Boolean activated) |
boolean |
equals(Object o) |
Boolean |
getActivated()
Is this parcel currently activated on the cluster.
|
ApiParcelRef |
getParcelRef()
Reference to the corresponding Parcel object.
|
Integer |
getProcessCount()
How many running processes on the cluster are using the parcel.
|
int |
hashCode() |
ApiParcelUsageParcel |
parcelRef(ApiParcelRef parcelRef) |
ApiParcelUsageParcel |
processCount(Integer processCount) |
void |
setActivated(Boolean activated) |
void |
setParcelRef(ApiParcelRef parcelRef) |
void |
setProcessCount(Integer processCount) |
String |
toString() |
public ApiParcelUsageParcel parcelRef(ApiParcelRef parcelRef)
public ApiParcelRef getParcelRef()
public void setParcelRef(ApiParcelRef parcelRef)
public ApiParcelUsageParcel processCount(Integer processCount)
public Integer getProcessCount()
public void setProcessCount(Integer processCount)
public ApiParcelUsageParcel activated(Boolean activated)
public Boolean getActivated()
public void setActivated(Boolean activated)
Copyright © 2021. All rights reserved.