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