USqlAssemblyFileInfo Class

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

public class USqlAssemblyFileInfo

A Data Lake Analytics catalog U-SQL assembly file information item.

Method Summary

Modifier and Type Method and Description
String contentPath()

Get the contentPath value.

String originalPath()

Get the originalPath value.

FileType type()

Get the type value.

USqlAssemblyFileInfo withContentPath(String contentPath)

Set the contentPath value.

USqlAssemblyFileInfo withOriginalPath(String originalPath)

Set the originalPath value.

USqlAssemblyFileInfo withType(FileType type)

Set the type value.

Method Details

contentPath

public String contentPath()

Get the contentPath value.

Returns:

the contentPath value

originalPath

public String originalPath()

Get the originalPath value.

Returns:

the originalPath value

type

public FileType type()

Get the type value.

Returns:

the type value

withContentPath

public USqlAssemblyFileInfo withContentPath(String contentPath)

Set the contentPath value.

Parameters:

contentPath - the contentPath value to set

Returns:

the USqlAssemblyFileInfo object itself.

withOriginalPath

public USqlAssemblyFileInfo withOriginalPath(String originalPath)

Set the originalPath value.

Parameters:

originalPath - the originalPath value to set

Returns:

the USqlAssemblyFileInfo object itself.

withType

public USqlAssemblyFileInfo withType(FileType type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the USqlAssemblyFileInfo object itself.

Applies to