public class DiffResult extends Object implements IDiffResult
| 构造器和说明 |
|---|
DiffResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
after()
后来的信息
|
DiffResult |
after(String after) |
String |
before()
原来的信息
|
DiffResult |
before(String before) |
String |
column()
列名
|
DiffResult |
column(String column) |
boolean |
match()
是否完全一致
|
DiffResult |
match(boolean match) |
static DiffResult |
newInstance() |
public static DiffResult newInstance()
public String column()
IDiffResultcolumn 在接口中 IDiffResultpublic DiffResult column(String column)
public String before()
IDiffResultbefore 在接口中 IDiffResultpublic DiffResult before(String before)
public String after()
IDiffResultafter 在接口中 IDiffResultpublic DiffResult after(String after)
public boolean match()
IDiffResultmatch 在接口中 IDiffResultpublic DiffResult match(boolean match)
Copyright © 2020. All rights reserved.