80818283848586
this.maxDownloadSizeInBytes = maxDownloadSizeInBytes; } public DownloadCommand(TemplateObjectTO template, String user, String passwd, Long maxDownloadSizeInBytes) { this(template, maxDownloadSizeInBytes); auth = new PasswordAuth(user, passwd); }
132133134135136137138
public PasswordAuth getAuth() { return auth; } public void setCreds(String userName, String passwd) { auth = new PasswordAuth(userName, passwd); }
77787980818283
129130131132133134135
79808182838485
131132133134135136137