MCPcopy Create free account
hub / github.com/L1yp/van-app / getData

Method getData

src/main/java/com/l1yp/model/common/ErrorInfo.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public Object getData() {
45 return data;
46 }
47
48 public void setData(Object data) {
49 this.data = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected