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

Method setKey

APIJSONORM/src/main/java/apijson/orm/Join.java:239–241  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

237 return key;
238 }
239 public void setKey(String key) {
240 this.key = key;
241 }
242
243 public void setTargetTableKey(String targetTableKey) {
244 this.targetTableKey = targetTableKey;

Callers 1

setKeyAndTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected