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