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