USqlAssemblyDependencyInfo Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. USqlAssemblyDependencyInfo
- com.
public class USqlAssemblyDependencyInfo
A Data Lake Analytics catalog U-SQL dependency information item.
Method Summary
Modifier and Type | Method and Description |
---|---|
Entity |
entityId()
Get the entityId value. |
USql |
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.