USqlType Class

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

public class USqlType extends CatalogItem

A Data Lake Analytics catalog U-SQL type item.

Method Summary

Modifier and Type Method and Description
String cSharpName()

Get the cSharpName value.

String databaseName()

Get the databaseName value.

String fullCSharpName()

Get the fullCSharpName value.

Boolean isAssemblyType()

Get the isAssemblyType value.

Boolean isComplexType()

Get the isComplexType value.

Boolean isNullable()

Get the isNullable value.

Boolean isTableType()

Get the isTableType value.

Boolean isUserDefined()

Get the isUserDefined value.

String name()

Get the name value.

Integer principalId()

Get the principalId value.

Integer schemaId()

Get the schemaId value.

String schemaName()

Get the schemaName value.

Integer systemTypeId()

Get the systemTypeId value.

String typeFamily()

Get the typeFamily value.

Integer userTypeId()

Get the userTypeId value.

USqlType withCSharpName(String cSharpName)

Set the cSharpName value.

USqlType withDatabaseName(String databaseName)

Set the databaseName value.

USqlType withFullCSharpName(String fullCSharpName)

Set the fullCSharpName value.

USqlType withIsAssemblyType(Boolean isAssemblyType)

Set the isAssemblyType value.

USqlType withIsComplexType(Boolean isComplexType)

Set the isComplexType value.

USqlType withIsNullable(Boolean isNullable)

Set the isNullable value.

USqlType withIsTableType(Boolean isTableType)

Set the isTableType value.

USqlType withIsUserDefined(Boolean isUserDefined)

Set the isUserDefined value.

USqlType withName(String name)

Set the name value.

USqlType withPrincipalId(Integer principalId)

Set the principalId value.

USqlType withSchemaId(Integer schemaId)

Set the schemaId value.

USqlType withSchemaName(String schemaName)

Set the schemaName value.

USqlType withSystemTypeId(Integer systemTypeId)

Set the systemTypeId value.

USqlType withTypeFamily(String typeFamily)

Set the typeFamily value.

USqlType withUserTypeId(Integer userTypeId)

Set the userTypeId value.

Inherited Members

Method Details

cSharpName

public String cSharpName()

Get the cSharpName value.

Returns:

the cSharpName value

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

fullCSharpName

public String fullCSharpName()

Get the fullCSharpName value.

Returns:

the fullCSharpName value

isAssemblyType

public Boolean isAssemblyType()

Get the isAssemblyType value.

Returns:

the isAssemblyType value

isComplexType

public Boolean isComplexType()

Get the isComplexType value.

Returns:

the isComplexType value

isNullable

public Boolean isNullable()

Get the isNullable value.

Returns:

the isNullable value

isTableType

public Boolean isTableType()

Get the isTableType value.

Returns:

the isTableType value

isUserDefined

public Boolean isUserDefined()

Get the isUserDefined value.

Returns:

the isUserDefined value

name

public String name()

Get the name value.

Returns:

the name value

principalId

public Integer principalId()

Get the principalId value.

Returns:

the principalId value

schemaId

public Integer schemaId()

Get the schemaId value.

Returns:

the schemaId value

schemaName

public String schemaName()

Get the schemaName value.

Returns:

the schemaName value

systemTypeId

public Integer systemTypeId()

Get the systemTypeId value.

Returns:

the systemTypeId value

typeFamily

public String typeFamily()

Get the typeFamily value.

Returns:

the typeFamily value

userTypeId

public Integer userTypeId()

Get the userTypeId value.

Returns:

the userTypeId value

withCSharpName

public USqlType withCSharpName(String cSharpName)

Set the cSharpName value.

Parameters:

cSharpName - the cSharpName value to set

Returns:

the USqlType object itself.

withDatabaseName

public USqlType withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlType object itself.

withFullCSharpName

public USqlType withFullCSharpName(String fullCSharpName)

Set the fullCSharpName value.

Parameters:

fullCSharpName - the fullCSharpName value to set

Returns:

the USqlType object itself.

withIsAssemblyType

public USqlType withIsAssemblyType(Boolean isAssemblyType)

Set the isAssemblyType value.

Parameters:

isAssemblyType - the isAssemblyType value to set

Returns:

the USqlType object itself.

withIsComplexType

public USqlType withIsComplexType(Boolean isComplexType)

Set the isComplexType value.

Parameters:

isComplexType - the isComplexType value to set

Returns:

the USqlType object itself.

withIsNullable

public USqlType withIsNullable(Boolean isNullable)

Set the isNullable value.

Parameters:

isNullable - the isNullable value to set

Returns:

the USqlType object itself.

withIsTableType

public USqlType withIsTableType(Boolean isTableType)

Set the isTableType value.

Parameters:

isTableType - the isTableType value to set

Returns:

the USqlType object itself.

withIsUserDefined

public USqlType withIsUserDefined(Boolean isUserDefined)

Set the isUserDefined value.

Parameters:

isUserDefined - the isUserDefined value to set

Returns:

the USqlType object itself.

withName

public USqlType withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlType object itself.

withPrincipalId

public USqlType withPrincipalId(Integer principalId)

Set the principalId value.

Parameters:

principalId - the principalId value to set

Returns:

the USqlType object itself.

withSchemaId

public USqlType withSchemaId(Integer schemaId)

Set the schemaId value.

Parameters:

schemaId - the schemaId value to set

Returns:

the USqlType object itself.

withSchemaName

public USqlType withSchemaName(String schemaName)

Set the schemaName value.

Parameters:

schemaName - the schemaName value to set

Returns:

the USqlType object itself.

withSystemTypeId

public USqlType withSystemTypeId(Integer systemTypeId)

Set the systemTypeId value.

Parameters:

systemTypeId - the systemTypeId value to set

Returns:

the USqlType object itself.

withTypeFamily

public USqlType withTypeFamily(String typeFamily)

Set the typeFamily value.

Parameters:

typeFamily - the typeFamily value to set

Returns:

the USqlType object itself.

withUserTypeId

public USqlType withUserTypeId(Integer userTypeId)

Set the userTypeId value.

Parameters:

userTypeId - the userTypeId value to set

Returns:

the USqlType object itself.

Applies to