-
public class MeshLogUploadDataBean
-
-
Constructor Summary
Constructors Constructor Description MeshLogUploadDataBean()
-
Method Summary
Modifier and Type Method Description StringgetDevId()voidsetDevId(String devId)intgetType()voidsetType(int type)StringgetDes()voidsetDes(String des)StringgetTime()voidsetTime(String time)Map<String, Object>getDps()voidsetDps(Map<String, Object> dps)Map<String, Object>getExtInfo()voidsetExtInfo(Map<String, Object> extInfo)-
-
Method Detail
-
getDevId
String getDevId()
-
setDevId
void setDevId(String devId)
-
getType
int getType()
-
setType
void setType(int type)
-
getDes
String getDes()
-
setDes
void setDes(String des)
-
getTime
String getTime()
-
setTime
void setTime(String time)
-
getDps
Map<String, Object> getDps()
-
setDps
void setDps(Map<String, Object> dps)
-
getExtInfo
Map<String, Object> getExtInfo()
-
setExtInfo
void setExtInfo(Map<String, Object> extInfo)
-
-
-
-