public class USqlAssemblyFileInfo extends Object
| Constructor and Description |
|---|
USqlAssemblyFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentPath()
Get the the content path to the assembly file.
|
String |
originalPath()
Get the the original path to the assembly file.
|
FileType |
type()
Get the assembly file type.
|
USqlAssemblyFileInfo |
withContentPath(String contentPath)
Set the the content path to the assembly file.
|
USqlAssemblyFileInfo |
withOriginalPath(String originalPath)
Set the the original path to the assembly file.
|
USqlAssemblyFileInfo |
withType(FileType type)
Set the assembly file type.
|
public FileType type()
public USqlAssemblyFileInfo withType(FileType type)
type - the type value to setpublic String originalPath()
public USqlAssemblyFileInfo withOriginalPath(String originalPath)
originalPath - the originalPath value to setpublic String contentPath()
public USqlAssemblyFileInfo withContentPath(String contentPath)
contentPath - the contentPath value to setCopyright © 2019. All rights reserved.