类 Property

java.lang.Object
com.lark.oapi.service.acs.v1.model.Property

public class Property extends Object
  • 构造器详细资料

    • Property

      public Property()
    • Property

      public Property(Property.Builder builder)
  • 方法详细资料

    • newBuilder

      public static Property.Builder newBuilder()
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getCurrentDeviceFaceCount

      public Integer getCurrentDeviceFaceCount()
    • setCurrentDeviceFaceCount

      public void setCurrentDeviceFaceCount(Integer currentDeviceFaceCount)
    • getMaxFaceCapacity

      public Integer getMaxFaceCapacity()
    • setMaxFaceCapacity

      public void setMaxFaceCapacity(Integer maxFaceCapacity)
    • getOnlineStatus

      public Integer getOnlineStatus()
    • setOnlineStatus

      public void setOnlineStatus(Integer onlineStatus)
    • getDeviceName

      public String getDeviceName()
    • setDeviceName

      public void setDeviceName(String deviceName)
    • getIsClockIn

      public Boolean getIsClockIn()
    • setIsClockIn

      public void setIsClockIn(Boolean isClockIn)