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

Method setRelateType

APIJSONORM/src/main/java/apijson/orm/Join.java:232–234  ·  view source on GitHub ↗
(String relateType)

Source from the content-addressed store, hash-verified

230 return relateType;
231 }
232 public void setRelateType(String relateType) {
233 this.relateType = relateType;
234 }
235
236 public String getKey() {
237 return key;

Callers 1

setKeyAndTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected