Package com.mercadopago.net
Class HttpStatus
- java.lang.Object
-
- com.mercadopago.net.HttpStatus
-
public class HttpStatus extends Object
Http status class.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BAD_REQUEST
static int
CREATED
static int
FORBIDDEN
static int
INTERNAL_SERVER_ERROR
static int
OK
-
Constructor Summary
Constructors Constructor Description HttpStatus()
-
-
-
Field Detail
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
CREATED
public static final int CREATED
- See Also:
- Constant Field Values
-
BAD_REQUEST
public static final int BAD_REQUEST
- See Also:
- Constant Field Values
-
FORBIDDEN
public static final int FORBIDDEN
- See Also:
- Constant Field Values
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
-
-