public class TaskCreateOrUpdate extends Object
| Constructor and Description |
|---|
TaskCreateOrUpdate() |
| Modifier and Type | Method and Description |
|---|---|
TaskCreateOrUpdate |
chargeType(ChargeType chargeType) |
boolean |
equals(Object o) |
TaskCreateOrUpdate |
estimateMinutes(Integer estimateMinutes) |
ChargeType |
getChargeType()
Get chargeType
|
Integer |
getEstimateMinutes()
Estimated time to perform the task.
|
String |
getName()
Name of the task.
|
Amount |
getRate()
Get rate
|
int |
hashCode() |
TaskCreateOrUpdate |
name(String name) |
TaskCreateOrUpdate |
rate(Amount rate) |
void |
setChargeType(ChargeType chargeType) |
void |
setEstimateMinutes(Integer estimateMinutes) |
void |
setName(String name) |
void |
setRate(Amount rate) |
String |
toString() |
public TaskCreateOrUpdate name(String name)
public String getName()
public void setName(String name)
public TaskCreateOrUpdate rate(Amount rate)
public Amount getRate()
public void setRate(Amount rate)
public TaskCreateOrUpdate chargeType(ChargeType chargeType)
public ChargeType getChargeType()
public void setChargeType(ChargeType chargeType)
public TaskCreateOrUpdate estimateMinutes(Integer estimateMinutes)
public Integer getEstimateMinutes()
public void setEstimateMinutes(Integer estimateMinutes)
Copyright © 2020. All rights reserved.