public class LfasrResponse extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LfasrResponse.Content
响应内容类
|
static class |
LfasrResponse.OrderInfo
订单信息类
|
| 构造器和说明 |
|---|
LfasrResponse(String code,
String descInfo,
LfasrResponse.Content content) |
| 限定符和类型 | 方法和说明 |
|---|---|
static LfasrResponse |
error(String errorInfo) |
String |
getCode() |
LfasrResponse.Content |
getContent() |
String |
getDescInfo() |
void |
setCode(String code) |
void |
setContent(LfasrResponse.Content content) |
void |
setDescInfo(String descInfo) |
String |
toString() |
public LfasrResponse(String code, String descInfo, LfasrResponse.Content content)
public static LfasrResponse error(String errorInfo)
public String getCode()
public void setCode(String code)
public String getDescInfo()
public void setDescInfo(String descInfo)
public LfasrResponse.Content getContent()
public void setContent(LfasrResponse.Content content)
Copyright © 2025. All rights reserved.