USqlType Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlType
- com.
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. |
USql |
withCSharpName(String cSharpName)
Set the cSharpName value. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withFullCSharpName(String fullCSharpName)
Set the fullCSharpName value. |
USql |
withIsAssemblyType(Boolean isAssemblyType)
Set the isAssemblyType value. |
USql |
withIsComplexType(Boolean isComplexType)
Set the isComplexType value. |
USql |
withIsNullable(Boolean isNullable)
Set the isNullable value. |
USql |
withIsTableType(Boolean isTableType)
Set the isTableType value. |
USql |
withIsUserDefined(Boolean isUserDefined)
Set the isUserDefined value. |
USql |
withName(String name)
Set the name value. |
USql |
withPrincipalId(Integer principalId)
Set the principalId value. |
USql |
withSchemaId(Integer schemaId)
Set the schemaId value. |
USql |
withSchemaName(String schemaName)
Set the schemaName value. |
USql |
withSystemTypeId(Integer systemTypeId)
Set the systemTypeId value. |
USql |
withTypeFamily(String typeFamily)
Set the typeFamily value. |
USql |
withUserTypeId(Integer userTypeId)
Set the userTypeId value. |
Inherited Members
Method Details
cSharpName
public String cSharpName()
Get the cSharpName value.
Returns:
databaseName
public String databaseName()
Get the databaseName value.
Returns:
fullCSharpName
public String fullCSharpName()
Get the fullCSharpName value.
Returns:
isAssemblyType
public Boolean isAssemblyType()
Get the isAssemblyType value.
Returns:
isComplexType
public Boolean isComplexType()
Get the isComplexType value.
Returns:
isNullable
public Boolean isNullable()
Get the isNullable value.
Returns:
isTableType
public Boolean isTableType()
Get the isTableType value.
Returns:
isUserDefined
public Boolean isUserDefined()
Get the isUserDefined value.
Returns:
name
public String name()
Get the name value.
Returns:
principalId
public Integer principalId()
Get the principalId value.
Returns:
schemaId
public Integer schemaId()
Get the schemaId value.
Returns:
schemaName
public String schemaName()
Get the schemaName value.
Returns:
systemTypeId
public Integer systemTypeId()
Get the systemTypeId value.
Returns:
typeFamily
public String typeFamily()
Get the typeFamily value.
Returns:
userTypeId
public Integer userTypeId()
Get the userTypeId value.
Returns:
withCSharpName
public USqlType withCSharpName(String cSharpName)
Set the cSharpName value.
Parameters:
Returns:
withDatabaseName
public USqlType withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withFullCSharpName
public USqlType withFullCSharpName(String fullCSharpName)
Set the fullCSharpName value.
Parameters:
Returns:
withIsAssemblyType
public USqlType withIsAssemblyType(Boolean isAssemblyType)
Set the isAssemblyType value.
Parameters:
Returns:
withIsComplexType
public USqlType withIsComplexType(Boolean isComplexType)
Set the isComplexType value.
Parameters:
Returns:
withIsNullable
public USqlType withIsNullable(Boolean isNullable)
Set the isNullable value.
Parameters:
Returns:
withIsTableType
public USqlType withIsTableType(Boolean isTableType)
Set the isTableType value.
Parameters:
Returns:
withIsUserDefined
public USqlType withIsUserDefined(Boolean isUserDefined)
Set the isUserDefined value.
Parameters:
Returns:
withName
public USqlType withName(String name)
Set the name value.
Parameters:
Returns:
withPrincipalId
public USqlType withPrincipalId(Integer principalId)
Set the principalId value.
Parameters:
Returns:
withSchemaId
public USqlType withSchemaId(Integer schemaId)
Set the schemaId value.
Parameters:
Returns:
withSchemaName
public USqlType withSchemaName(String schemaName)
Set the schemaName value.
Parameters:
Returns:
withSystemTypeId
public USqlType withSystemTypeId(Integer systemTypeId)
Set the systemTypeId value.
Parameters:
Returns:
withTypeFamily
public USqlType withTypeFamily(String typeFamily)
Set the typeFamily value.
Parameters:
Returns:
withUserTypeId
public USqlType withUserTypeId(Integer userTypeId)
Set the userTypeId value.
Parameters:
Returns:
Applies to
Azure SDK for Java