EntityId Class

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

public class EntityId

A Data Lake Analytics catalog entity identifier object.

Method Summary

Modifier and Type Method and Description
DdlName name()

Get the name value.

UUID version()

Get the version value.

EntityId withName(DdlName name)

Set the name value.

EntityId 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