public class CreateFilesParams
extends java.lang.Object
Constructor and Description |
---|
CreateFilesParams() |
CreateFilesParams(java.util.List<FileCreate> files) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<FileCreate> |
getFiles()
An array of all files/folders created in this operation.
|
int |
hashCode() |
void |
setFiles(java.util.List<FileCreate> files)
An array of all files/folders created in this operation.
|
java.lang.String |
toString() |
public CreateFilesParams()
public CreateFilesParams(java.util.List<FileCreate> files)
@Pure public java.util.List<FileCreate> getFiles()
public void setFiles(java.util.List<FileCreate> files)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object