|
@@ -7,7 +7,6 @@ import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
import javax.persistence.EnumType;
|
|
|
import javax.persistence.Enumerated;
|
|
|
-import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* @Description 人脸活体检测步骤
|
|
@@ -39,7 +38,7 @@ public class FaceBiopsyStepInfo implements JsonSerializable {
|
|
|
private Boolean result;
|
|
|
|
|
|
@ApiModelProperty(value = "指令是否超时")
|
|
|
- private Boolean timeOut;
|
|
|
+ private Boolean timeout;
|
|
|
|
|
|
@ApiModelProperty(value = "指令执行结果json串")
|
|
|
private String resultJson;
|
|
@@ -111,11 +110,11 @@ public class FaceBiopsyStepInfo implements JsonSerializable {
|
|
|
this.errorMsg = errorMsg;
|
|
|
}
|
|
|
|
|
|
- public Boolean getTimeOut() {
|
|
|
- return timeOut;
|
|
|
+ public Boolean getTimeout() {
|
|
|
+ return timeout;
|
|
|
}
|
|
|
|
|
|
- public void setTimeOut(Boolean timeOut) {
|
|
|
- this.timeOut = timeOut;
|
|
|
+ public void setTimeout(Boolean timeout) {
|
|
|
+ this.timeout = this.timeout;
|
|
|
}
|
|
|
}
|