public class InvoicePaymentReminder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoicePaymentReminder.Builder
Class to build instances of
InvoicePaymentReminder. |
| Constructor and Description |
|---|
InvoicePaymentReminder(String uid,
Integer relativeScheduledDays,
String message,
String status,
String sentAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMessage()
Getter for Message.
|
Integer |
getRelativeScheduledDays()
Getter for RelativeScheduledDays.
|
String |
getSentAt()
Getter for SentAt.
|
String |
getStatus()
Getter for Status.
|
String |
getUid()
Getter for Uid.
|
int |
hashCode() |
InvoicePaymentReminder.Builder |
toBuilder()
Builds a new
InvoicePaymentReminder.Builder object. |
String |
toString()
Converts this InvoicePaymentReminder into string format.
|
public InvoicePaymentReminder(String uid, Integer relativeScheduledDays, String message, String status, String sentAt)
uid - String value for uid.relativeScheduledDays - Integer value for relativeScheduledDays.message - String value for message.status - String value for status.sentAt - String value for sentAt.public String getUid()
public Integer getRelativeScheduledDays()
public String getMessage()
public String getStatus()
public String getSentAt()
public String toString()
public InvoicePaymentReminder.Builder toBuilder()
InvoicePaymentReminder.Builder object.
Creates the instance with the state of the current model.InvoicePaymentReminder.Builder objectCopyright © 2022. All rights reserved.