USqlAssembly Class

  • java.lang.Object
    • CatalogItem
      • com.microsoft.azure.management.datalake.analytics.models.USqlAssembly

public class USqlAssembly extends CatalogItem

A Data Lake Analytics catalog U-SQL Assembly.

Method Summary

Modifier and Type Method and Description
String clrName()

Get the clrName value.

String databaseName()

Get the databaseName value.

List<USqlAssemblyDependencyInfo> dependencies()

Get the dependencies value.

List<USqlAssemblyFileInfo> files()

Get the files value.

Boolean isUserDefined()

Get the isUserDefined value.

Boolean isVisible()

Get the isVisible value.

String name()

Get the name value.

USqlAssembly withClrName(String clrName)

Set the clrName value.

USqlAssembly withDatabaseName(String databaseName)

Set the databaseName value.

USqlAssembly withDependencies(List<USqlAssemblyDependencyInfo> dependencies)

Set the dependencies value.

USqlAssembly withFiles(List<USqlAssemblyFileInfo> files)

Set the files value.

USqlAssembly withIsUserDefined(Boolean isUserDefined)

Set the isUserDefined value.

USqlAssembly withIsVisible(Boolean isVisible)

Set the isVisible value.

USqlAssembly withName(String name)

Set the name value.

Inherited Members

Method Details

clrName

public String clrName()

Get the clrName value.

Returns:

the clrName value

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

dependencies

public List dependencies()

Get the dependencies value.

Returns:

the dependencies value

files

public List files()

Get the files value.

Returns:

the files value

isUserDefined

public Boolean isUserDefined()

Get the isUserDefined value.

Returns:

the isUserDefined value

isVisible

public Boolean isVisible()

Get the isVisible value.

Returns:

the isVisible value

name

public String name()

Get the name value.

Returns:

the name value

withClrName

public USqlAssembly withClrName(String clrName)

Set the clrName value.

Parameters:

clrName - the clrName value to set

Returns:

the USqlAssembly object itself.

withDatabaseName

public USqlAssembly withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlAssembly object itself.

withDependencies

public USqlAssembly withDependencies(List dependencies)

Set the dependencies value.

Parameters:

dependencies - the dependencies value to set

Returns:

the USqlAssembly object itself.

withFiles

public USqlAssembly withFiles(List files)

Set the files value.

Parameters:

files - the files value to set

Returns:

the USqlAssembly object itself.

withIsUserDefined

public USqlAssembly withIsUserDefined(Boolean isUserDefined)

Set the isUserDefined value.

Parameters:

isUserDefined - the isUserDefined value to set

Returns:

the USqlAssembly object itself.

withIsVisible

public USqlAssembly withIsVisible(Boolean isVisible)

Set the isVisible value.

Parameters:

isVisible - the isVisible value to set

Returns:

the USqlAssembly object itself.

withName

public USqlAssembly withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlAssembly object itself.

Applies to