-
public class BeaconBatchCheckBean
批量鉴权时候返回的数据模型 失败的item数据模型 "flag": 1, "success": false, "errorCode": "unKnow", "type": 6, "mac": "dc234f36dfbc" 成功的item数据模型 "flag": 0, "success": true, "type": 6, "s2": "95457CC0972A417CD699DD7E117A848A"
-
-
Method Summary
Modifier and Type Method Description int
getFlag()
void
setFlag(int flag)
void
setSuccess(boolean success)
String
getErrorCode()
void
setErrorCode(String errorCode)
int
getType()
void
setType(int type)
String
getMac()
void
setMac(String mac)
String
getS2()
void
setS2(String s2)
boolean
isSuccess()
-
-
Method Detail
-
getFlag
int getFlag()
-
setFlag
void setFlag(int flag)
-
setSuccess
void setSuccess(boolean success)
-
getErrorCode
String getErrorCode()
-
setErrorCode
void setErrorCode(String errorCode)
-
getType
int getType()
-
setType
void setType(int type)
-
getMac
String getMac()
-
setMac
void setMac(String mac)
-
getS2
String getS2()
-
setS2
void setS2(String s2)
-
isSuccess
boolean isSuccess()
-
-
-
-