MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / User

Method User

app/src/main/java/com/github/catvod/bean/mqitv/User.java:15–18  ·  view source on GitHub ↗
(String id, String mac)

Source from the content-addressed store, hash-verified

13 private String token;
14
15 public User(String id, String mac) {
16 this.id = id;
17 this.mac = mac;
18 }
19
20 public String getId() {
21 return id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected