public class NodeFile extends Object
Constructor and Description |
---|
NodeFile() |
Modifier and Type | Method and Description |
---|---|
Boolean |
isDirectory()
Get the isDirectory value.
|
String |
name()
Get the name value.
|
FileProperties |
properties()
Get the properties value.
|
String |
url()
Get the url value.
|
NodeFile |
withIsDirectory(Boolean isDirectory)
Set the isDirectory value.
|
NodeFile |
withName(String name)
Set the name value.
|
NodeFile |
withProperties(FileProperties properties)
Set the properties value.
|
NodeFile |
withUrl(String url)
Set the url value.
|
public String name()
public NodeFile withName(String name)
name
- the name value to setpublic String url()
public NodeFile withUrl(String url)
url
- the url value to setpublic Boolean isDirectory()
public NodeFile withIsDirectory(Boolean isDirectory)
isDirectory
- the isDirectory value to setpublic FileProperties properties()
public NodeFile withProperties(FileProperties properties)
properties
- the properties value to setCopyright © 2019. All rights reserved.