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