MCPcopy
hub / github.com/loks666/get_jobs / toString

Method toString

src/main/java/utils/Job.java:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 private String companyInfo;
53
54 @Override
55 public String toString() {
56 return String.format("【%s, %s, %s, %s, %s, %s】", companyName, jobName, jobArea, salary, companyTag, recruiter);
57 }
58
59 public String toString(Platform platform) {
60 if (platform == Platform.ZHILIAN) {

Callers 6

submitJobMethod · 0.80
sendMessageWithListMethod · 0.80
saveCookieMethod · 0.80
printResultMethod · 0.80
customJsonFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected