EntityId Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. EntityId
- com.
public class EntityId
A Data Lake Analytics catalog entity identifier object.
Method Summary
Modifier and Type | Method and Description |
---|---|
Ddl |
name()
Get the name value. |
UUID |
version()
Get the version value. |
Entity |
withName(DdlName name)
Set the name value. |
Entity |
withVersion(UUID version)
Set the version value. |
Method Details
name
public DdlName name()
Get the name value.
Returns:
version
public UUID version()
Get the version value.
Returns:
withName
public EntityId withName(DdlName name)
Set the name value.
Parameters:
Returns:
withVersion
public EntityId withVersion(UUID version)
Set the version value.
Parameters:
Returns: