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()
ServiceResponse
getResult
in interface ServiceResponse
Copyright © 2010–2017 www.hack23.com. All rights reserved.