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