MCPcopy Create free account
hub / github.com/castello/spring_basic / toString

Method toString

ch4/SearchCondition.java:84–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 @Override
85 public String toString() {
86 return "SearchCondition{" +
87 "page=" + page +
88 ", pageSize=" + pageSize +
89 ", option='" + option + '\'' +
90 ", keyword='" + keyword + '\'' +
91 '}';
92 }
93}

Callers 1

getQueryStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected