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:
the name value
version
public UUID version()
Get the version value.
Returns:
the version value
withName
public EntityId withName(DdlName name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the EntityId object itself.
withVersion
public EntityId withVersion(UUID version)
Set the version value.
Parameters:
version
- the version value to set
Returns:
the EntityId object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java