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