public class USqlAssembly extends CatalogItem
Constructor and Description |
---|
USqlAssembly() |
Modifier and Type | Method and Description |
---|---|
String |
clrName()
Get the name of the CLR.
|
String |
databaseName()
Get the name of the database.
|
List<USqlAssemblyDependencyInfo> |
dependencies()
Get the list of dependencies associated with the assembly.
|
List<USqlAssemblyFileInfo> |
files()
Get the list of files associated with the assembly.
|
Boolean |
isUserDefined()
Get the switch indicating if this assembly is user defined or not.
|
Boolean |
isVisible()
Get the switch indicating if this assembly is visible or not.
|
String |
name()
Get the name of the assembly.
|
USqlAssembly |
withClrName(String clrName)
Set the name of the CLR.
|
USqlAssembly |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlAssembly |
withDependencies(List<USqlAssemblyDependencyInfo> dependencies)
Set the list of dependencies associated with the assembly.
|
USqlAssembly |
withFiles(List<USqlAssemblyFileInfo> files)
Set the list of files associated with the assembly.
|
USqlAssembly |
withIsUserDefined(Boolean isUserDefined)
Set the switch indicating if this assembly is user defined or not.
|
USqlAssembly |
withIsVisible(Boolean isVisible)
Set the switch indicating if this assembly is visible or not.
|
USqlAssembly |
withName(String name)
Set the name of the assembly.
|
computeAccountName, version, withComputeAccountName, withVersion
public String databaseName()
public USqlAssembly withDatabaseName(String databaseName)
databaseName
- the databaseName value to setpublic String name()
public USqlAssembly withName(String name)
name
- the name value to setpublic String clrName()
public USqlAssembly withClrName(String clrName)
clrName
- the clrName value to setpublic Boolean isVisible()
public USqlAssembly withIsVisible(Boolean isVisible)
isVisible
- the isVisible value to setpublic Boolean isUserDefined()
public USqlAssembly withIsUserDefined(Boolean isUserDefined)
isUserDefined
- the isUserDefined value to setpublic List<USqlAssemblyFileInfo> files()
public USqlAssembly withFiles(List<USqlAssemblyFileInfo> files)
files
- the files value to setpublic List<USqlAssemblyDependencyInfo> dependencies()
public USqlAssembly withDependencies(List<USqlAssemblyDependencyInfo> dependencies)
dependencies
- the dependencies value to setCopyright © 2019. All rights reserved.