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