public class LoyaltyAccountMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyAccountMapping.Builder
Class to build instances of
LoyaltyAccountMapping. |
| Modifier | Constructor and Description |
|---|---|
protected |
LoyaltyAccountMapping(String id,
String createdAt,
io.apimatic.core.types.OptionalNullable<String> phoneNumber)
Initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetPhoneNumber()
Internal Getter for PhoneNumber.
|
LoyaltyAccountMapping.Builder |
toBuilder()
Builds a new
LoyaltyAccountMapping.Builder object. |
String |
toString()
Converts this LoyaltyAccountMapping into string format.
|
public LoyaltyAccountMapping(String id, String createdAt, String phoneNumber)
id - String value for id.createdAt - String value for createdAt.phoneNumber - String value for phoneNumber.public String getId()
public String getCreatedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetPhoneNumber()
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 © 2024. All rights reserved.