public class Receipt extends Object implements Serializable
| Constructor and Description |
|---|
Receipt() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
Method |
getMethod() |
Object |
getProxy() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setMethod(Method method) |
void |
setProxy(Object proxy) |
String |
toString() |
Copyright © 2017. All rights reserved.