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