public class Scan extends Object
| Constructor and Description |
|---|
Scan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getOrder()
The order number how a scanned receipt should be organised.
|
String |
getServingUrl()
The full URL of the scanned receipt served from the content delivery network (CDN).
|
String |
getStorageName()
The full path to the scanned receipt.
|
int |
hashCode() |
Scan |
order(Integer order) |
Scan |
servingUrl(String servingUrl) |
void |
setOrder(Integer order) |
void |
setServingUrl(String servingUrl) |
void |
setStorageName(String storageName) |
Scan |
storageName(String storageName) |
String |
toString() |
public Integer getOrder()
public void setOrder(Integer order)
public String getServingUrl()
public void setServingUrl(String servingUrl)
public String getStorageName()
public void setStorageName(String storageName)
Copyright © 2023. All rights reserved.