MCPcopy Index your code
hub / github.com/MrFuFuFu/RxFace / setCount

Method setCount

sdk_unuse/PostParameters.java:189–192  ·  view source on GitHub ↗

count=... @param count @return this

(int count)

Source from the content-addressed store, hash-verified

187 * @return this
188 */
189 public PostParameters setCount(int count) {
190 addString("count", new Integer(count).toString());
191 return this;
192 }
193
194 /**
195 * type= all | search | recognize

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected