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

Method getKey

APIJSONORM/src/main/java/apijson/orm/Logic.java:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 public String getKey() {
71 return key;
72 }
73 public void setKey(String key) {
74 this.key = key;
75 }

Callers 9

setKeyAndTypeMethod · 0.95
verifyValueMethod · 0.95
verifyConditionMethod · 0.95
gainSearchStringMethod · 0.95
gainRegExpStringMethod · 0.95
gainBetweenStringMethod · 0.95
gainRangeStringMethod · 0.95
gainExistsStringMethod · 0.95
gainContainStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected