MCPcopy Index your code
hub / github.com/Tencent/APIJSON / setKey

Method setKey

APIJSONORM/src/main/java/apijson/orm/Logic.java:73–75  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

71 return key;
72 }
73 public void setKey(String key) {
74 this.key = key;
75 }
76 public String getOriginKey() {
77 return originKey;
78 }

Callers 1

LogicMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected