
public abstract class AbstractResponse extends Object implements ServiceResponse
ServiceResponse.ServiceResult| Constructor and Description |
|---|
AbstractResponse(ServiceResponse.ServiceResult result)
Instantiates a new abstract response.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ServiceResponse.ServiceResult |
getResult()
Gets the result.
|
int |
hashCode() |
String |
toString() |
public AbstractResponse(ServiceResponse.ServiceResult result)
result - the resultpublic final ServiceResponse.ServiceResult getResult()
ServiceResponsegetResult in interface ServiceResponseCopyright © 2010–2017 www.hack23.com. All rights reserved.