USqlAssemblyDependencyInfo Class

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

public class USqlAssemblyDependencyInfo

A Data Lake Analytics catalog U-SQL dependency information item.

Method Summary

Modifier and Type Method and Description
EntityId entityId()

Get the entityId value.

USqlAssemblyDependencyInfo withEntityId(EntityId entityId)

Set the entityId value.

Method Details

entityId

public EntityId entityId()

Get the entityId value.

Returns:

the entityId value

withEntityId

public USqlAssemblyDependencyInfo withEntityId(EntityId entityId)

Set the entityId value.

Parameters:

entityId - the entityId value to set

Returns:

the USqlAssemblyDependencyInfo object itself.

Applies to