public class BreakType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BreakType.Builder
Class to build instances of
BreakType. |
| Constructor and Description |
|---|
BreakType(String locationId,
String breakName,
String expectedDuration,
boolean isPaid,
String id,
Integer version,
String createdAt,
String updatedAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBreakName()
Getter for BreakName.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getExpectedDuration()
Getter for ExpectedDuration.
|
String |
getId()
Getter for Id.
|
boolean |
getIsPaid()
Getter for IsPaid.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
Integer |
getVersion()
Getter for Version.
|
int |
hashCode() |
BreakType.Builder |
toBuilder()
Builds a new
BreakType.Builder object. |
String |
toString()
Converts this BreakType into string format.
|
public BreakType(String locationId, String breakName, String expectedDuration, boolean isPaid, String id, Integer version, String createdAt, String updatedAt)
locationId - String value for locationId.breakName - String value for breakName.expectedDuration - String value for expectedDuration.isPaid - boolean value for isPaid.id - String value for id.version - Integer value for version.createdAt - String value for createdAt.updatedAt - String value for updatedAt.public String getId()
public String getLocationId()
public String getBreakName()
public String getExpectedDuration()
public boolean getIsPaid()
public Integer getVersion()
public String getCreatedAt()
public String getUpdatedAt()
public String toString()
public BreakType.Builder toBuilder()
BreakType.Builder object.
Creates the instance with the state of the current model.BreakType.Builder objectCopyright © 2022. All rights reserved.