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