public class StoringMethod extends Object
| Constructor and Description |
|---|
StoringMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPushAccountReceipt() |
String |
getShopperIP() |
String |
getType() |
int |
hashCode() |
StoringMethod |
pushAccountReceipt(String pushAccountReceipt) |
void |
setPushAccountReceipt(String pushAccountReceipt) |
void |
setShopperIP(String shopperIP) |
void |
setType(String type) |
StoringMethod |
shopperIP(String shopperIP) |
String |
toString() |
StoringMethod |
type(String type) |
public StoringMethod pushAccountReceipt(String pushAccountReceipt)
public String getPushAccountReceipt()
public void setPushAccountReceipt(String pushAccountReceipt)
public StoringMethod shopperIP(String shopperIP)
public String getShopperIP()
public void setShopperIP(String shopperIP)
public StoringMethod type(String type)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.