MCPcopy Index your code
hub / github.com/LianjiaTech/json-diff / getRight

Method getRight

src/main/java/com/ke/diff/model/Result.java:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 public Object getRight() {
57 return right;
58 }
59
60 public void setRight(Object right) {
61 this.right = right;

Callers 15

mainMethod · 0.45
testJsonElement2StrMethod · 0.45
diffMethod · 0.45
testDiff1Method · 0.45
testDiff2Method · 0.45
testDiff3Method · 0.45

Calls

no outgoing calls

Tested by 15

mainMethod · 0.36
testJsonElement2StrMethod · 0.36
diffMethod · 0.36
testDiff1Method · 0.36
testDiff2Method · 0.36
testDiff3Method · 0.36