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