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