public class ProjectCreateOrUpdate extends Object
| Constructor and Description |
|---|
ProjectCreateOrUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ProjectCreateOrUpdate |
contactId(UUID contactId) |
ProjectCreateOrUpdate |
deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) |
boolean |
equals(Object o) |
ProjectCreateOrUpdate |
estimateAmount(Double estimateAmount) |
UUID |
getContactId()
Identifier of the contact this project was created for.
|
org.threeten.bp.OffsetDateTime |
getDeadlineUtc()
Deadline for the project.
|
Double |
getEstimateAmount()
Get estimateAmount
|
String |
getName()
Name of the project.
|
int |
hashCode() |
ProjectCreateOrUpdate |
name(String name) |
void |
setContactId(UUID contactId) |
void |
setDeadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc) |
void |
setEstimateAmount(Double estimateAmount) |
void |
setName(String name) |
String |
toString() |
public ProjectCreateOrUpdate contactId(UUID contactId)
public UUID getContactId()
public void setContactId(UUID contactId)
public ProjectCreateOrUpdate name(String name)
public String getName()
public void setName(String name)
public ProjectCreateOrUpdate estimateAmount(Double estimateAmount)
public Double getEstimateAmount()
public void setEstimateAmount(Double estimateAmount)
public ProjectCreateOrUpdate deadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc)
public org.threeten.bp.OffsetDateTime getDeadlineUtc()
public void setDeadlineUtc(org.threeten.bp.OffsetDateTime deadlineUtc)
Copyright © 2020. All rights reserved.