public class EstimationGetResponse extends Object
| 构造器和说明 |
|---|
EstimationGetResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
EstimationGetResponse |
addErrorsItem(ApiErrorStruct errorsItem) |
EstimationGetResponse |
code(Long code) |
EstimationGetResponse |
data(EstimationGetResponseData data) |
boolean |
equals(Object o) |
EstimationGetResponse |
errors(List<ApiErrorStruct> errors) |
Long |
getCode()
Get code
|
EstimationGetResponseData |
getData()
Get data
|
List<ApiErrorStruct> |
getErrors()
Get errors
|
String |
getMessage()
Get message
|
String |
getMessageCn()
Get messageCn
|
int |
hashCode() |
EstimationGetResponse |
message(String message) |
EstimationGetResponse |
messageCn(String messageCn) |
void |
setCode(Long code) |
void |
setData(EstimationGetResponseData data) |
void |
setErrors(List<ApiErrorStruct> errors) |
void |
setMessage(String message) |
void |
setMessageCn(String messageCn) |
String |
toString() |
public EstimationGetResponse code(Long code)
public Long getCode()
public void setCode(Long code)
public EstimationGetResponse message(String message)
public String getMessage()
public void setMessage(String message)
public EstimationGetResponse messageCn(String messageCn)
public String getMessageCn()
public void setMessageCn(String messageCn)
public EstimationGetResponse errors(List<ApiErrorStruct> errors)
public EstimationGetResponse addErrorsItem(ApiErrorStruct errorsItem)
public List<ApiErrorStruct> getErrors()
public void setErrors(List<ApiErrorStruct> errors)
public EstimationGetResponse data(EstimationGetResponseData data)
public EstimationGetResponseData getData()
public void setData(EstimationGetResponseData data)
Copyright © 2020. All rights reserved.