| Constructor and Description |
|---|
TaskCost() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCPUCost() |
Integer |
getInputSize() |
Integer |
getMemoryCost() |
void |
setCPUCost(Integer cpuCost) |
void |
setInputSize(Integer inputSize) |
void |
setMemoryCost(Integer memoryCost) |
public Integer getCPUCost()
public void setCPUCost(Integer cpuCost)
public Integer getMemoryCost()
public void setMemoryCost(Integer memoryCost)
public Integer getInputSize()
public void setInputSize(Integer inputSize)
Copyright © 2019 Alibaba Cloud Computing. All rights reserved.