public class WpsResponse extends Object implements Serializable
| Constructor and Description |
|---|
WpsResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMsg() |
String |
getStatus() |
void |
setCode(int code) |
void |
setMsg(String msg) |
void |
setStatus(String status) |
static WpsResponse |
success() |
public int getCode()
public void setCode(int code)
public String getMsg()
public void setMsg(String msg)
public String getStatus()
public void setStatus(String status)
public static WpsResponse success()
Copyright © 2025. All rights reserved.