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