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