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