public class StatPropMsgBody extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
List<StatPropInfo> |
vInfo |
| 构造器和说明 |
|---|
StatPropMsgBody() |
StatPropMsgBody(List<StatPropInfo> vInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
List<StatPropInfo> |
getVInfo() |
int |
hashCode() |
void |
readFrom(TarsInputStream _is) |
void |
setVInfo(List<StatPropInfo> vInfo) |
void |
writeTo(TarsOutputStream _os) |
public List<StatPropInfo> vInfo
public StatPropMsgBody()
public StatPropMsgBody(List<StatPropInfo> vInfo)
public List<StatPropInfo> getVInfo()
public void setVInfo(List<StatPropInfo> vInfo)
public void writeTo(TarsOutputStream _os)
public void readFrom(TarsInputStream _is)
Copyright © 2020. All Rights Reserved.