public class BlockResponse extends Object
BlockException| Constructor and Description |
|---|
BlockResponse(int code,
String message,
String route) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMessage() |
String |
getRoute() |
void |
setCode(int code) |
void |
setMessage(String message) |
void |
setRoute(String route) |
String |
toString() |
Copyright © 2021 Alibaba Group. All rights reserved.