public class Property extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Property.Builder |
| 构造器和说明 |
|---|
Property() |
Property(Property.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCurrentDeviceFaceCount() |
String |
getDeviceName() |
Boolean |
getIsClockIn() |
Integer |
getMaxFaceCapacity() |
Integer |
getOnlineStatus() |
String |
getVersion() |
static Property.Builder |
newBuilder() |
void |
setCurrentDeviceFaceCount(Integer currentDeviceFaceCount) |
void |
setDeviceName(String deviceName) |
void |
setIsClockIn(Boolean isClockIn) |
void |
setMaxFaceCapacity(Integer maxFaceCapacity) |
void |
setOnlineStatus(Integer onlineStatus) |
void |
setVersion(String version) |
public Property()
public Property(Property.Builder builder)
public static Property.Builder newBuilder()
public String getVersion()
public void setVersion(String version)
public Integer getCurrentDeviceFaceCount()
public void setCurrentDeviceFaceCount(Integer currentDeviceFaceCount)
public Integer getMaxFaceCapacity()
public void setMaxFaceCapacity(Integer maxFaceCapacity)
public Integer getOnlineStatus()
public void setOnlineStatus(Integer onlineStatus)
public String getDeviceName()
public void setDeviceName(String deviceName)
public Boolean getIsClockIn()
public void setIsClockIn(Boolean isClockIn)
Copyright © 2025. All rights reserved.