MCPcopy
hub / github.com/648540858/wvp-GB28181-pro / put

Method put

src/main/java/com/genersoft/iot/vmp/utils/UJson.java:67–70  ·  view source on GitHub ↗
(String key, String value)

Source from the content-addressed store, hash-verified

65 }
66
67 public UJson put(String key, String value){
68 this.node.put(key, value);
69 return this;
70 }
71
72 public UJson put(String key, Integer value){
73 this.node.put(key, value);

Callers 15

invokeMethod · 0.45
uploadChannelFileMethod · 0.45
onApplicationEventMethod · 0.45
zlmServerOnlineMethod · 0.45
zlmServerOfflineMethod · 0.45
handleJSONMethod · 0.45
updateVmServerMethod · 0.45
updateMethod · 0.45
getOneMethod · 0.45
syncCatchFromDatabaseMethod · 0.45
openRtpServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected