@Generated(value="io.swagger.codegen.languages.JavaJerseyServerCodegen", date="2017-09-11T12:03:46.572Z") public class ApiResponseMessage extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
INFO |
static int |
OK |
static int |
TOO_BUSY |
static int |
WARNING |
Constructor and Description |
---|
ApiResponseMessage() |
ApiResponseMessage(int code,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getMessage() |
String |
getType() |
void |
setCode(int code) |
void |
setMessage(String message) |
void |
setType(String type) |
public static final int ERROR
public static final int WARNING
public static final int INFO
public static final int OK
public static final int TOO_BUSY
public ApiResponseMessage()
public ApiResponseMessage(int code, String message)
Copyright © 2018. All rights reserved.