public class StoreInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StoreInformation.Builder
Class to build instances of
StoreInformation. |
| Constructor and Description |
|---|
StoreInformation()
Default constructor.
|
StoreInformation(String storeId,
String terminalId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStoreId()
Getter for StoreId.
|
String |
getTerminalId()
Getter for TerminalId.
|
void |
setStoreId(String storeId)
Setter for StoreId.
|
void |
setTerminalId(String terminalId)
Setter for TerminalId.
|
StoreInformation.Builder |
toBuilder()
Builds a new
StoreInformation.Builder object. |
String |
toString()
Converts this StoreInformation into string format.
|
public String getStoreId()
public void setStoreId(String storeId)
storeId - Value for Stringpublic String getTerminalId()
public void setTerminalId(String terminalId)
terminalId - Value for Stringpublic String toString()
public StoreInformation.Builder toBuilder()
StoreInformation.Builder object.
Creates the instance with the state of the current model.StoreInformation.Builder objectCopyright © 2026. All rights reserved.