public class BusinessBean extends Object
| 构造器和说明 |
|---|
BusinessBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getArgs() |
String |
getBugAddress() |
Integer |
getCode() |
String |
getCommunityAddress() |
String |
getErrorDesc() |
String |
getErrorMsg() |
String |
getMethod() |
String |
getUrl() |
String |
getVersion() |
void |
setArgs(String args) |
void |
setBugAddress(String bugAddress) |
void |
setCode(Integer code) |
void |
setCommunityAddress(String communityAddress) |
void |
setErrorDesc(String errorDesc) |
void |
setErrorMsg(String errorMsg) |
void |
setMethod(String method) |
void |
setUrl(String url) |
void |
setVersion(String version) |
public String getVersion()
public void setVersion(String version)
public Integer getCode()
public void setCode(Integer code)
public String getMethod()
public void setMethod(String method)
public String getUrl()
public void setUrl(String url)
public String getArgs()
public void setArgs(String args)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public String getErrorDesc()
public void setErrorDesc(String errorDesc)
public String getBugAddress()
public void setBugAddress(String bugAddress)
public String getCommunityAddress()
public void setCommunityAddress(String communityAddress)
Copyright © 2022. All rights reserved.