public class BodyResult extends Object
| 构造器和说明 |
|---|
BodyResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
BodyResult |
getBodyResult(retrofit2.Response response) |
String |
getError() |
FapUserInfo |
getResult() |
List<FapUserRoleInfo> |
getResults() |
Integer |
getTotolRows() |
void |
setError(String error) |
void |
setResult(FapUserInfo result) |
void |
setResults(List<FapUserRoleInfo> results) |
void |
setTotolRows(Integer totolRows) |
public BodyResult getBodyResult(retrofit2.Response response) throws FapRequestException
public String getError()
public void setError(String error)
public FapUserInfo getResult()
public void setResult(FapUserInfo result)
public List<FapUserRoleInfo> getResults()
public void setResults(List<FapUserRoleInfo> results)
public Integer getTotolRows()
public void setTotolRows(Integer totolRows)
Copyright © 2020. All rights reserved.