类 AppRoleTableRole

java.lang.Object
com.lark.oapi.service.bitable.v1.model.AppRoleTableRole

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

    • AppRoleTableRole

      public AppRoleTableRole()
    • AppRoleTableRole

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

    • newBuilder

      public static AppRoleTableRole.Builder newBuilder()
    • getTablePerm

      public Integer getTablePerm()
    • setTablePerm

      public void setTablePerm(Integer tablePerm)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String tableName)
    • getTableId

      public String getTableId()
    • setTableId

      public void setTableId(String tableId)
    • getRecRule

      public AppRoleTableRoleRecRule getRecRule()
    • setRecRule

      public void setRecRule(AppRoleTableRoleRecRule recRule)
    • getFieldPerm

      public Map<String,Integer> getFieldPerm()
    • setFieldPerm

      public void setFieldPerm(Map<String,Integer> fieldPerm)
    • getAllowAddRecord

      public Boolean getAllowAddRecord()
    • setAllowAddRecord

      public void setAllowAddRecord(Boolean allowAddRecord)
    • getAllowDeleteRecord

      public Boolean getAllowDeleteRecord()
    • setAllowDeleteRecord

      public void setAllowDeleteRecord(Boolean allowDeleteRecord)