public class NetworkTransactionReferenceEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkTransactionReferenceEntity.Builder
Class to build instances of
NetworkTransactionReferenceEntity. |
| Constructor and Description |
|---|
NetworkTransactionReferenceEntity()
Default constructor.
|
NetworkTransactionReferenceEntity(String id,
String date,
CardBrand network,
String time)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Getter for Date.
|
String |
getId()
Getter for Id.
|
CardBrand |
getNetwork()
Getter for Network.
|
String |
getTime()
Getter for Time.
|
void |
setDate(String date)
Setter for Date.
|
void |
setId(String id)
Setter for Id.
|
void |
setNetwork(CardBrand network)
Setter for Network.
|
void |
setTime(String time)
Setter for Time.
|
NetworkTransactionReferenceEntity.Builder |
toBuilder()
Builds a new
NetworkTransactionReferenceEntity.Builder object. |
String |
toString()
Converts this NetworkTransactionReferenceEntity into string format.
|
public NetworkTransactionReferenceEntity()
public String getId()
public void setId(String id)
id - Value for Stringpublic String getDate()
public void setDate(String date)
date - Value for Stringpublic CardBrand getNetwork()
public void setNetwork(CardBrand network)
network - Value for CardBrandpublic String getTime()
public void setTime(String time)
time - Value for Stringpublic String toString()
public NetworkTransactionReferenceEntity.Builder toBuilder()
NetworkTransactionReferenceEntity.Builder object.
Creates the instance with the state of the current model.NetworkTransactionReferenceEntity.Builder objectCopyright © 2025. All rights reserved.