Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.76 KB | None | 0 0
  1. @Override
  2.     public String toString() {
  3.         return "MMSServerSetup [useDemoMode=" + useDemoMode + ", licensePath=" + licensePath + ", ip=" + ip + ", username=" + username + ", password=" + password + ", mBaseVersion=" + mBaseVersion
  4.                 + ", modulePath=" + modulePath + ", createDeviceProtocol=" + createDeviceProtocol + ", url=" + url + ", suiteAndTestName=" + suiteAndTestName + ", testCycles=" + testCycles
  5.                 + ", timeout_msec=" + timeout_msec + ", doInstall=" + doInstall + ", doUpdate=" + doUpdate + ", doCpuFwUpdate=" + doCpuFwUpdate + ", useOldBios=" + useOldBios + ", useFullUpdate="
  6.                 + useFullUpdate + ", doConfigure=" + doConfigure + ", doUninstall=" + doUninstall + ", keepMConfig=" + keepMConfig + ", medium=" + medium + ", useVxWorks7=" + useVxWorks7 + "]";
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement