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