类 LayuiPage

java.lang.Object
org.tio.utils.ui.layui.table.LayuiPage

public class LayuiPage extends Object
作者:
tanyaowu 2017年8月22日 下午2:17:55
  • 构造器详细资料

    • LayuiPage

      public LayuiPage()
    • LayuiPage

      public LayuiPage(Collection<?> data, long count)
    • LayuiPage

      public LayuiPage(int code)
  • 方法详细资料

    • fail

      public static LayuiPage fail()
    • ok

      public static LayuiPage ok(Collection<?> data, long count)
    • getCode

      public int getCode()
    • getCount

      public long getCount()
    • getData

      public Collection<?> getData()
    • getMsg

      public String getMsg()
    • setCode

      public void setCode(int code)
    • setCount

      public void setCount(long count)
    • setData

      public void setData(Collection<Object> data)
    • setMsg

      public void setMsg(String msg)