public class Break extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Break.Builder
Class to build instances of
Break. |
| Constructor and Description |
|---|
Break(String startAt,
String breakTypeId,
String name,
String expectedDuration,
boolean isPaid,
String id,
String endAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBreakTypeId()
Getter for BreakTypeId.
|
String |
getEndAt()
Getter for EndAt.
|
String |
getExpectedDuration()
Getter for ExpectedDuration.
|
String |
getId()
Getter for Id.
|
boolean |
getIsPaid()
Getter for IsPaid.
|
String |
getName()
Getter for Name.
|
String |
getStartAt()
Getter for StartAt.
|
int |
hashCode() |
Break.Builder |
toBuilder()
Builds a new
Break.Builder object. |
String |
toString()
Converts this Break into string format.
|
public Break(String startAt, String breakTypeId, String name, String expectedDuration, boolean isPaid, String id, String endAt)
startAt - String value for startAt.breakTypeId - String value for breakTypeId.name - String value for name.expectedDuration - String value for expectedDuration.isPaid - boolean value for isPaid.id - String value for id.endAt - String value for endAt.public String getId()
public String getStartAt()
public String getEndAt()
public String getBreakTypeId()
public String getName()
public String getExpectedDuration()
public boolean getIsPaid()
public String toString()
public Break.Builder toBuilder()
Break.Builder object.
Creates the instance with the state of the current model.Break.Builder objectCopyright © 2022. All rights reserved.