public class LoyaltyAccountMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyAccountMapping.Builder
Class to build instances of
LoyaltyAccountMapping. |
| Constructor and Description |
|---|
LoyaltyAccountMapping(String id,
String createdAt,
String phoneNumber)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getId()
Getter for Id.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
int |
hashCode() |
LoyaltyAccountMapping.Builder |
toBuilder()
Builds a new
LoyaltyAccountMapping.Builder object. |
String |
toString()
Converts this LoyaltyAccountMapping into string format.
|
public String getId()
public String getCreatedAt()
public String getPhoneNumber()
public String toString()
public LoyaltyAccountMapping.Builder toBuilder()
LoyaltyAccountMapping.Builder object.
Creates the instance with the state of the current model.LoyaltyAccountMapping.Builder objectCopyright © 2022. All rights reserved.