public class CopyBucketResult extends Object
CopyBucketResult()
Map<String,Exception>
getError()
List<String>
getSuccess()
void
setError(Map<String,Exception> error)
setSuccess(List<String> success)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CopyBucketResult()
public List<String> getSuccess()
public void setSuccess(List<String> success)
public Map<String,Exception> getError()
public void setError(Map<String,Exception> error)
Copyright © 2024. All rights reserved.