@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-09-07T10:41:28.432+08:00") public class QueueActionErrorResponse extends Object
Constructor and Description |
---|
QueueActionErrorResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
QueueActionErrorResponse |
errorCode(String errorCode) |
QueueActionErrorResponse |
errorMsg(String errorMsg) |
String |
getErrorCode()
错误消息码
|
String |
getErrorMsg()
错误消息
|
int |
hashCode() |
void |
setErrorCode(String errorCode) |
void |
setErrorMsg(String errorMsg) |
String |
toString() |
public QueueActionErrorResponse errorCode(String errorCode)
public String getErrorCode()
public void setErrorCode(String errorCode)
public QueueActionErrorResponse errorMsg(String errorMsg)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
Copyright © 2023. All rights reserved.