类的使用
com.ishop.model.MyRecord
使用MyRecord的程序包
-
com.ishop.model中MyRecord的使用
返回MyRecord的com.ishop.model中的方法修饰符和类型方法说明MyRecord.clear()Remove all columns of this record.Keep column of this record and remove other columns.Keep columns of this record and remove other columns.Remove attribute of this myRecord.Remove columns of this myRecord.MyRecord.removeNullValueColumns()Remove columns if it is null.Set column to record.Set column to record.MyRecord.setColumns(MyRecord record) Set columns value with MyRecord.MyRecord.setColumns(String jsonObject) Set columns value with JSONObject.MyRecord.setColumns(Map<String, Object> columns) Set columns value with map.<T> MyRecordMyRecord.setColumns(T t) Set columns value with Model object.参数类型为MyRecord的com.ishop.model中的方法类型变量类型为MyRecord的com.ishop.model中的方法参数