public class HttpResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_OK |
| Constructor and Description |
|---|
HttpResult(int httpCode,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpCode() |
String |
getMessage() |
boolean |
isSuccessful() |
public static final int HTTP_OK
public HttpResult(int httpCode,
String message)
public int getHttpCode()
public String getMessage()
public boolean isSuccessful()
Copyright © 2018. All rights reserved.