MCPcopy Create free account
hub / github.com/Raj-m01/Android-Chat-App / setuId

Method setuId

app/src/main/java/models/MessageModel.java:26–28  ·  view source on GitHub ↗
(String uId)

Source from the content-addressed store, hash-verified

24 }
25
26 public void setuId(String uId) {
27 this.uId = uId;
28 }
29
30 public String getMsgText() {
31 return msgText;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected