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