public class Address extends Object implements Serializable
| Constructor and Description |
|---|
Address() |
Address(int version,
String service,
Function function) |
| Modifier and Type | Method and Description |
|---|---|
Function |
getFunction() |
String |
getService() |
int |
getVersion() |
void |
setFunction(Function function) |
void |
setService(String service) |
void |
setVersion(int version) |
Copyright © 2016. All rights reserved.