public class WxMpShakeInfoResult extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
class |
WxMpShakeInfoResult.Data |
| 构造器和说明 |
|---|
WxMpShakeInfoResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxMpShakeInfoResult |
fromJson(String json) |
WxMpShakeInfoResult.Data |
getData() |
Integer |
getErrcode() |
String |
getErrmsg() |
void |
setData(WxMpShakeInfoResult.Data data) |
void |
setErrcode(Integer errcode) |
void |
setErrmsg(String errmsg) |
public static WxMpShakeInfoResult fromJson(String json)
public Integer getErrcode()
public void setErrcode(Integer errcode)
public String getErrmsg()
public void setErrmsg(String errmsg)
public WxMpShakeInfoResult.Data getData()
public void setData(WxMpShakeInfoResult.Data data)
Copyright © 2017. All rights reserved.