-
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 intgetFlag()voidsetFlag(int flag)voidsetSuccess(boolean success)StringgetErrorCode()voidsetErrorCode(String errorCode)intgetType()voidsetType(int type)StringgetMac()voidsetMac(String mac)StringgetS2()voidsetS2(String s2)booleanisSuccess()-
-
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()
-
-
-
-