CatalogItem Class

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

public class CatalogItem

A Data Lake Analytics catalog item.

Method Summary

Modifier and Type Method and Description
String computeAccountName()

Get the computeAccountName value.

UUID version()

Get the version value.

CatalogItem withComputeAccountName(String computeAccountName)

Set the computeAccountName value.

CatalogItem withVersion(UUID version)

Set the version value.

Method Details

computeAccountName

public String computeAccountName()

Get the computeAccountName value.

Returns:

the computeAccountName value

version

public UUID version()

Get the version value.

Returns:

the version value

withComputeAccountName

public CatalogItem withComputeAccountName(String computeAccountName)

Set the computeAccountName value.

Parameters:

computeAccountName - the computeAccountName value to set

Returns:

the CatalogItem object itself.

withVersion

public CatalogItem withVersion(UUID version)

Set the version value.

Parameters:

version - the version value to set

Returns:

the CatalogItem object itself.

Applies to