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